CINXE.COM
State of Maryland Job Openings - State of Maryland
<!DOCTYPE HTML> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="/css/PrivacyCookie.css"/> <script type="text/javascript" src="/js/PrivacyCookie.js"></script> <title> State of Maryland Job Openings - State of Maryland</title> <!-- ********** Begin Meta Data ********** --> <link rel="alternate" type="application/rss+xml" title="RSS" href="https://www.jobapscloud.com/MD/rss.asp"> <link rel="shortcut icon" href="/MD/_skin/egov/img/icons/favicon.ico"> <link rel="stylesheet" href="/MD/_oec/css/main.css"> <!-- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />--> <!-- <meta name="description" content=""> <meta name="author" content=""> --> <!-- Step 1 : Link to MD favicon --> <link rel="shortcut icon" href="/MD/_skin/egov/img/icons/favicon.ico"> <!-- Necessary Bootstrap.css for responsive design --> <link href="/MD/_skin/egov/frameworks/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="/MD/_skin/egov/css/agency-styles.css" rel="stylesheet"> <link href="/MD/_skin/egov/css/agencystylesadd.css" rel="stylesheet"> <link href="/MD/_skin/egov/css/agency-header.css" rel="stylesheet"> <link href="/MD/_skin/egov/css/mdgov_responsiveTables.min.css" rel="stylesheet" /> <link href="/MD/_skin/css/font-awesome.min.css" rel="stylesheet" /> <link href="/MD/_skin/css/bootstrap.custom.buttons.css" rel="stylesheet" /> <!--[if ie 8]> <link id="css_IE8" href="/MD/_skin/egov/css/ie/ie8.css" rel="stylesheet" media="screen" /> <![endif]--> <!--[if ie 7]> <link id="css_IE7" href="/MD/_skin/egov/css/ie/ie7.css" rel="stylesheet" media="screen" /> <![endif]--> <!--[if lt IE 9]> <script src="/MD/_skin/egov/js/html5shiv.js"></script> <![endif]--> <script src="/MD/_skin/egov/js/jquery-1.8.2.min.js"></script> <script src="/MD/_skin/egov/js/mdgov_responsiveTables.min.js"></script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-LGNF1T0CBG"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-LGNF1T0CBG'); </script> <!-- End Google tag --> </head> <body> <!-- CLIENT HEADER/MASTHEAD --> <div class="container" id="MobileNav"> <div class="skipNav"> <a href="#primary_content_Block" class="show-on-focus">Skip to Main Content</a> </div> <div id="mdgov_globalSiteWrapper"> <div class="row-fluid"> <div id="mdgov_TopSliverBar" class="clearfix"> <div id="mdgov_TopSliverBarContent" class="clearfix"> <div id="mdgov_sliverLeft"> <div id="mdgov_mobileNavButton" class="hidden-desktop"> <a class="show" href="#/"><i class="icon-white icon-align-justify"> </i> <span>Menu</span> </a> <a class="hide" href="#MobileNav"><i class="icon-white icon-align-justify"> </i> <span>Menu</span> </a> </div> </div> <div id="mdgov_sliverRight"> <div id="navBlock" class="row-fluid"> <div id="mdgov_enterpriseNavigation"> <!-- Step 9 : Add Main navigation links --> <nav> <ul> <li> <div id="mdgov_homeLink"> <!-- Step 2 : MD Crown logo and link --> <a href="http://www.maryland.gov/"> <span class="hidden-accessible">Maryland.gov Home</span> </a> </div> </li> <li><a title="Budget" class="level0" href="http://dbm.maryland.gov/budget/Pages/Budget-Home.aspx">Budget</a></li> <li><a title="Transparency" class="level0" href="https://mtp.maryland.gov/">Transparency</a></li> <li><a title="Contracts" class="level0" href="http://dbm.maryland.gov/proc-contracts/Pages/home.aspx">Contracts</a></li> <li><a title="State Jobs" class="level0" href="http://dbm.maryland.gov/jobseekers/Pages/jobseekersHome.aspx">State Jobs</a></li> <li><a title="State Employees" class="level0" href="http://dbm.maryland.gov/employees/Pages/employeesHome.aspx">State Employees</a></li> <li><a title="Public Information" class="level0" href="http://dbm.maryland.gov/public/Pages/PublicHome.aspx">Public Information</a></li> </ul> </nav> </div> <div id="MD-Nav"><a class="hidden-phone" href="http://www.maryland.gov" target="_blank" style="padding: 0px 5px 0px 0px;">Maryland.gov</a><a href="http://www.doit.state.md.us/phonebook/" target="_blank" style="padding: 0px 5px 0px 5px;">Phone Directory</a><a href="http://www.maryland.gov/pages/agency_directory.aspx" target="_blank" style="padding: 0px 5px 0px 5px;">State Agencies</a><a class="hidden-phone" href="http://www.maryland.gov/pages/online_services.aspx" target="_blank" style="padding: 0px 20px 0px 5px;">Online Services</a></div> </div> </div> </div> </div> </div> <!-- Begin Header --> <div id="headerBlock" class="row-fluid clearfix"> <div id="header" class="span12"> <div id="headerBackground"> <div class="headerBgImg clearfix"> <div class="row-fluid"> <div class="slideshow-container"> <div class="mySlides fade"> <img src="\MD\_skin\images\banners\1.jpg" alt="Maryland Scenery" class="responsive"> </div> <div class="mySlides fade"> <img src="\MD\_skin\images\banners\2.jpg" alt="Maryland Scenery" class="responsive"> </div> <div class="mySlides fade"> <img src="\MD\_skin\images\banners\3.jpg" alt="Maryland Scenery" class="responsive"> </div> <div class="slideshow-dots"> <a href="#0" onclick="goSlide(0)"><span class="slidedot"></span></a> <a href="#0" onclick="goSlide(1)"><span class="slidedot"></span></a> <a href="#0" onclick="goSlide(2)"><span class="slidedot"></span></a> </div> </div> <script> var slideIndex = 0; showSlides(); function showSlides() { var i; var slides = document.getElementsByClassName("mySlides"); var dots = document.getElementsByClassName("slidedot"); for (i = 0; i < slides.length; i++) { slides[i].style.display = "none"; } slideIndex++; if (slideIndex > slides.length) {slideIndex = 1} for (i = 0; i < dots.length; i++) { dots[i].className = dots[i].className.replace(" slideactive", ""); } slides[slideIndex-1].style.display = "block"; dots[slideIndex-1].className += " slideactive"; setTimeout(showSlides, 6000); // Change image every 3 seconds } function goSlide(n){ slideIndex = n; showSlides(); } </script> </div> </div> </div> </div> </div> <div id="JA_Navigation"> <section id="subNav1" class=""> <header id="subNavHeader"> <!-- Step 14: Sub Nav menus --> <h2 data-target="subNav1">Job Seekers</h2> </header> <nav class="subNavWrapper"> <ul class="cl_iconNav"> <li><a href="https://www.jobapscloud.com/MD/" class="level0">State Jobs</a></li> <li><a href="https://www.jobapscloud.com/MD/newregpages/IDPassfind.asp?from=existing" class="level0">My Applications</a></li> <li><a href="https://www.jobapscloud.com/MD/newregpages/IDPassfind.asp?from=UpdateEmail" class="level0">Update Contact Info</a></li> <li><a href="https://www.jobapscloud.com/MD/auditor/choosegroups.asp" class="level0">Interest Cards</a></li> <li><a href="https://www.jobapscloud.com/MD/auditor/classspecs.asp" class="level0">Class Specifications</a></li> <li><a href="https://www.jobapscloud.com/MD/statusboard.asp" class="level0">Closed Jobs Status</a></li> </ul> </nav> </section> </div> <!-- End Header --> <div class="row-fluid"> <div id="primary_content_Block"> <div id="primary_right_col"> <div class="mdgov_contentWrapper"> <!--END CLIENT HEADER/MASTHEAD --> <!-- BEGIN PAGE WRAPPER --> <!--START JOBAPS SECTION --> <div id="JobApsContent"> <div id="banner"></div> <div id="SearchPage"> <h1>State of Maryland Job Openings</h1> <div class="social-icons-wrapper"> <div class="col-sm-6"> <ul class="social-icons"> <li class="follow"><b>Follow us on: </b></li> <li><a href="https://www.facebook.com/pages/Maryland-State-Jobs/164201969180" target="_blank" title="Facebook"><i class="fa fa-facebook"></i></a></li> <li><a href="https://twitter.com/marylandgovjobs" target="_blank" title="Twitter"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" style="height: 0.85em; margin-bottom: 0px;"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><style>svg{fill:rgb(13, 110, 253);}</style><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg></a></li> <li><a href="https://www.linkedin.com/company/state-of-maryland/" target="_blank" title="LinkedIn"><i class="fa fa-linkedin"></i></a></li> <li><a href="https://www.instagram.com/maryland.statejobs" target="_blank" title="Instagram"><i class="fa fa-instagram"></i></a></li> </ul> </div> </div> <br> <div class="MessagePanel"> <p style='text-align: center;'><strong>The Department of Budget and Management welcomes you to the Maryland State Online Employment Center! </strong></p> <p style='text-align: center;'>To quickly find the job openings in which you are most interested, narrow your search by using the filter options: Keyword, Location, Department, Recruitment Type, College degree requirement, and/or Job Category. If you do not see a result from your filtered search, that means there are no current open positions for your selection. If you would like to be notified by email when your job selection opens, click on Interest Cards. </p> <div style='width: 500px; margin: 0px auto; text-align: center;'><p> </p><iframe width="560" height="315" src="https://www.youtube.com/embed/blaQViC2dsk?si=xn6smnyBOYhdI7cs&rel=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div> </div> <form class="HelpDiv" action="HelpTopics.asp" method="post"> <div> <label for="HelpTopic" title="Select a Topic"><a href="HelpTopics.asp" rel="external" onclick="helpWindow();return false;" title="Click to view Help topics in a new window">How do I...</a></label> <select name="HelpTopic" id="HelpTopic" onchange="helpWindow(this.value);"> <option value="">Choose a Help Topic</option> <option value="HelpTopics.asp#apply">Apply for a Recruitment</option> <option value="HelpTopics.asp#reuse">Reuse an application</option> <option value="HelpTopics.asp#update">Update my contact information</option> </select> <input type="submit" id="HelpDivSubmit" value="Go" class="btn" /> </div> </form> <br class="clear" /> <form action="default.asp?Search=Y" method="post" id="SearchForm" onsubmit="return submitSearch(this)"> <div id="SearchPanel" > <fieldset> <legend>Filter Open Jobs</legend> <div class="SearchPanelTableDiv"> <table id="SearchPanelTableLeft" class="SearchPanelTable" > <caption>Filter job opening listings by entering filtering options.</caption> <tr> <th scope="row"> <label for="Keyword">Keyword</label> </th> <td> <input id="Keyword" name="Keyword" type="text" size="50" maxlength="50" value="" placeholder="Enter keyword(s)" /> <br /><br /><input type="checkbox" name="KeywordFullText" id="KeywordFullText" value="1" title="Performs a full text search within the body of all open Job Announcements for the exact word or phrase entered" /><label for="KeywordFullText">Full text search</label> </td> </tr> <tr> <th scope="row"> <label for="Loc" title="Enter Loc">Location</label> </th> <td> <select name="Loc" id="Loc"> <option value="">All Areas</option> <option value="loc1" >Allegany </option> <option value="loc2" >Anne Arundel </option> <option value="loc3" >Baltimore City </option> <option value="loc4" >Baltimore County </option> <option value="loc5" >Calvert </option> <option value="loc6" >Caroline </option> <option value="loc7" >Carroll </option> <option value="loc8" >Cecil </option> <option value="loc9" >Charles </option> <option value="loc10" >Dorchester </option> <option value="loc11" >Frederick </option> <option value="loc12" >Garrett </option> <option value="loc13" >Harford </option> <option value="loc14" >Howard </option> <option value="loc15" >Kent </option> <option value="loc16" >Montgomery </option> <option value="loc17" >Prince George's </option> <option value="loc18" >Queen Anne's </option> <option value="loc19" >Somerset </option> <option value="loc20" >St. Mary's </option> <option value="loc21" >Talbot </option> <option value="loc22" >Washington County </option> <option value="loc23" >Wicomico </option> <option value="loc24" >Worcester </option> </select> </td> </tr> <tr> <th scope="row"> <label for="DeptNumber" title="Enter DeptNumber">Department</label> </th> <td> <select name="DeptNumber" id="DeptNumber"> <option value="">All Departments </option> <option value='361201001'>Accountability and Implementation Board</option><option value='240601'>Alcohol, Tobacco, and Cannabis Commission</option><option value='232800001'>Canal Place Preservation and Development Authority</option><option value='231200001'>Commission on Civil Rights</option><option value='2401'>Comptroller of Maryland</option><option value='230107001'>Department of Aging</option><option value='25'>Department of Budget and Management</option><option value='38'>Department of Commerce</option><option value='230102001'>Department of Disabilities</option><option value='28'>Department of General Services</option><option value='3701'>Department of Housing and Community Development</option><option value='33'>Department of Human Services</option><option value='2502'>Department Of Information Technology</option><option value='40'>Department of Juvenile Services</option><option value='30'>Department of Natural Resources</option><option value='232301'>Department of Planning</option><option value='35'>Department of Public Safety and Correctional Svcs</option><option value='270001'>Department of Service and Civic Innovation</option><option value='231500'>Department of Veterans and Military Families</option><option value='400201'>DJS Community Operations</option><option value='400202'>DJS Facility Operations</option><option value='ZZZ000001'>DJS Operations – History</option><option value='230101'>Governor's Office</option><option value='232500001'>Governor's Work Force Investment Board-Gen. Admin.</option><option value='232311111'>INACTIV - MCA General Administration</option><option value='360108001'>INACTIVE - Inspector General for Education</option><option value='230503001'>Interagency Commission on School Construction</option><option value='232311'>Maryland Cannabis Administration</option><option value='31'>Maryland Department of Agriculture</option><option value='230802'>Maryland Department of Emergency Management</option><option value='32'>Maryland Department of Health</option><option value='34'>Maryland Department of Labor</option><option value='3901'>Maryland Department of the Environment</option><option value='232602001'>Maryland Health Insurance Plan</option><option value='360900001'>Maryland Higher Education Commission</option><option value='360900005'>Maryland Higher Education Commission</option><option value='232601001'>Maryland Insurance Administration</option><option value='240400'>Maryland Lottery and Gaming Control Agency</option><option value='361500'>Maryland Public Television</option><option value='3605'>Maryland School for the Deaf</option><option value='231900001'>Maryland State Board of Contract Appeals</option><option value='37'>Maryland State Library</option><option value='410101'>Maryland State Police</option><option value='261001001'>Maryland State Retirement and Pension Systems</option><option value='220500001'>Maryland Tax Court</option><option value='230122001'>MD Commission on African American Hist & Culture</option><option value='232501001'>MD Health Benefit Exchange</option><option value='232700001'>MD Institute for Emergency Medical Svcs Systems</option><option value='36'>MD State Department of Education</option><option value='261200001'>MD Supplemental Retirement Plan</option><option value='232911001'>MD Thoroughbred Racetrack Operating Authority</option><option value='320602049N'>MDH Local Health- Kent County</option><option value='321307001'>MDH Potomac Center</option><option value='230801'>Military Department Operations and Maintenance</option><option value='360101020'>MSDE - DORS - Headquarters</option><option value='230111001'>Office of Administrative Hearings</option><option value='220800001'>Office of People's Counsel</option><option value='220300'>Office of the Attorney General</option><option value='237311001'>Office of the Inspector General for Education</option><option value='220200'>Office of the Public Defender</option><option value='220400001'>Office of the State Prosecutor</option><option value='2402'>Office of the Treasurer</option><option value='240500001'>Property Tax Assessment Appeals Boards</option><option value='220700'>Public Service Commission</option><option value='230110'>State Archives</option><option value='230901'>State Board of Elections</option><option value='240300'>State Department of Assessments and Taxation</option><option value='220900001'>Subsequent Injury Fund</option><option value='221000001'>Uninsured Employer's Fund</option><option value='239111001'>West North Avenue Development Authority</option><option value='220600001'>Worker's Compensation Commission</option> </select> </td> </tr> </table> </div> <div class="SearchPanelTableDiv"> <table id="SearchPanelTableRight" class="SearchPanelTable" > <caption>Filter job opening listings by entering more filter options.</caption> <tr> <th scope="row"> <label for="JobType" title="Enter JobType">Type</label> </th> <td> <select name="JobType" id="JobType"> <option value='' selected="selected">Select Recruitment Type</option> <option value='RAR'>Regular Active Recruitment </option> <option value='ROR'>Regular Ongoing Recruitment </option> <option value='CAR'>Contractual Active Recruitment </option> <option value='COR'>Contractual Ongoing Recruitment </option> <option value='IO'>Internal Only </option> <option value='INT'>Internship Opportunities </option> <option value='SEA'>Seasonal Positions </option> <option value='TE'>Emergency Temporary Employee </option> </select> </td> </tr> <tr> <th scope="row"> <label for="CollegeDegreeRequired" title="Enter CollegeDegreeRequired">College Degree Required?</label> </th> <td> <select name="CollegeDegreeRequired" id="CollegeDegreeRequired"> <option value='' selected="selected">Select College Degree Required</option> <option value="1" >Yes</option> <option value="0" >No</option> </select> </td> </tr> <tr> <th scope="row"> <label for="TeleworkAvailable" title="Enter Telework Available">Telework Available?</label> </th> <td> <select name="TeleworkAvailable" id="TeleworkAvailable"> <option value='' selected="selected">Select Telework Available</option> <option value="1" >Telework Available</option> </select> </td> </tr> <tr> <th scope="row"> <label for="OccList" title="Select Job Category">Category</label> <span id="JobCategoryMultiple" style="display: none;"> <br /> <a href="#" onclick="JobCategoryToggle(); return false;" title="Toggle Select Multiple Categories">Toggle Multiple</a></span> </th> <td> <div id="JobCategoryMultiText" style="display: none;">Press CTRL/CMD key and click to select multiple categories.</div> <select size='1' id='OccList' name='OccList' > <option value='0'>All Categories</option> <option value='1' >Accounting/Auditing</option><option value='2' >Administrative/Staff Work</option><option value='88' >Administrator/Project Management</option><option value='3' >Agricultural</option><option value='74' >American Sign Language - ASL</option><option value='52' >Associate's Degree</option><option value='53' >Bachelor's Degree</option><option value='80' >Benefits</option><option value='73' >Bilingual</option><option value='5' >Biology/Chemistry</option><option value='6' >Budgeting/Finance/Grants Management</option><option value='7' >Case Management</option><option value='82' >Certified Public Accountant - CPA</option><option value='63' >Civil Rights/EEO</option><option value='9' >Clerical/Secretarial/Support Work</option><option value='10' >Collections/Revenue</option><option value='11' >Communications/Social Media</option><option value='77' >Compliance</option><option value='56' >Contractual or Seasonal</option><option value='12' >Cooking/Baking/Food Service</option><option value='13' >Corrections</option><option value='14' >Counseling/Therapy</option><option value='15' >Customer Service</option><option value='16' >Data Management/Data Entry</option><option value='84' >Dietary</option><option value='18' >Directors/Executives</option><option value='55' >Doctorate Degree/Juris Doctor</option><option value='19' >Driving</option><option value='20' >Education</option><option value='22' >Engineering/Architecture</option><option value='23' >Entry Level</option><option value='24' >Environment/Geology</option><option value='25' >Fiscal/Payroll</option><option value='86' >Forensics</option><option value='27' >Funeral Services/Mortuary</option><option value='28' >Green</option><option value='29' >Health/Mental Health</option><option value='51' >High School Diploma/GED</option><option value='30' >Human Resources/Personnel</option><option value='31' >Human Services/Social Services</option><option value='33' >Information Technology</option><option value='79' >Insurance</option><option value='32' >Internships</option><option value='57' >Interview & Hire</option><option value='65' >Investigation</option><option value='71' >Juvenile/Child Services</option><option value='87' >Labor/Trades</option><option value='34' >Laboratory Science</option><option value='35' >Law Enforcement/Police</option><option value='4' >Legal</option><option value='36' >Maintenance/Grounds Keeping</option><option value='59' >Management Service</option><option value='37' >Management/Supervision</option><option value='38' >Marketing/Public Relations</option><option value='54' >Master's Degree</option><option value='67' >Mathematics</option><option value='39' >Medical</option><option value='91' >Military/Veteran</option><option value='93' >Natural Resources</option><option value='40' >Nursing</option><option value='41' >Physicians/Pathologists</option><option value='85' >Procurement</option><option value='69' >Project Management Professional - PMP</option><option value='90' >Property/Appraisal</option><option value='70' >Psychology</option><option value='42' >Public Administration/Public Policy</option><option value='72' >Public Health</option><option value='43' >Research</option><option value='75' >Retirement Services</option><option value='68' >Science</option><option value='44' >Security</option><option value='60' >Skilled and Professional Service/Merit</option><option value='45' >Social Work</option><option value='61' >Special Appointment</option><option value='47' >Supply Management/Inventory</option><option value='48' >Teaching</option><option value='83' >Telecommunications</option><option value='49' >Veteran's Affairs /Veteran's Services</option><option value='81' >Web Design</option> </select> </td> </tr> </table> </div> </fieldset> <div class="Controls"> <input type="hidden" name="OccListCount" id="OccListCount" value="-1" /> <input type="submit" name="Submit" value="Search" class="btn btn-primary" /> <input type="submit" name="Reset" value="Clear" class="btn btn-default" onclick="resetSearch(this.form); return false;" /> <input type="submit" name="SubmitAll" value="Show All" class="btn btn-default" onclick="resetSearch(this.form); return true;" /> <!-- <br><font face="arial" size="2">Categories: </font><input size="140" type="text" name="OccNames" style='font-family:arial;font-size:10' value="">--> </div> </div> </form> <h2>Open Job Quick Links</h2> <div> <ul class="QuickLinksColumns"> <li><a href="#EmpDiv10" title="View the jobs in this category">Current Recruitments (246)</a></li> <li><a href="#EmpDiv20" title="View the jobs in this category">Ongoing Recruitments (41)</a></li> <li><a href="#EmpDiv30" title="View the jobs in this category">Contractual Recruitments (43)</a></li> <li><a href="#EmpDiv40" title="View the jobs in this category">Contractual Ongoing Recruitments (27)</a></li> <li><a href="#EmpDiv50" title="View the jobs in this category">Current State Employees (33)</a></li> </ul><ul class="QuickLinksColumns"> <li><a href="#EmpDiv51" title="View the jobs in this category">Internship Opportunities (2)</a></li> <li><a href="#EmpDiv55" title="View the jobs in this category">Seasonal Positions (20)</a></li> </ul> </div> <br class="clear" /> <h2>Application On-File and Freename Applications</h2> <table class="ui-responsiveX JobListing ApOnFileFreenames" data-role="table"> <caption>The Application On-File template and special category jobs.</caption> <thead><tr><th></th><th></th></tr></thead> <tbody> <!-- <tr class="odd"> <td> <a href="/MD/sup/bulpreview.asp?R1=00&R2=PR0000&R3=001" class="JobTitle">Practice Application<br> </a>For Practice Only </td> <td></td> <td></td> <td> </td> <td colspan="2">Try it out</td> </tr> --> <tr> <td> <div class="ApOnFileFreenameDiv"> <a href="/MD/sup/bulpreview.asp?R1=AF&R2=000000&R3=001" class="JobTitle ApOnFile">Application On-File<br /> </a> <br /> You can edit your Application On-File at any time to keep it up-to-date. Use it to copy into any new application. </div> <div class="ApOnFileFreenameDiv FreeNames"> <a href="/MD/sup/abfreenames.asp" class="JobTitle FreeNames">Freename Applications<br /> </a> <br> To complete an application for any of the following: Layoff, Separation, Reinstatement, Certified by DORS, Transfer, Certified Disabled Veterans. </div> </td> </tr> </tbody> </table> <section class="ListingPanel"> <div class="containerX"> <div class="PanelCard"> <h2 class="RowHeader" id="EmpDiv10"> Current Recruitments </h2> <table class="ui-responsive JobListing ListingPanel" data-role="table" id="BeginJobListing" tabindex="0"> <caption>Current Recruitments that match the search filter.</caption> <thead><tr class="ColumnHeader"><th class="nowrap w25" scope="col"> <a href="default.asp?orderby=Title&Loc=&Keyword=&KeywordFullText=&OccList=&DeptNumber=&JobType=&CollegeDegreeRequired=&TeleworkAvailable=&SortOrd=" title="Click to sort the results">Job Title</a> </th><th scope="col" class="w10">Work Locations</th><th scope="col" class="w15">Agency</th><th scope="col" class="w20">Salary</th><th scope="col" class="w20"><a href="default.asp?orderby=Deadline&Loc=&Keyword=&KeywordFullText=&OccList=&DeptNumber=&JobType=&CollegeDegreeRequired=&TeleworkAvailable=&SortOrd=" title="Click to sort the results">Filing Deadline</a></th><th scope="col" class="w7">Check Status</th></tr></thead> <tbody> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005408&R3=0001" class="JobTitle" title="***REPOST*** ARCHAEOLOGICAL CONSERVATOR-25-005408-0001">***REPOST*** ARCHAEOLOGICAL CONSERVATOR (RESEARCH & PRESERVATION SPECIALIST I) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005408&R3=0001" class="JobNum" title="***REPOST*** ARCHAEOLOGICAL CONSERVATOR-25-005408-0001">25-005408-0001 </a> </th> <td class="Locs">Calvert<br> </td> <td class="Dept">MDP Museum Services </td> <td class="Salary">$50,565.00 - $80,884.00/ year </td> <td>Sunday,<br />April 13, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005408-0001" title="***REPOST*** ARCHAEOLOGICAL CONSERVATOR-25-005408-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003003&R3=2001" class="JobTitle" title="***REPOST*** PROCUREMENT AND OPERATIONS OFFICER-25-003003-2001">***REPOST*** PROCUREMENT AND OPERATIONS OFFICER (Procurement Officer II) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003003&R3=2001" class="JobNum IconNew" title="***REPOST*** PROCUREMENT AND OPERATIONS OFFICER-25-003003-2001">25-003003-2001 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">Department of Service and Civic Innovation - A </td> <td class="Salary">$69,323.00 - $90,420 with potential growth to $112,044.00/ year </td> <td>Monday,<br />April 21, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-003003-2001" title="***REPOST*** PROCUREMENT AND OPERATIONS OFFICER-25-003003-2001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004546&R3=0001" class="JobTitle" title="***REPOST***ACCOUNTANT I-25-004546-0001">***REPOST***ACCOUNTANT I </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004546&R3=0001" class="JobNum" title="***REPOST***ACCOUNTANT I-25-004546-0001">25-004546-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">PSC General Administration and Hearings </td> <td class="Salary">$57,275.00 - $92,108.00/ year </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004546-0001" title="***REPOST***ACCOUNTANT I-25-004546-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004271&R3=0002" class="JobTitle" title="**REPOST**OCCUPATIONAL THERAPY ASSISTANT II-24-004271-0002">**REPOST**OCCUPATIONAL THERAPY ASSISTANT II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004271&R3=0002" class="JobNum" title="**REPOST**OCCUPATIONAL THERAPY ASSISTANT II-24-004271-0002">24-004271-0002 </a> </th> <td class="Locs">Wicomico<br> </td> <td class="Dept">MDH Holly Center </td> <td class="Salary">$42,056.00 - $54,098.00/ year with potential growth to $66,759.00/ year </td> <td>Thursday,<br />April 17, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-004271-0002" title="**REPOST**OCCUPATIONAL THERAPY ASSISTANT II-24-004271-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005358&R3=0001" class="JobTitle" title="A/ D Supervised Counselor Provisional-25-005358-0001">A/ D Supervised Counselor Provisional </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005358&R3=0001" class="JobNum IconNew" title="A/ D Supervised Counselor Provisional-25-005358-0001">25-005358-0001 </a> </th> <td class="Locs">Allegany<br> </td> <td class="Dept">MDH Local Health - Allegany County </td> <td class="Salary">$44,704.00 - $55,513.00/ year, with potential growth to $71,108.00/ year </td> <td>Thursday,<br />April 17, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005358-0001" title="A/ D Supervised Counselor Provisional-25-005358-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004546&R3=0010" class="JobTitle" title="ACCOUNTANT I-25-004546-0010">ACCOUNTANT I </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004546&R3=0010" class="JobNum IconNew" title="ACCOUNTANT I-25-004546-0010">25-004546-0010 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">DHS - Howard County DSS </td> <td class="Salary">$57,275.00 - $74,374.00/ year with potential growth to $92,108.00/ year </td> <td>Thursday,<br />April 16, 2026 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004546-0010" title="ACCOUNTANT I-25-004546-0010">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004547&R3=0004" class="JobTitle" title="ACCOUNTANT SERIES-25-004547-0004">ACCOUNTANT SERIES (ACCOUNTANT I & II) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004547&R3=0004" class="JobNum" title="ACCOUNTANT SERIES-25-004547-0004">25-004547-0004 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">OPD General Administration </td> <td class="Salary">$57,275.00 - $98,313.00/ year </td> <td>Tuesday,<br />April 8, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004547-0004" title="ACCOUNTANT SERIES-25-004547-0004">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=006288&R3=0002" class="JobTitle" title="Accounts Receivable Manager-25-006288-0002">Accounts Receivable Manager (ADMINISTRATOR I SUPERVISOR) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=006288&R3=0002" class="JobNum IconNew" title="Accounts Receivable Manager-25-006288-0002">25-006288-0002 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">DPSCS-Maryland Correctional Enterprises </td> <td class="Salary">$60,987.00 - $98,313.00/ year </td> <td>Wednesday,<br />April 16, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-006288-0002" title="Accounts Receivable Manager-25-006288-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002247&R3=0016" class="JobTitle" title="ADMINISTRATIVE OFFICER III-25-002247-0016">ADMINISTRATIVE OFFICER III (MARKETING SPECIALIST) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002247&R3=0016" class="JobNum IconNew" title="ADMINISTRATIVE OFFICER III-25-002247-0016">25-002247-0016 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Family Health & Chronic Disease Services </td> <td class="Salary">$57,275.00 - $74,374.00/ year, with potential growth to $92,108.00/ year </td> <td>Wednesday,<br />April 16, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002247-0016" title="ADMINISTRATIVE OFFICER III-25-002247-0016">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002709&R3=0006" class="JobTitle" title="ADMINISTRATIVE OFFICER III SUPERVISOR-25-002709-0006">ADMINISTRATIVE OFFICER III SUPERVISOR </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002709&R3=0006" class="JobNum" title="ADMINISTRATIVE OFFICER III SUPERVISOR-25-002709-0006">25-002709-0006 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DHS - Ops Ofc - Div of Administrative Services </td> <td class="Salary">$57,275.00 - $74,374.00/ year with potential growth up to $92,108.00/ year </td> <td>Thursday,<br />April 10, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002709-0006" title="ADMINISTRATIVE OFFICER III SUPERVISOR-25-002709-0006">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001756&R3=0016" class="JobTitle" title="ADMINISTRATIVE SPECIALIST II-25-001756-0016">ADMINISTRATIVE SPECIALIST II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001756&R3=0016" class="JobNum IconNew" title="ADMINISTRATIVE SPECIALIST II-25-001756-0016">25-001756-0016 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">DNR - Natural Resource Police - General Direction </td> <td class="Salary">$44,704.00 - $71,108.00/ year </td> <td>Monday,<br />April 14, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001756-0016" title="ADMINISTRATIVE SPECIALIST II-25-001756-0016">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001756&R3=0018" class="JobTitle" title="ADMINISTRATIVE SPECIALIST II-25-001756-0018">ADMINISTRATIVE SPECIALIST II (Special Projects Associate) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001756&R3=0018" class="JobNum" title="ADMINISTRATIVE SPECIALIST II-25-001756-0018">25-001756-0018 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MLGCA Administration and Operations </td> <td class="Salary">$44,704.00 - $71,108.00/ year </td> <td>Monday,<br />April 14, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001756-0018" title="ADMINISTRATIVE SPECIALIST II-25-001756-0018">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002043&R3=0014" class="JobTitle" title="ADMINISTRATIVE SPECIALIST III-25-002043-0014">ADMINISTRATIVE SPECIALIST III </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002043&R3=0014" class="JobNum" title="ADMINISTRATIVE SPECIALIST III-25-002043-0014">25-002043-0014 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">MSP - Support Services Bureau </td> <td class="Salary">$47,536.00 - $75,820.00/ year </td> <td>Tuesday,<br />April 8, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002043-0014" title="ADMINISTRATIVE SPECIALIST III-25-002043-0014">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002043&R3=0015" class="JobTitle" title="ADMINISTRATIVE SPECIALIST III-25-002043-0015">ADMINISTRATIVE SPECIALIST III (Consumer Assistance Intake Specialist) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002043&R3=0015" class="JobNum IconNew" title="ADMINISTRATIVE SPECIALIST III-25-002043-0015">25-002043-0015 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">Office of People's Counsel </td> <td class="Salary">$47,536.00 - $75,820.00/ year </td> <td>Monday,<br />April 14, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002043-0015" title="ADMINISTRATIVE SPECIALIST III-25-002043-0015">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003235&R3=0015" class="JobTitle" title="ADMINISTRATIVE SUPPORT MANAGER-25-003235-0015">ADMINISTRATIVE SUPPORT MANAGER (ADMINISTRATIVE OFFICER II) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003235&R3=0015" class="JobNum IconNew" title="ADMINISTRATIVE SUPPORT MANAGER-25-003235-0015">25-003235-0015 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">Office of the Attorney General </td> <td class="Salary">$53,808.00 - $86,322.00/ year </td> <td>Wednesday,<br />April 16, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-003235-0015" title="ADMINISTRATIVE SUPPORT MANAGER-25-003235-0015">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002586&R3=0023" class="JobTitle" title="ADMINISTRATOR I-25-002586-0023">ADMINISTRATOR I (GIS Specialist) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002586&R3=0023" class="JobNum" title="ADMINISTRATOR I-25-002586-0023">25-002586-0023 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">DNR - Maryland Park Service - State Wide Operation </td> <td class="Salary">$60,987.00 - $98,313.00/ year </td> <td>Monday,<br />April 14, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002586-0023" title="ADMINISTRATOR I-25-002586-0023">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002587&R3=0020" class="JobTitle" title="ADMINISTRATOR II-25-002587-0020">ADMINISTRATOR II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002587&R3=0020" class="JobNum" title="ADMINISTRATOR II-25-002587-0020">25-002587-0020 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DPSCS Capital Construction & Fac. Maintenance </td> <td class="Salary">$64,984.00 - $104,954.00/ year </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002587-0020" title="ADMINISTRATOR II-25-002587-0020">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002587&R3=0021" class="JobTitle" title="ADMINISTRATOR II-25-002587-0021">ADMINISTRATOR II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002587&R3=0021" class="JobNum" title="ADMINISTRATOR II-25-002587-0021">25-002587-0021 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">SBE General Administration </td> <td class="Salary">$64,984.00 - $104,954.00/ year </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002587-0021" title="ADMINISTRATOR II-25-002587-0021">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002587&R3=0025" class="JobTitle" title="ADMINISTRATOR II - LICENSING VIOLATIONS INVESTIGATOR-25-002587-0025">ADMINISTRATOR II - LICENSING VIOLATIONS INVESTIGATOR (MANDATORY EXCLUSION PRGM COORDINATOR) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002587&R3=0025" class="JobNum" title="ADMINISTRATOR II - LICENSING VIOLATIONS INVESTIGATOR-25-002587-0025">25-002587-0025 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MLGCA Video Lottery Terminal </td> <td class="Salary">$64,984.00 - $104,954.00/ year </td> <td>Friday,<br />April 11, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002587-0025" title="ADMINISTRATOR II - LICENSING VIOLATIONS INVESTIGATOR-25-002587-0025">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002575&R3=0001" class="JobTitle" title="ADMINISTRATOR II SUPERVISOR-25-002575-0001">ADMINISTRATOR II SUPERVISOR (Regulatory Administrator) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002575&R3=0001" class="JobNum" title="ADMINISTRATOR II SUPERVISOR-25-002575-0001">25-002575-0001 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">DNR - Fisheries Service </td> <td class="Salary">$64,984.00 - $104,954.00 </td> <td>Thursday,<br />April 10, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002575-0001" title="ADMINISTRATOR II SUPERVISOR-25-002575-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002575&R3=0002" class="JobTitle" title="ADMINISTRATOR II SUPERVISOR-25-002575-0002">ADMINISTRATOR II SUPERVISOR (Instant Ticket Facilities Operations Supervisor) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002575&R3=0002" class="JobNum IconNew" title="ADMINISTRATOR II SUPERVISOR-25-002575-0002">25-002575-0002 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MLGCA Administration and Operations </td> <td class="Salary">$64,984.00 - $104,954.00/ year </td> <td>Friday,<br />April 18, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002575-0002" title="ADMINISTRATOR II SUPERVISOR-25-002575-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002588&R3=0021" class="JobTitle" title="ADMINISTRATOR III-25-002588-0021">ADMINISTRATOR III </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002588&R3=0021" class="JobNum" title="ADMINISTRATOR III-25-002588-0021">25-002588-0021 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">DNR - Watershed Services </td> <td class="Salary">$69,323.00 - $112,044.00/ year </td> <td>Thursday,<br />April 10, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002588-0021" title="ADMINISTRATOR III-25-002588-0021">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002588&R3=0024" class="JobTitle" title="ADMINISTRATOR III-25-002588-0024">ADMINISTRATOR III (LICENSING SPECIALIST - LEAD) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002588&R3=0024" class="JobNum" title="ADMINISTRATOR III-25-002588-0024">25-002588-0024 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MLGCA Video Lottery Terminal </td> <td class="Salary">$69,323.00 - $112,044.00/ year </td> <td>Friday,<br />April 11, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002588-0024" title="ADMINISTRATOR III-25-002588-0024">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002576&R3=0003" class="JobTitle" title="ADMINISTRATOR III, SUPERVISOR **REPOST**-25-002576-0003">ADMINISTRATOR III, SUPERVISOR **REPOST** (PHPA Operations Deputy Director) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002576&R3=0003" class="JobNum" title="ADMINISTRATOR III, SUPERVISOR **REPOST**-25-002576-0003">25-002576-0003 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Infectious Disease & Environmental Hlth Svcs </td> <td class="Salary">$69,323.00 - $90,420.00/ year, with potential growth to $112,044.00/ year </td> <td>Sunday,<br />April 6, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002576-0003" title="ADMINISTRATOR III, SUPERVISOR **REPOST**-25-002576-0003">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002578&R3=0003" class="JobTitle" title="ADMINISTRATOR V SUPERVISOR-25-002578-0003">ADMINISTRATOR V SUPERVISOR (DIVISION CHIEF) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002578&R3=0003" class="JobNum IconNew" title="ADMINISTRATOR V SUPERVISOR-25-002578-0003">25-002578-0003 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$78,919.00 - $102,996.00/ year, with potential growth to $127,473.00/ year </td> <td>Monday,<br />April 14, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002578-0003" title="ADMINISTRATOR V SUPERVISOR-25-002578-0003">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002578&R3=0004" class="JobTitle" title="ADMINISTRATOR V SUPERVISOR-25-002578-0004">ADMINISTRATOR V SUPERVISOR (DIVISION CHIEF, PARTICIPANT ENROLLMENT AND SERVICE REVIEW) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002578&R3=0004" class="JobNum" title="ADMINISTRATOR V SUPERVISOR-25-002578-0004">25-002578-0004 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$78,919.00 - $102,996.00/ year, with potential growth to $127,473.00/ year </td> <td>Thursday,<br />April 10, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002578-0004" title="ADMINISTRATOR V SUPERVISOR-25-002578-0004">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002579&R3=0013" class="JobTitle" title="ADMINISTRATOR VI SUPERVISOR-25-002579-0013">ADMINISTRATOR VI SUPERVISOR (Assistant Chief, Division Of Case Investigation) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002579&R3=0013" class="JobNum" title="ADMINISTRATOR VI SUPERVISOR-25-002579-0013">25-002579-0013 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Infectious Disease & Environmental Hlth Svcs </td> <td class="Salary">$84,229.00 - $109,856.00/ year, with potential growth to $136,003.00/ year </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002579-0013" title="ADMINISTRATOR VI SUPERVISOR-25-002579-0013">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=001992&R3=0016" class="JobTitle" title="AERS/ MADC Social Worker-24-001992-0016">AERS/ MADC Social Worker (SOCIAL WORKER II, HEALTH SERVICES) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=001992&R3=0016" class="JobNum" title="AERS/ MADC Social Worker-24-001992-0016">24-001992-0016 </a> </th> <td class="Locs">Caroline<br> </td> <td class="Dept">MDH Local Health - Caroline County </td> <td class="Salary">$64,984.00 - $104,954.00/ year </td> <td>Tuesday,<br />April 15, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-001992-0016" title="AERS/ MADC Social Worker-24-001992-0016">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000807&R3=0003" class="JobTitle" title="AGENCY GRANTS SPECIALIST II-25-000807-0003">AGENCY GRANTS SPECIALIST II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000807&R3=0003" class="JobNum" title="AGENCY GRANTS SPECIALIST II-25-000807-0003">25-000807-0003 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">MDH Behavioral Health Admin - Program Direction </td> <td class="Salary">$60,987.00 - $79,364.00/ year, with potential growth to $98,313.00/ year </td> <td>Tuesday,<br />April 8, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-000807-0003" title="AGENCY GRANTS SPECIALIST II-25-000807-0003">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000808&R3=0001" class="JobTitle" title="AGENCY GRANTS SPECIALIST LEAD-25-000808-0001">AGENCY GRANTS SPECIALIST LEAD </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000808&R3=0001" class="JobNum" title="AGENCY GRANTS SPECIALIST LEAD-25-000808-0001">25-000808-0001 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">MDH Behavioral Health Admin - Program Direction </td> <td class="Salary">$64,984.00 - $84,702.00/ year, with potential growth to $104,954.00/ year </td> <td>Monday,<br />April 7, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-000808-0001" title="AGENCY GRANTS SPECIALIST LEAD-25-000808-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004588&R3=0001" class="JobTitle" title="AGENCY PROJECT ENGINEER/ ARCHITECT III-25-004588-0001">AGENCY PROJECT ENGINEER/ ARCHITECT III </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004588&R3=0001" class="JobNum" title="AGENCY PROJECT ENGINEER/ ARCHITECT III-25-004588-0001">25-004588-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Deputy Secretary for Operations </td> <td class="Salary">$69,323.00 - $105,580.00/ year, with potential growth to $112,044.00/ year </td> <td>Friday,<br />April 18, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004588-0001" title="AGENCY PROJECT ENGINEER/ ARCHITECT III-25-004588-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003154&R3=0001" class="JobTitle" title="AGRICULTURAL COMMODITY GRADER I-25-003154-0001">AGRICULTURAL COMMODITY GRADER I </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003154&R3=0001" class="JobNum" title="AGRICULTURAL COMMODITY GRADER I-25-003154-0001">25-003154-0001 </a> </th> <td class="Locs">Wicomico<br> </td> <td class="Dept">MDA Mktg Animal Ind&Cons Svcs-Food Quality Assuran </td> <td class="Salary">$39,584.00 - $62,705.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-003154-0001" title="AGRICULTURAL COMMODITY GRADER I-25-003154-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005430&R3=0002" class="JobTitle" title="APD: ANNE ARUNDEL COUNTY (DISTRICT VII)-25-005430-0002">APD: ANNE ARUNDEL COUNTY (DISTRICT VII) (ASSISTANT PUBLIC DEFENDER I) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005430&R3=0002" class="JobNum IconNew" title="APD: ANNE ARUNDEL COUNTY (DISTRICT VII)-25-005430-0002">25-005430-0002 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">OPD District Operations </td> <td class="Salary">Assistant Public Defender I-$86,752.00 (Starting at Grade 20: Step 06) </td> <td>Tuesday,<br />April 15, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005430-0002" title="APD: ANNE ARUNDEL COUNTY (DISTRICT VII)-25-005430-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005799&R3=0003" class="JobTitle" title="APD: POST CONVICTION DEFENDERS-25-005799-0003">APD: POST CONVICTION DEFENDERS (Assist Public Defender I, II, III) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005799&R3=0003" class="JobNum" title="APD: POST CONVICTION DEFENDERS-25-005799-0003">25-005799-0003 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">OPD Appellate and Inmate Services </td> <td class="Salary">APD I:$86,752, APD II:$96,227, APD III:$106,620 </td> <td>Thursday,<br />April 10, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005799-0003" title="APD: POST CONVICTION DEFENDERS-25-005799-0003">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=AF&R2=000000&R3=001" class="JobTitle" title="Application Template-AF-000000-001">Application Template </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=AF&R2=000000&R3=001" class="JobNum" title="Application Template-AF-000000-001">AF-000000-001 </a> </th> <td class="Locs"><span class='sr-only'>n/a</span> </td> <td class="Dept"><span class='sr-only'>n/a</span> </td> <td class="Salary"><span class='sr-only'>n/a</span> </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=AF-000000-001" title="Application Template-AF-000000-001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004176&R3=0001" class="JobTitle" title="ART THERAPIST II, CI-25-004176-0001">ART THERAPIST II, CI </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004176&R3=0001" class="JobNum IconNew" title="ART THERAPIST II, CI-25-004176-0001">25-004176-0001 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">MDH Spring Grove Hospital Center </td> <td class="Salary">$73,957.00 - $96,533.00/ year, with potential growth to $119,492.00/ year </td> <td>Thursday,<br />April 17, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004176-0001" title="ART THERAPIST II, CI-25-004176-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003310&R3=0006" class="JobTitle" title="ASSESSOR I, REAL PROPERTY-25-003310-0006">ASSESSOR I, REAL PROPERTY </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003310&R3=0006" class="JobNum" title="ASSESSOR I, REAL PROPERTY-25-003310-0006">25-003310-0006 </a> </th> <td class="Locs">Prince George's<br> </td> <td class="Dept">DAT Real Property Valuation </td> <td class="Salary">$57,849 - $86,322.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-003310-0006" title="ASSESSOR I, REAL PROPERTY-25-003310-0006">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000355&R3=0002" class="JobTitle" title="ASSISTANT DIRECTOR OF NURSING CI-25-000355-0002">ASSISTANT DIRECTOR OF NURSING CI </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000355&R3=0002" class="JobNum" title="ASSISTANT DIRECTOR OF NURSING CI-25-000355-0002">25-000355-0002 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">MDH Spring Grove Hospital Center </td> <td class="Salary">$102,426.00 - $165,372.00/ year </td> <td>Tuesday,<br />April 8, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-000355-0002" title="ASSISTANT DIRECTOR OF NURSING CI-25-000355-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005476&R3=0033" class="JobTitle" title="ASSISTANT DIRECTOR, ELECTRICITY DIVISION - REPOST-24-005476-0033">ASSISTANT DIRECTOR, ELECTRICITY DIVISION - REPOST (PROGRAM MANAGER I) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005476&R3=0033" class="JobNum" title="ASSISTANT DIRECTOR, ELECTRICITY DIVISION - REPOST-24-005476-0033">24-005476-0033 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">PSC Electricity Division </td> <td class="Salary">$73,957.00 - $119,492.00/ year </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-005476-0033" title="ASSISTANT DIRECTOR, ELECTRICITY DIVISION - REPOST-24-005476-0033">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002730&R3=0001" class="JobTitle" title="Assistant Director, FIA Carroll County DSS-25-002730-0001">Assistant Director, FIA Carroll County DSS (HUMAN SERVICE ADMINISTRATOR III) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002730&R3=0001" class="JobNum" title="Assistant Director, FIA Carroll County DSS-25-002730-0001">25-002730-0001 </a> </th> <td class="Locs">Carroll<br> </td> <td class="Dept">DHS - Carroll County DSS </td> <td class="Salary">$73,957.00 -$96,533.00/ year with potential growth to $119,492.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002730-0001" title="Assistant Director, FIA Carroll County DSS-25-002730-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009287&R3=0001" class="JobTitle" title="ASSISTANT MEDICAL EXAMINER, BOARD CERTIFIED-25-009287-0001">ASSISTANT MEDICAL EXAMINER, BOARD CERTIFIED </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009287&R3=0001" class="JobNum" title="ASSISTANT MEDICAL EXAMINER, BOARD CERTIFIED-25-009287-0001">25-009287-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Ofc of Chief Med Examiner </td> <td class="Salary">$275,000.00 - $462,061.00/ year </td> <td>Wednesday,<br />December 31, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-009287-0001" title="ASSISTANT MEDICAL EXAMINER, BOARD CERTIFIED-25-009287-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009288&R3=0001" class="JobTitle" title="ASSISTANT MEDICAL EXAMINER, NON BOARD CERTIFIED-25-009288-0001">ASSISTANT MEDICAL EXAMINER, NON BOARD CERTIFIED </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009288&R3=0001" class="JobNum" title="ASSISTANT MEDICAL EXAMINER, NON BOARD CERTIFIED-25-009288-0001">25-009288-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Ofc of Chief Med Examiner </td> <td class="Salary">$230,000.00 - $354,642.00/ year </td> <td>Wednesday,<br />December 31, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-009288-0001" title="ASSISTANT MEDICAL EXAMINER, NON BOARD CERTIFIED-25-009288-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009662&R3=0003" class="JobTitle" title="ASSOCIATE COMMISSIONER OF PROPERTY & CASUALTY *Repost*-24-009662-0003">ASSOCIATE COMMISSIONER OF PROPERTY & CASUALTY *Repost* (MIA Executive IV) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009662&R3=0003" class="JobNum" title="ASSOCIATE COMMISSIONER OF PROPERTY & CASUALTY *Repost*-24-009662-0003">24-009662-0003 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">Maryland Insurance Administration </td> <td class="Salary">$109,247.00 - $176,552.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-009662-0003" title="ASSOCIATE COMMISSIONER OF PROPERTY & CASUALTY *Repost*-24-009662-0003">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005482&R3=0008" class="JobTitle" title="ASST DIRECTOR/ MANAGER, POLICY & ANALYTICS DIVISION-25-005482-0008">ASST DIRECTOR/ MANAGER, POLICY & ANALYTICS DIVISION ((Program Manager Senior I)) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005482&R3=0008" class="JobNum" title="ASST DIRECTOR/ MANAGER, POLICY & ANALYTICS DIVISION-25-005482-0008">25-005482-0008 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Med Care Prgms - Ofc Systems Ops Pharmacy </td> <td class="Salary">$95,991.00 - $125,057.00/ year, with potential growth to $154,928.00/ year </td> <td>Tuesday,<br />April 15, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005482-0008" title="ASST DIRECTOR/ MANAGER, POLICY & ANALYTICS DIVISION-25-005482-0008">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=000336&R3=0001" class="JobTitle" title="AUTOPSY ASSISTANT **REPOST**-24-000336-0001">AUTOPSY ASSISTANT **REPOST** </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=000336&R3=0001" class="JobNum" title="AUTOPSY ASSISTANT **REPOST**-24-000336-0001">24-000336-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Ofc of Chief Med Examiner </td> <td class="Salary">$42,056.00 - $54,098.00/ year, with potential growth to $66,759.00/ year </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-000336-0001" title="AUTOPSY ASSISTANT **REPOST**-24-000336-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=006791&R3=0001" class="JobTitle" title="BUDGET ANALYST III, II and I, OPERATING-25-006791-0001">BUDGET ANALYST III, II and I, OPERATING </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=006791&R3=0001" class="JobNum" title="BUDGET ANALYST III, II and I, OPERATING-25-006791-0001">25-006791-0001 </a> </th> <td class="Locs"><span class='sr-only'>n/a</span> </td> <td class="Dept">DBM Office of Budget Analysis </td> <td class="Salary">$74,374 - $119,492 </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-006791-0001" title="BUDGET ANALYST III, II and I, OPERATING-25-006791-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004554&R3=0003" class="JobTitle" title="BUDGET AND ACCOUNTING MANAGER (Accountant Manager II)-25-004554-0003">BUDGET AND ACCOUNTING MANAGER (Accountant Manager II) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004554&R3=0003" class="JobNum IconNew" title="BUDGET AND ACCOUNTING MANAGER (Accountant Manager II)-25-004554-0003">25-004554-0003 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Med Care Prgms - Ofc of Finance </td> <td class="Salary">$84,229.00 - $109,856.00/ year, with potential growth to $136,003.00/ year </td> <td>Tuesday,<br />April 15, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004554-0003" title="BUDGET AND ACCOUNTING MANAGER (Accountant Manager II)-25-004554-0003">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004023&R3=0002" class="JobTitle" title="BUILDING SECURITY OFFICER I-24-004023-0002">BUILDING SECURITY OFFICER I </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004023&R3=0002" class="JobNum" title="BUILDING SECURITY OFFICER I-24-004023-0002">24-004023-0002 </a> </th> <td class="Locs">Washington County<br> </td> <td class="Dept">MDH Western Maryland Center </td> <td class="Salary">$35,041.00 - $57,195.00/ year </td> <td>Friday,<br />April 11, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-004023-0002" title="BUILDING SECURITY OFFICER I-24-004023-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004556&R3=0007" class="JobTitle" title="BUILDING SERVICES WORKER-25-004556-0007">BUILDING SERVICES WORKER (Housekeeper) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004556&R3=0007" class="JobNum" title="BUILDING SERVICES WORKER-25-004556-0007">25-004556-0007 </a> </th> <td class="Locs">Dorchester<br> </td> <td class="Dept">MDH Eastern Shore Hospital Center </td> <td class="Salary">$36,093.00 - $39,790.00/ year, with potential growth to $48,970.00/ year </td> <td>Monday,<br />April 7, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004556-0007" title="BUILDING SERVICES WORKER-25-004556-0007">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004529&R3=0002" class="JobTitle" title="CHIEF FINANCIAL OFFICER-25-004529-0002">CHIEF FINANCIAL OFFICER (FISCAL SERVICES ADMINISTRATOR II) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004529&R3=0002" class="JobNum IconNew" title="CHIEF FINANCIAL OFFICER-25-004529-0002">25-004529-0002 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">MD Commission on African American Hist & Culture </td> <td class="Salary">$78,919.00 - $127,473.00/ year </td> <td>Monday,<br />April 14, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004529-0002" title="CHIEF FINANCIAL OFFICER-25-004529-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005485&R3=0007" class="JobTitle" title="Chief Financial Officer-25-005485-0007">Chief Financial Officer (PROGRAM MANAGER SENIOR IV) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005485&R3=0007" class="JobNum" title="Chief Financial Officer-25-005485-0007">25-005485-0007 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DHS - Office of the Secretary </td> <td class="Salary">$116,548.00 -$152,087.00/ year with potential growth to $188,528.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005485-0007" title="Chief Financial Officer-25-005485-0007">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005354&R3=0005" class="JobTitle" title="Chief of Labor and Employment-24-005354-0005">Chief of Labor and Employment (Assistant Public Defender, Supervisor) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005354&R3=0005" class="JobNum" title="Chief of Labor and Employment-24-005354-0005">24-005354-0005 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">Office of the Public Defender </td> <td class="Salary">$102,426.00 - $165,372.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-005354-0005" title="Chief of Labor and Employment-24-005354-0005">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005479&R3=0031" class="JobTitle" title="Chief of Sustainability-24-005479-0031">Chief of Sustainability (PROGRAM MANAGER IV) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005479&R3=0031" class="JobNum" title="Chief of Sustainability-24-005479-0031">24-005479-0031 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DGS - Design, Construction, and Energy </td> <td class="Salary">$106,620 - $145,151/ year (depending on experience and qualifications) </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-005479-0031" title="Chief of Sustainability-24-005479-0031">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005478&R3=0054" class="JobTitle" title="CHIEF, LAND ACQUISITION AND DISPOSAL-24-005478-0054">CHIEF, LAND ACQUISITION AND DISPOSAL (Program Manager III) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005478&R3=0054" class="JobNum IconNew" title="CHIEF, LAND ACQUISITION AND DISPOSAL-24-005478-0054">24-005478-0054 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DGS Office of Real Estate </td> <td class="Salary">$84,229 to $136,003/ year (based on agency authority, qualifications and State salary rules) </td> <td>Tuesday,<br />April 15, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-005478-0054" title="CHIEF, LAND ACQUISITION AND DISPOSAL-24-005478-0054">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005479&R3=0011" class="JobTitle" title="CHIEF, PHARMACISTS PROFESSIONAL SERVICES DIVISION-25-005479-0011">CHIEF, PHARMACISTS PROFESSIONAL SERVICES DIVISION (CLINICAL PHARMACIST (Program Manager IV)) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005479&R3=0011" class="JobNum" title="CHIEF, PHARMACISTS PROFESSIONAL SERVICES DIVISION-25-005479-0011">25-005479-0011 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$89,913.00 - $117,203.00/ year, with potential growth to $145,151.00/ year </td> <td>Friday,<br />April 18, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005479-0011" title="CHIEF, PHARMACISTS PROFESSIONAL SERVICES DIVISION-25-005479-0011">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005799&R3=0036" class="JobTitle" title="Circuit Court Collateral Unit: Balto City (District I)-24-005799-0036">Circuit Court Collateral Unit: Balto City (District I) (Assistant Public Defender II & III) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005799&R3=0036" class="JobNum" title="Circuit Court Collateral Unit: Balto City (District I)-24-005799-0036">24-005799-0036 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">OPD District Operations </td> <td class="Salary">APD II: starting at $96,227 (Gr 21: Step 8) APD III: starting at $106,620 (Gr 22: Step 10) </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-005799-0036" title="Circuit Court Collateral Unit: Balto City (District I)-24-005799-0036">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002071&R3=0003" class="JobTitle" title="COMMUNITY HEALTH EDUCATOR III (PART-TIME POSITION)-25-002071-0003">COMMUNITY HEALTH EDUCATOR III (PART-TIME POSITION) (BREASTFEEDING PEER COUNSELOR PROGRAM COORDINATOR) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002071&R3=0003" class="JobNum" title="COMMUNITY HEALTH EDUCATOR III (PART-TIME POSITION)-25-002071-0003">25-002071-0003 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Family Health & Chronic Disease Services </td> <td class="Salary">$30,493.50 - $39,682.00/ year, with potential growth to $49,156.50/ year - PART-TIME SALARY </td> <td>Friday,<br />April 11, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002071-0003" title="COMMUNITY HEALTH EDUCATOR III (PART-TIME POSITION)-25-002071-0003">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004216&R3=0008" class="JobTitle" title="COMMUNITY HEALTH NURSE II-25-004216-0008">COMMUNITY HEALTH NURSE II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004216&R3=0008" class="JobNum" title="COMMUNITY HEALTH NURSE II-25-004216-0008">25-004216-0008 </a> </th> <td class="Locs">Caroline<br> </td> <td class="Dept">MDH Local Health - Caroline County </td> <td class="Salary">$73,957.00 - $96,533.00/ year, with potential growth to $119,492.00/ year </td> <td>Thursday,<br />April 10, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004216-0008" title="COMMUNITY HEALTH NURSE II-25-004216-0008">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004216&R3=0010" class="JobTitle" title="COMMUNITY HEALTH NURSE II-25-004216-0010">COMMUNITY HEALTH NURSE II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004216&R3=0010" class="JobNum IconNew" title="COMMUNITY HEALTH NURSE II-25-004216-0010">25-004216-0010 </a> </th> <td class="Locs">St. Mary's<br> </td> <td class="Dept">MDH Local Health - St. Mary's County </td> <td class="Salary">$73,957.00 - $96,533.00/ year, with potential growth to $119,492.00/ year </td> <td>Thursday,<br />April 17, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004216-0010" title="COMMUNITY HEALTH NURSE II-25-004216-0010">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004216&R3=0009" class="JobTitle" title="COMMUNITY HEALTH NURSE II (IMMUNIZATION)-25-004216-0009">COMMUNITY HEALTH NURSE II (IMMUNIZATION) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004216&R3=0009" class="JobNum IconNew" title="COMMUNITY HEALTH NURSE II (IMMUNIZATION)-25-004216-0009">25-004216-0009 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">MDH Local Health - Howard County </td> <td class="Salary">$73,957.00 - $96,533.00 (with growth potential to $119,492.00/ year) </td> <td>Thursday,<br />April 17, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004216-0009" title="COMMUNITY HEALTH NURSE II (IMMUNIZATION)-25-004216-0009">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002588&R3=0025" class="JobTitle" title="CONTRACT MANAGEMENT OFFICER - IA/ MOU COORDINATOR-25-002588-0025">CONTRACT MANAGEMENT OFFICER - IA/ MOU COORDINATOR (ADMINISTRATOR III) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002588&R3=0025" class="JobNum IconNew" title="CONTRACT MANAGEMENT OFFICER - IA/ MOU COORDINATOR-25-002588-0025">25-002588-0025 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Deputy Secretary for Operations </td> <td class="Salary">$69,323.00/ year with progression to $112,044.00/ year </td> <td>Tuesday,<br />April 15, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002588-0025" title="CONTRACT MANAGEMENT OFFICER - IA/ MOU COORDINATOR-25-002588-0025">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001532&R3=0003" class="JobTitle" title="Contracts Administrator-25-001532-0003">Contracts Administrator (HUMAN SERVICE PRGM PLN ADMINISTRATOR) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001532&R3=0003" class="JobNum IconNew" title="Contracts Administrator-25-001532-0003">25-001532-0003 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DHS - Social Services Administration </td> <td class="Salary">$64,984.00 - $84,702.00/ year with potential growth to $104,954.00/ year </td> <td>Wednesday,<br />April 16, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001532-0003" title="Contracts Administrator-25-001532-0003">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=001797&R3=0008" class="JobTitle" title="COOK II-24-001797-0008">COOK II (Repost) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=001797&R3=0008" class="JobNum" title="COOK II-24-001797-0008">24-001797-0008 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">DJS Hickey School </td> <td class="Salary">$37,271.00 - $58,911.00/ year </td> <td>Monday,<br />April 14, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-001797-0008" title="COOK II-24-001797-0008">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002820&R3=0004" class="JobTitle" title="COORDINATOR SPECIAL PROGRAMS HEALTH SERVICES IV, HEALTH SERVICES-25-002820-0004">COORDINATOR SPECIAL PROGRAMS HEALTH SERVICES IV, HEALTH SERVICES (PRAMS Data Manager) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002820&R3=0004" class="JobNum" title="COORDINATOR SPECIAL PROGRAMS HEALTH SERVICES IV, HEALTH SERVICES-25-002820-0004">25-002820-0004 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Family Health & Chronic Disease Services </td> <td class="Salary">$60,987.00 - $79,364.00/ year, with potential growth to $98,313.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002820-0004" title="COORDINATOR SPECIAL PROGRAMS HEALTH SERVICES IV, HEALTH SERVICES-25-002820-0004">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002820&R3=0005" class="JobTitle" title="COORDINATOR SPECIAL PROGRAMS HEALTH SERVICES IV, HEALTH SERVICES-25-002820-0005">COORDINATOR SPECIAL PROGRAMS HEALTH SERVICES IV, HEALTH SERVICES (SICKLE CELL DISEASE PROGRAM ADMINISTRATOR) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002820&R3=0005" class="JobNum IconNew" title="COORDINATOR SPECIAL PROGRAMS HEALTH SERVICES IV, HEALTH SERVICES-25-002820-0005">25-002820-0005 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Family Health & Chronic Disease Services </td> <td class="Salary">$60,987.00 - $79,364.00/ year, with potential growth to $98,313.00/ year </td> <td>Wednesday,<br />April 16, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002820-0005" title="COORDINATOR SPECIAL PROGRAMS HEALTH SERVICES IV, HEALTH SERVICES-25-002820-0005">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004050&R3=0001" class="JobTitle" title="CORRECTIONAL MAINTENANCE OFFICER I Electrical-24-004050-0001">CORRECTIONAL MAINTENANCE OFFICER I Electrical </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004050&R3=0001" class="JobNum" title="CORRECTIONAL MAINTENANCE OFFICER I Electrical-24-004050-0001">24-004050-0001 </a> </th> <td class="Locs">Anne Arundel<br>Baltimore City<br>Somerset<br>Washington County<br> </td> <td class="Dept">Department of Public Safety and Correctional Svcs </td> <td class="Salary">$59,709/ year Effective 07/ 01/ 2024 </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-004050-0001" title="CORRECTIONAL MAINTENANCE OFFICER I Electrical-24-004050-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=001405&R3=0001" class="JobTitle" title="CORRECTIONAL MAINTENANCE OFFICER I Electronics-24-001405-0001">CORRECTIONAL MAINTENANCE OFFICER I Electronics </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=001405&R3=0001" class="JobNum" title="CORRECTIONAL MAINTENANCE OFFICER I Electronics-24-001405-0001">24-001405-0001 </a> </th> <td class="Locs">Washington County<br> </td> <td class="Dept">DPSCS-Maryland Correctional Institution-Hagerstown </td> <td class="Salary">$59,709/ year Effective 07/ 01/ 2024 </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-001405-0001" title="CORRECTIONAL MAINTENANCE OFFICER I Electronics-24-001405-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001405&R3=0001" class="JobTitle" title="CORRECTIONAL MAINTENANCE OFFICER I Electronics-25-001405-0001">CORRECTIONAL MAINTENANCE OFFICER I Electronics </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001405&R3=0001" class="JobNum" title="CORRECTIONAL MAINTENANCE OFFICER I Electronics-25-001405-0001">25-001405-0001 </a> </th> <td class="Locs">Somerset<br> </td> <td class="Dept">DPSCS-Eastern Correctional Institution </td> <td class="Salary">$59,709/ year </td> <td>Tuesday,<br />April 8, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001405-0001" title="CORRECTIONAL MAINTENANCE OFFICER I Electronics-25-001405-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004052&R3=0001" class="JobTitle" title="CORRECTIONAL MAINTENANCE OFFICER I Maintenance Mechanic-24-004052-0001">CORRECTIONAL MAINTENANCE OFFICER I Maintenance Mechanic </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004052&R3=0001" class="JobNum" title="CORRECTIONAL MAINTENANCE OFFICER I Maintenance Mechanic-24-004052-0001">24-004052-0001 </a> </th> <td class="Locs">Anne Arundel<br>Carroll<br>Washington County<br> </td> <td class="Dept">Department of Public Safety and Correctional Svcs </td> <td class="Salary">$59,709/ year Effective 07/ 01/ 2024 </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-004052-0001" title="CORRECTIONAL MAINTENANCE OFFICER I Maintenance Mechanic-24-004052-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004056&R3=0001" class="JobTitle" title="CORRECTIONAL MAINTENANCE OFFICER I Plumbing-24-004056-0001">CORRECTIONAL MAINTENANCE OFFICER I Plumbing </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004056&R3=0001" class="JobNum" title="CORRECTIONAL MAINTENANCE OFFICER I Plumbing-24-004056-0001">24-004056-0001 </a> </th> <td class="Locs">Anne Arundel<br>Carroll<br>Howard<br>Washington County<br> </td> <td class="Dept">Department of Public Safety and Correctional Svcs </td> <td class="Salary">$59,709/ year Effective 07/ 01/ 2024 </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-004056-0001" title="CORRECTIONAL MAINTENANCE OFFICER I Plumbing-24-004056-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004057&R3=0001" class="JobTitle" title="CORRECTIONAL MAINTENANCE OFFICER I Refrigeration Mechanic-24-004057-0001">CORRECTIONAL MAINTENANCE OFFICER I Refrigeration Mechanic </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004057&R3=0001" class="JobNum" title="CORRECTIONAL MAINTENANCE OFFICER I Refrigeration Mechanic-24-004057-0001">24-004057-0001 </a> </th> <td class="Locs">Somerset<br>Washington County<br> </td> <td class="Dept">Department of Public Safety and Correctional Svcs </td> <td class="Salary">$59,709/ year Effective 07/ 01/ 2024 </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-004057-0001" title="CORRECTIONAL MAINTENANCE OFFICER I Refrigeration Mechanic-24-004057-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004060&R3=0001" class="JobTitle" title="CORRECTIONAL MAINTENANCE OFFICER I Steam Fitting-25-004060-0001">CORRECTIONAL MAINTENANCE OFFICER I Steam Fitting </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004060&R3=0001" class="JobNum" title="CORRECTIONAL MAINTENANCE OFFICER I Steam Fitting-25-004060-0001">25-004060-0001 </a> </th> <td class="Locs">Washington County<br> </td> <td class="Dept">DPSCS-Maryland Correctional Institution-Hagerstown </td> <td class="Salary">$59,709 </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004060-0001" title="CORRECTIONAL MAINTENANCE OFFICER I Steam Fitting-25-004060-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004479&R3=0002" class="JobTitle" title="DATABASE SPECIALIST I-25-004479-0002">DATABASE SPECIALIST I (Program Planning and Evaluation) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004479&R3=0002" class="JobNum" title="DATABASE SPECIALIST I-25-004479-0002">25-004479-0002 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">MDA Resource Cnsrv - Watershed </td> <td class="Salary">$69,323.00 - $112,044.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004479-0002" title="DATABASE SPECIALIST I-25-004479-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005479&R3=0013" class="JobTitle" title="DEPUTY ASSISTANT SECRETARY FOR COMMUNITY RESOURCES-25-005479-0013">DEPUTY ASSISTANT SECRETARY FOR COMMUNITY RESOURCES (Program Manager IV) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005479&R3=0013" class="JobNum IconNew" title="DEPUTY ASSISTANT SECRETARY FOR COMMUNITY RESOURCES-25-005479-0013">25-005479-0013 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DJS Office of the Secretary </td> <td class="Salary">$89,913.00 - $145,151.00/ year </td> <td>Wednesday,<br />April 16, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005479-0013" title="DEPUTY ASSISTANT SECRETARY FOR COMMUNITY RESOURCES-25-005479-0013">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005487&R3=0001" class="JobTitle" title="Deputy Chief Procurement Officer-24-005487-0001">Deputy Chief Procurement Officer (PROGRAM MANAGER SENIOR V) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005487&R3=0001" class="JobNum" title="Deputy Chief Procurement Officer-24-005487-0001">24-005487-0001 </a> </th> <td class="Locs">Anne Arundel<br>Baltimore City<br> </td> <td class="Dept">DGS Office of State Procurement </td> <td class="Salary">$156,000 - $182,00/ year (depending on qualifications and experience) </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-005487-0001" title="Deputy Chief Procurement Officer-24-005487-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005477&R3=0012" class="JobTitle" title="Deputy Director, Metro Wide-25-005477-0012">Deputy Director, Metro Wide (PROGRAM MANAGER II) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005477&R3=0012" class="JobNum IconNew" title="Deputy Director, Metro Wide-25-005477-0012">25-005477-0012 </a> </th> <td class="Locs">Anne Arundel<br>Baltimore County<br>Montgomery<br> </td> <td class="Dept">DHS Child Support Administration </td> <td class="Salary">$78,919.00 -$102,996.00/ year with potential growth to $127,473.00/ year </td> <td>Tuesday,<br />April 15, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005477-0012" title="Deputy Director, Metro Wide-25-005477-0012">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005479&R3=0012" class="JobTitle" title="DEPUTY HEALTH OFFICER, OPERATIONS-25-005479-0012">DEPUTY HEALTH OFFICER, OPERATIONS (Program Manager IV) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005479&R3=0012" class="JobNum IconNew" title="DEPUTY HEALTH OFFICER, OPERATIONS-25-005479-0012">25-005479-0012 </a> </th> <td class="Locs">Carroll<br> </td> <td class="Dept">MDH Local Health - Carroll County </td> <td class="Salary">$89,913.00 - $145,151.00/ year </td> <td>Wednesday,<br />April 16, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005479-0012" title="DEPUTY HEALTH OFFICER, OPERATIONS-25-005479-0012">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005479&R3=0010" class="JobTitle" title="DEPUTY PROGRAM MANAGER-25-005479-0010">DEPUTY PROGRAM MANAGER (PROGRAM MANAGER IV) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005479&R3=0010" class="JobNum" title="DEPUTY PROGRAM MANAGER-25-005479-0010">25-005479-0010 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDE - Air and Radiation Administration (ARA) </td> <td class="Salary">$89,913.00 - $117,203.00 year, with potential growth to $145,151.00/ year. </td> <td>Tuesday,<br />April 8, 2025 5:00 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005479-0010" title="DEPUTY PROGRAM MANAGER-25-005479-0010">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=21&R2=004696&R3=0002" class="JobTitle" title="DIRECT CARE ASSISTANT I CI (COURT-INVOLVED)-21-004696-0002">DIRECT CARE ASSISTANT I CI (COURT-INVOLVED) (MULTIPLE FULL AND PART TIME POSITIONS AVAILABLE) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=21&R2=004696&R3=0002" class="JobNum" title="DIRECT CARE ASSISTANT I CI (COURT-INVOLVED)-21-004696-0002">21-004696-0002 </a> </th> <td class="Locs">Allegany<br>Baltimore City<br>Baltimore County<br>Carroll<br>Dorchester<br>Howard<br>Montgomery<br>Washington County<br> </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$47,536.00 - $75,820.00/ year </td> <td>Wednesday,<br />December 31, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=21-004696-0002" title="DIRECT CARE ASSISTANT I CI (COURT-INVOLVED)-21-004696-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=21&R2=004698&R3=0012" class="JobTitle" title="DIRECT CARE ASSISTANT II CI (COURT-INVOLVED)-21-004698-0012">DIRECT CARE ASSISTANT II CI (COURT-INVOLVED) (MULTIPLE FULL AND PART TIME POSITIONS AVAILABLE) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=21&R2=004698&R3=0012" class="JobNum" title="DIRECT CARE ASSISTANT II CI (COURT-INVOLVED)-21-004698-0012">21-004698-0012 </a> </th> <td class="Locs">Allegany<br>Baltimore City<br>Baltimore County<br>Carroll<br>Dorchester<br>Howard<br>Montgomery<br>Washington County<br> </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$50,565.00 - $80,884.00/ year </td> <td>Wednesday,<br />December 31, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=21-004698-0012" title="DIRECT CARE ASSISTANT II CI (COURT-INVOLVED)-21-004698-0012">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004696&R3=0001" class="JobTitle" title="Direct Care Asst I, CI-25-004696-0001">Direct Care Asst I, CI </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004696&R3=0001" class="JobNum" title="Direct Care Asst I, CI-25-004696-0001">25-004696-0001 </a> </th> <td class="Locs">Washington County<br> </td> <td class="Dept">MDH SETT Unit </td> <td class="Salary">$47,536.00 - $61,321.00/ year, with potential growth to $75,820.00/ year </td> <td>Monday,<br />April 14, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004696-0001" title="Direct Care Asst I, CI-25-004696-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=21&R2=004694&R3=0001" class="JobTitle" title="DIRECT CARE TRAINEE CI (COURT-INVOLVED)-21-004694-0001">DIRECT CARE TRAINEE CI (COURT-INVOLVED) (MULTIPLE FULL AND PART TIME POSITIONS AVAILABLE) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=21&R2=004694&R3=0001" class="JobNum" title="DIRECT CARE TRAINEE CI (COURT-INVOLVED)-21-004694-0001">21-004694-0001 </a> </th> <td class="Locs">Allegany<br>Baltimore City<br>Baltimore County<br>Carroll<br>Dorchester<br>Howard<br>Montgomery<br>Washington County<br> </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$44,704.00 - $71,108.00/ year </td> <td>Wednesday,<br />December 31, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=21-004694-0001" title="DIRECT CARE TRAINEE CI (COURT-INVOLVED)-21-004694-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=000343&R3=0001" class="JobTitle" title="DIRECTOR OF DIETETICS-24-000343-0001">DIRECTOR OF DIETETICS (Registered Dietitian Dir Hlth Care, CI) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=000343&R3=0001" class="JobNum" title="DIRECTOR OF DIETETICS-24-000343-0001">24-000343-0001 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">MDH Clifton T. Perkins Hospital Center </td> <td class="Salary">$69,159.00 - $116,011.00/ year </td> <td>Friday,<br />April 18, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-000343-0001" title="DIRECTOR OF DIETETICS-24-000343-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004492&R3=0001" class="JobTitle" title="DIRECTOR OF INFRASTRUCTURE (IT ASSISTANT DIRECTOR III)-25-004492-0001">DIRECTOR OF INFRASTRUCTURE (IT ASSISTANT DIRECTOR III) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004492&R3=0001" class="JobNum" title="DIRECTOR OF INFRASTRUCTURE (IT ASSISTANT DIRECTOR III)-25-004492-0001">25-004492-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Deputy Secretary for Operations </td> <td class="Salary">$102,426.00 - $133,467.00/ year, with potential growth to $165,372.00/ year </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004492-0001" title="DIRECTOR OF INFRASTRUCTURE (IT ASSISTANT DIRECTOR III)-25-004492-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005482&R3=0021" class="JobTitle" title="Director of Performance Improvement & Innovation-24-005482-0021">Director of Performance Improvement & Innovation (Program Manager Senior I) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005482&R3=0021" class="JobNum" title="Director of Performance Improvement & Innovation-24-005482-0021">24-005482-0021 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DGS Office of the Secretary </td> <td class="Salary">$120,000 - $140,000 (depending on experience and qualifications) </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-005482-0021" title="Director of Performance Improvement & Innovation-24-005482-0021">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005483&R3=0018" class="JobTitle" title="Director of Social Services, Calvert County-25-005483-0018">Director of Social Services, Calvert County (PROGRAM MANAGER SENIOR II) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005483&R3=0018" class="JobNum" title="Director of Social Services, Calvert County-25-005483-0018">25-005483-0018 </a> </th> <td class="Locs">Calvert<br> </td> <td class="Dept">DHS - Calvert County DSS </td> <td class="Salary">$102,426.00 - $133,467.00/ year with potential growth to $165,372.00/ year </td> <td>Friday,<br />April 11, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005483-0018" title="Director of Social Services, Calvert County-25-005483-0018">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005477&R3=0014" class="JobTitle" title="DIRECTOR OF SUICIDE PREVENTION (Program Manager II)-25-005477-0014">DIRECTOR OF SUICIDE PREVENTION (Program Manager II) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005477&R3=0014" class="JobNum IconNew" title="DIRECTOR OF SUICIDE PREVENTION (Program Manager II)-25-005477-0014">25-005477-0014 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">MDH Behavioral Health Admin - Program Direction </td> <td class="Salary">$78,919.00 - $102,996.00/ year, with potential growth to $127,473.00/ year </td> <td>Tuesday,<br />April 15, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005477-0014" title="DIRECTOR OF SUICIDE PREVENTION (Program Manager II)-25-005477-0014">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005483&R3=0019" class="JobTitle" title="Director of Water Infrastructure Financing Administration-25-005483-0019">Director of Water Infrastructure Financing Administration (PROGRAM MANAGER SENIOR II) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005483&R3=0019" class="JobNum IconNew" title="Director of Water Infrastructure Financing Administration-25-005483-0019">25-005483-0019 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDE - Coordinating Offices </td> <td class="Salary">$102,426.00 - $136,040.00 year, with potential growth to $165,372.00 year. </td> <td>Wednesday,<br />April 16, 2025 5:00 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005483-0019" title="Director of Water Infrastructure Financing Administration-25-005483-0019">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002317&R3=0001" class="JobTitle" title="DIRECTOR, EASTERN MARYLAND PLANNING REGION-25-002317-0001">DIRECTOR, EASTERN MARYLAND PLANNING REGION (PRINCIPAL PLANNER) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002317&R3=0001" class="JobNum" title="DIRECTOR, EASTERN MARYLAND PLANNING REGION-25-002317-0001">25-002317-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDP Local Planning Assistance </td> <td class="Salary">$84,229.00 - $123,643.00/ year with potential growth to $136,003.00/ year </td> <td>Tuesday,<br />April 8, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002317-0001" title="DIRECTOR, EASTERN MARYLAND PLANNING REGION-25-002317-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005478&R3=0015" class="JobTitle" title="DIRECTOR, OFFICE OF HEALTHCARE ACCESS & WORKFORCE DEVELOPMENT-25-005478-0015">DIRECTOR, OFFICE OF HEALTHCARE ACCESS & WORKFORCE DEVELOPMENT (PROGRAM MANAGER III) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005478&R3=0015" class="JobNum" title="DIRECTOR, OFFICE OF HEALTHCARE ACCESS & WORKFORCE DEVELOPMENT-25-005478-0015">25-005478-0015 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Deputy Secretary for Public Health Services </td> <td class="Salary">$84,229.00 - $109,856.00, with potential growth to $136,003.00/ year </td> <td>Monday,<br />April 7, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005478-0015" title="DIRECTOR, OFFICE OF HEALTHCARE ACCESS & WORKFORCE DEVELOPMENT-25-005478-0015">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002729&R3=0001" class="JobTitle" title="DISTRICT MANAGER-25-002729-0001">DISTRICT MANAGER (HUMAN SERVICE ADMINISTRATOR II) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002729&R3=0001" class="JobNum IconNew" title="DISTRICT MANAGER-25-002729-0001">25-002729-0001 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">DHS - Anne Arundel County DSS </td> <td class="Salary">$69,323.00 - $90,420.00/ year with potential growth up to $112,044.00/ year </td> <td>Monday,<br />April 14, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002729-0001" title="DISTRICT MANAGER-25-002729-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002599&R3=0004" class="JobTitle" title="DJS RESIDENT ADVISOR TRAINEE-25-002599-0004">DJS RESIDENT ADVISOR TRAINEE </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002599&R3=0004" class="JobNum" title="DJS RESIDENT ADVISOR TRAINEE-25-002599-0004">25-002599-0004 </a> </th> <td class="Locs">Baltimore City<br>Baltimore County<br>Prince George's<br> </td> <td class="Dept">DJS Cheltenham Youth Detention Center </td> <td class="Salary">$44,704.00 - $71,108.00/ year </td> <td>Wednesday,<br />April 30, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002599-0004" title="DJS RESIDENT ADVISOR TRAINEE-25-002599-0004">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002599&R3=0006" class="JobTitle" title="DJS RESIDENT ADVISOR TRAINEE-25-002599-0006">DJS RESIDENT ADVISOR TRAINEE </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002599&R3=0006" class="JobNum" title="DJS RESIDENT ADVISOR TRAINEE-25-002599-0006">25-002599-0006 </a> </th> <td class="Locs">Allegany<br>Frederick<br>Garrett<br>Washington County<br> </td> <td class="Dept">DJS Victor Cullen </td> <td class="Salary">$44,704.00 - $71,108.00/ year </td> <td>Monday,<br />May 5, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002599-0006" title="DJS RESIDENT ADVISOR TRAINEE-25-002599-0006">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002610&R3=0006" class="JobTitle" title="DJS RESIDENTIAL GROUP LIFE MANAGER I (New Post)-25-002610-0006">DJS RESIDENTIAL GROUP LIFE MANAGER I (New Post) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002610&R3=0006" class="JobNum IconNew" title="DJS RESIDENTIAL GROUP LIFE MANAGER I (New Post)-25-002610-0006">25-002610-0006 </a> </th> <td class="Locs">Frederick<br> </td> <td class="Dept">DJS Victor Cullen </td> <td class="Salary">$64,984.00 - $104,954.00/ year </td> <td>Thursday,<br />April 17, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002610-0006" title="DJS RESIDENTIAL GROUP LIFE MANAGER I (New Post)-25-002610-0006">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001532&R3=0004" class="JobTitle" title="EDUCATION SPECIALIST-25-001532-0004">EDUCATION SPECIALIST (HUMAN SERVICE PRGM PLN ADMINISTRATOR) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001532&R3=0004" class="JobNum IconNew" title="EDUCATION SPECIALIST-25-001532-0004">25-001532-0004 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DHS - Social Services Administration </td> <td class="Salary">$64,984.00 - $84,702.00/ year with potential growth up to $104,954.00/ year </td> <td>Friday,<br />April 18, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001532-0004" title="EDUCATION SPECIALIST-25-001532-0004">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003247&R3=0001" class="JobTitle" title="ELEVATOR INSPECTOR I-25-003247-0001">ELEVATOR INSPECTOR I </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003247&R3=0001" class="JobNum IconNew" title="ELEVATOR INSPECTOR I-25-003247-0001">25-003247-0001 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">LABOR - Labor and Industry - Safety Inspection </td> <td class="Salary">$57,275.00 - $74,374.00 w/ potential growth to $92,108.00/ year </td> <td>Wednesday,<br />December 31, 2025 5:00 PM </td> <td><a href="/MD/status.asp?b=&RN=25-003247-0001" title="ELEVATOR INSPECTOR I-25-003247-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003248&R3=0001" class="JobTitle" title="ELEVATOR INSPECTOR II-25-003248-0001">ELEVATOR INSPECTOR II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003248&R3=0001" class="JobNum" title="ELEVATOR INSPECTOR II-25-003248-0001">25-003248-0001 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">LABOR - Labor and Industry - Safety Inspection </td> <td class="Salary">$60,987.00 - $79,364.00 w/ potential growth to $98,313.00/ year </td> <td>Wednesday,<br />December 31, 2025 5:00 PM </td> <td><a href="/MD/status.asp?b=&RN=25-003248-0001" title="ELEVATOR INSPECTOR II-25-003248-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003641&R3=0001" class="JobTitle" title="EPIDEMIOLOGIST I-25-003641-0001">EPIDEMIOLOGIST I (EPIDEMIOLOGIST, CANNABIS PUBLIC HEALTH) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003641&R3=0001" class="JobNum" title="EPIDEMIOLOGIST I-25-003641-0001">25-003641-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Family Health & Chronic Disease Services </td> <td class="Salary">$69,323.00 - $90,420.00/ year, with potential growth to $112,044.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-003641-0001" title="EPIDEMIOLOGIST I-25-003641-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002586&R3=0026" class="JobTitle" title="Executive Administrator (ADMINISTRATOR I)-25-002586-0026">Executive Administrator (ADMINISTRATOR I) (Office of State Financial Innovation) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002586&R3=0026" class="JobNum" title="Executive Administrator (ADMINISTRATOR I)-25-002586-0026">25-002586-0026 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">COMP CITS </td> <td class="Salary">$60,987.00 - $98,313.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002586-0026" title="Executive Administrator (ADMINISTRATOR I)-25-002586-0026">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=006095&R3=0001" class="JobTitle" title="Executive Assistant-25-006095-0001">Executive Assistant (Administrator II) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=006095&R3=0001" class="JobNum IconNew" title="Executive Assistant-25-006095-0001">25-006095-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDE - Office of the Secretary </td> <td class="Salary">$64,984.00 - $104,954.00/ year </td> <td>Thursday,<br />April 17, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-006095-0001" title="Executive Assistant-25-006095-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005484&R3=0003" class="JobTitle" title="EXECUTIVE DIRECTOR-25-005484-0003">EXECUTIVE DIRECTOR (MARYLAND FOOD CENTER AUTHORITY) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005484&R3=0003" class="JobNum" title="EXECUTIVE DIRECTOR-25-005484-0003">25-005484-0003 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept"><span class='sr-only'>n/a</span> </td> <td class="Salary">$180,000 - $265,000/ year </td> <td>Tuesday,<br />April 8, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005484-0003" title="EXECUTIVE DIRECTOR-25-005484-0003">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009646&R3=0004" class="JobTitle" title="EXECUTIVE DIRECTOR OF RATES AND FORMS *Revised*-24-009646-0004">EXECUTIVE DIRECTOR OF RATES AND FORMS *Revised* (MIA Executive I) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009646&R3=0004" class="JobNum" title="EXECUTIVE DIRECTOR OF RATES AND FORMS *Revised*-24-009646-0004">24-009646-0004 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">Maryland Insurance Administration </td> <td class="Salary">$89,913.00 - $145,151.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-009646-0004" title="EXECUTIVE DIRECTOR OF RATES AND FORMS *Revised*-24-009646-0004">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002811&R3=0002" class="JobTitle" title="Facilities Management Technician-25-002811-0002">Facilities Management Technician (Skilled Trades Specialist II) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002811&R3=0002" class="JobNum" title="Facilities Management Technician-25-002811-0002">25-002811-0002 </a> </th> <td class="Locs">Baltimore City<br>Montgomery<br> </td> <td class="Dept">DGS Office of Facilities Management </td> <td class="Salary">$59,102.00/ year with progression to $75,820.00 </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002811-0002" title="Facilities Management Technician-25-002811-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000691&R3=0001" class="JobTitle" title="FAMILY INVESTMENT SPECIALIST III LEAD-25-000691-0001">FAMILY INVESTMENT SPECIALIST III LEAD (STATEWIDE) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000691&R3=0001" class="JobNum" title="FAMILY INVESTMENT SPECIALIST III LEAD-25-000691-0001">25-000691-0001 </a> </th> <td class="Locs">Statewide </td> <td class="Dept">Department of Human Services </td> <td class="Salary">$47,536.00 - $61,321.00/ year with growth potential up to $75,820.00/ year </td> <td>Thursday,<br />April 10, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-000691-0001" title="FAMILY INVESTMENT SPECIALIST III LEAD-25-000691-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003547&R3=0001" class="JobTitle" title="FAMILY INVESTMENT SPECIALIST IV-25-003547-0001">FAMILY INVESTMENT SPECIALIST IV (STATEWIDE) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003547&R3=0001" class="JobNum" title="FAMILY INVESTMENT SPECIALIST IV-25-003547-0001">25-003547-0001 </a> </th> <td class="Locs">Statewide </td> <td class="Dept">Department of Human Services </td> <td class="Salary">$50,565.00 - $65,347.00/ year with growth potential up to $80,884.00/ year </td> <td>Thursday,<br />April 10, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-003547-0001" title="FAMILY INVESTMENT SPECIALIST IV-25-003547-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003254&R3=0001" class="JobTitle" title="FAMILY INVESTMENT SPECIALIST SUPERVISOR I-25-003254-0001">FAMILY INVESTMENT SPECIALIST SUPERVISOR I (STATEWIDE) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003254&R3=0001" class="JobNum" title="FAMILY INVESTMENT SPECIALIST SUPERVISOR I-25-003254-0001">25-003254-0001 </a> </th> <td class="Locs">Statewide </td> <td class="Dept">Department of Human Services </td> <td class="Salary">$57,275.00 - $74,374.00/ year with potential growth to $92,108.00/ year </td> <td>Thursday,<br />April 10, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-003254-0001" title="FAMILY INVESTMENT SPECIALIST SUPERVISOR I-25-003254-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004509&R3=0001" class="JobTitle" title="FAMILY SERVICES CASEWORKER II-25-004509-0001">FAMILY SERVICES CASEWORKER II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004509&R3=0001" class="JobNum" title="FAMILY SERVICES CASEWORKER II-25-004509-0001">25-004509-0001 </a> </th> <td class="Locs">Statewide </td> <td class="Dept">Department of Human Services </td> <td class="Salary">$53,808.00 - $69,712.00 with growth potential up to $86,322.00/ year </td> <td>Thursday,<br />April 10, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004509-0001" title="FAMILY SERVICES CASEWORKER II-25-004509-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002247&R3=0017" class="JobTitle" title="Finals Team Retirement Processor - Lead-25-002247-0017">Finals Team Retirement Processor - Lead (ADMINISTRATIVE OFFICER III) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002247&R3=0017" class="JobNum IconNew" title="Finals Team Retirement Processor - Lead-25-002247-0017">25-002247-0017 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">Maryland State Retirement and Pension Systems </td> <td class="Salary">$57,275.00 - $92,108.00/ year </td> <td>Thursday,<br />April 24, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002247-0017" title="Finals Team Retirement Processor - Lead-25-002247-0017">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004538&R3=0001" class="JobTitle" title="FINANCIAL COMPLIANCE AUDITOR TRAINEE-25-004538-0001">FINANCIAL COMPLIANCE AUDITOR TRAINEE (Revenue Administration Division) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004538&R3=0001" class="JobNum IconNew" title="FINANCIAL COMPLIANCE AUDITOR TRAINEE-25-004538-0001">25-004538-0001 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">COMP Revenue Administration A </td> <td class="Salary">$57,275.00 to $74,374.00 with the potential to grow to $92,108.00/ year over time. </td> <td>Thursday,<br />April 17, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004538-0001" title="FINANCIAL COMPLIANCE AUDITOR TRAINEE-25-004538-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000280&R3=0001" class="JobTitle" title="FINANCIAL NON-DEPOSITORY EXAMINER II-25-000280-0001">FINANCIAL NON-DEPOSITORY EXAMINER II (Financial Non-Depository Examiner) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000280&R3=0001" class="JobNum" title="FINANCIAL NON-DEPOSITORY EXAMINER II-25-000280-0001">25-000280-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">LABOR - Financial Regulation </td> <td class="Salary">$69,323.00 - $80,637 with potential growth up to $112,044.00/ year </td> <td>Friday,<br />April 11, 2025 5:00 PM </td> <td><a href="/MD/status.asp?b=&RN=25-000280-0001" title="FINANCIAL NON-DEPOSITORY EXAMINER II-25-000280-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005476&R3=0013" class="JobTitle" title="FINANCIAL PERFORMANCE PROGRAM MANAGER (PROGRAM MANAGER I)-25-005476-0013">FINANCIAL PERFORMANCE PROGRAM MANAGER (PROGRAM MANAGER I) (Office of State Financial Innovation) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005476&R3=0013" class="JobNum" title="FINANCIAL PERFORMANCE PROGRAM MANAGER (PROGRAM MANAGER I)-25-005476-0013">25-005476-0013 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">COMP CITS </td> <td class="Salary">$73,957.00 to $96,533.00/ year with the potential to grow up to $119,492.00/ year over time </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005476-0013" title="FINANCIAL PERFORMANCE PROGRAM MANAGER (PROGRAM MANAGER I)-25-005476-0013">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004518&R3=0003" class="JobTitle" title="FISCAL ACCOUNTS CLERK II-25-004518-0003">FISCAL ACCOUNTS CLERK II (Compliance Division) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004518&R3=0003" class="JobNum" title="FISCAL ACCOUNTS CLERK II-25-004518-0003">25-004518-0003 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">COMP Compliance Division </td> <td class="Salary">$42,056.00 - $66,759.00/ year </td> <td>Monday,<br />April 7, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004518-0003" title="FISCAL ACCOUNTS CLERK II-25-004518-0003">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000525&R3=0002" class="JobTitle" title="FOOD SERVICE SUPERVISOR II-25-000525-0002">FOOD SERVICE SUPERVISOR II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000525&R3=0002" class="JobNum" title="FOOD SERVICE SUPERVISOR II-25-000525-0002">25-000525-0002 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">MDH Spring Grove Hospital Center </td> <td class="Salary">$42,056.00 - $54,098.00/ year, with potential growth to $66,759.00/ year </td> <td>Monday,<br />April 7, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-000525-0002" title="FOOD SERVICE SUPERVISOR II-25-000525-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004561&R3=0003" class="JobTitle" title="FOOD SERVICE WORKER-25-004561-0003">FOOD SERVICE WORKER </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004561&R3=0003" class="JobNum" title="FOOD SERVICE WORKER-25-004561-0003">25-004561-0003 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">MDH Spring Grove Hospital Center </td> <td class="Salary">$36,093.00 - $44,942.00/ year, with potential growth to $55,376.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004561-0003" title="FOOD SERVICE WORKER-25-004561-0003">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004561&R3=0017" class="JobTitle" title="FOOD SERVICE WORKER **REPOST**-24-004561-0017">FOOD SERVICE WORKER **REPOST** </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004561&R3=0017" class="JobNum" title="FOOD SERVICE WORKER **REPOST**-24-004561-0017">24-004561-0017 </a> </th> <td class="Locs">Carroll<br> </td> <td class="Dept">MDH Springfield Hospital Center </td> <td class="Salary">$36,093.00 to $44,942.00/ year, with potential growth to $55,376.00/ year </td> <td>Tuesday,<br />April 8, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-004561-0017" title="FOOD SERVICE WORKER **REPOST**-24-004561-0017">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000221&R3=0001" class="JobTitle" title="FORENSIC INVESTIGATOR-25-000221-0001">FORENSIC INVESTIGATOR </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000221&R3=0001" class="JobNum" title="FORENSIC INVESTIGATOR-25-000221-0001">25-000221-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Ofc of Chief Med Examiner </td> <td class="Salary">$47,536.00 - $61,321.00/ year, with potential growth to $75,820.00/ year </td> <td>Friday,<br />December 26, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-000221-0001" title="FORENSIC INVESTIGATOR-25-000221-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005543&R3=0001" class="JobTitle" title="GERIATRIC NURSING ASSISTANT I (3 PM TO 11:30 PM SHIFT)-24-005543-0001">GERIATRIC NURSING ASSISTANT I (3 PM TO 11:30 PM SHIFT) (Multiple Positions Available) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005543&R3=0001" class="JobNum" title="GERIATRIC NURSING ASSISTANT I (3 PM TO 11:30 PM SHIFT)-24-005543-0001">24-005543-0001 </a> </th> <td class="Locs">Washington County<br> </td> <td class="Dept">MDH Western Maryland Center </td> <td class="Salary">$39,421.00 - $64,814.00/ year </td> <td>Friday,<br />April 11, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-005543-0001" title="GERIATRIC NURSING ASSISTANT I (3 PM TO 11:30 PM SHIFT)-24-005543-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005544&R3=0001" class="JobTitle" title="Geriatric Nursing Assistant II-25-005544-0001">Geriatric Nursing Assistant II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005544&R3=0001" class="JobNum" title="Geriatric Nursing Assistant II-25-005544-0001">25-005544-0001 </a> </th> <td class="Locs">Washington County<br> </td> <td class="Dept">MDH Western Maryland Center </td> <td class="Salary">$44,704.00 - $57,906.00/ year, with potential growth to $71,108.00/ year </td> <td>Friday,<br />April 11, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005544-0001" title="Geriatric Nursing Assistant II-25-005544-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000520&R3=0001" class="JobTitle" title="HEALTH FACILITIES SURVEY COORDINATOR I-25-000520-0001">HEALTH FACILITIES SURVEY COORDINATOR I (COORDINATOR I) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000520&R3=0001" class="JobNum" title="HEALTH FACILITIES SURVEY COORDINATOR I-25-000520-0001">25-000520-0001 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">MDH Office of Health Care Quality </td> <td class="Salary">$69,323.00 - $90,420.00/ year, with potential growth to $112,044.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-000520-0001" title="HEALTH FACILITIES SURVEY COORDINATOR I-25-000520-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002087&R3=0001" class="JobTitle" title="HEALTH PHYSICIST TRAINEE -25-002087-0001">HEALTH PHYSICIST TRAINEE </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002087&R3=0001" class="JobNum IconNew" title="HEALTH PHYSICIST TRAINEE -25-002087-0001">25-002087-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDE - Air and Radiation Administration (ARA) </td> <td class="Salary">$53,808.00 - $69,712.00/ year, with potential growth to $86,322.00/ year. </td> <td>Thursday,<br />April 17, 2025 5:00 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002087-0001" title="HEALTH PHYSICIST TRAINEE -25-002087-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002418&R3=0012" class="JobTitle" title="HEALTH POLICY ANALYST I-25-002418-0012">HEALTH POLICY ANALYST I </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002418&R3=0012" class="JobNum" title="HEALTH POLICY ANALYST I-25-002418-0012">25-002418-0012 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Dep Secretary Health Care Financing </td> <td class="Salary">$64,984.00 - $84,702.00/ year, with potential growth to $104,954.00/ year </td> <td>Thursday,<br />April 10, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002418-0012" title="HEALTH POLICY ANALYST I-25-002418-0012">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004913&R3=1001" class="JobTitle" title="HR SPECIALIST TRN-25-004913-1001">HR SPECIALIST TRN </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004913&R3=1001" class="JobNum IconNew" title="HR SPECIALIST TRN-25-004913-1001">25-004913-1001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">OPD General Administration </td> <td class="Salary">$50,565.00 - $80,884.00/ year </td> <td>Thursday,<br />April 17, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004913-1001" title="HR SPECIALIST TRN-25-004913-1001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004917&R3=0003" class="JobTitle" title="Human Resource Officer-25-004917-0003">Human Resource Officer (HR OFFICER III) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004917&R3=0003" class="JobNum" title="Human Resource Officer-25-004917-0003">25-004917-0003 </a> </th> <td class="Locs">Cecil<br> </td> <td class="Dept">DHS - Cecil County DSS </td> <td class="Salary">$64,984.00 - $84,702/ year with potential growth to$104,954.00/ year </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004917-0003" title="Human Resource Officer-25-004917-0003">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004916&R3=0007" class="JobTitle" title="HUMAN RESOURCES OFFICER II-25-004916-0007">HUMAN RESOURCES OFFICER II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004916&R3=0007" class="JobNum" title="HUMAN RESOURCES OFFICER II-25-004916-0007">25-004916-0007 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">COMM - Ofc of Admin & Information Technology </td> <td class="Salary">$60,987.00 - $98,313.00/ year </td> <td>Monday,<br />April 7, 2025 4:00 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004916-0007" title="HUMAN RESOURCES OFFICER II-25-004916-0007">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002052&R3=0001" class="JobTitle" title="INDEPENDENT LIVING COORDINATOR-25-002052-0001">INDEPENDENT LIVING COORDINATOR (SOCIAL SERVICE ADMINISTRATOR III) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002052&R3=0001" class="JobNum IconNew" title="INDEPENDENT LIVING COORDINATOR-25-002052-0001">25-002052-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DHS - Social Services Administration </td> <td class="Salary">$69,323.00 - $90,420.00/ year with potential growth up to $112,044.00/ year </td> <td>Wednesday,<br />April 16, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002052-0001" title="INDEPENDENT LIVING COORDINATOR-25-002052-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002586&R3=0025" class="JobTitle" title="Intelligence Analyst-25-002586-0025">Intelligence Analyst (ADMINISTRATOR I) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002586&R3=0025" class="JobNum" title="Intelligence Analyst-25-002586-0025">25-002586-0025 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">DPSCS Internal Investigation Unit </td> <td class="Salary">$60,987.00 - $98,313.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002586-0025" title="Intelligence Analyst-25-002586-0025">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003465&R3=0002" class="JobTitle" title="INTERVIEWER/ TRANSLATOR-25-003465-0002">INTERVIEWER/ TRANSLATOR </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003465&R3=0002" class="JobNum" title="INTERVIEWER/ TRANSLATOR-25-003465-0002">25-003465-0002 </a> </th> <td class="Locs">Carroll<br> </td> <td class="Dept">MDH Local Health - Carroll County </td> <td class="Salary">$37,271.00 - $47,788.00/ year, with potential growth to $58,911.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-003465-0002" title="INTERVIEWER/ TRANSLATOR-25-003465-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004490&R3=0001" class="JobTitle" title="IT ASSISTANT DIRECTOR I-25-004490-0001">IT ASSISTANT DIRECTOR I (Information Technology Division) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004490&R3=0001" class="JobNum IconNew" title="IT ASSISTANT DIRECTOR I-25-004490-0001">25-004490-0001 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">COMP Controller IT Services </td> <td class="Salary">$89,913.00 - $145,151.00/ year </td> <td>Monday,<br />April 14, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004490-0001" title="IT ASSISTANT DIRECTOR I-25-004490-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004488&R3=0003" class="JobTitle" title="IT SYSTEMS TECHNICAL SPECIALIST-25-004488-0003">IT SYSTEMS TECHNICAL SPECIALIST (Application & Server Support - OSFM) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004488&R3=0003" class="JobNum IconNew" title="IT SYSTEMS TECHNICAL SPECIALIST-25-004488-0003">25-004488-0003 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">MSP - Support Services Bureau </td> <td class="Salary">$84,229.00 - $136,003.00/ year </td> <td>Friday,<br />April 18, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004488-0003" title="IT SYSTEMS TECHNICAL SPECIALIST-25-004488-0003">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001907&R3=0003" class="JobTitle" title="IV-E Regional Supervisor-25-001907-0003">IV-E Regional Supervisor (HUMAN SERVICE SPECIALIST V SUPERVISOR) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001907&R3=0003" class="JobNum" title="IV-E Regional Supervisor-25-001907-0003">25-001907-0003 </a> </th> <td class="Locs">Harford<br> </td> <td class="Dept">DHS - Social Services Administration </td> <td class="Salary">$60,987.00 - $79,364.00/ year with potential growth up to $98,313.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001907-0003" title="IV-E Regional Supervisor-25-001907-0003">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005799&R3=0029" class="JobTitle" title="Juvenile Attorney-24-005799-0029">Juvenile Attorney (Prince George's County) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005799&R3=0029" class="JobNum" title="Juvenile Attorney-24-005799-0029">24-005799-0029 </a> </th> <td class="Locs">Prince George's<br> </td> <td class="Dept">Office of the Public Defender </td> <td class="Salary">I-$86,752; II-$96,227; III-$106,620 </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-005799-0029" title="Juvenile Attorney-24-005799-0029">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005896&R3=0001" class="JobTitle" title="LIBRARIAN ADVANCED PROFESSIONAL CERTIFICATE-25-005896-0001">LIBRARIAN ADVANCED PROFESSIONAL CERTIFICATE </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005896&R3=0001" class="JobNum" title="LIBRARIAN ADVANCED PROFESSIONAL CERTIFICATE-25-005896-0001">25-005896-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">LABOR Workforce Dev - Adult Corrections Program </td> <td class="Salary">$81,522.00 - $143,923.00/ year </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005896-0001" title="LIBRARIAN ADVANCED PROFESSIONAL CERTIFICATE-25-005896-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=21&R2=004789&R3=0002" class="JobTitle" title="LICENSED PRACTICAL NURSE I CI (COURT-INVOLVED)-21-004789-0002">LICENSED PRACTICAL NURSE I CI (COURT-INVOLVED) (MULTIPLE FULL AND PART TIME POSITIONS AVAILABLE) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=21&R2=004789&R3=0002" class="JobNum" title="LICENSED PRACTICAL NURSE I CI (COURT-INVOLVED)-21-004789-0002">21-004789-0002 </a> </th> <td class="Locs">Allegany<br>Baltimore City<br>Baltimore County<br>Carroll<br>Dorchester<br>Howard<br>Montgomery<br>Washington County<br> </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$57,275.00 - $92,108.00/ year </td> <td>Wednesday,<br />December 31, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=21-004789-0002" title="LICENSED PRACTICAL NURSE I CI (COURT-INVOLVED)-21-004789-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=21&R2=004791&R3=0004" class="JobTitle" title="LICENSED PRACTICAL NURSE II CI (COURT-INVOLVED)-21-004791-0004">LICENSED PRACTICAL NURSE II CI (COURT-INVOLVED) (MULTIPLE FULL AND PART TIME POSITIONS AVAILABLE) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=21&R2=004791&R3=0004" class="JobNum" title="LICENSED PRACTICAL NURSE II CI (COURT-INVOLVED)-21-004791-0004">21-004791-0004 </a> </th> <td class="Locs">Allegany<br>Baltimore City<br>Baltimore County<br>Carroll<br>Dorchester<br>Howard<br>Montgomery<br>Washington County<br> </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$60,987.00 - $98,313.00/ year </td> <td>Wednesday,<br />December 31, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=21-004791-0004" title="LICENSED PRACTICAL NURSE II CI (COURT-INVOLVED)-21-004791-0004">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004791&R3=0001" class="JobTitle" title="Licensed Practical Nurse II, CI-25-004791-0001">Licensed Practical Nurse II, CI </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004791&R3=0001" class="JobNum" title="Licensed Practical Nurse II, CI-25-004791-0001">25-004791-0001 </a> </th> <td class="Locs">Washington County<br> </td> <td class="Dept">MDH SETT Unit </td> <td class="Salary">$60,987.00 - $79,364.00/ year, with potential growth to $98,313.00/ year </td> <td>Thursday,<br />April 10, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004791-0001" title="Licensed Practical Nurse II, CI-25-004791-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005482&R3=0007" class="JobTitle" title="LTSS MARYLAND DDA MODULE OPERATIONS MANAGER-25-005482-0007">LTSS MARYLAND DDA MODULE OPERATIONS MANAGER ((Program Manager Senior I)) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005482&R3=0007" class="JobNum" title="LTSS MARYLAND DDA MODULE OPERATIONS MANAGER-25-005482-0007">25-005482-0007 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Dev Disabilities Admin - Program Direction </td> <td class="Salary">$95,991.00 - $125,057.00/ year, with potential growth to $154,928.00/ year </td> <td>Wednesday,<br />April 30, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005482-0007" title="LTSS MARYLAND DDA MODULE OPERATIONS MANAGER-25-005482-0007">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=006281&R3=0001" class="JobTitle" title="MAINTENANCE CHIEF III-25-006281-0001">MAINTENANCE CHIEF III </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=006281&R3=0001" class="JobNum" title="MAINTENANCE CHIEF III-25-006281-0001">25-006281-0001 </a> </th> <td class="Locs">Carroll<br> </td> <td class="Dept">Department of Public Safety and Correctional Svcs </td> <td class="Salary">$50,565.00 - $80,884.00/ year </td> <td>Monday,<br />April 14, 2025 11:59 AM </td> <td><a href="/MD/status.asp?b=&RN=25-006281-0001" title="MAINTENANCE CHIEF III-25-006281-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001973&R3=0001" class="JobTitle" title="MAINTENANCE CHIEF IV Non-Licensed-25-001973-0001">MAINTENANCE CHIEF IV Non-Licensed </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001973&R3=0001" class="JobNum" title="MAINTENANCE CHIEF IV Non-Licensed-25-001973-0001">25-001973-0001 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">MDH Spring Grove Hospital Center </td> <td class="Salary">$57,275.00 - $74,374.00/ year, with potential growth to $92,108.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001973-0001" title="MAINTENANCE CHIEF IV Non-Licensed-25-001973-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=001107&R3=0006" class="JobTitle" title="MAINTENANCE MECHANIC (REPOST)-24-001107-0006">MAINTENANCE MECHANIC (REPOST) (MAINTENANCE MECHANIC/ STATIONARY ENGINEER TRAINEE) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=001107&R3=0006" class="JobNum" title="MAINTENANCE MECHANIC (REPOST)-24-001107-0006">24-001107-0006 </a> </th> <td class="Locs">Washington County<br> </td> <td class="Dept">MDH Western Maryland Center </td> <td class="Salary">$35,041.00 - $57,195.00/ year </td> <td>Friday,<br />April 11, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-001107-0006" title="MAINTENANCE MECHANIC (REPOST)-24-001107-0006">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002812&R3=0001" class="JobTitle" title="MAINTENANCE SUPERVISOR III-25-002812-0001">MAINTENANCE SUPERVISOR III (Facility Manager) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002812&R3=0001" class="JobNum" title="MAINTENANCE SUPERVISOR III-25-002812-0001">25-002812-0001 </a> </th> <td class="Locs">Carroll<br> </td> <td class="Dept">DPSCS Police and Correctional Training Commissions </td> <td class="Salary">$69,323.00 - $112,044.00/ year </td> <td>Monday,<br />April 7, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002812-0001" title="MAINTENANCE SUPERVISOR III-25-002812-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002650&R3=0004" class="JobTitle" title="MANAGEMENT ASSOCIATE-25-002650-0004">MANAGEMENT ASSOCIATE </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002650&R3=0004" class="JobNum IconNew" title="MANAGEMENT ASSOCIATE-25-002650-0004">25-002650-0004 </a> </th> <td class="Locs">Allegany<br> </td> <td class="Dept">MDH Local Health - Allegany County </td> <td class="Salary">$50,565.00 - $55,345.00/ year, with potential growth to $65,347.00/ year </td> <td>Tuesday,<br />April 15, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002650-0004" title="MANAGEMENT ASSOCIATE-25-002650-0004">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002650&R3=0005" class="JobTitle" title="Management Associate-25-002650-0005">Management Associate </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002650&R3=0005" class="JobNum IconNew" title="Management Associate-25-002650-0005">25-002650-0005 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MSDE - Deputy for Teaching and Learning </td> <td class="Salary">$50,565.00 - $80,884.00/ year </td> <td>Thursday,<br />April 17, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002650-0005" title="Management Associate-25-002650-0005">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002650&R3=0007" class="JobTitle" title="MANAGEMENT ASSOCIATE-25-002650-0007">MANAGEMENT ASSOCIATE </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002650&R3=0007" class="JobNum IconNew" title="MANAGEMENT ASSOCIATE-25-002650-0007">25-002650-0007 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">Office of the Attorney General </td> <td class="Salary"> $50,565 - $73,258 with potential for advancement up to $80,884 </td> <td>Wednesday,<br />April 16, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002650-0007" title="MANAGEMENT ASSOCIATE-25-002650-0007">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005478&R3=0018" class="JobTitle" title="Manager of the Project Management Office-25-005478-0018">Manager of the Project Management Office (Program Manager III) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005478&R3=0018" class="JobNum" title="Manager of the Project Management Office-25-005478-0018">25-005478-0018 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">LABOR - Family and Medical Leave Insurance </td> <td class="Salary">$84,229.00 - $107, 801.00 with a potential growth up to $136,003.00/ year </td> <td>Thursday,<br />April 10, 2025 5:00 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005478-0018" title="Manager of the Project Management Office-25-005478-0018">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005328&R3=0001" class="JobTitle" title="MCE PLANT SUPERVISOR II Services-25-005328-0001">MCE PLANT SUPERVISOR II Services (STATEWIDE) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005328&R3=0001" class="JobNum IconNew" title="MCE PLANT SUPERVISOR II Services-25-005328-0001">25-005328-0001 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">DPSCS-Maryland Correctional Enterprises </td> <td class="Salary">$67,585.00 - $109,155.00/ year </td> <td>Thursday,<br />April 17, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005328-0001" title="MCE PLANT SUPERVISOR II Services-25-005328-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002586&R3=0027" class="JobTitle" title="MDAA Instructional/ Learning Management Administrator-25-002586-0027">MDAA Instructional/ Learning Management Administrator (Office of State Financial Innovation) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002586&R3=0027" class="JobNum" title="MDAA Instructional/ Learning Management Administrator-25-002586-0027">25-002586-0027 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">COMP CITS </td> <td class="Salary">$60,987.00 - $98,313.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002586-0027" title="MDAA Instructional/ Learning Management Administrator-25-002586-0027">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004395&R3=0007" class="JobTitle" title="MEDICAL CARE PROGRAM ASSOCIATE II-24-004395-0007">MEDICAL CARE PROGRAM ASSOCIATE II (ELIGIBILITY DETERMINATION ASSOCIATE) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004395&R3=0007" class="JobNum" title="MEDICAL CARE PROGRAM ASSOCIATE II-24-004395-0007">24-004395-0007 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Med Care Prgms - Ofc of Eligibility </td> <td class="Salary">$44,704.00 - $57,588.00/ year, with potential growth to $71,108.00/ year </td> <td>Wednesday,<br />April 30, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-004395-0007" title="MEDICAL CARE PROGRAM ASSOCIATE II-24-004395-0007">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004395&R3=0007" class="JobTitle" title="MEDICAL CARE PROGRAM ASSOCIATE II-25-004395-0007">MEDICAL CARE PROGRAM ASSOCIATE II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004395&R3=0007" class="JobNum IconNew" title="MEDICAL CARE PROGRAM ASSOCIATE II-25-004395-0007">25-004395-0007 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Med Care Prgms - Ofc of Eligibility </td> <td class="Salary">$44,704.00 - $57,588.00/ year, with potential growth to $71,108.00/ year </td> <td>Monday,<br />April 14, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004395-0007" title="MEDICAL CARE PROGRAM ASSOCIATE II-25-004395-0007">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000934&R3=0001" class="JobTitle" title="MEDICAL CARE PROGRAM MANAGER III-25-000934-0001">MEDICAL CARE PROGRAM MANAGER III (DIVISION CHIEF) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000934&R3=0001" class="JobNum" title="MEDICAL CARE PROGRAM MANAGER III-25-000934-0001">25-000934-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$78,919.00 - $102,996.00/ year, with potential growth to $127,473.00/ year </td> <td>Thursday,<br />April 10, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-000934-0001" title="MEDICAL CARE PROGRAM MANAGER III-25-000934-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000931&R3=0001" class="JobTitle" title="MEDICAL CARE PROGRAM SUPERVISOR (REPOST)-25-000931-0001">MEDICAL CARE PROGRAM SUPERVISOR (REPOST) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000931&R3=0001" class="JobNum" title="MEDICAL CARE PROGRAM SUPERVISOR (REPOST)-25-000931-0001">25-000931-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Med Care Prgms - Ofc of Eligibility </td> <td class="Salary">$64,984.00 - $84,702.00/ year, with potential growth to $104,954.00/ year </td> <td>Monday,<br />April 7, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-000931-0001" title="MEDICAL CARE PROGRAM SUPERVISOR (REPOST)-25-000931-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004251&R3=0001" class="JobTitle" title="MEDICAL SERVICES REVIEWING NURSE II-25-004251-0001">MEDICAL SERVICES REVIEWING NURSE II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004251&R3=0001" class="JobNum" title="MEDICAL SERVICES REVIEWING NURSE II-25-004251-0001">25-004251-0001 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">MDH Behavioral Health Admin - Program Direction </td> <td class="Salary">$78,919.00 - $102,996.00/ year, with potential growth to $127,473.00/ year </td> <td>Thursday,<br />April 10, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004251-0001" title="MEDICAL SERVICES REVIEWING NURSE II-25-004251-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000311&R3=0004" class="JobTitle" title="MENTAL HEALTH GRADUATE PROFESSIONAL COUNSELOR-25-000311-0004">MENTAL HEALTH GRADUATE PROFESSIONAL COUNSELOR </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000311&R3=0004" class="JobNum" title="MENTAL HEALTH GRADUATE PROFESSIONAL COUNSELOR-25-000311-0004">25-000311-0004 </a> </th> <td class="Locs">Garrett<br> </td> <td class="Dept">MDH Local Health - Garrett County </td> <td class="Salary">$60,987.00 - $79,364.00/ year, with potential growth to $98,313.00/ year </td> <td>Tuesday,<br />April 8, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-000311-0004" title="MENTAL HEALTH GRADUATE PROFESSIONAL COUNSELOR-25-000311-0004">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=23&R2=000312&R3=0017" class="JobTitle" title="MENTAL HEALTH PROFESSIONAL COUNSELOR-23-000312-0017">MENTAL HEALTH PROFESSIONAL COUNSELOR (*REPOST*) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=23&R2=000312&R3=0017" class="JobNum" title="MENTAL HEALTH PROFESSIONAL COUNSELOR-23-000312-0017">23-000312-0017 </a> </th> <td class="Locs">Washington County<br> </td> <td class="Dept">DJS Western Md Children's Ctr </td> <td class="Salary">$69,323.00 - $112,044.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=23-000312-0017" title="MENTAL HEALTH PROFESSIONAL COUNSELOR-23-000312-0017">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000312&R3=0003" class="JobTitle" title="MENTAL HEALTH PROFESSIONAL COUNSELOR-25-000312-0003">MENTAL HEALTH PROFESSIONAL COUNSELOR </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000312&R3=0003" class="JobNum" title="MENTAL HEALTH PROFESSIONAL COUNSELOR-25-000312-0003">25-000312-0003 </a> </th> <td class="Locs">Garrett<br> </td> <td class="Dept">MDH Local Health - Garrett County </td> <td class="Salary">$69,323.00 - $90,420.00/ year, with potential growth to $112,044.00/ year </td> <td>Tuesday,<br />April 8, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-000312-0003" title="MENTAL HEALTH PROFESSIONAL COUNSELOR-25-000312-0003">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002084&R3=0001" class="JobTitle" title="MILITARY YOUTH WORKER I-25-002084-0001">MILITARY YOUTH WORKER I </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002084&R3=0001" class="JobNum" title="MILITARY YOUTH WORKER I-25-002084-0001">25-002084-0001 </a> </th> <td class="Locs">Harford<br> </td> <td class="Dept">MIL State Operations </td> <td class="Salary">$42,056.00 - $66,759.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002084-0001" title="MILITARY YOUTH WORKER I-25-002084-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=007058&R3=0001" class="JobTitle" title="MPT Executive Vice President & Chief Operating Officer-25-007058-0001">MPT Executive Vice President & Chief Operating Officer </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=007058&R3=0001" class="JobNum" title="MPT Executive Vice President & Chief Operating Officer-25-007058-0001">25-007058-0001 </a> </th> <td class="Locs"><span class='sr-only'>n/a</span> </td> <td class="Dept">Maryland Public Television </td> <td class="Salary">$225,000.00 - $260,000.00 </td> <td>Friday,<br />April 11, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-007058-0001" title="MPT Executive Vice President & Chief Operating Officer-25-007058-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=007003&R3=0001" class="JobTitle" title="MPT Membership Manager-25-007003-0001">MPT Membership Manager </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=007003&R3=0001" class="JobNum" title="MPT Membership Manager-25-007003-0001">25-007003-0001 </a> </th> <td class="Locs"><span class='sr-only'>n/a</span> </td> <td class="Dept">Maryland Public Television </td> <td class="Salary">$55,382.00-$75,546.00 </td> <td>Friday,<br />April 25, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-007003-0001" title="MPT Membership Manager-25-007003-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=007033&R3=0002" class="JobTitle" title="MPT Transmitter Maintenance Engineer-24-007033-0002">MPT Transmitter Maintenance Engineer </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=007033&R3=0002" class="JobNum" title="MPT Transmitter Maintenance Engineer-24-007033-0002">24-007033-0002 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">MPT - Administration and Support Services </td> <td class="Salary">$55,000.00 - $75,000.00 </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-007033-0002" title="MPT Transmitter Maintenance Engineer-24-007033-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009016&R3=0001" class="JobTitle" title="MSD School Administrator - Department Principal-25-009016-0001">MSD School Administrator - Department Principal (Elementary School) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009016&R3=0001" class="JobNum" title="MSD School Administrator - Department Principal-25-009016-0001">25-009016-0001 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">MD School for Deaf - Columbia - Admin </td> <td class="Salary">$97,601.00 - $186,263.00/ year </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-009016-0001" title="MSD School Administrator - Department Principal-25-009016-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000252&R3=0001" class="JobTitle" title="MSP FORENSIC SCIENTIST I-25-000252-0001">MSP FORENSIC SCIENTIST I </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000252&R3=0001" class="JobNum" title="MSP FORENSIC SCIENTIST I-25-000252-0001">25-000252-0001 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">MSP - Criminal Investigation Bureau </td> <td class="Salary">$60,987.00 - $98,313.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-000252-0001" title="MSP FORENSIC SCIENTIST I-25-000252-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003121&R3=0001" class="JobTitle" title="NATURAL RESOURCES BIOLOGIST II-25-003121-0001">NATURAL RESOURCES BIOLOGIST II (Operations Manager) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003121&R3=0001" class="JobNum" title="NATURAL RESOURCES BIOLOGIST II-25-003121-0001">25-003121-0001 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">DNR - Watershed Services </td> <td class="Salary">$57,275.00 - $92,108.00/ year </td> <td>Tuesday,<br />April 15, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-003121-0001" title="NATURAL RESOURCES BIOLOGIST II-25-003121-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003121&R3=0002" class="JobTitle" title="NATURAL RESOURCES BIOLOGIST II-25-003121-0002">NATURAL RESOURCES BIOLOGIST II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003121&R3=0002" class="JobNum IconNew" title="NATURAL RESOURCES BIOLOGIST II-25-003121-0002">25-003121-0002 </a> </th> <td class="Locs">Washington County<br> </td> <td class="Dept">DNR - Fisheries Service </td> <td class="Salary">$57,275.00 - $92,108.00 </td> <td>Tuesday,<br />April 15, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-003121-0002" title="NATURAL RESOURCES BIOLOGIST II-25-003121-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002501&R3=0001" class="JobTitle" title="NATURAL RESOURCES PLANNER II-25-002501-0001">NATURAL RESOURCES PLANNER II (**Internal MDE Only**) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002501&R3=0001" class="JobNum IconNew" title="NATURAL RESOURCES PLANNER II-25-002501-0001">25-002501-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDE - Land and Materials Administration (LMA) </td> <td class="Salary">$57,275.00 - $74,374.00 with potential growth to $92,108.00/ year </td> <td>Wednesday,<br />April 16, 2025 5:00 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002501-0001" title="NATURAL RESOURCES PLANNER II-25-002501-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002502&R3=0002" class="JobTitle" title="NATURAL RESOURCES PLANNER IV-25-002502-0002">NATURAL RESOURCES PLANNER IV (** Internal MDE Recruitment Only**) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002502&R3=0002" class="JobNum" title="NATURAL RESOURCES PLANNER IV-25-002502-0002">25-002502-0002 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">MDE - Water and Science Administration (WSA) </td> <td class="Salary">$69,323.00 - $90,420 with potential growth to $112,044.00/ year </td> <td>Thursday,<br />April 10, 2025 5:00 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002502-0002" title="NATURAL RESOURCES PLANNER IV-25-002502-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002310&R3=0003" class="JobTitle" title="NATURAL RESOURCES PLANNER V-25-002310-0003">NATURAL RESOURCES PLANNER V (Restoration Finance Coordinator) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002310&R3=0003" class="JobNum" title="NATURAL RESOURCES PLANNER V-25-002310-0003">25-002310-0003 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">DNR - Watershed Services </td> <td class="Salary">$73,957.00 - $119,492.00/ year </td> <td>Friday,<br />April 11, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002310-0003" title="NATURAL RESOURCES PLANNER V-25-002310-0003">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004256&R3=0001" class="JobTitle" title="NURSE PRACTITIONER/ MIDWIFE I **REPOST**-25-004256-0001">NURSE PRACTITIONER/ MIDWIFE I **REPOST** </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004256&R3=0001" class="JobNum" title="NURSE PRACTITIONER/ MIDWIFE I **REPOST**-25-004256-0001">25-004256-0001 </a> </th> <td class="Locs">Dorchester<br> </td> <td class="Dept">MDH Local Health - Dorchester County </td> <td class="Salary">$84,229.00 - $109,856.00/ year, with potential growth to $136,003.00/ year </td> <td>Monday,<br />April 7, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004256-0001" title="NURSE PRACTITIONER/ MIDWIFE I **REPOST**-25-004256-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004257&R3=0002" class="JobTitle" title="NURSE PRACTITIONER/ MIDWIFE II **REPOST**-25-004257-0002">NURSE PRACTITIONER/ MIDWIFE II **REPOST** </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004257&R3=0002" class="JobNum" title="NURSE PRACTITIONER/ MIDWIFE II **REPOST**-25-004257-0002">25-004257-0002 </a> </th> <td class="Locs">Dorchester<br> </td> <td class="Dept">MDH Local Health - Dorchester County </td> <td class="Salary">$89,913.00 - $117,203.00/ year, with potential growth to $145,151.00/ year </td> <td>Monday,<br />April 7, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004257-0002" title="NURSE PRACTITIONER/ MIDWIFE II **REPOST**-25-004257-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004259&R3=0001" class="JobTitle" title="NURSING INSTRUCTOR-25-004259-0001">NURSING INSTRUCTOR (NURSING REGULATORY LEAD) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004259&R3=0001" class="JobNum" title="NURSING INSTRUCTOR-25-004259-0001">25-004259-0001 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">MDH Office of Health Care Quality </td> <td class="Salary">$89,913.00 - $117,203.00/ year, with potential growth to $145,151.00/ year </td> <td>Thursday,<br />April 10, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004259-0001" title="NURSING INSTRUCTOR-25-004259-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=003330&R3=0002" class="JobTitle" title="NUTRITION PROGRAM TRAINEE *Repost*-24-003330-0002">NUTRITION PROGRAM TRAINEE *Repost* </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=003330&R3=0002" class="JobNum" title="NUTRITION PROGRAM TRAINEE *Repost*-24-003330-0002">24-003330-0002 </a> </th> <td class="Locs">Caroline<br> </td> <td class="Dept">MDH Local Health - Caroline County </td> <td class="Salary">$50,565.00 - $65,347.00/ year, with potential growth to $80,884.00/ year </td> <td>Tuesday,<br />April 15, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-003330-0002" title="NUTRITION PROGRAM TRAINEE *Repost*-24-003330-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001272&R3=0001" class="JobTitle" title="NUTRITIONIST II-25-001272-0001">NUTRITIONIST II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001272&R3=0001" class="JobNum IconNew" title="NUTRITIONIST II-25-001272-0001">25-001272-0001 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">MDH Local Health - Howard County </td> <td class="Salary">$60,987.00 - $79,364.00 (With potential growth to $98,313.00/ year) </td> <td>Wednesday,<br />April 16, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001272-0001" title="NUTRITIONIST II-25-001272-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001374&R3=0008" class="JobTitle" title="OFFICE CLERK I-25-001374-0008">OFFICE CLERK I </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001374&R3=0008" class="JobNum" title="OFFICE CLERK I-25-001374-0008">25-001374-0008 </a> </th> <td class="Locs">Cecil<br> </td> <td class="Dept">MDH Local Health - Cecil County </td> <td class="Salary">$36,093.00 - $43,360.00/ year, with potential growth to $52,060.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001374-0008" title="OFFICE CLERK I-25-001374-0008">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001375&R3=0004" class="JobTitle" title="OFFICE CLERK II-25-001375-0004">OFFICE CLERK II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001375&R3=0004" class="JobNum" title="OFFICE CLERK II-25-001375-0004">25-001375-0004 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">MDH Spring Grove Hospital Center </td> <td class="Salary">$36,093.00 - $44,942.00/ year, with potential growth to $55,376.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001375-0004" title="OFFICE CLERK II-25-001375-0004">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001362&R3=0013" class="JobTitle" title="OFFICE SECRETARY III-25-001362-0013">OFFICE SECRETARY III </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001362&R3=0013" class="JobNum IconNew" title="OFFICE SECRETARY III-25-001362-0013">25-001362-0013 </a> </th> <td class="Locs">Dorchester<br> </td> <td class="Dept">OPD District Operations </td> <td class="Salary">$42,056.00 - $66,759.00/ year </td> <td>Tuesday,<br />April 15, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001362-0013" title="OFFICE SECRETARY III-25-001362-0013">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001362&R3=0011" class="JobTitle" title="OFFICE SECRETARY III-Mental Health-25-001362-0011">OFFICE SECRETARY III-Mental Health </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001362&R3=0011" class="JobNum" title="OFFICE SECRETARY III-Mental Health-25-001362-0011">25-001362-0011 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">OPD Involuntary Institutionalization Services </td> <td class="Salary">$42,056.00 - $66,759.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001362-0011" title="OFFICE SECRETARY III-Mental Health-25-001362-0011">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001376&R3=0009" class="JobTitle" title="OFFICE SERVICES CLERK-25-001376-0009">OFFICE SERVICES CLERK </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001376&R3=0009" class="JobNum IconNew" title="OFFICE SERVICES CLERK-25-001376-0009">25-001376-0009 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Ofc of Chief Med Examiner </td> <td class="Salary">$37,271.00 - $47,788.00/ year, with potential growth to $58,911.00/ year </td> <td>Thursday,<br />April 17, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001376-0009" title="OFFICE SERVICES CLERK-25-001376-0009">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001442&R3=0004" class="JobTitle" title="OFFICE SUPERVISOR-25-001442-0004">OFFICE SUPERVISOR </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001442&R3=0004" class="JobNum IconNew" title="OFFICE SUPERVISOR-25-001442-0004">25-001442-0004 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Med Care Prgms - Ofc of Eligibility </td> <td class="Salary">$44,704.00 - $57,588.00/ year, with potential growth to $71,108.00/ year </td> <td>Monday,<br />April 14, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001442-0004" title="OFFICE SUPERVISOR-25-001442-0004">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001442&R3=0005" class="JobTitle" title="OFFICE SUPERVISOR-25-001442-0005">OFFICE SUPERVISOR </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001442&R3=0005" class="JobNum" title="OFFICE SUPERVISOR-25-001442-0005">25-001442-0005 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DHS - Baltimore City DSS </td> <td class="Salary">$44,704.00 - $57.588.00/ year with potential growth to $71,108.00/ year </td> <td>Thursday,<br />April 10, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001442-0005" title="OFFICE SUPERVISOR-25-001442-0005">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002711&R3=0014" class="JobTitle" title="Operations Administrative Officer-25-002711-0014">Operations Administrative Officer </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002711&R3=0014" class="JobNum IconNew" title="Operations Administrative Officer-25-002711-0014">25-002711-0014 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">Department of Aging </td> <td class="Salary">$50,565.00 - $80,884.00/ year </td> <td>Thursday,<br />April 17, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002711-0014" title="Operations Administrative Officer-25-002711-0014">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000636&R3=0001" class="JobTitle" title="OSH COMPLIANCE HYGIENIST I-25-000636-0001">OSH COMPLIANCE HYGIENIST I </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000636&R3=0001" class="JobNum IconNew" title="OSH COMPLIANCE HYGIENIST I-25-000636-0001">25-000636-0001 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">LABOR - Labor and Industry - MOSH </td> <td class="Salary">$57,275.00 - $63,926.00 w/ potential growth to $92,108.00/ year </td> <td>Monday,<br />April 28, 2025 5:00 PM </td> <td><a href="/MD/status.asp?b=&RN=25-000636-0001" title="OSH COMPLIANCE HYGIENIST I-25-000636-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000884&R3=0002" class="JobTitle" title="PARALEGAL I-25-000884-0002">PARALEGAL I </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000884&R3=0002" class="JobNum IconNew" title="PARALEGAL I-25-000884-0002">25-000884-0002 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DAT Charter Unit </td> <td class="Salary">$42,056.00 - $66,759.00/ year </td> <td>Tuesday,<br />April 15, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-000884-0002" title="PARALEGAL I-25-000884-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005799&R3=0002" class="JobTitle" title="PARENTAL DEFENDER: BALTIMORE CITY-25-005799-0002">PARENTAL DEFENDER: BALTIMORE CITY (ASSISTANT PUBLIC DEFENDER I, II, & III) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005799&R3=0002" class="JobNum" title="PARENTAL DEFENDER: BALTIMORE CITY-25-005799-0002">25-005799-0002 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">OPD District Operations </td> <td class="Salary">APD I:$86,752, APD II:$96,227, APD III:$106,620 </td> <td>Thursday,<br />April 10, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005799-0002" title="PARENTAL DEFENDER: BALTIMORE CITY-25-005799-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003104&R3=0001" class="JobTitle" title="Park Technician II -25-003104-0001">Park Technician II (Multiple Vacancies) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003104&R3=0001" class="JobNum IconNew" title="Park Technician II -25-003104-0001">25-003104-0001 </a> </th> <td class="Locs">Anne Arundel<br>Baltimore County<br>Dorchester<br>Howard<br>Queen Anne's<br> </td> <td class="Dept">DNR - Maryland Park Service - State Wide Operation </td> <td class="Salary">$47,536.00 - $75,820.00/ year </td> <td>Wednesday,<br />April 16, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-003104-0001" title="Park Technician II -25-003104-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002536&R3=0001" class="JobTitle" title="PAROLE AND PROBATION REGIONAL ADMINISTRATOR-25-002536-0001">PAROLE AND PROBATION REGIONAL ADMINISTRATOR </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002536&R3=0001" class="JobNum IconNew" title="PAROLE AND PROBATION REGIONAL ADMINISTRATOR-25-002536-0001">25-002536-0001 </a> </th> <td class="Locs">Prince George's<br> </td> <td class="Dept">DPSCS DPP East Region </td> <td class="Salary">$84,229.00 - $136,003.00/ year </td> <td>Thursday,<br />April 17, 2025 3:00 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002536-0001" title="PAROLE AND PROBATION REGIONAL ADMINISTRATOR-25-002536-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005476&R3=0011" class="JobTitle" title="Partnerships Associate-25-005476-0011">Partnerships Associate (PROGRAM MANAGER I) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005476&R3=0011" class="JobNum" title="Partnerships Associate-25-005476-0011">25-005476-0011 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">Department of Service and Civic Innovation - A </td> <td class="Salary">$73,957.00 - $96,533 with growth potential to $119,492.00 </td> <td>Tuesday,<br />April 8, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005476-0011" title="Partnerships Associate-25-005476-0011">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=001260&R3=0002" class="JobTitle" title="PERSONNEL ASSOCIATE II-24-001260-0002">PERSONNEL ASSOCIATE II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=001260&R3=0002" class="JobNum" title="PERSONNEL ASSOCIATE II-24-001260-0002">24-001260-0002 </a> </th> <td class="Locs">Dorchester<br> </td> <td class="Dept">MDH Eastern Shore Hospital Center </td> <td class="Salary">$41,890.00 - $69,036.00/ year </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-001260-0002" title="PERSONNEL ASSOCIATE II-24-001260-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004606&R3=0006" class="JobTitle" title="PHYSICIAN CLINICAL SPECIALIST-24-004606-0006">PHYSICIAN CLINICAL SPECIALIST (PSYCHIATRIC MEDICAL DIRECTOR) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004606&R3=0006" class="JobNum" title="PHYSICIAN CLINICAL SPECIALIST-24-004606-0006">24-004606-0006 </a> </th> <td class="Locs">St. Mary's<br> </td> <td class="Dept">MDH Local Health - St. Mary's County </td> <td class="Salary">$171,344.00 - $242,318.00/ year, with potential growth to $316,636.00/ year </td> <td>Friday,<br />April 11, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-004606-0006" title="PHYSICIAN CLINICAL SPECIALIST-24-004606-0006">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004124&R3=0001" class="JobTitle" title="POLICE OFFICER (ENTRY LEVEL)-25-004124-0001">POLICE OFFICER (ENTRY LEVEL) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004124&R3=0001" class="JobNum" title="POLICE OFFICER (ENTRY LEVEL)-25-004124-0001">25-004124-0001 </a> </th> <td class="Locs">Anne Arundel<br>Baltimore City<br> </td> <td class="Dept">DGS Maryland Capitol Police </td> <td class="Salary">$36,868/ year progressing to $70,635/ year after completion of Police Academy and Field Training </td> <td>Friday,<br />April 18, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004124-0001" title="POLICE OFFICER (ENTRY LEVEL)-25-004124-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004126&R3=0002" class="JobTitle" title="POLICE OFFICER II-25-004126-0002">POLICE OFFICER II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004126&R3=0002" class="JobNum" title="POLICE OFFICER II-25-004126-0002">25-004126-0002 </a> </th> <td class="Locs">Anne Arundel<br>Baltimore City<br> </td> <td class="Dept">DGS Maryland Capitol Police </td> <td class="Salary">$74,097 - $91,660/ year (based on agency authority, qualifications and State salary rules) </td> <td>Friday,<br />May 2, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004126-0002" title="POLICE OFFICER II-25-004126-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004126&R3=0005" class="JobTitle" title="POLICE OFFICER II-25-004126-0005">POLICE OFFICER II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004126&R3=0005" class="JobNum" title="POLICE OFFICER II-25-004126-0005">25-004126-0005 </a> </th> <td class="Locs">Dorchester<br> </td> <td class="Dept">MDH Eastern Shore Hospital Center </td> <td class="Salary">$58,783.00 - $75,578.00/ year, with potential growth to $91,660.00/ year </td> <td>Thursday,<br />April 10, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004126-0005" title="POLICE OFFICER II-25-004126-0005">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004126&R3=0003" class="JobTitle" title="POLICE OFFICER II **REPOST**-25-004126-0003">POLICE OFFICER II **REPOST** </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004126&R3=0003" class="JobNum" title="POLICE OFFICER II **REPOST**-25-004126-0003">25-004126-0003 </a> </th> <td class="Locs">Carroll<br> </td> <td class="Dept">MDH Springfield Hospital Center </td> <td class="Salary">$58,783.00 - $75,578.00/ year, with potential growth to $91,660.00/ year </td> <td>Friday,<br />April 11, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004126-0003" title="POLICE OFFICER II **REPOST**-25-004126-0003">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002247&R3=0013" class="JobTitle" title="PROCUREMENT OFFICER-25-002247-0013">PROCUREMENT OFFICER (ADMINISTRATIVE OFFICER III) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002247&R3=0013" class="JobNum" title="PROCUREMENT OFFICER-25-002247-0013">25-002247-0013 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">Archives </td> <td class="Salary">$57,275.00 - $92,108.00/ year </td> <td>Thursday,<br />April 10, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002247-0013" title="PROCUREMENT OFFICER-25-002247-0013">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003002&R3=2001" class="JobTitle" title="Procurement Officer I-25-003002-2001">Procurement Officer I </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003002&R3=2001" class="JobNum" title="Procurement Officer I-25-003002-2001">25-003002-2001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MIL Administrative Headquarters </td> <td class="Salary">$60,987.00 - $98,313.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-003002-2001" title="Procurement Officer I-25-003002-2001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003000&R3=0001" class="JobTitle" title="PROCUREMENT OFFICER III SUPERVISOR-25-003000-0001">PROCUREMENT OFFICER III SUPERVISOR </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003000&R3=0001" class="JobNum" title="PROCUREMENT OFFICER III SUPERVISOR-25-003000-0001">25-003000-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">LABOR - Office of Administration </td> <td class="Salary">$78,919.00 - $102,996 with potential growth up to $127,473.00/ year </td> <td>Wednesday,<br />April 9, 2025 5:00 PM </td> <td><a href="/MD/status.asp?b=&RN=25-003000-0001" title="PROCUREMENT OFFICER III SUPERVISOR-25-003000-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001720&R3=0002" class="JobTitle" title="PROGRAM ADMINISTRATOR I DD-25-001720-0002">PROGRAM ADMINISTRATOR I DD (PROFESSIONAL DEVELOPMENT COORDINATOR) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001720&R3=0002" class="JobNum" title="PROGRAM ADMINISTRATOR I DD-25-001720-0002">25-001720-0002 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Dev Disabilities Admin - Community Services </td> <td class="Salary">$60,987.00 - $76,404.00/ year, with potential growth to $98,313.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001720-0002" title="PROGRAM ADMINISTRATOR I DD-25-001720-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=001532&R3=0013" class="JobTitle" title="PROGRAM COORDINATOR-24-001532-0013">PROGRAM COORDINATOR (HUMAN SERVICE PRGM PLN ADMINISTRATOR) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=001532&R3=0013" class="JobNum" title="PROGRAM COORDINATOR-24-001532-0013">24-001532-0013 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DHS Family Investment Admin Director's Office </td> <td class="Salary">$64,984.00 - $84,702.00/ year with potential growth up to $104,954.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-001532-0013" title="PROGRAM COORDINATOR-24-001532-0013">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005476&R3=0010" class="JobTitle" title="PROGRAM MANAGER I-25-005476-0010">PROGRAM MANAGER I (Branch Manager- Operations and Training) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005476&R3=0010" class="JobNum" title="PROGRAM MANAGER I-25-005476-0010">25-005476-0010 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">Maryland Department of Emergency Management - C </td> <td class="Salary">$73,957.00 - $96,533/ year with potential growth to $119,492 </td> <td>Saturday,<br />April 12, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005476-0010" title="PROGRAM MANAGER I-25-005476-0010">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005476&R3=0016" class="JobTitle" title="PROGRAM MANAGER I (076186)-25-005476-0016">PROGRAM MANAGER I (076186) (Deputy Director of Just Communities) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005476&R3=0016" class="JobNum IconNew" title="PROGRAM MANAGER I (076186)-25-005476-0016">25-005476-0016 </a> </th> <td class="Locs">Prince George's<br> </td> <td class="Dept">DHCD - Office of the Secretary </td> <td class="Salary">$73,957 - $96,533/ year (Grade 19, Step 3-15, with promotional growth to $119,492/ year) </td> <td>Sunday,<br />April 20, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005476-0016" title="PROGRAM MANAGER I (076186)-25-005476-0016">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002587&R3=0023" class="JobTitle" title="Projections Economist-25-002587-0023">Projections Economist (ADMINISTRATOR II) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002587&R3=0023" class="JobNum" title="Projections Economist-25-002587-0023">25-002587-0023 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">LABOR Workforce Dev - Ofc of the Asst Secy </td> <td class="Salary">$64,984.00 - $67,461.00 (With Potential Growth to $104,954.00/ year) </td> <td>Monday,<br />April 7, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002587-0023" title="Projections Economist-25-002587-0023">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004707&R3=0002" class="JobTitle" title="PSCS A/ D Associate Counselor-25-004707-0002">PSCS A/ D Associate Counselor (STATEWIDE) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004707&R3=0002" class="JobNum" title="PSCS A/ D Associate Counselor-25-004707-0002">25-004707-0002 </a> </th> <td class="Locs">Allegany<br>Anne Arundel<br>Baltimore City<br>Howard<br>Somerset<br>Washington County<br> </td> <td class="Dept">Department of Public Safety and Correctional Svcs </td> <td class="Salary">$60,987.00 - $70,816.00/ year (with potential growth up to $98,313.00/ year) </td> <td>Monday,<br />June 30, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004707-0002" title="PSCS A/ D Associate Counselor-25-004707-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004710&R3=0003" class="JobTitle" title="PSCS A/ D Associate Counselor Supervisor-25-004710-0003">PSCS A/ D Associate Counselor Supervisor </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004710&R3=0003" class="JobNum" title="PSCS A/ D Associate Counselor Supervisor-25-004710-0003">25-004710-0003 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DPSCS-DPP Support Headquarters </td> <td class="Salary">$69,323.00 - $80,637.00/ year (with potential growth up to $112,044.00/ year) </td> <td>Monday,<br />June 30, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004710-0003" title="PSCS A/ D Associate Counselor Supervisor-25-004710-0003">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004705&R3=0001" class="JobTitle" title="PSCS A/ D Supervised Counselor-25-004705-0001">PSCS A/ D Supervised Counselor (STATEWIDE) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004705&R3=0001" class="JobNum" title="PSCS A/ D Supervised Counselor-25-004705-0001">25-004705-0001 </a> </th> <td class="Locs">Anne Arundel<br>Baltimore City<br>Baltimore County<br>Calvert<br>Caroline<br>Carroll<br>Cecil<br>Charles<br>Frederick<br>Garrett<br>Harford<br>Howard<br>Kent<br>Montgomery<br>Prince George's<br>Queen Anne's<br>Somerset<br>St. Mary's<br>Talbot<br>Washington County<br>Wicomico<br>Worcester<br> </td> <td class="Dept">DPSCS-DPP Support Headquarters </td> <td class="Salary">$53,808.00 - $62,273.00/ year (with potential growth up to $86,322.00/ year) </td> <td>Monday,<br />June 30, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004705-0001" title="PSCS A/ D Supervised Counselor-25-004705-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004704&R3=0002" class="JobTitle" title="PSCS A/ D Supervised Counselor Provisional-25-004704-0002">PSCS A/ D Supervised Counselor Provisional (STATEWIDE) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004704&R3=0002" class="JobNum" title="PSCS A/ D Supervised Counselor Provisional-25-004704-0002">25-004704-0002 </a> </th> <td class="Locs">Allegany<br>Anne Arundel<br>Baltimore City<br>Howard<br>Somerset<br>Washington County<br> </td> <td class="Dept">Department of Public Safety and Correctional Svcs </td> <td class="Salary">$47,536.00 - $54,932.00/ year (with potential growth up to $75,820.00/ year) </td> <td>Monday,<br />June 30, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004704-0002" title="PSCS A/ D Supervised Counselor Provisional-25-004704-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004357&R3=0001" class="JobTitle" title="PSCS Mental Health Professional Counselor I-25-004357-0001">PSCS Mental Health Professional Counselor I </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004357&R3=0001" class="JobNum" title="PSCS Mental Health Professional Counselor I-25-004357-0001">25-004357-0001 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">DPSCS-Patuxent Institution </td> <td class="Salary">$73,957.00 - $86,066.00/ year (with potential growth up to $119,492.00/ year) </td> <td>Monday,<br />June 30, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004357-0001" title="PSCS Mental Health Professional Counselor I-25-004357-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004357&R3=0002" class="JobTitle" title="PSCS Mental Health Professional Counselor I-25-004357-0002">PSCS Mental Health Professional Counselor I (STATEWIDE) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004357&R3=0002" class="JobNum" title="PSCS Mental Health Professional Counselor I-25-004357-0002">25-004357-0002 </a> </th> <td class="Locs">Anne Arundel<br>Somerset<br> </td> <td class="Dept">DPSCS-Eastern Correctional Institution </td> <td class="Salary">$73,957.00 - $119,492.00/ year </td> <td>Monday,<br />June 30, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004357-0002" title="PSCS Mental Health Professional Counselor I-25-004357-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004714&R3=0001" class="JobTitle" title="PSCS Social Worker I & II, Criminal Justice-24-004714-0001">PSCS Social Worker I & II, Criminal Justice (STATEWIDE) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004714&R3=0001" class="JobNum" title="PSCS Social Worker I & II, Criminal Justice-24-004714-0001">24-004714-0001 </a> </th> <td class="Locs">Allegany<br>Anne Arundel<br>Baltimore City<br>Howard<br>Somerset<br>Washington County<br> </td> <td class="Dept">Department of Public Safety and Correctional Svcs </td> <td class="Salary">$75,559 - $80,637/ year </td> <td>Saturday,<br />May 31, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-004714-0001" title="PSCS Social Worker I & II, Criminal Justice-24-004714-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004713&R3=0002" class="JobTitle" title="PSCS Social Worker I, Criminal Justice-25-004713-0002">PSCS Social Worker I, Criminal Justice </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004713&R3=0002" class="JobNum" title="PSCS Social Worker I, Criminal Justice-25-004713-0002">25-004713-0002 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">Department of Public Safety and Correctional Svcs </td> <td class="Salary">$64,984.00 - $75,559.00/ year (With potential growth up to $104,954.00/ year) </td> <td>Monday,<br />June 30, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004713-0002" title="PSCS Social Worker I, Criminal Justice-25-004713-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004713&R3=0003" class="JobTitle" title="PSCS Social Worker I, Criminal Justice-25-004713-0003">PSCS Social Worker I, Criminal Justice (STATEWIDE) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004713&R3=0003" class="JobNum" title="PSCS Social Worker I, Criminal Justice-25-004713-0003">25-004713-0003 </a> </th> <td class="Locs">Anne Arundel<br>Baltimore City<br>Baltimore County<br>Calvert<br>Caroline<br>Carroll<br>Cecil<br>Charles<br>Frederick<br>Garrett<br>Harford<br>Howard<br>Kent<br>Montgomery<br>Prince George's<br>Queen Anne's<br>Somerset<br>St. Mary's<br>Talbot<br>Washington County<br>Wicomico<br>Worcester<br> </td> <td class="Dept">DPSCS-DPP Support Headquarters </td> <td class="Salary">$64,984.00 - $75,559.00/ year (with potential growth up to $104,954.00/ year) </td> <td>Wednesday,<br />December 31, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004713-0003" title="PSCS Social Worker I, Criminal Justice-25-004713-0003">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009281&R3=0006" class="JobTitle" title="PSYCHIATRIST CLINICAL PART TIME, MDH (Repost)-24-009281-0006">PSYCHIATRIST CLINICAL PART TIME, MDH (Repost) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009281&R3=0006" class="JobNum" title="PSYCHIATRIST CLINICAL PART TIME, MDH (Repost)-24-009281-0006">24-009281-0006 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH RICA Baltimore </td> <td class="Salary">$260,894.00 - $475,690.00/ year </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-009281-0006" title="PSYCHIATRIST CLINICAL PART TIME, MDH (Repost)-24-009281-0006">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004702&R3=0002" class="JobTitle" title="PSYCHOLOGIST I CI (COURT INVOLVED)-24-004702-0002">PSYCHOLOGIST I CI (COURT INVOLVED) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004702&R3=0002" class="JobNum" title="PSYCHOLOGIST I CI (COURT INVOLVED)-24-004702-0002">24-004702-0002 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH RICA Baltimore </td> <td class="Salary">$95,991.00 - $140,320/ yearly with potential growth to $154,928.00 </td> <td>Monday,<br />April 21, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-004702-0002" title="PSYCHOLOGIST I CI (COURT INVOLVED)-24-004702-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004703&R3=0003" class="JobTitle" title="PSYCHOLOGIST II CI (COURT INVOLVED)-24-004703-0003">PSYCHOLOGIST II CI (COURT INVOLVED) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004703&R3=0003" class="JobNum" title="PSYCHOLOGIST II CI (COURT INVOLVED)-24-004703-0003">24-004703-0003 </a> </th> <td class="Locs">Washington County<br> </td> <td class="Dept">MDH Potomac Center </td> <td class="Salary">$102,426.00 - $149,781 with potential to grow to $165,372.00/ year </td> <td>Monday,<br />April 7, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-004703-0003" title="PSYCHOLOGIST II CI (COURT INVOLVED)-24-004703-0003">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000624&R3=0001" class="JobTitle" title="PSYCHOLOGIST, CORRECTIONAL-25-000624-0001">PSYCHOLOGIST, CORRECTIONAL (STATEWIDE) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000624&R3=0001" class="JobNum" title="PSYCHOLOGIST, CORRECTIONAL-25-000624-0001">25-000624-0001 </a> </th> <td class="Locs">Anne Arundel<br>Somerset<br> </td> <td class="Dept">Department of Public Safety and Correctional Svcs </td> <td class="Salary">$89,913.00 - $145,151.00/ year </td> <td>Monday,<br />June 30, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-000624-0001" title="PSYCHOLOGIST, CORRECTIONAL-25-000624-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000624&R3=0002" class="JobTitle" title="PSYCHOLOGIST, CORRECTIONAL-25-000624-0002">PSYCHOLOGIST, CORRECTIONAL </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000624&R3=0002" class="JobNum" title="PSYCHOLOGIST, CORRECTIONAL-25-000624-0002">25-000624-0002 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">DPSCS-Patuxent Institution </td> <td class="Salary">$89,913.00 - $104,627.00/ year (with potential growth up to $145,151.00/ year) </td> <td>Monday,<br />June 30, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-000624-0002" title="PSYCHOLOGIST, CORRECTIONAL-25-000624-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000619&R3=0001" class="JobTitle" title="PSYCHOLOGY ASSOCIATE DOCTORATE, CORRECTIONAL-25-000619-0001">PSYCHOLOGY ASSOCIATE DOCTORATE, CORRECTIONAL </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000619&R3=0001" class="JobNum" title="PSYCHOLOGY ASSOCIATE DOCTORATE, CORRECTIONAL-25-000619-0001">25-000619-0001 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">DPSCS-Patuxent Institution </td> <td class="Salary">$78,919.00 - $91,871.00/ year (with potential growth up to $127,473.00/ year) </td> <td>Monday,<br />June 30, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-000619-0001" title="PSYCHOLOGY ASSOCIATE DOCTORATE, CORRECTIONAL-25-000619-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002148&R3=0001" class="JobTitle" title="PSYCHOLOGY SERVICES CHIEF-25-002148-0001">PSYCHOLOGY SERVICES CHIEF (STATEWIDE) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002148&R3=0001" class="JobNum" title="PSYCHOLOGY SERVICES CHIEF-25-002148-0001">25-002148-0001 </a> </th> <td class="Locs">Anne Arundel<br>Baltimore City<br>Somerset<br> </td> <td class="Dept">DPSCS-Programs and Services </td> <td class="Salary">$102,426.00 - $165,372.00/ year </td> <td>Monday,<br />June 30, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002148-0001" title="PSYCHOLOGY SERVICES CHIEF-25-002148-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003452&R3=0001" class="JobTitle" title="PUBLIC DEFENDER INVESTIGATOR III-Mental Health-25-003452-0001">PUBLIC DEFENDER INVESTIGATOR III-Mental Health </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003452&R3=0001" class="JobNum" title="PUBLIC DEFENDER INVESTIGATOR III-Mental Health-25-003452-0001">25-003452-0001 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">OPD Involuntary Institutionalization Services </td> <td class="Salary">$47,536.00 - $75,820.00/ year </td> <td>Friday,<br />April 11, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-003452-0001" title="PUBLIC DEFENDER INVESTIGATOR III-Mental Health-25-003452-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001190&R3=0001" class="JobTitle" title="RADIO TECHNICIAN III-25-001190-0001">RADIO TECHNICIAN III </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001190&R3=0001" class="JobNum" title="RADIO TECHNICIAN III-25-001190-0001">25-001190-0001 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">MSP - Support Services Bureau </td> <td class="Salary">$50,565.00 - $80,884.00/ year </td> <td>Monday,<br />April 7, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001190-0001" title="RADIO TECHNICIAN III-25-001190-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005354&R3=0001" class="JobTitle" title="Recruitment Director-25-005354-0001">Recruitment Director (ASSISTANT PUBLIC DEFENDER HEADQUARTERS SUPERVISOR) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005354&R3=0001" class="JobNum" title="Recruitment Director-25-005354-0001">25-005354-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">OPD General Administration </td> <td class="Salary">APD HQ Supervisor: starting at $133, 467.00 (Grade 24: Step 15) </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=25-005354-0001" title="Recruitment Director-25-005354-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=000341&R3=0003" class="JobTitle" title="Registered Dietitian II, CI-24-000341-0003">Registered Dietitian II, CI </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=000341&R3=0003" class="JobNum" title="Registered Dietitian II, CI-24-000341-0003">24-000341-0003 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">MDH Clifton T. Perkins Hospital Center </td> <td class="Salary">$60,987.00 - $98,313.00/ year </td> <td>Friday,<br />April 18, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-000341-0003" title="Registered Dietitian II, CI-24-000341-0003">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005388&R3=0001" class="JobTitle" title="Registered Nurse-24-005388-0001">Registered Nurse </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005388&R3=0001" class="JobNum" title="Registered Nurse-24-005388-0001">24-005388-0001 </a> </th> <td class="Locs">Washington County<br> </td> <td class="Dept">MDH Western Maryland Center </td> <td class="Salary">$73,957.00 - $119,492.00/ year </td> <td>Friday,<br />April 11, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-005388-0001" title="Registered Nurse-24-005388-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=000349&R3=0009" class="JobTitle" title="REGISTERED NURSE CHARGE CI-24-000349-0009">REGISTERED NURSE CHARGE CI </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=000349&R3=0009" class="JobNum" title="REGISTERED NURSE CHARGE CI-24-000349-0009">24-000349-0009 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">MDH Clifton T. Perkins Hospital Center </td> <td class="Salary">$84,229.00 - $136,003.00/ year </td> <td>Friday,<br />April 18, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-000349-0009" title="REGISTERED NURSE CHARGE CI-24-000349-0009">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005391&R3=0001" class="JobTitle" title="Registered Nurse Charge Med (Kidney Dialysis Unit)-24-005391-0001">Registered Nurse Charge Med (Kidney Dialysis Unit) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005391&R3=0001" class="JobNum" title="Registered Nurse Charge Med (Kidney Dialysis Unit)-24-005391-0001">24-005391-0001 </a> </th> <td class="Locs">Wicomico<br> </td> <td class="Dept">MDH Deer's Head Center </td> <td class="Salary">$78,919.00 - $102,996.00/ year (with potential growth to 127,473.00) </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-005391-0001" title="Registered Nurse Charge Med (Kidney Dialysis Unit)-24-005391-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=000350&R3=0001" class="JobTitle" title="REGISTERED NURSE SUPERVISOR, CI-24-000350-0001">REGISTERED NURSE SUPERVISOR, CI (Resource Nurse) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=000350&R3=0001" class="JobNum" title="REGISTERED NURSE SUPERVISOR, CI-24-000350-0001">24-000350-0001 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">MDH Clifton T. Perkins Hospital Center </td> <td class="Salary">$89,913.00 - $145,151.00/ year </td> <td>Friday,<br />April 18, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-000350-0001" title="REGISTERED NURSE SUPERVISOR, CI-24-000350-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004591&R3=0001" class="JobTitle" title="REGULATORY AND COMPLIANCE ENGINEER/ ARCHITECT II-25-004591-0001">REGULATORY AND COMPLIANCE ENGINEER/ ARCHITECT II (**Extended**) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004591&R3=0001" class="JobNum" title="REGULATORY AND COMPLIANCE ENGINEER/ ARCHITECT II-25-004591-0001">25-004591-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDE - Water and Science Administration (WSA) </td> <td class="Salary">$64,984.00 - $84,702/ year with the potential growth to $104,954 </td> <td>Thursday,<br />April 10, 2025 5:00 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004591-0001" title="REGULATORY AND COMPLIANCE ENGINEER/ ARCHITECT II-25-004591-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004591&R3=0002" class="JobTitle" title="REGULATORY AND COMPLIANCE ENGINEER/ ARCHITECT II-25-004591-0002">REGULATORY AND COMPLIANCE ENGINEER/ ARCHITECT II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004591&R3=0002" class="JobNum IconNew" title="REGULATORY AND COMPLIANCE ENGINEER/ ARCHITECT II-25-004591-0002">25-004591-0002 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDE - Air and Radiation Administration (ARA) </td> <td class="Salary">$64,984.00 - $84,702/ year with the potential growth to $104,954 </td> <td>Tuesday,<br />April 15, 2025 5:00 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004591-0002" title="REGULATORY AND COMPLIANCE ENGINEER/ ARCHITECT II-25-004591-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005298&R3=0002" class="JobTitle" title="School and Community Nutrition Programs Training Specialist-25-005298-0002">School and Community Nutrition Programs Training Specialist (Staff Specialist III - Education) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005298&R3=0002" class="JobNum" title="School and Community Nutrition Programs Training Specialist-25-005298-0002">25-005298-0002 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MSDE - Organizational Effectiveness </td> <td class="Salary">$69,323.00 - $112,044.00/ year </td> <td>Friday,<br />April 11, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005298-0002" title="School and Community Nutrition Programs Training Specialist-25-005298-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004143&R3=0004" class="JobTitle" title="SECURITY ATTENDANT I-25-004143-0004">SECURITY ATTENDANT I </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004143&R3=0004" class="JobNum" title="SECURITY ATTENDANT I-25-004143-0004">25-004143-0004 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">MDH Spring Grove Hospital Center </td> <td class="Salary">$49,437.00 - $63,772.00/ year, with potential growth to $78,852.00/ year </td> <td>Tuesday,<br />April 8, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004143-0004" title="SECURITY ATTENDANT I-25-004143-0004">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004146&R3=0001" class="JobTitle" title="SECURITY ATTENDANT LICENSED PRACTICAL NURSE-24-004146-0001">SECURITY ATTENDANT LICENSED PRACTICAL NURSE </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004146&R3=0001" class="JobNum" title="SECURITY ATTENDANT LICENSED PRACTICAL NURSE-24-004146-0001">24-004146-0001 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">MDH Clifton T. Perkins Hospital Center </td> <td class="Salary">$60,987.00 - $79,364.00, with potential growth to $98,313.00/ year </td> <td>Friday,<br />April 18, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-004146-0001" title="SECURITY ATTENDANT LICENSED PRACTICAL NURSE-24-004146-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004154&R3=0002" class="JobTitle" title="SECURITY ATTENDANT NURSING I, PERKINS-24-004154-0002">SECURITY ATTENDANT NURSING I, PERKINS </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004154&R3=0002" class="JobNum" title="SECURITY ATTENDANT NURSING I, PERKINS-24-004154-0002">24-004154-0002 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">MDH Clifton T. Perkins Hospital Center </td> <td class="Salary">$47,536.00 - $61,321.00, with potential growth to $75,820.00/ year </td> <td>Friday,<br />April 18, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-004154-0002" title="SECURITY ATTENDANT NURSING I, PERKINS-24-004154-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009642&R3=0004" class="JobTitle" title="SENIOR LIFE AND HEALTH INSURANCE ANALYST *Repost*-24-009642-0004">SENIOR LIFE AND HEALTH INSURANCE ANALYST *Repost* (MIA ADMINISTRATOR II) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009642&R3=0004" class="JobNum" title="SENIOR LIFE AND HEALTH INSURANCE ANALYST *Repost*-24-009642-0004">24-009642-0004 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">Maryland Insurance Administration </td> <td class="Salary">$69,323.00 - $112,044.00/ year (Salary Guidelines Apply) </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-009642-0004" title="SENIOR LIFE AND HEALTH INSURANCE ANALYST *Repost*-24-009642-0004">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004473&R3=0001" class="JobTitle" title="Service Delivery Manager-25-004473-0001">Service Delivery Manager (DoIT Technology Platform Mgr. II) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004473&R3=0001" class="JobNum IconNew" title="Service Delivery Manager-25-004473-0001">25-004473-0001 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">DoIT Networks Division </td> <td class="Salary">$134,967. to $145,991. </td> <td>Tuesday,<br />April 15, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004473-0001" title="Service Delivery Manager-25-004473-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004180&R3=0004" class="JobTitle" title="Social Work Supv Health Svcs CI-24-004180-0004">Social Work Supv Health Svcs CI </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004180&R3=0004" class="JobNum" title="Social Work Supv Health Svcs CI-24-004180-0004">24-004180-0004 </a> </th> <td class="Locs">Washington County<br> </td> <td class="Dept">MDH Potomac Center </td> <td class="Salary">$73,957.00 -$98,533.00/ year with potential growth to $119,492.00/ year </td> <td>Thursday,<br />April 10, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-004180-0004" title="Social Work Supv Health Svcs CI-24-004180-0004">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=21&R2=004181&R3=0007" class="JobTitle" title="SOCIAL WORKER I HEALTH SERVICES CI (COURT-INVOLVED)-21-004181-0007">SOCIAL WORKER I HEALTH SERVICES CI (COURT-INVOLVED) (MULTIPLE FULL AND PART TIME POSITIONS AVAILABLE) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=21&R2=004181&R3=0007" class="JobNum" title="SOCIAL WORKER I HEALTH SERVICES CI (COURT-INVOLVED)-21-004181-0007">21-004181-0007 </a> </th> <td class="Locs">Allegany<br>Baltimore City<br>Baltimore County<br>Carroll<br>Dorchester<br>Howard<br>Montgomery<br>Washington County<br> </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$64,984.00 - $104,954.00/ year </td> <td>Wednesday,<br />December 31, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=21-004181-0007" title="SOCIAL WORKER I HEALTH SERVICES CI (COURT-INVOLVED)-21-004181-0007">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=21&R2=004182&R3=0009" class="JobTitle" title="SOCIAL WORKER II HEALTH SERVICES CI (COURT-INVOLVED)-21-004182-0009">SOCIAL WORKER II HEALTH SERVICES CI (COURT-INVOLVED) (MULTIPLE FULL AND PART TIME POSITIONS AVAILABLE) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=21&R2=004182&R3=0009" class="JobNum" title="SOCIAL WORKER II HEALTH SERVICES CI (COURT-INVOLVED)-21-004182-0009">21-004182-0009 </a> </th> <td class="Locs">Allegany<br>Baltimore City<br>Baltimore County<br>Carroll<br>Dorchester<br>Howard<br>Montgomery<br>Washington County<br> </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$69,323.00 - $112,044.00/ year </td> <td>Wednesday,<br />December 31, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=21-004182-0009" title="SOCIAL WORKER II HEALTH SERVICES CI (COURT-INVOLVED)-21-004182-0009">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002161&R3=0001" class="JobTitle" title="State Park Ranger Lead-25-002161-0001">State Park Ranger Lead (Ranger Trainer) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002161&R3=0001" class="JobNum IconNew" title="State Park Ranger Lead-25-002161-0001">25-002161-0001 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">DNR - Maryland Park Service - State Wide Operation </td> <td class="Salary">$60,987.00 - $98,313.00/ year </td> <td>Monday,<br />April 14, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002161-0001" title="State Park Ranger Lead-25-002161-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009540&R3=0001" class="JobTitle" title="SUPERINTENDENT EDUCATION DJS (JSEP)-25-009540-0001">SUPERINTENDENT EDUCATION DJS (JSEP) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009540&R3=0001" class="JobNum IconNew" title="SUPERINTENDENT EDUCATION DJS (JSEP)-25-009540-0001">25-009540-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DJS Educational Operations </td> <td class="Salary">$157,387.00 - $196,611.00/ year </td> <td>Monday,<br />May 5, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-009540-0001" title="SUPERINTENDENT EDUCATION DJS (JSEP)-25-009540-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005357&R3=0006" class="JobTitle" title="SUPERVISING ATTORNEY, JUVENILE: Anne Arundel Co. District VII-25-005357-0006">SUPERVISING ATTORNEY, JUVENILE: Anne Arundel Co. District VII (ASSISTANT PUBLIC DEFENDER SUPERVISOR) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005357&R3=0006" class="JobNum" title="SUPERVISING ATTORNEY, JUVENILE: Anne Arundel Co. District VII-25-005357-0006">25-005357-0006 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">OPD District Operations </td> <td class="Salary">Assistant Public Defender Supervisor: starting at $120,399.00 (Grade 23, Step 13). </td> <td>Thursday,<br />April 17, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005357-0006" title="SUPERVISING ATTORNEY, JUVENILE: Anne Arundel Co. District VII-25-005357-0006">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002554&R3=0002" class="JobTitle" title="TAX PRACTITIONER CALL CENTER SUPERVISOR (REVENUE ADMINISTRATOR I)-25-002554-0002">TAX PRACTITIONER CALL CENTER SUPERVISOR (REVENUE ADMINISTRATOR I) (Taxpayer Services Division) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002554&R3=0002" class="JobNum" title="TAX PRACTITIONER CALL CENTER SUPERVISOR (REVENUE ADMINISTRATOR I)-25-002554-0002">25-002554-0002 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">COMP Revenue Administration B </td> <td class="Salary">$57,275.00 to $74,374.00/ year with the potential to grow up to $92,108.00/ year over time </td> <td>Saturday,<br />April 5, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002554-0002" title="TAX PRACTITIONER CALL CENTER SUPERVISOR (REVENUE ADMINISTRATOR I)-25-002554-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005897&R3=0002" class="JobTitle" title="Teacher- Central Region-25-005897-0002">Teacher- Central Region </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005897&R3=0002" class="JobNum" title="Teacher- Central Region-25-005897-0002">25-005897-0002 </a> </th> <td class="Locs"><span class='sr-only'>n/a</span> </td> <td class="Dept">DJS Educational Operations </td> <td class="Salary">$66,803.00- $158,595.00 </td> <td>Wednesday,<br />December 31, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005897-0002" title="Teacher- Central Region-25-005897-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005897&R3=0001" class="JobTitle" title="Teacher- Eastern Region-25-005897-0001">Teacher- Eastern Region </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005897&R3=0001" class="JobNum" title="Teacher- Eastern Region-25-005897-0001">25-005897-0001 </a> </th> <td class="Locs">Baltimore City<br>Baltimore County<br> </td> <td class="Dept">DJS Educational Operations </td> <td class="Salary">$66,803.00- $158,595.00 </td> <td>Wednesday,<br />December 31, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005897-0001" title="Teacher- Eastern Region-25-005897-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002586&R3=0029" class="JobTitle" title="Telecommunications Manager-25-002586-0029">Telecommunications Manager (Administrator I) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002586&R3=0029" class="JobNum" title="Telecommunications Manager-25-002586-0029">25-002586-0029 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">LABOR - Office of General Services </td> <td class="Salary">$60,987.00 with potential growth up to $98,313.00/ year </td> <td>Wednesday,<br />April 9, 2025 5:00 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002586-0029" title="Telecommunications Manager-25-002586-0029">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000311&R3=0002" class="JobTitle" title="THERAPIST-25-000311-0002">THERAPIST (MENTAL HEALTH GRADUATE PROFESSIONAL COUNSELOR) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000311&R3=0002" class="JobNum" title="THERAPIST-25-000311-0002">25-000311-0002 </a> </th> <td class="Locs">Worcester<br> </td> <td class="Dept">MDH Local Health - Worcester County </td> <td class="Salary">$60,987.00 - $79,634.00/ year, with potential growth to $98,313.00/ year </td> <td>Tuesday,<br />April 8, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-000311-0002" title="THERAPIST-25-000311-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002711&R3=0013" class="JobTitle" title="Trainer (ADMINISTRATIVE OFFICER I)-25-002711-0013">Trainer (ADMINISTRATIVE OFFICER I) (Taxpayer Services Division) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002711&R3=0013" class="JobNum" title="Trainer (ADMINISTRATIVE OFFICER I)-25-002711-0013">25-002711-0013 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">COMP Revenue Administration C </td> <td class="Salary">$50,565.00 - $80,884.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002711-0013" title="Trainer (ADMINISTRATIVE OFFICER I)-25-002711-0013">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001078&R3=0001" class="JobTitle" title="UI CONTRIBUTIONS TAX AUDITOR I-25-001078-0001">UI CONTRIBUTIONS TAX AUDITOR I </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001078&R3=0001" class="JobNum" title="UI CONTRIBUTIONS TAX AUDITOR I-25-001078-0001">25-001078-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">LABOR - Unemployment Insurance </td> <td class="Salary">$60,987.00 - $68,189.00 with potential growth to $98,313.00/ year </td> <td>Tuesday,<br />April 8, 2025 5:00 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001078-0001" title="UI CONTRIBUTIONS TAX AUDITOR I-25-001078-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002150&R3=0003" class="JobTitle" title="VETERANS CEMETERY CARETAKER-25-002150-0003">VETERANS CEMETERY CARETAKER </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002150&R3=0003" class="JobNum IconNew" title="VETERANS CEMETERY CARETAKER-25-002150-0003">25-002150-0003 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">DVMF Cemetery Program </td> <td class="Salary">$37,271.00 - $58,911.00/ year </td> <td>Monday,<br />April 14, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002150-0003" title="VETERANS CEMETERY CARETAKER-25-002150-0003">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=002262&R3=0001" class="JobTitle" title="VOLUNTEER ACTIVITIES COORDINATOR II-24-002262-0001">VOLUNTEER ACTIVITIES COORDINATOR II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=002262&R3=0001" class="JobNum" title="VOLUNTEER ACTIVITIES COORDINATOR II-24-002262-0001">24-002262-0001 </a> </th> <td class="Locs">Somerset<br> </td> <td class="Dept">DPSCS-Eastern Correctional Institution </td> <td class="Salary">$42,056.00 - $66,759.00/ year </td> <td>Tuesday,<br />April 8, 2025 12:00 AM </td> <td><a href="/MD/status.asp?b=&RN=24-002262-0001" title="VOLUNTEER ACTIVITIES COORDINATOR II-24-002262-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001905&R3=0006" class="JobTitle" title="Work Participation Specialist-25-001905-0006">Work Participation Specialist (HUMAN SERVICE SPECIALIST IV) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001905&R3=0006" class="JobNum" title="Work Participation Specialist-25-001905-0006">25-001905-0006 </a> </th> <td class="Locs">Harford<br> </td> <td class="Dept">DHS - Harford County DSS </td> <td class="Salary">$57,275.00 - $74,374.00/ year with potential growth to $92,108.00/ year </td> <td>Friday,<br />April 11, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001905-0006" title="Work Participation Specialist-25-001905-0006">Status</a></td> </tr> </tbody></table> </div> </section> <section class="ListingPanel1"> <div class="containerX"> <div class="PanelCard"> <h2 class="RowHeader" id="EmpDiv20"> Ongoing Recruitments </h2> <table class="ui-responsive JobListing ListingPanel" data-role="table" id="BeginJobListing1" tabindex="0"> <caption>Ongoing Recruitments that match the search filter.</caption> <thead><tr class="ColumnHeader"><th class="nowrap w25" scope="col"> <a href="default.asp?orderby=Title&Loc=&Keyword=&KeywordFullText=&OccList=&DeptNumber=&JobType=&CollegeDegreeRequired=&TeleworkAvailable=&SortOrd=" title="Click to sort the results">Job Title</a> </th><th scope="col" class="w10">Work Locations</th><th scope="col" class="w15">Agency</th><th scope="col" class="w20">Salary</th><th scope="col" class="w20"><a href="default.asp?orderby=Deadline&Loc=&Keyword=&KeywordFullText=&OccList=&DeptNumber=&JobType=&CollegeDegreeRequired=&TeleworkAvailable=&SortOrd=" title="Click to sort the results">Filing Deadline</a></th><th scope="col" class="w7">Check Status</th></tr></thead> <tbody> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005278&R3=0001" class="JobTitle" title="ASSISTANT WARDEN -25-005278-0001">ASSISTANT WARDEN (STATEWIDE) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005278&R3=0001" class="JobNum" title="ASSISTANT WARDEN -25-005278-0001">25-005278-0001 </a> </th> <td class="Locs">Allegany<br>Anne Arundel<br>Baltimore City<br>Howard<br>Somerset<br>Washington County<br> </td> <td class="Dept">Department of Public Safety and Correctional Svcs </td> <td class="Salary">$89,913.00 - $145,151.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=25-005278-0001" title="ASSISTANT WARDEN -25-005278-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004539&R3=0004" class="JobTitle" title="Auditor (FINANCIAL COMPLIANCE AUDITOR I)-24-004539-0004">Auditor (FINANCIAL COMPLIANCE AUDITOR I) (Compliance Division) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004539&R3=0004" class="JobNum" title="Auditor (FINANCIAL COMPLIANCE AUDITOR I)-24-004539-0004">24-004539-0004 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">COMP Compliance Division </td> <td class="Salary">$60,987.00 - $72,174.00/ year with the potential to grow up to $98,313.00/ year over time </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-004539-0004" title="Auditor (FINANCIAL COMPLIANCE AUDITOR I)-24-004539-0004">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=12&R2=004511&R3=001" class="JobTitle" title="CASEWORK SPECIALIST, FAMILY SERVICES-12-004511-001">CASEWORK SPECIALIST, FAMILY SERVICES </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=12&R2=004511&R3=001" class="JobNum" title="CASEWORK SPECIALIST, FAMILY SERVICES-12-004511-001">12-004511-001 </a> </th> <td class="Locs">Statewide </td> <td class="Dept">Department of Human Services </td> <td class="Salary">$61,132/ year with potential growth up to $86,322.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=12-004511-001" title="CASEWORK SPECIALIST, FAMILY SERVICES-12-004511-001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=12&R2=004216&R3=001" class="JobTitle" title="COMMUNITY HEALTH NURSE II-12-004216-001">COMMUNITY HEALTH NURSE II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=12&R2=004216&R3=001" class="JobNum" title="COMMUNITY HEALTH NURSE II-12-004216-001">12-004216-001 </a> </th> <td class="Locs">Statewide </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$69,159.00 - $116,011.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=12-004216-001" title="COMMUNITY HEALTH NURSE II-12-004216-001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004020&R3=0001" class="JobTitle" title="CORRECTIONAL DIETARY OFFICER TRAINEE Cooking-24-004020-0001">CORRECTIONAL DIETARY OFFICER TRAINEE Cooking </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004020&R3=0001" class="JobNum" title="CORRECTIONAL DIETARY OFFICER TRAINEE Cooking-24-004020-0001">24-004020-0001 </a> </th> <td class="Locs">Somerset<br>Washington County<br> </td> <td class="Dept">Department of Public Safety and Correctional Svcs </td> <td class="Salary">$53,110 </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-004020-0001" title="CORRECTIONAL DIETARY OFFICER TRAINEE Cooking-24-004020-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004080&R3=0001" class="JobTitle" title="CORRECTIONAL OFFICER I-24-004080-0001">CORRECTIONAL OFFICER I (STATEWIDE) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=004080&R3=0001" class="JobNum" title="CORRECTIONAL OFFICER I-24-004080-0001">24-004080-0001 </a> </th> <td class="Locs">Allegany<br>Anne Arundel<br>Baltimore City<br>Baltimore County<br>Carroll<br>Frederick<br>Harford<br>Howard<br>Prince George's<br>Queen Anne's<br>Somerset<br>St. Mary's<br>Washington County<br>Wicomico<br>Worcester<br> </td> <td class="Dept">Department of Public Safety and Correctional Svcs </td> <td class="Salary">$53,110 </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-004080-0001" title="CORRECTIONAL OFFICER I-24-004080-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=20&R2=004002&R3=0001" class="JobTitle" title="DIRECT CARE ASSISTANT I-20-004002-0001">DIRECT CARE ASSISTANT I </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=20&R2=004002&R3=0001" class="JobNum" title="DIRECT CARE ASSISTANT I-20-004002-0001">20-004002-0001 </a> </th> <td class="Locs">Statewide </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$42,056.00 - $66,759.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=20-004002-0001" title="DIRECT CARE ASSISTANT I-20-004002-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=20&R2=004003&R3=0001" class="JobTitle" title="DIRECT CARE ASSISTANT II-20-004003-0001">DIRECT CARE ASSISTANT II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=20&R2=004003&R3=0001" class="JobNum" title="DIRECT CARE ASSISTANT II-20-004003-0001">20-004003-0001 </a> </th> <td class="Locs">Statewide </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$44,704.00 - $71,108.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=20-004003-0001" title="DIRECT CARE ASSISTANT II-20-004003-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=20&R2=004001&R3=0001" class="JobTitle" title="DIRECT CARE TRAINEE-20-004001-0001">DIRECT CARE TRAINEE </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=20&R2=004001&R3=0001" class="JobNum" title="DIRECT CARE TRAINEE-20-004001-0001">20-004001-0001 </a> </th> <td class="Locs">Statewide </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$39,584.00 - $62,705.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=20-004001-0001" title="DIRECT CARE TRAINEE-20-004001-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001136&R3=0001" class="JobTitle" title="DRINKING DRIVER MONITOR I-25-001136-0001">DRINKING DRIVER MONITOR I </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001136&R3=0001" class="JobNum" title="DRINKING DRIVER MONITOR I-25-001136-0001">25-001136-0001 </a> </th> <td class="Locs"><span class='sr-only'>n/a</span> </td> <td class="Dept">Department of Public Safety and Correctional Svcs </td> <td class="Salary">$44,704.00 - $71,108.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=25-001136-0001" title="DRINKING DRIVER MONITOR I-25-001136-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=18&R2=002428&R3=0004" class="JobTitle" title="ENVIRONMENTAL HEALTH SPECIALIST TRAINEE-18-002428-0004">ENVIRONMENTAL HEALTH SPECIALIST TRAINEE </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=18&R2=002428&R3=0004" class="JobNum" title="ENVIRONMENTAL HEALTH SPECIALIST TRAINEE-18-002428-0004">18-002428-0004 </a> </th> <td class="Locs">Statewide </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$57,275.00 - $92,108.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=18-002428-0004" title="ENVIRONMENTAL HEALTH SPECIALIST TRAINEE-18-002428-0004">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005799&R3=0014" class="JobTitle" title="Experienced Attorney-24-005799-0014">Experienced Attorney (Baltimore Region) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005799&R3=0014" class="JobNum" title="Experienced Attorney-24-005799-0014">24-005799-0014 </a> </th> <td class="Locs">Baltimore City<br>Baltimore County<br>Carroll<br>Harford<br>Howard<br> </td> <td class="Dept">Office of the Public Defender </td> <td class="Salary">$93,424.00 - $135,450.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-005799-0014" title="Experienced Attorney-24-005799-0014">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005799&R3=0016" class="JobTitle" title="Experienced Attorney-24-005799-0016">Experienced Attorney (Southern Maryland Region) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005799&R3=0016" class="JobNum" title="Experienced Attorney-24-005799-0016">24-005799-0016 </a> </th> <td class="Locs">Anne Arundel<br>Calvert<br>Charles<br>St. Mary's<br> </td> <td class="Dept">Office of the Public Defender </td> <td class="Salary">$96,227.00 - $140,923.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-005799-0016" title="Experienced Attorney-24-005799-0016">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009009&R3=0004" class="JobTitle" title="FACULTY MSD - Teacher-25-009009-0004">FACULTY MSD - Teacher </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009009&R3=0004" class="JobNum" title="FACULTY MSD - Teacher-25-009009-0004">25-009009-0004 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">MD School for Deaf - Columbia - Educational Svc. </td> <td class="Salary">$60,544.00 - $124,017.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=25-009009-0004" title="FACULTY MSD - Teacher-25-009009-0004">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009009&R3=0005" class="JobTitle" title="FACULTY MSD - Teacher-25-009009-0005">FACULTY MSD - Teacher </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009009&R3=0005" class="JobNum" title="FACULTY MSD - Teacher-25-009009-0005">25-009009-0005 </a> </th> <td class="Locs">Frederick<br> </td> <td class="Dept">MD School for Deaf - Frederick - Educational Svc. </td> <td class="Salary">$60,544.00 - $124,017.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=25-009009-0005" title="FACULTY MSD - Teacher-25-009009-0005">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=12&R2=004558&R3=001" class="JobTitle" title="FAMILY SERVICES CASEWORKER SUPERVISOR-12-004558-001">FAMILY SERVICES CASEWORKER SUPERVISOR </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=12&R2=004558&R3=001" class="JobNum" title="FAMILY SERVICES CASEWORKER SUPERVISOR-12-004558-001">12-004558-001 </a> </th> <td class="Locs">Statewide </td> <td class="Dept">Department of Human Services </td> <td class="Salary">$69,490.00/ year with potential growth up to $98,313.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=12-004558-001" title="FAMILY SERVICES CASEWORKER SUPERVISOR-12-004558-001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=003492&R3=0001" class="JobTitle" title="HEARINGS INTERPRETER-24-003492-0001">HEARINGS INTERPRETER (Staff Interpreter - ASL/ English) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=003492&R3=0001" class="JobNum" title="HEARINGS INTERPRETER-24-003492-0001">24-003492-0001 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">MD School for Deaf - Columbia - Admin </td> <td class="Salary">$50,565.00 - $80,884.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-003492-0001" title="HEARINGS INTERPRETER-24-003492-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009640&R3=0002" class="JobTitle" title="INSURANCE EXAMINER II-III *Repost*-24-009640-0002">INSURANCE EXAMINER II-III *Repost* (MIA ANALYST II - MIA ADMINISTRATOR I) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009640&R3=0002" class="JobNum" title="INSURANCE EXAMINER II-III *Repost*-24-009640-0002">24-009640-0002 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">Maryland Insurance Administration </td> <td class="Salary">Salary Commensurate with Experience </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-009640-0002" title="INSURANCE EXAMINER II-III *Repost*-24-009640-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=12&R2=004246&R3=001" class="JobTitle" title="LICENSED PRACTICAL NURSE I-12-004246-001">LICENSED PRACTICAL NURSE I </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=12&R2=004246&R3=001" class="JobNum" title="LICENSED PRACTICAL NURSE I-12-004246-001">12-004246-001 </a> </th> <td class="Locs">Statewide </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$47,364.00 - $78,528.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=12-004246-001" title="LICENSED PRACTICAL NURSE I-12-004246-001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=12&R2=004247&R3=001" class="JobTitle" title="LICENSED PRACTICAL NURSE II-12-004247-001">LICENSED PRACTICAL NURSE II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=12&R2=004247&R3=001" class="JobNum" title="LICENSED PRACTICAL NURSE II-12-004247-001">12-004247-001 </a> </th> <td class="Locs">Statewide </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$50,392.00 - $83,807.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=12-004247-001" title="LICENSED PRACTICAL NURSE II-12-004247-001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=22&R2=005218&R3=0001" class="JobTitle" title="MSP CADET-22-005218-0001">MSP CADET </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=22&R2=005218&R3=0001" class="JobNum" title="MSP CADET-22-005218-0001">22-005218-0001 </a> </th> <td class="Locs">Statewide </td> <td class="Dept">MSP - Field Operations Bureau </td> <td class="Salary">$36,093 - $55,376/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=22-005218-0001" title="MSP CADET-22-005218-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=003784&R3=0001" class="JobTitle" title="MSP Emergency Dispatcher Trn-24-003784-0001">MSP Emergency Dispatcher Trn </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=003784&R3=0001" class="JobNum" title="MSP Emergency Dispatcher Trn-24-003784-0001">24-003784-0001 </a> </th> <td class="Locs">Statewide </td> <td class="Dept">MSP - Field Operations Bureau </td> <td class="Salary">$44,534.00 - $70,751.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-003784-0001" title="MSP Emergency Dispatcher Trn-24-003784-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005911&R3=0001" class="JobTitle" title="MSP TROOPER CANDIDATE-25-005911-0001">MSP TROOPER CANDIDATE (Class 160) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005911&R3=0001" class="JobNum" title="MSP TROOPER CANDIDATE-25-005911-0001">25-005911-0001 </a> </th> <td class="Locs">Statewide </td> <td class="Dept">MSP - Field Operations Bureau </td> <td class="Salary">$58,758.00 while in the Academy / $68,673 upon graduation </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=25-005911-0001" title="MSP TROOPER CANDIDATE-25-005911-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=000674&R3=0012" class="JobTitle" title="PAROLE AND PROBATION AGENT I-24-000674-0012">PAROLE AND PROBATION AGENT I (STATEWIDE) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=000674&R3=0012" class="JobNum" title="PAROLE AND PROBATION AGENT I-24-000674-0012">24-000674-0012 </a> </th> <td class="Locs">Statewide </td> <td class="Dept">DPSCS DPP West Region </td> <td class="Salary">$50,565.00 - $80,884.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-000674-0012" title="PAROLE AND PROBATION AGENT I-24-000674-0012">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=18&R2=009282&R3=0001" class="JobTitle" title="PSYCHIATRIST CLINICAL ADMINISTRATOR, MDH-18-009282-0001">PSYCHIATRIST CLINICAL ADMINISTRATOR, MDH </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=18&R2=009282&R3=0001" class="JobNum" title="PSYCHIATRIST CLINICAL ADMINISTRATOR, MDH-18-009282-0001">18-009282-0001 </a> </th> <td class="Locs">Allegany<br>Anne Arundel<br>Baltimore City<br>Baltimore County<br>Calvert<br>Carroll<br>Cecil<br>Charles<br>Dorchester<br>Frederick<br>Harford<br>Howard<br>Montgomery<br>Prince George's<br>St. Mary's<br>Washington County<br>Wicomico<br> </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$277,417.00 - $463,485.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=18-009282-0001" title="PSYCHIATRIST CLINICAL ADMINISTRATOR, MDH-18-009282-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=18&R2=009280&R3=0001" class="JobTitle" title="PSYCHIATRIST CLINICAL GRADUATE, MDH-18-009280-0001">PSYCHIATRIST CLINICAL GRADUATE, MDH </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=18&R2=009280&R3=0001" class="JobNum" title="PSYCHIATRIST CLINICAL GRADUATE, MDH-18-009280-0001">18-009280-0001 </a> </th> <td class="Locs">Allegany<br>Anne Arundel<br>Baltimore City<br>Baltimore County<br>Calvert<br>Carroll<br>Cecil<br>Charles<br>Dorchester<br>Frederick<br>Harford<br>Howard<br>Montgomery<br>Prince George's<br>St. Mary's<br>Washington County<br>Wicomico<br> </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$211,079.00 - $326,400.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=18-009280-0001" title="PSYCHIATRIST CLINICAL GRADUATE, MDH-18-009280-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=18&R2=009281&R3=0001" class="JobTitle" title="PSYCHIATRIST CLINICAL, MDH-18-009281-0001">PSYCHIATRIST CLINICAL, MDH </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=18&R2=009281&R3=0001" class="JobNum" title="PSYCHIATRIST CLINICAL, MDH-18-009281-0001">18-009281-0001 </a> </th> <td class="Locs">Allegany<br>Anne Arundel<br>Baltimore City<br>Baltimore County<br>Calvert<br>Carroll<br>Cecil<br>Charles<br>Dorchester<br>Frederick<br>Harford<br>Howard<br>Montgomery<br>Prince George's<br>St. Mary's<br>Washington County<br>Wicomico<br> </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$253,295.00 - $443,900.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=18-009281-0001" title="PSYCHIATRIST CLINICAL, MDH-18-009281-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=20&R2=004284&R3=0001" class="JobTitle" title="REGISTERED NURSE-20-004284-0001">REGISTERED NURSE </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=20&R2=004284&R3=0001" class="JobNum" title="REGISTERED NURSE-20-004284-0001">20-004284-0001 </a> </th> <td class="Locs">Statewide </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$69,159.00 - $116,011.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=20-004284-0001" title="REGISTERED NURSE-20-004284-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005391&R3=0003" class="JobTitle" title="Registered Nurse Charge Med-24-005391-0003">Registered Nurse Charge Med </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005391&R3=0003" class="JobNum" title="Registered Nurse Charge Med-24-005391-0003">24-005391-0003 </a> </th> <td class="Locs">Baltimore City<br>Baltimore County<br>Frederick<br>Prince George's<br>Washington County<br>Wicomico<br> </td> <td class="Dept">DJS Baltimore City Juvenile Justice Center </td> <td class="Salary">$78,919.00 - $127,473.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-005391-0003" title="Registered Nurse Charge Med-24-005391-0003">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=21&R2=000348&R3=0004" class="JobTitle" title="REGISTERED NURSE CI (Court Involved)-21-000348-0004">REGISTERED NURSE CI (Court Involved) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=21&R2=000348&R3=0004" class="JobNum" title="REGISTERED NURSE CI (Court Involved)-21-000348-0004">21-000348-0004 </a> </th> <td class="Locs">Allegany<br>Baltimore City<br>Baltimore County<br>Carroll<br>Dorchester<br>Howard<br>Montgomery<br>Washington County<br> </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$73,787.00 - $123,760.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=21-000348-0004" title="REGISTERED NURSE CI (Court Involved)-21-000348-0004">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=17&R2=004146&R3=0002" class="JobTitle" title="SECURITY ATTENDANT LICENSED PRACTICAL NURSE **REPOST**-17-004146-0002">SECURITY ATTENDANT LICENSED PRACTICAL NURSE **REPOST** </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=17&R2=004146&R3=0002" class="JobNum" title="SECURITY ATTENDANT LICENSED PRACTICAL NURSE **REPOST**-17-004146-0002">17-004146-0002 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">MDH Clifton T. Perkins Hospital Center </td> <td class="Salary">$60,987.00 - $98,313.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=17-004146-0002" title="SECURITY ATTENDANT LICENSED PRACTICAL NURSE **REPOST**-17-004146-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=17&R2=004154&R3=0002" class="JobTitle" title="SECURITY ATTENDANT NURSING I, PERKINS-17-004154-0002">SECURITY ATTENDANT NURSING I, PERKINS </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=17&R2=004154&R3=0002" class="JobNum" title="SECURITY ATTENDANT NURSING I, PERKINS-17-004154-0002">17-004154-0002 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">MDH Clifton T. Perkins Hospital Center </td> <td class="Salary">$47,536.00 - $75,820.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=17-004154-0002" title="SECURITY ATTENDANT NURSING I, PERKINS-17-004154-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=12&R2=004514&R3=001" class="JobTitle" title="SOCIAL WORK SUPERVISOR, FAMILY SERVICES-12-004514-001">SOCIAL WORK SUPERVISOR, FAMILY SERVICES </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=12&R2=004514&R3=001" class="JobNum" title="SOCIAL WORK SUPERVISOR, FAMILY SERVICES-12-004514-001">12-004514-001 </a> </th> <td class="Locs">Statewide </td> <td class="Dept">Department of Human Services </td> <td class="Salary">$93,947.00/ year with potential growth up to $112,044.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=12-004514-001" title="SOCIAL WORK SUPERVISOR, FAMILY SERVICES-12-004514-001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=002005&R3=0001" class="JobTitle" title="SOCIAL WORKER ADVANCED, CRIMINAL JUSTICE-24-002005-0001">SOCIAL WORKER ADVANCED, CRIMINAL JUSTICE </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=002005&R3=0001" class="JobNum" title="SOCIAL WORKER ADVANCED, CRIMINAL JUSTICE-24-002005-0001">24-002005-0001 </a> </th> <td class="Locs">Allegany<br>Baltimore City<br>Baltimore County<br>Frederick<br>Garrett<br>Prince George's<br>Washington County<br>Wicomico<br> </td> <td class="Dept">DJS Lower Eastern Shore Children's Ctr </td> <td class="Salary">$69,323.00 - $112,044.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-002005-0001" title="SOCIAL WORKER ADVANCED, CRIMINAL JUSTICE-24-002005-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=002003&R3=0005" class="JobTitle" title="SOCIAL WORKER I, CRIMINAL JUSTICE-24-002003-0005">SOCIAL WORKER I, CRIMINAL JUSTICE </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=002003&R3=0005" class="JobNum" title="SOCIAL WORKER I, CRIMINAL JUSTICE-24-002003-0005">24-002003-0005 </a> </th> <td class="Locs">Baltimore City<br>Baltimore County<br>Frederick<br>Garrett<br>Prince George's<br>Washington County<br>Wicomico<br> </td> <td class="Dept">DJS Western Md Children's Ctr </td> <td class="Salary">$60,987.00 - $98,313.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-002003-0005" title="SOCIAL WORKER I, CRIMINAL JUSTICE-24-002003-0005">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=12&R2=004512&R3=001" class="JobTitle" title="SOCIAL WORKER I, FAMILY SERVICES-12-004512-001">SOCIAL WORKER I, FAMILY SERVICES </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=12&R2=004512&R3=001" class="JobNum" title="SOCIAL WORKER I, FAMILY SERVICES-12-004512-001">12-004512-001 </a> </th> <td class="Locs">Statewide </td> <td class="Dept">Department of Human Services </td> <td class="Salary">$73,554.00/ year with potential growth up to $98,313.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=12-004512-001" title="SOCIAL WORKER I, FAMILY SERVICES-12-004512-001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=12&R2=001991&R3=001" class="JobTitle" title="SOCIAL WORKER I, HEALTH SERVICES-12-001991-001">SOCIAL WORKER I, HEALTH SERVICES </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=12&R2=001991&R3=001" class="JobNum" title="SOCIAL WORKER I, HEALTH SERVICES-12-001991-001">12-001991-001 </a> </th> <td class="Locs">Statewide </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$60,987.00 - $98,313.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=12-001991-001" title="SOCIAL WORKER I, HEALTH SERVICES-12-001991-001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=12&R2=004513&R3=001" class="JobTitle" title="SOCIAL WORKER II, FAMILY SERVICES-12-004513-001">SOCIAL WORKER II, FAMILY SERVICES </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=12&R2=004513&R3=001" class="JobNum" title="SOCIAL WORKER II, FAMILY SERVICES-12-004513-001">12-004513-001 </a> </th> <td class="Locs">Statewide </td> <td class="Dept">Department of Human Services </td> <td class="Salary">$78,486.00/ year with potential growth up to $104,954.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=12-004513-001" title="SOCIAL WORKER II, FAMILY SERVICES-12-004513-001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=12&R2=001992&R3=001" class="JobTitle" title="SOCIAL WORKER II, HEALTH SERVICES-12-001992-001">SOCIAL WORKER II, HEALTH SERVICES </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=12&R2=001992&R3=001" class="JobNum" title="SOCIAL WORKER II, HEALTH SERVICES-12-001992-001">12-001992-001 </a> </th> <td class="Locs">Statewide </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$64,984.00 - $104,954.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=12-001992-001" title="SOCIAL WORKER II, HEALTH SERVICES-12-001992-001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001150&R3=0003" class="JobTitle" title="Unemployment Insurance Benefits Professional I-25-001150-0003">Unemployment Insurance Benefits Professional I (UI Professional I) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001150&R3=0003" class="JobNum" title="Unemployment Insurance Benefits Professional I-25-001150-0003">25-001150-0003 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">LABOR - Unemployment Insurance </td> <td class="Salary">$47,536.00 with potential growth to $75,820.00/ year </td> <td>Monday,<br />June 30, 2025 5:00 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001150-0003" title="Unemployment Insurance Benefits Professional I-25-001150-0003">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005144&R3=0001" class="JobTitle" title="WARDEN-25-005144-0001">WARDEN (STATEWIDE) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005144&R3=0001" class="JobNum" title="WARDEN-25-005144-0001">25-005144-0001 </a> </th> <td class="Locs">Statewide </td> <td class="Dept">Department of Public Safety and Correctional Svcs </td> <td class="Salary">$102,426.00 - $165,372.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=25-005144-0001" title="WARDEN-25-005144-0001">Status</a></td> </tr> </tbody></table> </div> </section> <section class="ListingPanel2"> <div class="containerX"> <div class="PanelCard"> <h2 class="RowHeader" id="EmpDiv30"> Contractual Recruitments </h2> <table class="ui-responsive JobListing ListingPanel" data-role="table" id="BeginJobListing2" tabindex="0"> <caption>Contractual Recruitments that match the search filter.</caption> <thead><tr class="ColumnHeader"><th class="nowrap w25" scope="col"> <a href="default.asp?orderby=Title&Loc=&Keyword=&KeywordFullText=&OccList=&DeptNumber=&JobType=&CollegeDegreeRequired=&TeleworkAvailable=&SortOrd=" title="Click to sort the results">Job Title</a> </th><th scope="col" class="w10">Work Locations</th><th scope="col" class="w15">Agency</th><th scope="col" class="w20">Salary</th><th scope="col" class="w20"><a href="default.asp?orderby=Deadline&Loc=&Keyword=&KeywordFullText=&OccList=&DeptNumber=&JobType=&CollegeDegreeRequired=&TeleworkAvailable=&SortOrd=" title="Click to sort the results">Filing Deadline</a></th><th scope="col" class="w7">Check Status</th></tr></thead> <tbody> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004547&R3=0005" class="JobTitle" title="911 Board Accounts Receivable-25-004547-0005">911 Board Accounts Receivable (Accountant II) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004547&R3=0005" class="JobNum IconNew" title="911 Board Accounts Receivable-25-004547-0005">25-004547-0005 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">Maryland Department of Emergency Management - B </td> <td class="Salary">$60,987.00 - $98,313.00/ year </td> <td>Wednesday,<br />April 16, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004547-0005" title="911 Board Accounts Receivable-25-004547-0005">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004549&R3=0001" class="JobTitle" title="ACCOUNTANT ADVANCED (REPOST)-25-004549-0001">ACCOUNTANT ADVANCED (REPOST) (Full-Time Contractual) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004549&R3=0001" class="JobNum" title="ACCOUNTANT ADVANCED (REPOST)-25-004549-0001">25-004549-0001 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">MDH Behavioral Health Admin - Program Direction </td> <td class="Salary">$29.07 - $48.72/ hour </td> <td>Tuesday,<br />April 8, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004549-0001" title="ACCOUNTANT ADVANCED (REPOST)-25-004549-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002247&R3=0014" class="JobTitle" title="ADMINISTRATIVE OFFICER III-25-002247-0014">ADMINISTRATIVE OFFICER III (FULL-TIME CONTRACTUAL, HR GENERALIST) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002247&R3=0014" class="JobNum IconNew" title="ADMINISTRATIVE OFFICER III-25-002247-0014">25-002247-0014 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Dev Disabilities Admin - Program Direction </td> <td class="Salary">$27.46 - $34.33/ hour, with potential growth to $44.16/ hour </td> <td>Wednesday,<br />April 16, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002247-0014" title="ADMINISTRATIVE OFFICER III-25-002247-0014">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002247&R3=0015" class="JobTitle" title="ADMINISTRATIVE OFFICER III-25-002247-0015">ADMINISTRATIVE OFFICER III (Full-time Contractual Licensing Administrator) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002247&R3=0015" class="JobNum IconNew" title="ADMINISTRATIVE OFFICER III-25-002247-0015">25-002247-0015 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Health Professionals Boards and Commissions </td> <td class="Salary">$25.64 to $33.88/ hour, with potential growth to $42.78/ hour </td> <td>Wednesday,<br />April 16, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002247-0015" title="ADMINISTRATIVE OFFICER III-25-002247-0015">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002043&R3=0013" class="JobTitle" title="ADMINISTRATIVE SPECIALIST III-25-002043-0013">ADMINISTRATIVE SPECIALIST III (After School Programming Specialist) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002043&R3=0013" class="JobNum" title="ADMINISTRATIVE SPECIALIST III-25-002043-0013">25-002043-0013 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH RICA Baltimore </td> <td class="Salary">$21.29 - $28.47/ hour, with potential to $35.20/ hour </td> <td>Monday,<br />April 7, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002043-0013" title="ADMINISTRATIVE SPECIALIST III-25-002043-0013">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=006096&R3=0002" class="JobTitle" title="ADMINISTRATOR III-25-006096-0002">ADMINISTRATOR III (Financial Compliance Administrator) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=006096&R3=0002" class="JobNum" title="ADMINISTRATOR III-25-006096-0002">25-006096-0002 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">LABOR - Occupational and Professional Licensing 1 </td> <td class="Salary">$33.50 hour </td> <td>Friday,<br />April 11, 2025 5:00 PM </td> <td><a href="/MD/status.asp?b=&RN=25-006096-0002" title="ADMINISTRATOR III-25-006096-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003317&R3=0001" class="JobTitle" title="AGENCY BUYER I-25-003317-0001">AGENCY BUYER I (FULL-TIME CONTRACTUAL) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003317&R3=0001" class="JobNum" title="AGENCY BUYER I-25-003317-0001">25-003317-0001 </a> </th> <td class="Locs">St. Mary's<br> </td> <td class="Dept">MDH Local Health - St. Mary's County </td> <td class="Salary">$20.03 - $26.25/ hour, with potential growth to $33.01/ hour </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-003317-0001" title="AGENCY BUYER I-25-003317-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004556&R3=0008" class="JobTitle" title="BUILDING SERVICES WORKER (Contractual)-25-004556-0008">BUILDING SERVICES WORKER (Contractual) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004556&R3=0008" class="JobNum IconNew" title="BUILDING SERVICES WORKER (Contractual)-25-004556-0008">25-004556-0008 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DVMF Cemetery Program </td> <td class="Salary">$18.09/ hr </td> <td>Tuesday,<br />April 15, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004556-0008" title="BUILDING SERVICES WORKER (Contractual)-25-004556-0008">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004600&R3=0002" class="JobTitle" title="CAPITAL CONSTRUCTION ENGINEER/ ARCHITECT SENIOR-25-004600-0002">CAPITAL CONSTRUCTION ENGINEER/ ARCHITECT SENIOR </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004600&R3=0002" class="JobNum IconNew" title="CAPITAL CONSTRUCTION ENGINEER/ ARCHITECT SENIOR-25-004600-0002">25-004600-0002 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">MSP - Support Services Bureau </td> <td class="Salary">$84,229.00 - $136,003.00/ year </td> <td>Monday,<br />April 14, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004600-0002" title="CAPITAL CONSTRUCTION ENGINEER/ ARCHITECT SENIOR-25-004600-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002586&R3=0031" class="JobTitle" title="Civil Rights Compliance Officer-25-002586-0031">Civil Rights Compliance Officer (ADMINISTRATOR I) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002586&R3=0031" class="JobNum IconNew" title="Civil Rights Compliance Officer-25-002586-0031">25-002586-0031 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DHS - Office of the Secretary </td> <td class="Salary">$29.24 - $38.05/ hour </td> <td>Tuesday,<br />April 15, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002586-0031" title="Civil Rights Compliance Officer-25-002586-0031">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005451&R3=0003" class="JobTitle" title="COLLECTION AGENT I-24-005451-0003">COLLECTION AGENT I </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005451&R3=0003" class="JobNum" title="COLLECTION AGENT I-24-005451-0003">24-005451-0003 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DBM Central Collection Unit </td> <td class="Salary">$22.79/ hour (Annual - $47,536) </td> <td>Friday,<br />April 18, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-005451-0003" title="COLLECTION AGENT I-24-005451-0003">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004413&R3=0004" class="JobTitle" title="COMPUTER NETWORK SPECIALIST II-25-004413-0004">COMPUTER NETWORK SPECIALIST II (FULL-TIME CONTRACTUAL) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004413&R3=0004" class="JobNum IconNew" title="COMPUTER NETWORK SPECIALIST II-25-004413-0004">25-004413-0004 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Ofc of Chief Med Examiner </td> <td class="Salary">$33.07 - $43.96/ hour, with potential growth to $55.47/ hour </td> <td>Monday,<br />April 14, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004413-0004" title="COMPUTER NETWORK SPECIALIST II-25-004413-0004">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003574&R3=0001" class="JobTitle" title="Contractual Processing Archivist-25-003574-0001">Contractual Processing Archivist </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003574&R3=0001" class="JobNum" title="Contractual Processing Archivist-25-003574-0001">25-003574-0001 </a> </th> <td class="Locs">Anne Arundel<br>Baltimore City<br> </td> <td class="Dept">MD Commission on African American Hist & Culture </td> <td class="Salary">$40 hourly </td> <td>Friday,<br />April 18, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-003574-0001" title="Contractual Processing Archivist-25-003574-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=002247&R3=0081" class="JobTitle" title="Detailed Legal Support Officer, Office of the US' Attorney-24-002247-0081">Detailed Legal Support Officer, Office of the US' Attorney (ADMINISTRATIVE OFFICER III *REPOST*) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=002247&R3=0081" class="JobNum" title="Detailed Legal Support Officer, Office of the US' Attorney-24-002247-0081">24-002247-0081 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">Office of the State Prosecutor </td> <td class="Salary">$57,275.00 - $74,374.00/ year </td> <td>Monday,<br />June 30, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-002247-0081" title="Detailed Legal Support Officer, Office of the US' Attorney-24-002247-0081">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002599&R3=0002" class="JobTitle" title="DJS RESIDENT ADVISOR TRAINEE (Part Time CONTRACTUAL)-25-002599-0002">DJS RESIDENT ADVISOR TRAINEE (Part Time CONTRACTUAL) (This job post is ONLY for Washington Co location.) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002599&R3=0002" class="JobNum" title="DJS RESIDENT ADVISOR TRAINEE (Part Time CONTRACTUAL)-25-002599-0002">25-002599-0002 </a> </th> <td class="Locs">Washington County<br> </td> <td class="Dept">DJS Western Md Children's Ctr </td> <td class="Salary">$25 Per hr. </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002599-0002" title="DJS RESIDENT ADVISOR TRAINEE (Part Time CONTRACTUAL)-25-002599-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002599&R3=0001" class="JobTitle" title="DJS RESIDENT ADVISOR TRAINEE (PART-TIME CONTRACTUAL)-25-002599-0001">DJS RESIDENT ADVISOR TRAINEE (PART-TIME CONTRACTUAL) (This job post is ONLY for Frederick Co location.) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002599&R3=0001" class="JobNum" title="DJS RESIDENT ADVISOR TRAINEE (PART-TIME CONTRACTUAL)-25-002599-0001">25-002599-0001 </a> </th> <td class="Locs">Frederick<br> </td> <td class="Dept">DJS Victor Cullen </td> <td class="Salary">$25 Per hr. </td> <td>Thursday,<br />April 10, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002599-0001" title="DJS RESIDENT ADVISOR TRAINEE (PART-TIME CONTRACTUAL)-25-002599-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001460&R3=0002" class="JobTitle" title="Election Program Assistant II-25-001460-0002">Election Program Assistant II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001460&R3=0002" class="JobNum IconNew" title="Election Program Assistant II-25-001460-0002">25-001460-0002 </a> </th> <td class="Locs">Frederick<br> </td> <td class="Dept">SBE General Administration </td> <td class="Salary">$47,536.00 - $75,820.00/ year </td> <td>Thursday,<br />April 17, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001460-0002" title="Election Program Assistant II-25-001460-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002572&R3=0009" class="JobTitle" title="Executive Assistant to Health Officer-25-002572-0009">Executive Assistant to Health Officer (ADMINISTRATIVE AIDE Full-Time Contractual) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002572&R3=0009" class="JobNum" title="Executive Assistant to Health Officer-25-002572-0009">25-002572-0009 </a> </th> <td class="Locs">Talbot<br> </td> <td class="Dept">MDH Local Health - Talbot County </td> <td class="Salary">$20.03 - $26.25/ hour, with potential growth to $33.01/ hour </td> <td>Friday,<br />April 11, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002572-0009" title="Executive Assistant to Health Officer-25-002572-0009">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000463&R3=0001" class="JobTitle" title="FINANCIAL AGENT I-25-000463-0001">FINANCIAL AGENT I (FULL-TIME CONTRACTUAL) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000463&R3=0001" class="JobNum IconNew" title="FINANCIAL AGENT I-25-000463-0001">25-000463-0001 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">MDH Deputy Secretary for Operations </td> <td class="Salary">$17.74 - $18.38/ hour </td> <td>Wednesday,<br />April 16, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-000463-0001" title="FINANCIAL AGENT I-25-000463-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009640&R3=0005" class="JobTitle" title="FRAUD AND ENFORCEMENT INVESTIGATOR, CONTRACTUAL (Reposted)-24-009640-0005">FRAUD AND ENFORCEMENT INVESTIGATOR, CONTRACTUAL (Reposted) (MIA ANALYST II) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009640&R3=0005" class="JobNum" title="FRAUD AND ENFORCEMENT INVESTIGATOR, CONTRACTUAL (Reposted)-24-009640-0005">24-009640-0005 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">Maryland Insurance Administration </td> <td class="Salary">$29.24 - $33.95/ hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-009640-0005" title="FRAUD AND ENFORCEMENT INVESTIGATOR, CONTRACTUAL (Reposted)-24-009640-0005">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002919&R3=0005" class="JobTitle" title="GED Examiner, TABE, & Occupational Tester-25-002919-0005">GED Examiner, TABE, & Occupational Tester (EMPLOYEE TRAINING SPECIALIST II) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002919&R3=0005" class="JobNum" title="GED Examiner, TABE, & Occupational Tester-25-002919-0005">25-002919-0005 </a> </th> <td class="Locs">Somerset<br> </td> <td class="Dept">LABOR Workforce Dev - Adult Corrections Program </td> <td class="Salary">$25.05/ hour </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002919-0005" title="GED Examiner, TABE, & Occupational Tester-25-002919-0005">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005476&R3=0012" class="JobTitle" title="GRANTS SPECIALIST/ NURSE SUPPORT PROGRAM II-25-005476-0012">GRANTS SPECIALIST/ NURSE SUPPORT PROGRAM II (PROGRAM MANAGER I) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005476&R3=0012" class="JobNum" title="GRANTS SPECIALIST/ NURSE SUPPORT PROGRAM II-25-005476-0012">25-005476-0012 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">Maryland Higher Education Commission </td> <td class="Salary">$35.46 - $43.70/ per hour </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005476-0012" title="GRANTS SPECIALIST/ NURSE SUPPORT PROGRAM II-25-005476-0012">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001207&R3=0003" class="JobTitle" title="HCD COMMUNITY PROGRAM ADMINISTRATOR II (NC25007/ 516724)-25-001207-0003">HCD COMMUNITY PROGRAM ADMINISTRATOR II (NC25007/ 516724) (Youth Homeless System Improvement Specialist) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001207&R3=0003" class="JobNum IconNew" title="HCD COMMUNITY PROGRAM ADMINISTRATOR II (NC25007/ 516724)-25-001207-0003">25-001207-0003 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DHCD - Div of Neighborhood Revitalization </td> <td class="Salary">$33.24 - $38.66/ hour (Grade 18/ Step 3 - 9, with promotional growth to $53.72/ hour) </td> <td>Tuesday,<br />April 15, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001207-0003" title="HCD COMMUNITY PROGRAM ADMINISTRATOR II (NC25007/ 516724)-25-001207-0003">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002420&R3=0005" class="JobTitle" title="HEALTH POLICY ANALYST ADVANCED-25-002420-0005">HEALTH POLICY ANALYST ADVANCED (FULL-TIME CONTRACTUAL) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002420&R3=0005" class="JobNum" title="HEALTH POLICY ANALYST ADVANCED-25-002420-0005">25-002420-0005 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$33.07 - $43.96/ hour, with potential growth to $55.47/ hour </td> <td>Thursday,<br />April 10, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002420-0005" title="HEALTH POLICY ANALYST ADVANCED-25-002420-0005">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002417&R3=0001" class="JobTitle" title="HEALTH POLICY ANALYST ASSOCIATE-25-002417-0001">HEALTH POLICY ANALYST ASSOCIATE (FULL-TIME CONTRACTUAL) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002417&R3=0001" class="JobNum" title="HEALTH POLICY ANALYST ASSOCIATE-25-002417-0001">25-002417-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">Maryland Department of Health </td> <td class="Salary">$27.30 - $36.15/ hour, with potential growth to $45.64/ hour </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002417-0001" title="HEALTH POLICY ANALYST ASSOCIATE-25-002417-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002417&R3=0002" class="JobTitle" title="HEALTH POLICY ANALYST ASSOCIATE-25-002417-0002">HEALTH POLICY ANALYST ASSOCIATE (FULL-TIME CONTRACTUAL) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002417&R3=0002" class="JobNum" title="HEALTH POLICY ANALYST ASSOCIATE-25-002417-0002">25-002417-0002 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Med Care Prgms - MMIS II Enhancements </td> <td class="Salary">$27.30 - $36.15/ hour, with potential growth to $45.64/ hour </td> <td>Thursday,<br />April 10, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002417-0002" title="HEALTH POLICY ANALYST ASSOCIATE-25-002417-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004476&R3=0003" class="JobTitle" title="IT Service Delivery & Security Analyst Jr.-25-004476-0003">IT Service Delivery & Security Analyst Jr. (IT TECHNICAL SUPPORT SPECIALIST II) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004476&R3=0003" class="JobNum" title="IT Service Delivery & Security Analyst Jr.-25-004476-0003">25-004476-0003 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">DHS - MD THINK </td> <td class="Salary">$37.84 - $61.12/ hour </td> <td>Tuesday,<br />April 8, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004476-0003" title="IT Service Delivery & Security Analyst Jr.-25-004476-0003">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=007581&R3=0002" class="JobTitle" title="Maryland State Ad Agency Student Fellow-25-007581-0002">Maryland State Ad Agency Student Fellow (MSAA Student Fellow) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=007581&R3=0002" class="JobNum" title="Maryland State Ad Agency Student Fellow-25-007581-0002">25-007581-0002 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">Maryland Public Television </td> <td class="Salary">$15.50/ hour </td> <td>Monday,<br />April 21, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-007581-0002" title="Maryland State Ad Agency Student Fellow-25-007581-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=007033&R3=0001" class="JobTitle" title="Master Control Technician-24-007033-0001">Master Control Technician </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=007033&R3=0001" class="JobNum" title="Master Control Technician-24-007033-0001">24-007033-0001 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">MPT - Administration and Support Services </td> <td class="Salary">$175 Per day </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-007033-0001" title="Master Control Technician-24-007033-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000670&R3=0003" class="JobTitle" title="NATURAL RESOURCES TECHNICIAN III-25-000670-0003">NATURAL RESOURCES TECHNICIAN III (Assistant Permit Coordinator) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000670&R3=0003" class="JobNum" title="NATURAL RESOURCES TECHNICIAN III-25-000670-0003">25-000670-0003 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">DNR - Wildlife and Heritage Service </td> <td class="Salary">$20.16 - $32.01/ hour </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-000670-0003" title="NATURAL RESOURCES TECHNICIAN III-25-000670-0003">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001362&R3=0014" class="JobTitle" title="OFFICE SECRETARY III-25-001362-0014">OFFICE SECRETARY III (Full-time Contractual Office Secretary) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001362&R3=0014" class="JobNum IconNew" title="OFFICE SECRETARY III-25-001362-0014">25-001362-0014 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Health Professionals Boards and Commissions </td> <td class="Salary">$18.85 to $24.06/ hour, with potential growth to $30.99/ hour </td> <td>Wednesday,<br />April 16, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001362-0014" title="OFFICE SECRETARY III-25-001362-0014">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002661&R3=0005" class="JobTitle" title="PERSONNEL CLERK-25-002661-0005">PERSONNEL CLERK (Part-Time Contractual) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002661&R3=0005" class="JobNum" title="PERSONNEL CLERK-25-002661-0005">25-002661-0005 </a> </th> <td class="Locs">Dorchester<br> </td> <td class="Dept">MDH Eastern Shore Hospital Center </td> <td class="Salary">$17.74 - $23.18/ hour, with potential growth to $29.11/ hour </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002661-0005" title="PERSONNEL CLERK-25-002661-0005">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001804&R3=0001" class="JobTitle" title="Policy Trainer-25-001804-0001">Policy Trainer (HUMAN SERVICE SPECIALIST V) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001804&R3=0001" class="JobNum" title="Policy Trainer-25-001804-0001">25-001804-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DHS Family Investment Admin Director's Office </td> <td class="Salary">$29.24 - $38.05/ hour </td> <td>Monday,<br />April 7, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001804-0001" title="Policy Trainer-25-001804-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005477&R3=0017" class="JobTitle" title="PROGRAM MANAGER II (NC25006/ 516725)-25-005477-0017">PROGRAM MANAGER II (NC25006/ 516725) (Youth Homeless System Improvement Project Director) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005477&R3=0017" class="JobNum IconNew" title="PROGRAM MANAGER II (NC25006/ 516725)-25-005477-0017">25-005477-0017 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DHCD - Div of Neighborhood Revitalization </td> <td class="Salary">$37.84 - $44.05/ hourly (Grade 20/ Step 3 - 9 , with promotional growth to $61.12) </td> <td>Friday,<br />April 18, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005477-0017" title="PROGRAM MANAGER II (NC25006/ 516725)-25-005477-0017">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004704&R3=0003" class="JobTitle" title="PSCS A/ D Supervised Counselor Provisional-25-004704-0003">PSCS A/ D Supervised Counselor Provisional </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004704&R3=0003" class="JobNum" title="PSCS A/ D Supervised Counselor Provisional-25-004704-0003">25-004704-0003 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DPSCS-Central Booking & Intake Facility </td> <td class="Salary">$28.34/ hour </td> <td>Monday,<br />June 30, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004704-0003" title="PSCS A/ D Supervised Counselor Provisional-25-004704-0003">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001084&R3=0002" class="JobTitle" title="PUBLIC HEALTH LABORATORY SCIENTIST GENERAL I-25-001084-0002">PUBLIC HEALTH LABORATORY SCIENTIST GENERAL I (Chemistry Technician (FULL-TIME CONTRACTUAL)) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001084&R3=0002" class="JobNum IconNew" title="PUBLIC HEALTH LABORATORY SCIENTIST GENERAL I-25-001084-0002">25-001084-0002 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MCA Regulation, Enforcement, and Compliance </td> <td class="Salary">$33.24 - $53.72/ hour </td> <td>Monday,<br />April 14, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001084-0002" title="PUBLIC HEALTH LABORATORY SCIENTIST GENERAL I-25-001084-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001084&R3=0003" class="JobTitle" title="PUBLIC HEALTH LABORATORY SCIENTIST GENERAL I-25-001084-0003">PUBLIC HEALTH LABORATORY SCIENTIST GENERAL I (Microbiology Technician (FULL-TIME CONTRACTUAL)) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001084&R3=0003" class="JobNum IconNew" title="PUBLIC HEALTH LABORATORY SCIENTIST GENERAL I-25-001084-0003">25-001084-0003 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MCA Regulation, Enforcement, and Compliance </td> <td class="Salary">$33.24 - $53.72/ hour </td> <td>Monday,<br />April 14, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001084-0003" title="PUBLIC HEALTH LABORATORY SCIENTIST GENERAL I-25-001084-0003">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=001446&R3=0002" class="JobTitle" title="REGISTERED DIETITIAN II-24-001446-0002">REGISTERED DIETITIAN II (Contractual) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=001446&R3=0002" class="JobNum" title="REGISTERED DIETITIAN II-24-001446-0002">24-001446-0002 </a> </th> <td class="Locs">Washington County<br> </td> <td class="Dept">MDH Western Maryland Center </td> <td class="Salary">$27.46 - $35.66/ hour with potential growth to $44.16 </td> <td>Friday,<br />April 11, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-001446-0002" title="REGISTERED DIETITIAN II-24-001446-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000631&R3=0002" class="JobTitle" title="RESEARCH STATISTICIAN II-25-000631-0002">RESEARCH STATISTICIAN II (FULL-TIME CONTRACTUAL) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000631&R3=0002" class="JobNum IconNew" title="RESEARCH STATISTICIAN II-25-000631-0002">25-000631-0002 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Med Care Prgms - Ofc of Health Services </td> <td class="Salary">$25.64 - $33.88/ hour, with potential growth to $42.76/ hour </td> <td>Wednesday,<br />April 16, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-000631-0002" title="RESEARCH STATISTICIAN II-25-000631-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005039&R3=0001" class="JobTitle" title="Special Assistant United States Attorney/ Assist. State Prosecutor-24-005039-0001">Special Assistant United States Attorney/ Assist. State Prosecutor (Assistant State Prosecutor IV *REPOST*) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005039&R3=0001" class="JobNum" title="Special Assistant United States Attorney/ Assist. State Prosecutor-24-005039-0001">24-005039-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">Office of the State Prosecutor </td> <td class="Salary">$89,913.00 - $117,203.00/ year </td> <td>Monday,<br />June 30, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-005039-0001" title="Special Assistant United States Attorney/ Assist. State Prosecutor-24-005039-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005302&R3=0002" class="JobTitle" title="STUDENT TECHNICAL ASSISTANT-25-005302-0002">STUDENT TECHNICAL ASSISTANT (Full-time Contractual) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005302&R3=0002" class="JobNum IconNew" title="STUDENT TECHNICAL ASSISTANT-25-005302-0002">25-005302-0002 </a> </th> <td class="Locs">Garrett<br> </td> <td class="Dept">MDH Local Health - Garrett County </td> <td class="Salary">$16.98 - $19.88/ hour </td> <td>Wednesday,<br />April 16, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005302-0002" title="STUDENT TECHNICAL ASSISTANT-25-005302-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=002919&R3=0013" class="JobTitle" title="Transition/ Adult Education Instructor-24-002919-0013">Transition/ Adult Education Instructor (EMPLOYEE TRAINING SPECIALIST II) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=002919&R3=0013" class="JobNum" title="Transition/ Adult Education Instructor-24-002919-0013">24-002919-0013 </a> </th> <td class="Locs">Allegany<br> </td> <td class="Dept">LABOR Workforce Dev - Ofc of the Asst Secy </td> <td class="Salary">$25.05/ hour </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-002919-0013" title="Transition/ Adult Education Instructor-24-002919-0013">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001755&R3=0009" class="JobTitle" title="Volunteer Activities Coordinator-25-001755-0009">Volunteer Activities Coordinator (ADMINISTRATIVE SPECIALIST I) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001755&R3=0009" class="JobNum" title="Volunteer Activities Coordinator-25-001755-0009">25-001755-0009 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">DHS - Citizen's Review Board for Children </td> <td class="Salary">$20.16 - $25.94/ hour </td> <td>Friday,<br />April 11, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001755-0009" title="Volunteer Activities Coordinator-25-001755-0009">Status</a></td> </tr> </tbody></table> </div> </section> <section class="ListingPanel3"> <div class="containerX"> <div class="PanelCard"> <h2 class="RowHeader" id="EmpDiv40"> Contractual Ongoing Recruitments </h2> <table class="ui-responsive JobListing ListingPanel" data-role="table" id="BeginJobListing3" tabindex="0"> <caption>Contractual Ongoing Recruitments that match the search filter.</caption> <thead><tr class="ColumnHeader"><th class="nowrap w25" scope="col"> <a href="default.asp?orderby=Title&Loc=&Keyword=&KeywordFullText=&OccList=&DeptNumber=&JobType=&CollegeDegreeRequired=&TeleworkAvailable=&SortOrd=" title="Click to sort the results">Job Title</a> </th><th scope="col" class="w10">Work Locations</th><th scope="col" class="w15">Agency</th><th scope="col" class="w20">Salary</th><th scope="col" class="w20"><a href="default.asp?orderby=Deadline&Loc=&Keyword=&KeywordFullText=&OccList=&DeptNumber=&JobType=&CollegeDegreeRequired=&TeleworkAvailable=&SortOrd=" title="Click to sort the results">Filing Deadline</a></th><th scope="col" class="w7">Check Status</th></tr></thead> <tbody> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009471&R3=0006" class="JobTitle" title="After-School Program Teacher Aide-24-009471-0006">After-School Program Teacher Aide (Contractual Position) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009471&R3=0006" class="JobNum" title="After-School Program Teacher Aide-24-009471-0006">24-009471-0006 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">MD School for Deaf - Columbia - Educational Svc. </td> <td class="Salary">$20.08 - $37.72/ hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-009471-0006" title="After-School Program Teacher Aide-24-009471-0006">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009471&R3=0007" class="JobTitle" title="After-School Program Teacher Aide-24-009471-0007">After-School Program Teacher Aide (Contractual Position) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009471&R3=0007" class="JobNum" title="After-School Program Teacher Aide-24-009471-0007">24-009471-0007 </a> </th> <td class="Locs">Frederick<br> </td> <td class="Dept">MD School for Deaf - Frederick - Educational Svc. </td> <td class="Salary">$20.08 - $37.72/ hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-009471-0007" title="After-School Program Teacher Aide-24-009471-0007">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005799&R3=0004" class="JobTitle" title="Contractual Parent Attorney-24-005799-0004">Contractual Parent Attorney (Parental Defense Division's Preventive Legal Advocacy Project) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=005799&R3=0004" class="JobNum" title="Contractual Parent Attorney-24-005799-0004">24-005799-0004 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">Office of the Public Defender </td> <td class="Salary">$84,047.00 - $135,450.00/ year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-005799-0004" title="Contractual Parent Attorney-24-005799-0004">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009009&R3=0022" class="JobTitle" title="FACULTY MSD - Speech Language Pathologist-24-009009-0022">FACULTY MSD - Speech Language Pathologist (Contractual Position) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009009&R3=0022" class="JobNum" title="FACULTY MSD - Speech Language Pathologist-24-009009-0022">24-009009-0022 </a> </th> <td class="Locs">Frederick<br> </td> <td class="Dept">MD School for Deaf - Frederick - Educational Svc. </td> <td class="Salary">$36.04 - $73.82/ hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-009009-0022" title="FACULTY MSD - Speech Language Pathologist-24-009009-0022">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009009&R3=0002" class="JobTitle" title="FACULTY MSD - Substitute Teacher-25-009009-0002">FACULTY MSD - Substitute Teacher (Contractual Position) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009009&R3=0002" class="JobNum" title="FACULTY MSD - Substitute Teacher-25-009009-0002">25-009009-0002 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">MD School for Deaf - Columbia - Educational Svc. </td> <td class="Salary">$18.40 - $43.23/ hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=25-009009-0002" title="FACULTY MSD - Substitute Teacher-25-009009-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009009&R3=0003" class="JobTitle" title="FACULTY MSD - Substitute Teacher-25-009009-0003">FACULTY MSD - Substitute Teacher (Contractual Position) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009009&R3=0003" class="JobNum" title="FACULTY MSD - Substitute Teacher-25-009009-0003">25-009009-0003 </a> </th> <td class="Locs">Frederick<br> </td> <td class="Dept">MD School for Deaf - Frederick - Educational Svc. </td> <td class="Salary">$18.40 - $43.23/ hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=25-009009-0003" title="FACULTY MSD - Substitute Teacher-25-009009-0003">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=22&R2=008995&R3=0001" class="JobTitle" title="MPT Production Specialist I/ II/ III-22-008995-0001">MPT Production Specialist I/ II/ III </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=22&R2=008995&R3=0001" class="JobNum" title="MPT Production Specialist I/ II/ III-22-008995-0001">22-008995-0001 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">Maryland Public Television </td> <td class="Salary">$175 - $525 Per Day </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=22-008995-0001" title="MPT Production Specialist I/ II/ III-22-008995-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005213&R3=0001" class="JobTitle" title="MSD REGISTERED NURSE - Substitute-25-005213-0001">MSD REGISTERED NURSE - Substitute (Contractual Position) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005213&R3=0001" class="JobNum" title="MSD REGISTERED NURSE - Substitute-25-005213-0001">25-005213-0001 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">MD School for Deaf - Columbia - Educational Svc. </td> <td class="Salary">$35.08/ hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=25-005213-0001" title="MSD REGISTERED NURSE - Substitute-25-005213-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005213&R3=0002" class="JobTitle" title="MSD REGISTERED NURSE - Substitute-25-005213-0002">MSD REGISTERED NURSE - Substitute (Contractual Position) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005213&R3=0002" class="JobNum" title="MSD REGISTERED NURSE - Substitute-25-005213-0002">25-005213-0002 </a> </th> <td class="Locs">Frederick<br> </td> <td class="Dept">MD School for Deaf - Frederick - Educational Svc. </td> <td class="Salary">$35.08/ hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=25-005213-0002" title="MSD REGISTERED NURSE - Substitute-25-005213-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009014&R3=0001" class="JobTitle" title="MSD Residential Child & Youth Care Practitioner-24-009014-0001">MSD Residential Child & Youth Care Practitioner (Contractual Position) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009014&R3=0001" class="JobNum" title="MSD Residential Child & Youth Care Practitioner-24-009014-0001">24-009014-0001 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">MD School for Deaf - Columbia - Educational Svc. </td> <td class="Salary">$24.20 - $40.19/ hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-009014-0001" title="MSD Residential Child & Youth Care Practitioner-24-009014-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009014&R3=0002" class="JobTitle" title="MSD Residential Child & Youth Care Practitioner-24-009014-0002">MSD Residential Child & Youth Care Practitioner (Contractual Position) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009014&R3=0002" class="JobNum" title="MSD Residential Child & Youth Care Practitioner-24-009014-0002">24-009014-0002 </a> </th> <td class="Locs">Frederick<br> </td> <td class="Dept">MD School for Deaf - Frederick - Educational Svc. </td> <td class="Salary">$24.20 - $40.19/ hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-009014-0002" title="MSD Residential Child & Youth Care Practitioner-24-009014-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009014&R3=0001" class="JobTitle" title="MSD Residential Child & Youth Care Practitioner - Substitute-25-009014-0001">MSD Residential Child & Youth Care Practitioner - Substitute (Contractual Position) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009014&R3=0001" class="JobNum" title="MSD Residential Child & Youth Care Practitioner - Substitute-25-009014-0001">25-009014-0001 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">MD School for Deaf - Columbia - Educational Svc. </td> <td class="Salary">$22.06/ hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=25-009014-0001" title="MSD Residential Child & Youth Care Practitioner - Substitute-25-009014-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009014&R3=0002" class="JobTitle" title="MSD Residential Child & Youth Care Practitioner - Substitute-25-009014-0002">MSD Residential Child & Youth Care Practitioner - Substitute (Contractual Position) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009014&R3=0002" class="JobNum" title="MSD Residential Child & Youth Care Practitioner - Substitute-25-009014-0002">25-009014-0002 </a> </th> <td class="Locs">Frederick<br> </td> <td class="Dept">MD School for Deaf - Frederick - Educational Svc. </td> <td class="Salary">$22.06/ hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=25-009014-0002" title="MSD Residential Child & Youth Care Practitioner - Substitute-25-009014-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=000218&R3=0005" class="JobTitle" title="Peer Recovery Specialist, Certified Series-24-000218-0005">Peer Recovery Specialist, Certified Series (Peer Recovery Specialist, Certified I, II, & III) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=000218&R3=0005" class="JobNum" title="Peer Recovery Specialist, Certified Series-24-000218-0005">24-000218-0005 </a> </th> <td class="Locs">Allegany<br>Baltimore City<br>Baltimore County<br>Montgomery<br>Wicomico<br> </td> <td class="Dept">Office of the Public Defender </td> <td class="Salary">$18.98 - $24.75 per hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-000218-0005" title="Peer Recovery Specialist, Certified Series-24-000218-0005">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000218&R3=0003" class="JobTitle" title="Peer Recovery Specialist, Certified SERIES-25-000218-0003">Peer Recovery Specialist, Certified SERIES (Peer Recovery Specialist I-III, Certified Contractual) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000218&R3=0003" class="JobNum" title="Peer Recovery Specialist, Certified SERIES-25-000218-0003">25-000218-0003 </a> </th> <td class="Locs">Baltimore City<br>Frederick<br> </td> <td class="Dept">OPD District Operations </td> <td class="Salary">$18.98 - $24.75 per hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=25-000218-0003" title="Peer Recovery Specialist, Certified SERIES-25-000218-0003">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0043" class="JobTitle" title="Seasonal Hourly Shift-25-002292-0043">Seasonal Hourly Shift (Spray Truck Driver) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0043" class="JobNum" title="Seasonal Hourly Shift-25-002292-0043">25-002292-0043 </a> </th> <td class="Locs">Anne Arundel<br>Baltimore County<br>Caroline<br>Cecil<br>Charles<br>Dorchester<br>Howard<br>Kent<br>Montgomery<br>Prince George's<br>Queen Anne's<br>Somerset<br>St. Mary's<br>Talbot<br>Wicomico<br>Worcester<br> </td> <td class="Dept">MDA Ofc of Plan Ind & Pest Mgmt - Mosquito Control </td> <td class="Salary">$16.81 per Hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=25-002292-0043" title="Seasonal Hourly Shift-25-002292-0043">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0044" class="JobTitle" title="Seasonal Hourly Shift-25-002292-0044">Seasonal Hourly Shift (Field Aide, Field Tech, Field Supervisor) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0044" class="JobNum" title="Seasonal Hourly Shift-25-002292-0044">25-002292-0044 </a> </th> <td class="Locs">Anne Arundel<br>Baltimore County<br>Caroline<br>Cecil<br>Charles<br>Dorchester<br>Howard<br>Kent<br>Montgomery<br>Prince George's<br>Queen Anne's<br>Somerset<br>St. Mary's<br>Talbot<br>Wicomico<br>Worcester<br> </td> <td class="Dept">MDA Ofc of Plan Ind & Pest Mgmt - Mosquito Control </td> <td class="Salary">$16.81 per Hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=25-002292-0044" title="Seasonal Hourly Shift-25-002292-0044">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002003&R3=0003" class="JobTitle" title="SOCIAL WORKER I, CRIMINAL JUSTICE-25-002003-0003">SOCIAL WORKER I, CRIMINAL JUSTICE (Contractual) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002003&R3=0003" class="JobNum IconNew" title="SOCIAL WORKER I, CRIMINAL JUSTICE-25-002003-0003">25-002003-0003 </a> </th> <td class="Locs">Carroll<br>Frederick<br>Montgomery<br>Washington County<br> </td> <td class="Dept">OPD District Operations </td> <td class="Salary">$70,071.00-$98,313.00 per year </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=25-002003-0003" title="SOCIAL WORKER I, CRIMINAL JUSTICE-25-002003-0003">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009471&R3=0004" class="JobTitle" title="TEACHER AIDE MSD-24-009471-0004">TEACHER AIDE MSD (Contractual Position) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009471&R3=0004" class="JobNum" title="TEACHER AIDE MSD-24-009471-0004">24-009471-0004 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">MD School for Deaf - Columbia - Educational Svc. </td> <td class="Salary">$20.08 - $37.72/ hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-009471-0004" title="TEACHER AIDE MSD-24-009471-0004">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009471&R3=0005" class="JobTitle" title="TEACHER AIDE MSD-24-009471-0005">TEACHER AIDE MSD (Contractual Position) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009471&R3=0005" class="JobNum" title="TEACHER AIDE MSD-24-009471-0005">24-009471-0005 </a> </th> <td class="Locs">Frederick<br> </td> <td class="Dept">MD School for Deaf - Frederick - Educational Svc. </td> <td class="Salary">$20.08 - $37.72/ hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-009471-0005" title="TEACHER AIDE MSD-24-009471-0005">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009471&R3=0001" class="JobTitle" title="TEACHER AIDE MSD - Substitute Teacher Aide-25-009471-0001">TEACHER AIDE MSD - Substitute Teacher Aide (Contractual Position) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009471&R3=0001" class="JobNum" title="TEACHER AIDE MSD - Substitute Teacher Aide-25-009471-0001">25-009471-0001 </a> </th> <td class="Locs">Howard<br> </td> <td class="Dept">MD School for Deaf - Columbia - Educational Svc. </td> <td class="Salary">$16.08/ hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=25-009471-0001" title="TEACHER AIDE MSD - Substitute Teacher Aide-25-009471-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009471&R3=0002" class="JobTitle" title="TEACHER AIDE MSD - Substitute Teacher Aide-25-009471-0002">TEACHER AIDE MSD - Substitute Teacher Aide (Contractual Position) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009471&R3=0002" class="JobNum" title="TEACHER AIDE MSD - Substitute Teacher Aide-25-009471-0002">25-009471-0002 </a> </th> <td class="Locs">Frederick<br> </td> <td class="Dept">MD School for Deaf - Frederick - Educational Svc. </td> <td class="Salary">$16.08/ hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=25-009471-0002" title="TEACHER AIDE MSD - Substitute Teacher Aide-25-009471-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009471&R3=0011" class="JobTitle" title="TEACHER AIDE MSD - Transition Specialist-24-009471-0011">TEACHER AIDE MSD - Transition Specialist (Contractual Position) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009471&R3=0011" class="JobNum" title="TEACHER AIDE MSD - Transition Specialist-24-009471-0011">24-009471-0011 </a> </th> <td class="Locs">Frederick<br> </td> <td class="Dept">MD School for Deaf - Frederick - Educational Svc. </td> <td class="Salary">$23.69/ hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-009471-0011" title="TEACHER AIDE MSD - Transition Specialist-24-009471-0011">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009471&R3=0003" class="JobTitle" title="TEACHER AIDE MSD - Work to Learn Driver (Secondary Transition)-25-009471-0003">TEACHER AIDE MSD - Work to Learn Driver (Secondary Transition) (Contractual Position) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009471&R3=0003" class="JobNum" title="TEACHER AIDE MSD - Work to Learn Driver (Secondary Transition)-25-009471-0003">25-009471-0003 </a> </th> <td class="Locs">Frederick<br> </td> <td class="Dept">MD School for Deaf - Frederick - Educational Svc. </td> <td class="Salary">$22.06/ hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=25-009471-0003" title="TEACHER AIDE MSD - Work to Learn Driver (Secondary Transition)-25-009471-0003">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009471&R3=0012" class="JobTitle" title="TEACHER AIDE MSD (Classroom Teacher Aide)-24-009471-0012">TEACHER AIDE MSD (Classroom Teacher Aide) (Contractual Position) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009471&R3=0012" class="JobNum" title="TEACHER AIDE MSD (Classroom Teacher Aide)-24-009471-0012">24-009471-0012 </a> </th> <td class="Locs">Frederick<br> </td> <td class="Dept">MD School for Deaf - Frederick - Educational Svc. </td> <td class="Salary">$20.08 - $37.72/ hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-009471-0012" title="TEACHER AIDE MSD (Classroom Teacher Aide)-24-009471-0012">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009471&R3=0013" class="JobTitle" title="TEACHER AIDE MSD (Classroom Teacher Aide)-24-009471-0013">TEACHER AIDE MSD (Classroom Teacher Aide) (Contractual Position) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=009471&R3=0013" class="JobNum" title="TEACHER AIDE MSD (Classroom Teacher Aide)-24-009471-0013">24-009471-0013 </a> </th> <td class="Locs">Frederick<br> </td> <td class="Dept">MD School for Deaf - Frederick - Educational Svc. </td> <td class="Salary">$20.08 - $37.72/ hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-009471-0013" title="TEACHER AIDE MSD (Classroom Teacher Aide)-24-009471-0013">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003221&R3=0001" class="JobTitle" title="Unemployment Insurance Claims Agent-25-003221-0001">Unemployment Insurance Claims Agent </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003221&R3=0001" class="JobNum" title="Unemployment Insurance Claims Agent-25-003221-0001">25-003221-0001 </a> </th> <td class="Locs">Allegany<br>Baltimore City<br>Baltimore County<br>Prince George's<br>Wicomico<br> </td> <td class="Dept">LABOR - Unemployment Insurance </td> <td class="Salary">$20.33 per hour </td> <td>Monday,<br />June 30, 2025 5:00 PM </td> <td><a href="/MD/status.asp?b=&RN=25-003221-0001" title="Unemployment Insurance Claims Agent-25-003221-0001">Status</a></td> </tr> </tbody></table> </div> </section> <section class="ListingPanel4"> <div class="containerX"> <div class="PanelCard"> <h2 class="RowHeader" id="EmpDiv50"> Current State Employees </h2> <table class="ui-responsive JobListing ListingPanel" data-role="table" id="BeginJobListing4" tabindex="0"> <caption>Current State Employees that match the search filter.</caption> <thead><tr class="ColumnHeader"><th class="nowrap w25" scope="col"> <a href="default.asp?orderby=Title&Loc=&Keyword=&KeywordFullText=&OccList=&DeptNumber=&JobType=&CollegeDegreeRequired=&TeleworkAvailable=&SortOrd=" title="Click to sort the results">Job Title</a> </th><th scope="col" class="w10">Work Locations</th><th scope="col" class="w15">Agency</th><th scope="col" class="w20">Salary</th><th scope="col" class="w20"><a href="default.asp?orderby=Deadline&Loc=&Keyword=&KeywordFullText=&OccList=&DeptNumber=&JobType=&CollegeDegreeRequired=&TeleworkAvailable=&SortOrd=" title="Click to sort the results">Filing Deadline</a></th><th scope="col" class="w7">Check Status</th></tr></thead> <tbody> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002572&R3=0011" class="JobTitle" title="ADMINISTRATIVE AIDE-25-002572-0011">ADMINISTRATIVE AIDE </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002572&R3=0011" class="JobNum IconNew" title="ADMINISTRATIVE AIDE-25-002572-0011">25-002572-0011 </a> </th> <td class="Locs"><span class='sr-only'>n/a</span> </td> <td class="Dept">DPSCS-Western Correctional Institution </td> <td class="Salary">$44,704.00 - $71,108.00/ year </td> <td>Friday,<br />April 18, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002572-0011" title="ADMINISTRATIVE AIDE-25-002572-0011">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001755&R3=0010" class="JobTitle" title="ADMINISTRATIVE SPECIALIST I-25-001755-0010">ADMINISTRATIVE SPECIALIST I (INTERNAL CONTRACTUAL EMPLOYEES ONLY) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001755&R3=0010" class="JobNum IconNew" title="ADMINISTRATIVE SPECIALIST I-25-001755-0010">25-001755-0010 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">Office of the Public Defender </td> <td class="Salary">$42,056.00 - $66,759.00/ year </td> <td>Wednesday,<br />April 16, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001755-0010" title="ADMINISTRATIVE SPECIALIST I-25-001755-0010">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002588&R3=0012" class="JobTitle" title="ADMINISTRATOR III-25-002588-0012">ADMINISTRATOR III </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002588&R3=0012" class="JobNum" title="ADMINISTRATOR III-25-002588-0012">25-002588-0012 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DJS Departmental Support </td> <td class="Salary">$69,323.00 - $112,044.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002588-0012" title="ADMINISTRATOR III-25-002588-0012">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002578&R3=0002" class="JobTitle" title="ADMINISTRATOR V SUPERVISOR-25-002578-0002">ADMINISTRATOR V SUPERVISOR (EVALUATION DIVISION MANAGER) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002578&R3=0002" class="JobNum" title="ADMINISTRATOR V SUPERVISOR-25-002578-0002">25-002578-0002 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Infectious Disease & Environmental Hlth Svcs </td> <td class="Salary">$78,919.00 - $102,996.00/ year, with potential growth to $127,473.00/ year </td> <td>Tuesday,<br />April 8, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002578-0002" title="ADMINISTRATOR V SUPERVISOR-25-002578-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001948&R3=0001" class="JobTitle" title="Amended Team Supervisor (REVENUE SPECIALIST II)-25-001948-0001">Amended Team Supervisor (REVENUE SPECIALIST II) (Revenue Administration Division) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001948&R3=0001" class="JobNum" title="Amended Team Supervisor (REVENUE SPECIALIST II)-25-001948-0001">25-001948-0001 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">COMP Revenue Administration A </td> <td class="Salary">$57,275.00 - $92,108.00/ year </td> <td>Friday,<br />April 11, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001948-0001" title="Amended Team Supervisor (REVENUE SPECIALIST II)-25-001948-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003250&R3=0001" class="JobTitle" title="AMUSEMENT RIDE INSPECTOR I-25-003250-0001">AMUSEMENT RIDE INSPECTOR I </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003250&R3=0001" class="JobNum IconNew" title="AMUSEMENT RIDE INSPECTOR I-25-003250-0001">25-003250-0001 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">LABOR - Labor and Industry - Safety Inspection </td> <td class="Salary">$57,275.00 - $66,385.00 w/ potential growth to $92,108.00/ year </td> <td>Monday,<br />April 14, 2025 5:00 PM </td> <td><a href="/MD/status.asp?b=&RN=25-003250-0001" title="AMUSEMENT RIDE INSPECTOR I-25-003250-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009642&R3=0004" class="JobTitle" title="Assistant Chief Investigator-25-009642-0004">Assistant Chief Investigator (MIA ADMINISTRATOR II) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=009642&R3=0004" class="JobNum" title="Assistant Chief Investigator-25-009642-0004">25-009642-0004 </a> </th> <td class="Locs"><span class='sr-only'>n/a</span> </td> <td class="Dept">Maryland Insurance Administration </td> <td class="Salary">$69,323 - $87,029/ year (Salary Guidelines Apply) </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-009642-0004" title="Assistant Chief Investigator-25-009642-0004">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005474&R3=0002" class="JobTitle" title="Assistant Director for Local General Administrator-25-005474-0002">Assistant Director for Local General Administrator (ADMINISTRATIVE PROGRAM MANAGER III) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005474&R3=0002" class="JobNum" title="Assistant Director for Local General Administrator-25-005474-0002">25-005474-0002 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">DHS - Anne Arundel County DSS </td> <td class="Salary">$84,229.00 -$109,856.00/ year with potential growth to $136,003.00/ year </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005474-0002" title="Assistant Director for Local General Administrator-25-005474-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002550&R3=0002" class="JobTitle" title="ASSISTANT SECTION MANAGER (REVENUE ADMINISTRATOR VI)-25-002550-0002">ASSISTANT SECTION MANAGER (REVENUE ADMINISTRATOR VI) (Revenue Administration Division) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002550&R3=0002" class="JobNum" title="ASSISTANT SECTION MANAGER (REVENUE ADMINISTRATOR VI)-25-002550-0002">25-002550-0002 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">COMP Revenue Administration A </td> <td class="Salary">$78,919.00 to $102,996.00/ year with the potential to grow up to $127,473.00/ year over time. </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002550-0002" title="ASSISTANT SECTION MANAGER (REVENUE ADMINISTRATOR VI)-25-002550-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001260&R3=0002" class="JobTitle" title="Benefits Coordinator-25-001260-0002">Benefits Coordinator (PERSONNEL ASSOCIATE II) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001260&R3=0002" class="JobNum" title="Benefits Coordinator-25-001260-0002">25-001260-0002 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DHS - Baltimore City DSS </td> <td class="Salary">$44,704.00 - $71,108.00/ year </td> <td>Friday,<br />April 10, 2026 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001260-0002" title="Benefits Coordinator-25-001260-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004082&R3=0004" class="JobTitle" title="CORR Intelligence & Contraband Interdiction Team (CIT) Sergeant-25-004082-0004">CORR Intelligence & Contraband Interdiction Team (CIT) Sergeant </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004082&R3=0004" class="JobNum" title="CORR Intelligence & Contraband Interdiction Team (CIT) Sergeant-25-004082-0004">25-004082-0004 </a> </th> <td class="Locs">Baltimore City<br>Howard<br> </td> <td class="Dept">DPSCS Internal Investigation Unit </td> <td class="Salary">$55,959.00 - $89,771.00/ year </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004082-0004" title="CORR Intelligence & Contraband Interdiction Team (CIT) Sergeant-25-004082-0004">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004077&R3=0001" class="JobTitle" title="CORRECTIONAL MAINTENANCE SERVICES MANAGER II-25-004077-0001">CORRECTIONAL MAINTENANCE SERVICES MANAGER II </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004077&R3=0001" class="JobNum" title="CORRECTIONAL MAINTENANCE SERVICES MANAGER II-25-004077-0001">25-004077-0001 </a> </th> <td class="Locs">Washington County<br> </td> <td class="Dept">DPSCS-Maryland Correctional Institution-Hagerstown </td> <td class="Salary">$76,917.00 - $124,271.00/ year </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004077-0001" title="CORRECTIONAL MAINTENANCE SERVICES MANAGER II-25-004077-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005483&R3=0016" class="JobTitle" title="DEPUTY DIRECTOR (PROGRAM MANAGER SENIOR II)-25-005483-0016">DEPUTY DIRECTOR (PROGRAM MANAGER SENIOR II) (Office of State Financial Innovation) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005483&R3=0016" class="JobNum" title="DEPUTY DIRECTOR (PROGRAM MANAGER SENIOR II)-25-005483-0016">25-005483-0016 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">COMP CITS </td> <td class="Salary">$102,426.00 TO $133,467.00/ year with the potential to grow up to $165,372.00/ year over time </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005483-0016" title="DEPUTY DIRECTOR (PROGRAM MANAGER SENIOR II)-25-005483-0016">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004777&R3=0001" class="JobTitle" title="Director of Engineering & Architecture-25-004777-0001">Director of Engineering & Architecture (DoIT Technology Platform Director III) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004777&R3=0001" class="JobNum IconNew" title="Director of Engineering & Architecture-25-004777-0001">25-004777-0001 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">DoIT Networks Division </td> <td class="Salary">$116,548.00 - $188,528.00/ year </td> <td>Wednesday,<br />April 16, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004777-0001" title="Director of Engineering & Architecture-25-004777-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004924&R3=0004" class="JobTitle" title="DIRECTOR OF HUMAN RESOURCES III-25-004924-0004">DIRECTOR OF HUMAN RESOURCES III (HR DIRECTOR III) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004924&R3=0004" class="JobNum" title="DIRECTOR OF HUMAN RESOURCES III-25-004924-0004">25-004924-0004 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DJS Departmental Support </td> <td class="Salary">$102,426.00 - $165,372.00/ year </td> <td>Tuesday,<br />April 8, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004924-0004" title="DIRECTOR OF HUMAN RESOURCES III-25-004924-0004">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004755&R3=0001" class="JobTitle" title="DoIT End User Support Spec Supervisor-25-004755-0001">DoIT End User Support Spec Supervisor </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004755&R3=0001" class="JobNum IconNew" title="DoIT End User Support Spec Supervisor-25-004755-0001">25-004755-0001 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">DoIT Enterprise Information Systems </td> <td class="Salary">$73,957.00 - $119,492.00/ year </td> <td>Tuesday,<br />April 15, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004755-0001" title="DoIT End User Support Spec Supervisor-25-004755-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004083&R3=0001" class="JobTitle" title="DPSCS- Contraband Interdiction Team (CIT) Lieutenant-25-004083-0001">DPSCS- Contraband Interdiction Team (CIT) Lieutenant </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004083&R3=0001" class="JobNum" title="DPSCS- Contraband Interdiction Team (CIT) Lieutenant-25-004083-0001">25-004083-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DPSCS Internal Investigation Unit </td> <td class="Salary">$63,429.00 - $102,247.00/ year </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004083-0001" title="DPSCS- Contraband Interdiction Team (CIT) Lieutenant-25-004083-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002722&R3=0012" class="JobTitle" title="Early Head Start Advocate-25-002722-0012">Early Head Start Advocate (COORDINATOR SPECIAL PROGRAMS HEALTH SERVICES I) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002722&R3=0012" class="JobNum IconNew" title="Early Head Start Advocate-25-002722-0012">25-002722-0012 </a> </th> <td class="Locs">Talbot<br> </td> <td class="Dept">MDH Local Health - Talbot County </td> <td class="Salary">$50,565.00 - $80,884.00/ year </td> <td>Thursday,<br />April 17, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002722-0012" title="Early Head Start Advocate-25-002722-0012">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005054&R3=0001" class="JobTitle" title="Executive Director of Professional Learning-25-005054-0001">Executive Director of Professional Learning (Director Department of Education) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005054&R3=0001" class="JobNum" title="Executive Director of Professional Learning-25-005054-0001">25-005054-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MSDE - Deputy for Teaching and Learning </td> <td class="Salary">$109,247.00 - $176,552.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005054-0001" title="Executive Director of Professional Learning-25-005054-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004519&R3=0001" class="JobTitle" title="FISCAL ACCOUNTS CLERK, LEAD-25-004519-0001">FISCAL ACCOUNTS CLERK, LEAD (INSURANCE PAYMENT SPECIALIST LEAD) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004519&R3=0001" class="JobNum" title="FISCAL ACCOUNTS CLERK, LEAD-25-004519-0001">25-004519-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Infectious Disease & Environmental Hlth Svcs </td> <td class="Salary">$44,704.00 - $57,588.00/ year, with potential growth to $71,108.00/ year </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004519-0001" title="FISCAL ACCOUNTS CLERK, LEAD-25-004519-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004915&R3=0004" class="JobTitle" title="HR OFFICER I-25-004915-0004">HR OFFICER I </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004915&R3=0004" class="JobNum" title="HR OFFICER I-25-004915-0004">25-004915-0004 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">MDH Spring Grove Hospital Center </td> <td class="Salary">$57,275.00 - $92,108.00/ year </td> <td>Tuesday,<br />April 8, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004915-0004" title="HR OFFICER I-25-004915-0004">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001905&R3=0005" class="JobTitle" title="HUMAN SERVICE SPECIALIST IV-25-001905-0005">HUMAN SERVICE SPECIALIST IV </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001905&R3=0005" class="JobNum" title="HUMAN SERVICE SPECIALIST IV-25-001905-0005">25-001905-0005 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">DHS Family Investment Administration - OHEP </td> <td class="Salary">$57,275.00 - $74,374.00/ year with potential growth to $92,108.00/ year </td> <td>Tuesday,<br />April 8, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001905-0005" title="HUMAN SERVICE SPECIALIST IV-25-001905-0005">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002554&R3=0003" class="JobTitle" title="Low Income Hardship Program Specialist (REVENUE ADMINISTRATOR I)-25-002554-0003">Low Income Hardship Program Specialist (REVENUE ADMINISTRATOR I) (Compliance Division) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002554&R3=0003" class="JobNum" title="Low Income Hardship Program Specialist (REVENUE ADMINISTRATOR I)-25-002554-0003">25-002554-0003 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">COMP Compliance Division </td> <td class="Salary">$57,275.00 - $92,108.00/ year </td> <td>Monday,<br />April 7, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002554-0003" title="Low Income Hardship Program Specialist (REVENUE ADMINISTRATOR I)-25-002554-0003">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001973&R3=0002" class="JobTitle" title="MAINTENANCE CHIEF IV Non-Licensed-25-001973-0002">MAINTENANCE CHIEF IV Non-Licensed (JPPM Maintenance Supervisor) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001973&R3=0002" class="JobNum IconNew" title="MAINTENANCE CHIEF IV Non-Licensed-25-001973-0002">25-001973-0002 </a> </th> <td class="Locs">Calvert<br> </td> <td class="Dept">MDP Museum Services </td> <td class="Salary">$57,275.00 - $92,108.00/ year </td> <td>Friday,<br />April 18, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001973-0002" title="MAINTENANCE CHIEF IV Non-Licensed-25-001973-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002650&R3=0006" class="JobTitle" title="MANAGEMENT ASSOCIATE-25-002650-0006">MANAGEMENT ASSOCIATE </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002650&R3=0006" class="JobNum IconNew" title="MANAGEMENT ASSOCIATE-25-002650-0006">25-002650-0006 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">DNR - Natural Resource Police - General Direction </td> <td class="Salary">$50,565.00 - $80,884.00/ year </td> <td>Tuesday,<br />April 15, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002650-0006" title="MANAGEMENT ASSOCIATE-25-002650-0006">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003799&R3=0001" class="JobTitle" title="MSP Aviation Lead Maintenance Tech I-25-003799-0001">MSP Aviation Lead Maintenance Tech I </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=003799&R3=0001" class="JobNum" title="MSP Aviation Lead Maintenance Tech I-25-003799-0001">25-003799-0001 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">MSP - Support Services Bureau </td> <td class="Salary">$92,808.00 - $136,607.00/ year </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-003799-0001" title="MSP Aviation Lead Maintenance Tech I-25-003799-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001362&R3=0012" class="JobTitle" title="OFFICE SECRETARY III-25-001362-0012">OFFICE SECRETARY III </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001362&R3=0012" class="JobNum" title="OFFICE SECRETARY III-25-001362-0012">25-001362-0012 </a> </th> <td class="Locs">Worcester<br> </td> <td class="Dept">MDH Local Health - Worcester County </td> <td class="Salary">$42,056.00 - $66,759.00/ year </td> <td>Thursday,<br />April 10, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001362-0012" title="OFFICE SECRETARY III-25-001362-0012">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000219&R3=0001" class="JobTitle" title="Peer Recovery Specialist Lead-Advanced, Certified-25-000219-0001">Peer Recovery Specialist Lead-Advanced, Certified (Internal MOPD Employees Only.) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000219&R3=0001" class="JobNum" title="Peer Recovery Specialist Lead-Advanced, Certified-25-000219-0001">25-000219-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">OPD District Operations </td> <td class="Salary">$47,536.00 - $75,820.00/ year </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-000219-0001" title="Peer Recovery Specialist Lead-Advanced, Certified-25-000219-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000983&R3=0002" class="JobTitle" title="RETIREMENT BENEFITS SPECIALIST ADVANCED/ LEAD-25-000983-0002">RETIREMENT BENEFITS SPECIALIST ADVANCED/ LEAD </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000983&R3=0002" class="JobNum IconNew" title="RETIREMENT BENEFITS SPECIALIST ADVANCED/ LEAD-25-000983-0002">25-000983-0002 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">Maryland State Retirement and Pension Systems </td> <td class="Salary">$64,984.00 - $104,954.00/ year </td> <td>Monday,<br />April 14, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-000983-0002" title="RETIREMENT BENEFITS SPECIALIST ADVANCED/ LEAD-25-000983-0002">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001995&R3=0001" class="JobTitle" title="SOCIAL WORK PROGRAM ADMINISTRATOR, HEALTH SERVICES-25-001995-0001">SOCIAL WORK PROGRAM ADMINISTRATOR, HEALTH SERVICES (Director of Licensing & Certifications) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=001995&R3=0001" class="JobNum" title="SOCIAL WORK PROGRAM ADMINISTRATOR, HEALTH SERVICES-25-001995-0001">25-001995-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">MDH Health Professionals Boards and Commissions </td> <td class="Salary">$73,957.00 to $119,492.00/ year </td> <td>Thursday,<br />April 10, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-001995-0001" title="SOCIAL WORK PROGRAM ADMINISTRATOR, HEALTH SERVICES-25-001995-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004583&R3=0001" class="JobTitle" title="SYSTEMS CONTROL ACCOUNTANT MANAGER, COMPTROLLER-25-004583-0001">SYSTEMS CONTROL ACCOUNTANT MANAGER, COMPTROLLER (General Accounting Division) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=004583&R3=0001" class="JobNum" title="SYSTEMS CONTROL ACCOUNTANT MANAGER, COMPTROLLER-25-004583-0001">25-004583-0001 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">COMP General Accounting Division </td> <td class="Salary">$89,913.00 to $117,203.00 with the potential to grow up to $145,151.00/ year over time </td> <td>Monday,<br />April 7, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-004583-0001" title="SYSTEMS CONTROL ACCOUNTANT MANAGER, COMPTROLLER-25-004583-0001">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002587&R3=0024" class="JobTitle" title="TAM Finance Manager-25-002587-0024">TAM Finance Manager (Administrator II) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002587&R3=0024" class="JobNum" title="TAM Finance Manager-25-002587-0024">25-002587-0024 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">Department of Disabilities </td> <td class="Salary">$68,984-$104,954 </td> <td>Friday,<br />April 4, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002587-0024" title="TAM Finance Manager-25-002587-0024">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000387&R3=0001" class="JobTitle" title="Webmaster and SharePoint Administrator-25-000387-0001">Webmaster and SharePoint Administrator (WEBMASTER I) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=000387&R3=0001" class="JobNum" title="Webmaster and SharePoint Administrator-25-000387-0001">25-000387-0001 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">Worker's Compensation Commission </td> <td class="Salary">$69,323.00 - $101,479 with potential growth $112,044.00/ year </td> <td>Wednesday,<br />April 9, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-000387-0001" title="Webmaster and SharePoint Administrator-25-000387-0001">Status</a></td> </tr> </tbody></table> </div> </section> <section class="ListingPanel5"> <div class="containerX"> <div class="PanelCard"> <h2 class="RowHeader" id="EmpDiv51"> Internship Opportunities </h2> <table class="ui-responsive JobListing ListingPanel" data-role="table" id="BeginJobListing5" tabindex="0"> <caption>Internship Opportunities that match the search filter.</caption> <thead><tr class="ColumnHeader"><th class="nowrap w25" scope="col"> <a href="default.asp?orderby=Title&Loc=&Keyword=&KeywordFullText=&OccList=&DeptNumber=&JobType=&CollegeDegreeRequired=&TeleworkAvailable=&SortOrd=" title="Click to sort the results">Job Title</a> </th><th scope="col" class="w10">Work Locations</th><th scope="col" class="w15">Agency</th><th scope="col" class="w20">Salary</th><th scope="col" class="w20"><a href="default.asp?orderby=Deadline&Loc=&Keyword=&KeywordFullText=&OccList=&DeptNumber=&JobType=&CollegeDegreeRequired=&TeleworkAvailable=&SortOrd=" title="Click to sort the results">Filing Deadline</a></th><th scope="col" class="w7">Check Status</th></tr></thead> <tbody> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005302&R3=0003" class="JobTitle" title="Benefits Administration - Summer Intern-25-005302-0003">Benefits Administration - Summer Intern (STUDENT TECHNICAL ASST) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005302&R3=0003" class="JobNum IconNew" title="Benefits Administration - Summer Intern-25-005302-0003">25-005302-0003 </a> </th> <td class="Locs">Baltimore City<br> </td> <td class="Dept">Maryland State Retirement and Pension Systems </td> <td class="Salary">$16.98/ hr. - $19.88/ hr. </td> <td>Friday,<br />April 18, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005302-0003" title="Benefits Administration - Summer Intern-25-005302-0003">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=007003&R3=0002" class="JobTitle" title="MPT Intern-24-007003-0002">MPT Intern </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=007003&R3=0002" class="JobNum" title="MPT Intern-24-007003-0002">24-007003-0002 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">Maryland Public Television </td> <td class="Salary">$0.00 - $0.00/ hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=24-007003-0002" title="MPT Intern-24-007003-0002">Status</a></td> </tr> </tbody></table> </div> </section> <section class="ListingPanel6"> <div class="containerX"> <div class="PanelCard"> <h2 class="RowHeader" id="EmpDiv55"> Seasonal Positions </h2> <table class="ui-responsive JobListing ListingPanel" data-role="table" id="BeginJobListing6" tabindex="0"> <caption>Seasonal Positions that match the search filter.</caption> <thead><tr class="ColumnHeader"><th class="nowrap w25" scope="col"> <a href="default.asp?orderby=Title&Loc=&Keyword=&KeywordFullText=&OccList=&DeptNumber=&JobType=&CollegeDegreeRequired=&TeleworkAvailable=&SortOrd=" title="Click to sort the results">Job Title</a> </th><th scope="col" class="w10">Work Locations</th><th scope="col" class="w15">Agency</th><th scope="col" class="w20">Salary</th><th scope="col" class="w20"><a href="default.asp?orderby=Deadline&Loc=&Keyword=&KeywordFullText=&OccList=&DeptNumber=&JobType=&CollegeDegreeRequired=&TeleworkAvailable=&SortOrd=" title="Click to sort the results">Filing Deadline</a></th><th scope="col" class="w7">Check Status</th></tr></thead> <tbody> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0002" class="JobTitle" title="Seasonal Hourly Shift - Assateague State Park-25-002292-0002">Seasonal Hourly Shift - Assateague State Park (Lifeguard Ocean/ Tidal) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0002" class="JobNum" title="Seasonal Hourly Shift - Assateague State Park-25-002292-0002">25-002292-0002 </a> </th> <td class="Locs">Worcester<br> </td> <td class="Dept">DNR - Maryland Park Service - State Wide Operation </td> <td class="Salary">$19.44+/ hour </td> <td>Thursday,<br />April 24, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002292-0002" title="Seasonal Hourly Shift - Assateague State Park-25-002292-0002">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0003" class="JobTitle" title="Seasonal Hourly Shift - Cedarville, Merkle, & Smallwood SP-25-002292-0003">Seasonal Hourly Shift - Cedarville, Merkle, & Smallwood SP (Multiple Vacancies) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0003" class="JobNum" title="Seasonal Hourly Shift - Cedarville, Merkle, & Smallwood SP-25-002292-0003">25-002292-0003 </a> </th> <td class="Locs">Calvert<br>Charles<br>Prince George's<br> </td> <td class="Dept">DNR - Maryland Park Service - State Wide Operation </td> <td class="Salary">$16.98+/ hour </td> <td>Monday,<br />April 28, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002292-0003" title="Seasonal Hourly Shift - Cedarville, Merkle, & Smallwood SP-25-002292-0003">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0005" class="JobTitle" title="Seasonal Hourly Shift - Cunningham Falls State Park-25-002292-0005">Seasonal Hourly Shift - Cunningham Falls State Park (Lifeguard Lake/ Pool) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0005" class="JobNum" title="Seasonal Hourly Shift - Cunningham Falls State Park-25-002292-0005">25-002292-0005 </a> </th> <td class="Locs">Frederick<br> </td> <td class="Dept">DNR - Maryland Park Service - State Wide Operation </td> <td class="Salary">$17.33+/ hour </td> <td>Thursday,<br />April 24, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002292-0005" title="Seasonal Hourly Shift - Cunningham Falls State Park-25-002292-0005">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0008" class="JobTitle" title="Seasonal Hourly Shift - Dans Mountain State Park-25-002292-0008">Seasonal Hourly Shift - Dans Mountain State Park (Lifeguard Lake/ Pool) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0008" class="JobNum" title="Seasonal Hourly Shift - Dans Mountain State Park-25-002292-0008">25-002292-0008 </a> </th> <td class="Locs">Allegany<br> </td> <td class="Dept">DNR - Maryland Park Service - State Wide Operation </td> <td class="Salary">$17.33+/ hour </td> <td>Thursday,<br />April 24, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002292-0008" title="Seasonal Hourly Shift - Dans Mountain State Park-25-002292-0008">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0012" class="JobTitle" title="Seasonal Hourly Shift - Deep Creek Lake State Park-25-002292-0012">Seasonal Hourly Shift - Deep Creek Lake State Park (Lifeguard Lake/ Pool) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0012" class="JobNum" title="Seasonal Hourly Shift - Deep Creek Lake State Park-25-002292-0012">25-002292-0012 </a> </th> <td class="Locs">Garrett<br> </td> <td class="Dept">DNR - Maryland Park Service - State Wide Operation </td> <td class="Salary">$17.33+/ hour </td> <td>Thursday,<br />April 24, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002292-0012" title="Seasonal Hourly Shift - Deep Creek Lake State Park-25-002292-0012">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0015" class="JobTitle" title="Seasonal Hourly Shift - Fort Frederick and Sideling Hill Creek SP-25-002292-0015">Seasonal Hourly Shift - Fort Frederick and Sideling Hill Creek SP (Multiple Vacancies) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0015" class="JobNum" title="Seasonal Hourly Shift - Fort Frederick and Sideling Hill Creek SP-25-002292-0015">25-002292-0015 </a> </th> <td class="Locs">Washington County<br> </td> <td class="Dept">DNR - Maryland Park Service - State Wide Operation </td> <td class="Salary">$16.98+/ hour </td> <td>Thursday,<br />April 17, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002292-0015" title="Seasonal Hourly Shift - Fort Frederick and Sideling Hill Creek SP-25-002292-0015">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0017" class="JobTitle" title="Seasonal Hourly Shift - Greenbrier State Park-25-002292-0017">Seasonal Hourly Shift - Greenbrier State Park (Lifeguard Lake/ Pool) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0017" class="JobNum" title="Seasonal Hourly Shift - Greenbrier State Park-25-002292-0017">25-002292-0017 </a> </th> <td class="Locs">Frederick<br> </td> <td class="Dept">DNR - Maryland Park Service - State Wide Operation </td> <td class="Salary">$17.33+/ hour </td> <td>Thursday,<br />April 24, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002292-0017" title="Seasonal Hourly Shift - Greenbrier State Park-25-002292-0017">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0019" class="JobTitle" title="Seasonal Hourly Shift - Gunpowder Falls State Park-25-002292-0019">Seasonal Hourly Shift - Gunpowder Falls State Park (Lifeguard Ocean/ Tidal) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0019" class="JobNum" title="Seasonal Hourly Shift - Gunpowder Falls State Park-25-002292-0019">25-002292-0019 </a> </th> <td class="Locs">Baltimore County<br> </td> <td class="Dept">DNR - Maryland Park Service - State Wide Operation </td> <td class="Salary">$19.44+/ hour </td> <td>Thursday,<br />April 24, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002292-0019" title="Seasonal Hourly Shift - Gunpowder Falls State Park-25-002292-0019">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0022" class="JobTitle" title="Seasonal Hourly Shift - Herrington Manor State Park-25-002292-0022">Seasonal Hourly Shift - Herrington Manor State Park (Lifeguard Lake/ Pool) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0022" class="JobNum" title="Seasonal Hourly Shift - Herrington Manor State Park-25-002292-0022">25-002292-0022 </a> </th> <td class="Locs">Garrett<br> </td> <td class="Dept">DNR - Maryland Park Service - State Wide Operation </td> <td class="Salary">$17.33+/ hour </td> <td>Thursday,<br />April 24, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002292-0022" title="Seasonal Hourly Shift - Herrington Manor State Park-25-002292-0022">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0025" class="JobTitle" title="Seasonal Hourly Shift - New Germany State Park-25-002292-0025">Seasonal Hourly Shift - New Germany State Park (Lifeguard Lake/ Pool) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0025" class="JobNum" title="Seasonal Hourly Shift - New Germany State Park-25-002292-0025">25-002292-0025 </a> </th> <td class="Locs">Garrett<br> </td> <td class="Dept">DNR - Maryland Park Service - State Wide Operation </td> <td class="Salary">$17.33+/ hour </td> <td>Thursday,<br />April 24, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002292-0025" title="Seasonal Hourly Shift - New Germany State Park-25-002292-0025">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0029" class="JobTitle" title="Seasonal Hourly Shift - Pocomoke River State Park-25-002292-0029">Seasonal Hourly Shift - Pocomoke River State Park (Lifeguard Lake/ Pool) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0029" class="JobNum" title="Seasonal Hourly Shift - Pocomoke River State Park-25-002292-0029">25-002292-0029 </a> </th> <td class="Locs">Worcester<br> </td> <td class="Dept">DNR - Maryland Park Service - State Wide Operation </td> <td class="Salary">$17.33+/ hour </td> <td>Thursday,<br />April 24, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002292-0029" title="Seasonal Hourly Shift - Pocomoke River State Park-25-002292-0029">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0031" class="JobTitle" title="Seasonal Hourly Shift - Point Lookout State Park-25-002292-0031">Seasonal Hourly Shift - Point Lookout State Park (Lifeguard Ocean/ Tidal) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0031" class="JobNum" title="Seasonal Hourly Shift - Point Lookout State Park-25-002292-0031">25-002292-0031 </a> </th> <td class="Locs">St. Mary's<br> </td> <td class="Dept">DNR - Maryland Park Service - State Wide Operation </td> <td class="Salary">$19.44+/ hour </td> <td>Thursday,<br />April 24, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002292-0031" title="Seasonal Hourly Shift - Point Lookout State Park-25-002292-0031">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0030" class="JobTitle" title="Seasonal Hourly Shift - Point Lookout State Park Complex-25-002292-0030">Seasonal Hourly Shift - Point Lookout State Park Complex (Multiple Vacancies) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0030" class="JobNum" title="Seasonal Hourly Shift - Point Lookout State Park Complex-25-002292-0030">25-002292-0030 </a> </th> <td class="Locs">St. Mary's<br> </td> <td class="Dept">DNR - Maryland Park Service - State Wide Operation </td> <td class="Salary">$16.98+/ hour </td> <td>Friday,<br />April 25, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002292-0030" title="Seasonal Hourly Shift - Point Lookout State Park Complex-25-002292-0030">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0034" class="JobTitle" title="Seasonal Hourly Shift - Rocky Gap State Park-25-002292-0034">Seasonal Hourly Shift - Rocky Gap State Park (Lifeguard Lake/ Pool) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0034" class="JobNum" title="Seasonal Hourly Shift - Rocky Gap State Park-25-002292-0034">25-002292-0034 </a> </th> <td class="Locs">Allegany<br> </td> <td class="Dept">DNR - Maryland Park Service - State Wide Operation </td> <td class="Salary">$17.33+/ hour </td> <td>Thursday,<br />April 24, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002292-0034" title="Seasonal Hourly Shift - Rocky Gap State Park-25-002292-0034">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0036" class="JobTitle" title="Seasonal Hourly Shift - Sandy Point State Park-25-002292-0036">Seasonal Hourly Shift - Sandy Point State Park (Lifeguard Ocean/ Tidal) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=002292&R3=0036" class="JobNum" title="Seasonal Hourly Shift - Sandy Point State Park-25-002292-0036">25-002292-0036 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">DNR - Maryland Park Service - State Wide Operation </td> <td class="Salary">$19.44+/ hour </td> <td>Thursday,<br />April 24, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-002292-0036" title="Seasonal Hourly Shift - Sandy Point State Park-25-002292-0036">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=002292&R3=0103" class="JobTitle" title="Seasonal Hourly Shift - Training Division-24-002292-0103">Seasonal Hourly Shift - Training Division (Administrative Assistant) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=24&R2=002292&R3=0103" class="JobNum" title="Seasonal Hourly Shift - Training Division-24-002292-0103">24-002292-0103 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">DNR - Maryland Park Service - State Wide Operation </td> <td class="Salary">$18.01/ hour </td> <td>Friday,<br />May 2, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=24-002292-0103" title="Seasonal Hourly Shift - Training Division-24-002292-0103">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005361&R3=0001" class="JobTitle" title="Tax Season Temp - Mail Opening, Data Verification, Scanning, Prep-25-005361-0001">Tax Season Temp - Mail Opening, Data Verification, Scanning, Prep (Revenue Administration Division) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005361&R3=0001" class="JobNum IconNew" title="Tax Season Temp - Mail Opening, Data Verification, Scanning, Prep-25-005361-0001">25-005361-0001 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">COMP Revenue Administration C </td> <td class="Salary">$16.00/ hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=25-005361-0001" title="Tax Season Temp - Mail Opening, Data Verification, Scanning, Prep-25-005361-0001">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005361&R3=0007" class="JobTitle" title="TEMPORARY BILINGUAL (SPANISH) BRANCH OFFICE REPRESENTATIVE-25-005361-0007">TEMPORARY BILINGUAL (SPANISH) BRANCH OFFICE REPRESENTATIVE (Taxpayer Services Division) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005361&R3=0007" class="JobNum" title="TEMPORARY BILINGUAL (SPANISH) BRANCH OFFICE REPRESENTATIVE-25-005361-0007">25-005361-0007 </a> </th> <td class="Locs">Anne Arundel<br>Charles<br>Montgomery<br>Prince George's<br> </td> <td class="Dept">COMP Revenue Administration A </td> <td class="Salary">$20.00/ hour </td> <td>Thursday,<br />April 17, 2025 11:59 PM </td> <td><a href="/MD/status.asp?b=&RN=25-005361-0007" title="TEMPORARY BILINGUAL (SPANISH) BRANCH OFFICE REPRESENTATIVE-25-005361-0007">Status</a></td> </tr> <tr class="even"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005361&R3=0008" class="JobTitle" title="Temporary Call Center Representative-25-005361-0008">Temporary Call Center Representative (Compliance Division) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005361&R3=0008" class="JobNum" title="Temporary Call Center Representative-25-005361-0008">25-005361-0008 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">COMP Compliance Division </td> <td class="Salary">$18.00/ hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=25-005361-0008" title="Temporary Call Center Representative-25-005361-0008">Status</a></td> </tr> <tr class="odd"> <th scope="row"><a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005361&R3=0003" class="JobTitle" title="Temporary Call Center Representative (Annapolis)-25-005361-0003">Temporary Call Center Representative (Annapolis) (Taxpayer Services Division) </a> <br> <a href="https://www.jobapscloud.com/MD/sup/bulpreview.asp?b=&R1=25&R2=005361&R3=0003" class="JobNum" title="Temporary Call Center Representative (Annapolis)-25-005361-0003">25-005361-0003 </a> </th> <td class="Locs">Anne Arundel<br> </td> <td class="Dept">COMP Revenue Administration A </td> <td class="Salary">$18.00/ hour </td> <td>Open / Continuous </td> <td><a href="/MD/status.asp?b=&RN=25-005361-0003" title="Temporary Call Center Representative (Annapolis)-25-005361-0003">Status</a></td> </tr> </tbody> </table> </div> </div> </section> <p><a href="#banner" title="Go to top of page">top of page</a></p> <p class="rss-feed"><a href="/MD/rss.asp" class="btn">RSS Feed</a></p> <br class="clear" /> </div> <p class="PoweredBy"> Powered by <a href="https://www.jobapscloud.com" rel="external" title="JobAps website"> <img src="/graphics/jobaps_logo_sm.gif" alt="JobAps"></a> </p> </div> </div> </div> </div> <div class="row-fluid"> <div class="clearfix" id="footer_block"> <div class="span9"> <div id="footer_left"> <div class="cl_base_hNav footerLinks"> <!-- Step 12: Add agency footer links --> <ul> <li><a href="http://dbm.maryland.gov/Pages/ContactUs.aspx">Contact Us</a></li> <li><a href="http://www.maryland.gov/pages/privacy_security.aspx">Privacy</a></li> <li><a href="http://www.maryland.gov/pages/accessibility.aspx">Accessibility</a></li> </ul> </div> <!-- Step 13 : Add agency address and phone --> <p>45 Calvert Street, Annapolis, MD 21401</p> <p>300-301 West Preston Street, Baltimore, MD 21201</p> <p>Toll Free (800) 705-3493</p> </div> </div> <div class="span3"> <div class="clearfix" id="footer_right"> <div class="mdgov_socialNav"> <!-- Step 6 : configure footer social media icons and links --> <ul class="cl_base_hNav cl_socialNav"> <li><a href="http://www.facebook.com/pages/Maryland-State-Jobs/164201969180" class="sm-facebook" title="Facebook">Facebook</a> </li> <li><a href="https://twitter.com/marylandgovjobs" class="sm-twitter" title="Twitter">Twitter</a> </li> <li><a href="https://www.instagram.com/maryland.statejobs" class="sm-instagram" title="Instagram">Instagram</a></li> <!-- <li><a href="#" class="sm-googleplus" title="Google+">Google Plus</a></li>--> <!-- <li><a href="#/" class="sm-youtube" title="YouTube">YouTube</a> </li>--> <!-- <li><a href="#/" class="sm-flickr" title="Flickr">Flickr</a> </li>--> <!-- <li><a href="https://www.pinterest.com/MDStateJobs/" class="sm-pinterest" title="Pinterest">Pinterest</a></li> --> <li><a href="http://www.maryland.gov/pages/social_media.aspx" class="sm-all" title="MD Social Media Directory">Social Media Directory</a> </li> </ul> <!--if no agy social media,replace above UL with code below--> <!--<ul class="cl_base_hNav cl_socialNavDirectory"> <li><a href="http://www.maryland.gov/pages/social_media.aspx" class="sm-directory" title="MD Social Media Directory">MD Social Media Directory</a></li> </ul>--> </div> </div> </div> </div> </div> </div> </div> <script src="/MD/_skin/egov/js/base.js"></script> <!--END JOBAPS SECTION --> <div style="clear: both;"></div> </div> <script type="text/javascript"> <!-- function onEnter( buttonID, evt, frm ) { var keyCode = null; if( evt.which ) { keyCode = evt.which; } else if( evt.keyCode ) { keyCode = evt.keyCode; } if( 13 == keyCode ) { var button = document.getElementById(buttonID); button.click(); return false; } return true; } function doMDSearch() { var q_search = document.getElementById("q_search"); var q = (q_search)? q_search.value : "" ; top.location.href = "http://www.maryland.gov/pages/search.aspx?q=" + q + "&site=dn8mj_3oupc&name=Budget and Management"; } // MAILTO LINK function mailpage() { mail_str = "mailto:?subject=Check out the " + document.title + " page"; mail_str += "&body=I thought you might be interested in the " + document.title + " page at Maryland.gov"; mail_str += ". You can view it at, " + encodeURIComponent(location.href); location.href = mail_str; } // --> </script> <noscript></noscript> <script type="text/javascript" src="/MD/_oec/js/main.js"></script> <noscript><p class="NoScript">Many features of this website require the use of JavaScript.<br>Follow these simple instructions to <a href="http://www.activatejavascript.org" target="_blank">enable JavaScript in your web browser</a>.</p></noscript> <script type="text/javascript"> <!-- // SET PAGE addEvent(window, 'load', goInit); function goInit() { // HIDE THE HELP SUBMIT BUTTON - SHOW BY DEFAULT IF SCRIPT OFF var obj = document.getElementById("HelpDivSubmit"); if (obj) obj.style.display = "none"; // NOTIFY THE USER A NEW WINDOW OPENS obj = document.getElementById("selectName"); if (obj) obj.target = "_blank"; if (obj) obj.title = "Choosing a help topic opens a new window."; // FORM LAYOUT var form = document.getElementById("SearchForm"); if (form) goFormFormat(form) // IF WE HAVE FILTER PARMS SHOW THE SEARCH PANEL var boolSearch; var obj = document.getElementById("Keyword"); if (obj && obj.value != "") boolSearch = true; obj = document.getElementById("Loc"); if (obj && obj.selectedIndex > 0) boolSearch = true; obj = document.getElementById("DeptNumber"); if (obj && obj.selectedIndex > 0) boolSearch = true; obj = document.getElementById("JobType"); if (obj && obj.selectedIndex > 0) boolSearch = true; var obj = document.getElementById("OccList"); if (obj && obj.selectedIndex > 0) boolSearch = true; var obj = document.getElementById("CollegeDegreeRequired"); if (obj && obj.value != "") boolSearch = true; var obj = document.getElementById("TeleworkAvailable"); if (obj && obj.value != "") boolSearch = true; var SearchDivOpen; //if("True" != "") SearchDivOpen = true; if (boolSearch || SearchDivOpen) { // WE HAVE FILTER PARMS SHOW THE FORM ToggleSearchForm(); // SET THE ONFOCUS FOR THE KEYWORD TEXT //var obj3 = document.getElementById("Keyword"); //if( obj3 ) obj3.focus(); // SET THE ONFOCUS FOR THE RESULTS var obj3 = document.getElementById("BeginJobListing"); if (obj3) obj3.focus(); var obj3 = document.getElementById("NoResultsBlock"); if (obj3) obj3.focus(); } // SHOW THE MULTIPLE LINK var obj = document.getElementById("JobCategoryMultiple"); if (obj) obj.style.display = "inline"; } // TOGGLE THE SIZE OF THE JOB CATEGORY function JobCategoryToggle() { var obj = document.getElementById("OccList"); var obj2 = document.getElementById("OccListCount"); var obj3 = document.getElementById("JobCategoryMultiText"); if (!obj || !obj2) return; // TOGGLE THE SIZE if (obj.size > 1) { obj.size = 1; obj.multiple = false; obj.selectedIndex = (obj.selectedIndex == -1) ? 0 : obj.selectedIndex; if (obj3) obj3.style.display = "none"; } else { obj.size = 6; obj.multiple = true; if (obj3) obj3.style.display = "block"; } } function ToggleSearchForm() { var obj = document.getElementById("SearchPanel"); if (!obj) return; obj.style.display = (obj.style.display != "block") ? "block" : "none"; var div = document.getElementById("ToggleRowLink") if (!div) return; div.style.display = "block" } function submitSearch(form) { var obj = document.getElementById("KeywordFullText"); var objK = document.getElementById("Keyword"); var objReset = document.getElementById("Reset"); if (obj && obj.checked && objK && objK.value == "") { alert("In order to perform a search, a word or phrase must be keyed into the Keyword field."); objK.focus(); return false; } if (obj && obj.checked) { if (!confirm("Warning: By using the Keyword checkbox as part of your search criteria, it will take longer for the system to perform the search and display any matching results, if applicable.")) return false; } var objKFT = document.getElementById("KeywordFullText"); var objK = document.getElementById("Keyword"); var objL = document.getElementById("Loc"); var objD = document.getElementById("DeptNumber"); var objJ = document.getElementById("JobType"); var objOCC = document.getElementById("OccList"); var objCDR = document.getElementById("CollegeDegreeRequired"); var objTELE = document.getElementById("TeleworkAvailable"); var sKeyWordFullText = (objKFT && objKFT.checked) ? 1 : 0; var sKeyword = (objK) ? encodeURIComponent(objK.value) : ""; var sLoc = (objL) ? objL.value : ""; var sDeptNumber = (objD) ? objD.value : ""; var sJobType = (objJ) ? objJ.value : ""; var sOccList = ""; var sCDR = (objCDR) ? objCDR.value : ""; var sTELE = (objTELE) ? objTELE.value : ""; if (objOCC) { var selectedArray = new Array(); var count = 0; for (var x = 1; x < objOCC.options.length; x++) { if (objOCC.options[x].selected) { selectedArray[count++] = objOCC.options[x].value; } } sOccList = selectedArray.toString(); } // SET THE LOCATION WITH SEARCH VALUES SO THE FORM DOESN'T PROMPT TO REFRESH WHEN NAVIGATING BACK top.location.replace("https://www.jobapscloud.com/MD/?Keyword=" + sKeyword + "&Loc=" + sLoc + "&DeptNumber=" + sDeptNumber + "&OccList=" + sOccList + "&JobType=" + sJobType + "&CollegeDegreeRequired=" + sCDR + "&TeleworkAvailable=" + sTELE + "&KeywordFullText=" + sKeyWordFullText); // DON'T SUBMIT THE FORM return false; //return true; } var newwindow = null function helpWindow(anchor) { var obj2 = document.getElementById("HelpTopic"); if (!obj2) return; var anchor = obj2.options[obj2.selectedIndex].value; if (anchor == "") anchor = 'HelpTopics.asp#'; var strURl = anchor; window.open(strURl); return; newwindow = window.open("/MD/HelpTopics.asp#" + anchor, "HelpTopics", "toolbar=no,location=no,dependent=yes,resizable=yes,alwaysRaised=yes,scrollbars=yes,directories=no,height=400,width=550"); if (newwindow != null) newwindow.focus(); } function resetSearch(form) { for (i = 0; i < form.elements.length; i++) { if (!(form.elements[i].type == "submit" || form.elements[i].type == "button")) { if (form.elements[i].type == "text") { form.elements[i].value = "" } else if (form.elements[i].type == "radio") { form.elements[i].checked = false; } else if (form.elements[i].type == "checkbox") { form.elements[i].checked = false; } else if (form.elements[i].type == "select" || form.elements[i].type == "select-one" || form.elements[i].type == "select-multiple") { form.elements[i].selectedIndex = 0; } } } } --> </script> </div> </body> </html>