Emergency Management/Homeland Security


Contact Information


Coordinator

Mandy Bieber

Email: 

coordinator@delawarecountyema.com

Address

Management/Homeland

Security Office

1225 W Howard St Manchester, IA 52057

Hours

Monday - Friday

8:00 am - 4:30 pm


Phone 

(563927-3723  
 


Delaware County Critical Alerts

Mission Statement

The Delaware County Emergency Management Agency will ensure, through coordination with County and Local stakeholders that the county is prepared to respond to, and recover from, all

natural and man-made emergencies.

 

This office will provide the leadership and support to reduce the loss of life and property through an all-hazards emergency management program of mitigation, preparedness, response, and recovery throughout Delaware County.

Our Vision
Our Goals
var menu_items = document.getElementsByClassName("moto-widget-menu-link"); for(var i = 0; i < menu_items.length; i++) { if(menu_items[i].innerHTML==="ER") { menu_items[i].innerHTML = ""; menu_items[i].style.color = "red"; menu_items[i].style.fontWeight = "bold"; } else if(menu_items[i].innerHTML==="Page County Landfill") { menu_items[i].innerHTML = "Page County Landfill "; } else if(menu_items[i].innerHTML==="IDHS") { menu_items[i].innerHTML = "IDHS "; } else if(menu_items[i].innerHTML==="General Relief Assistance") { menu_items[i].innerHTML = "General Relief Assistance "; } else if(menu_items[i].innerHTML==="Assessment Data") { menu_items[i].innerHTML = "Assessment Data "; } else if(menu_items[i].innerHTML==="Latest Iowa AMBER Alert") { menu_items[i].style.color = "orange"; menu_items[i].style.fontWeight = "bold"; } else if(menu_items[i].innerHTML==="Documents and Forms") { menu_items[i].innerHTML = "Documents and Forms "; }else if(menu_items[i].innerHTML==="Policies") { menu_items[i].innerHTML = "Policies "; }else if(menu_items[i].innerHTML==="Ordinances") { menu_items[i].innerHTML = "Ordinances "; } else if(menu_items[i].innerHTML==="Certified Record Copies") { menu_items[i].innerHTML = "Certified Record Copies "; } else if(menu_items[i].innerHTML==="Conservation") { menu_items[i].innerHTML = "Conservation "; } else if(menu_items[i].innerHTML==="Documents, Forms and Sales") { menu_items[i].innerHTML = "Documents, Forms and Sales "; } } var all_elements = document.querySelectorAll("p"); console.debug(all_elements.length + " elements on this page to check."); var startTime = (new Date).getTime() for(var i = 0; i < all_elements.length; i++) { var innerHTML = all_elements[i].innerHTML; //Get the innerHtml const regex = /((PHONE:)|(PHONE\sNUMBER:))[\s\" "]+[\+]?[(]?[0-9]{3}[)]?[-\s\.]?[0-9]{3}[-\s\.]?[0-9]{4,6}/gmi; //Phone number regex format const numberRegex = /[\+]?[(]?[0-9]{3}[)]?[-\s\.]?[0-9]{3}[-\s\.]?[0-9]{4,6}/gmi; var matches = innerHTML.match(regex); var numMatches = Array(); if(matches != null) { for(var j = 0; j < matches.length; j++) { numMatches = matches[j].match(numberRegex); } } if(numMatches != null) { for(var j = 0; j < numMatches.length; j++) { var phone_anchor = "" + numMatches[j] + "​​​​​​​  "; all_elements[i].innerHTML = all_elements[i].innerHTML.replace(numMatches[j], phone_anchor); } } }