Find Jobs
Find Jobs Near You – Available Work in Your Location
Regional Director of Nursing (81307)
Job Description
Regional Director of Nursing (81307)
Starting salary: $150,000 depending on years of experience Centurion is proud to be the provider of comprehensive services to the Maryland Department of Public Safety and Correctional Services. We are currently seeking a Full-time Regional Director of Nursing to support our team in Hagerstown, Maryland. The Regional Director of Nursing (incarcerated) is responsible for directing the full nursing team in their roles as senior members of multidisciplinary treatment teams to develop, implement, evaluate, and supervise all nursing services and associated administrative and operational activities. This person will communicate with team members individually, at team meetings and with written documentation and ensure that patient care orders are followed correctly and in compliance with federal, state, Centurion and facility rules, policies, procedures, standards, regulations, and statutes. Graduate of an accredited school of nursing with current, unrestricted and non-probationary registered nurse licensure status Bachelor's Degree in nursing or related field required Master's Degree in nursing or related field preferred Progressive experience in nursing care with a minimum of five years of supervisory experience preferred Experience in examining operations, formulating, developing and implementing new strategies and procedures preferred Corrections, forensics or criminal justice experience preferred Must be appropriately and actively certified in Cardio-Pulmonary Resuscitation (CPR)/ BLS Ability to obtain a security clearance, to include drug screen and criminal background check Available shift: Full time We offer excellent compensation and comprehensive benefits for our full-time team members including: Health, dental, vision, disability and life insurance 401(k) with company match Generous paid time off Paid holidays Employer Research
$(document).ready(function () {
var html = $('#ctl00_Main_content_ucEmployerInfoCollapse_container_span').html();
var ctl00_Main_content_ucEmployerInfoCollapse_legend = $('#ctl00_Main_content_divPnlEmployerInfo0').find('legend');
var legendContainerID = '';
if (legendContainerID.length > 0) {
ctl00_Main_content_ucEmployerInfoCollapse_legend = $('#' + legendContainerID).find('legend')[0];
}
else {
if (typeof ctl00_Main_content_ucEmployerInfoCollapse_legend === "undefined" || $(ctl00_Main_content_ucEmployerInfoCollapse_legend).length == 0) {
// We didn't find the legend inside the control we're controlling. Look up one level, and only one level, in the DOM.
var count = 0;
$('#ctl00_Main_content_divPnlEmployerInfo0').parent().find('legend').each(function () { count++; });
if (count > 1) {
// Too many legend elements. Need to investigate and may not be able to use this control.
console.log('Too many legend elements. For now, take the first and hope for the best.');
//return;
}
ctl00_Main_content_ucEmployerInfoCollapse_legend = $('#ctl00_Main_content_divPnlEmployerInfo0').parent().find('legend')[0];
}
if (typeof ctl00_Main_content_ucEmployerInfoCollapse_legend === "undefined" || $(ctl00_Main_content_ucEmployerInfoCollapse_legend).length == 0) {
// If we get , we can't find the legend. Need to investigate and may not be able to use this control.
console.log('No legend elements.');
return;
}
}
//var legendText = $(ctl00_Main_content_ucEmployerInfoCollapse_legend).html();
//$(ctl00_Main_content_ucEmployerInfoCollapse_legend).html(' ' + legendText + ' ');
$(ctl00_Main_content_ucEmployerInfoCollapse_legend).before(html).addClass('jo-legend js-no-ada');//.after(" ");
if ($('#ctl00_Main_content_divPnlEmployerInfo0').hasClass('tog')) {
$('#ctl00_Main_content_ucEmployerInfoCollapse_caret_span').addClass('fa-caret-right');
$('#ctl00_Main_content_ucEmployerInfoCollapse_caret_span').removeClass('fa-caret-down');
$('#ctl00_Main_content_ucEmployerInfoCollapse_caret_span').attr('aria-expanded', 'false');
}
else {
if ($('#ctl00_Main_content_divPnlEmployerInfo0').closest('.fset').hasClass('fset-tog')) {
$('#ctl00_Main_content_divPnlEmployerInfo0').closest('.fset').removeClass('fset-tog');
}
$('#ctl00_Main_content_ucEmployerInfoCollapse_caret_span').removeClass('fa-caret-right');
$('#ctl00_Main_content_ucEmployerInfoCollapse_caret_span').addClass('fa-caret-down');
$('#ctl00_Main_content_ucEmployerInfoCollapse_caret_span').attr('aria-expanded', 'true');
}
$('#ctl00_Main_content_ucEmployerInfoCollapse_container_span').remove();
if ('FALSE' == 'TRUE') { if (!$('#ctl00_Main_content_divPnlEmployerInfo0').hasClass('tog')) {
$('#ctl00_Main_content_divPnlEmployerInfo0').closest('.fset').addClass('fset-tog');
} else {
$('#ctl00_Main_content_divPnlEmployerInfo0').closest('.fset').removeClass('fset-tog');
}
if (!$('#ctl00_Main_content_divPnlEmployerInfo0').closest('.fset').hasClass('fset-tog')) {
$('#ctl00_Main_content_divPnlEmployerInfo0').closest('.fset').addClass('fset-tog');
} else {
$('#ctl00_Main_content_divPnlEmployerInfo0').closest('.fset').removeClass('fset-tog');
}
}
// Add onclick to previous fieldset -> legend tag, but we have to wait for SetAdaInstructions() to have run completely.
setTimeout(function () {
var ele = $('#ctl00_Main_content_ucEmployerInfoCollapse_caret_span').closest("fieldset").find("legend");
if (ele ele.length > 0) {
ele.attr("onclick", "ctl00_Main_content_ucEmployerInfoCollapseToggleMe('ctl00_Main_content_divPnlEmployerInfo0', 'ctl00_Main_content_ucEmployerInfoCollapse_caret_span')");
ele.attr("onkeydown", "if (event.key === 'Enter' || event.key === ' ') {ctl00_Main_content_ucEmployerInfoCollapseToggleMe('ctl00_Main_content_divPnlEmployerInfo0', 'ctl00_Main_content_ucEmployerInfoCollapse_caret_span'); return false;}");
ele.css("cursor", "pointer");
}
var caret = $('#ctl00_Main_content_ucEmployerInfoCollapse_caret_span').closest("fieldset").find(".gsi-collapse-control");
if (caret caret.length > 0) {
caret.attr("onclick", "ctl00_Main_content_ucEmployerInfoCollapseToggleMe('ctl00_Main_content_divPnlEmployerInfo0', 'ctl00_Main_content_ucEmployerInfoCollapse_caret_span')");
caret.attr("onkeydown", "if (event.key === 'Enter' || event.key === ' ') {ctl00_Main_content_ucEmployerInfoCollapseToggleMe('ctl00_Main_content_divPnlEmployerInfo0', 'ctl00_Main_content_ucEmployerInfoCollapse_caret_span'); return false;}");
caret.css("cursor", "pointer");
}
}, 2000);
});
function ctl00_Main_content_ucEmployerInfoCollapseOpen(controlId, spanId) {
if ($('#' + controlId).hasClass('tog')) {
$('#' + controlId).removeClass('tog')
}
if ($('#' + spanId).hasClass('fa-caret-right')) {
$('#' + spanId).removeClass('fa-caret-right');
$('#' + spanId).addClass('fa-caret-down');
$(window).scroll(); // trigger scroll event in case the section needs to fire an update panel
}
if ($('#' + controlId).closest('.fset').hasClass('fset-tog')) {
$('#' + controlId).closest('.fset').removeClass('fset-tog');
}
}
function ctl00_Main_content_ucEmployerInfoCollapseClose(controlId, spanId) {
if (!$('#' + controlId).hasClass('tog')) {
$('#' + controlId).addClass('tog')
}
if (!$('#' + spanId).hasClass('fa-caret-right')) {
$('#' + spanId).addClass('fa-caret-right');
$('#' + spanId).removeClass('fa-caret-down');
}
if (!$('#' + controlId).closest('.fset').hasClass('fset-tog')) {
$('#' + controlId).closest('.fset').addClass('fset-tog');
}
}
function ctl00_Main_content_ucEmployerInfoCollapseToggleMe(controlId, spanId) { var username = 'GUEST';
var hidstate = 'false';
$('#' + controlId).toggleClass('tog');
if ($('#' + controlId).hasClass('tog')) {
if (!$('#' + controlId).closest('.fset').hasClass('fset-tog')) {
$('#' + controlId).closest('.fset').addClass('fset-tog');
}
}
else {
if ($('#' + controlId).closest('.fset').hasClass('fset-tog')) {
$('#' + controlId).closest('.fset').removeClass('fset-tog');
}
}
if ($('#' + spanId).hasClass('fa-caret-right')) {
$('#' + spanId).removeClass('fa-caret-right');
$('#' + spanId).addClass('fa-caret-down');
$(window).scroll(); // trigger scroll event in case the section needs to fire an update panel
}
else {
$('#' + spanId).addClass('fa-caret-right');
$('#' + spanId).removeClass('fa-caret-down');
hidstate = 'true';
}
if ('TRUE' == 'TRUE') {
var preflabel = 'divPnlEmployerInfo0';
var myarray = window.location.href.split("/vosnet/");
var path = myarray[0];
var req = $.ajax({
url: path + '/vosnet/Handlers/JobBanks/JobdetailsToggle.ashx?v22=1&panel=' + preflabel + '&state=' + hidstate + '&username=' + username,
data
Type:
'text',
method: 'POST'
});
req.done(function (msg) {
strResponse = msg;
console.log(strResponse);
});
req.fail(function (xhr, textStatus, errorThrown) {
console.log("
Error:
" + errorThrown)
});
}
if (typeof ResizePlaceholderDivs === "function") {
ResizePlaceholderDivs();
}
ADAExpandState(spanId);
}
function ctl00_Main_content_ucEmployerInfoCollapsehandleEnter(e, controlId, spanId) {
if (e.keyCode === 13) {
document.activeElement.click();
}
}
Help for Employer Information. Opens a new window.
Centurion Health
Social Links
Connect withCenturion Health
.svg_baseWhite{fill:#FFFFFF;}.svg_altColor_dk{fill:#6699BC;}
.svg_baseWhite{fill:#FFFFFF;}.svg_altColor_dk{fill:#6699BC;}
.svg_baseWhite{fill:#FFFFFF;}.svg_altColor_dk{fill:#6699BC;}
Benefits
- Paid Time Off (PTO)
- 401(k) Plans
- Health Insurance
- Dental Insurance