Osceola
Osceola County
- BoardMeetings
- Services
- Commissioners'Corner
- Home
- How Do I
-
Apply For...
- A Building Permit
- County Job Opportunities
Find...
- A County Boat Ramp
- A County Park
- A Library
- A Recycling Center
- An Emergency Shelter
- Corrections Frequently Asked Questions
- County Maps
Get...
- A License for My Pet
- A Marriage License
- The MyOsceola Mobile App
Learn About...
- Adopting a Pet
- Doing Business with the County
- My Flood Zone
- Recycling
- Section 8 Program
Pay...
- A Permit Fee
- A Red Light Camera Fine
- Vehicle Tags/Registration
Register...
Report...
- A Complaint
- A Road Problem
- Criminal Activity
- Wage Recovery
- Water Pollution
View...
- A Permit in Process
- County Charter
- County Maps
- County Policies
- Court Records
- Current Inmate List with Bond Information
- Daily Arrest Report
- Property Records
- Public Notices
-
- AboutOsceola
Home | | Emergency Management | Comprehensive Emergency Management Plan
- Emergency Management Home
- Emergency Orders
- Alert Osceola
- Local Mitigation Strategy
- Comprehensive Emergency Management Plan
- Announcements
- Links
- Partners
- EM Staff
- Response
- Flooding Info
- Hazards
- Health Care Facility Emergency Management
- Hurricane Center
- Intern and Volunteer Center
- Shelters
- Preparation
- Situation Map
- Special Needs Program
Flood Evacuation
Emergency Management - Main Office
Hours
M - F: 8am - 5pm
Email
emdo@osceola.org
Phone
(407) 742-9000
Address
2586 Partin Settlement Road
Kissimmee, FL 34744
Contact Us
The Osceola County Comprehensive Emergency Management Plan wasapproved by the Board of County Commissioners in May 2021. The plan is approved by the State of Florida as required by the Florida Administrative Code, Rule 27P supported by Florida State Statute 252.
The plan's framework provides direction on when to activate and how to operate the County's Emergency Operations Center (EOC) in an event of a disaster.
The Comprehensive Emergency Management Plan (CEMP) contains annexes and appendices. One of these is the Terrorism Annex. This annex is protected and not available to the general public. However, we want you to be aware that this plan does exist.
An additional annex to the Plan is the Pandemic Influenza Community Plan. This plan was written in a collaborative fashion with many of the partners and city representatives directly involved. This plan outlines the basic actions required to support the community should a pandemic event occur, regardless of the origin.
*The Comprehensive Emergency Management Plan may be obtained by submitting aPublic Records Request.
'; sFAQ_HTML += '
'; sFAQ_HTML += '<' + 'a class="faq-toggle" data-toggle="collapse" data-parent="#accordion-17997" href="#' + e.calendar_entry_id + '">'; sFAQ_HTML += '
'; sFAQ_HTML += ''; sFAQ_HTML += '
'; sFAQ_HTML += '
'; sFAQ_HTML += '
'; sFAQ_HTML += '
' + e.answer + '
'; sFAQ_HTML += '
'; } else { sFAQ_HTML += '
' + e.question + '
'; } }); sFAQ_HTML += '
'; $('#faq').html(sFAQ_HTML); $('#faq').removeAttr('style'); $('.faq-toggle').click(function() { var $icon = $(this).closest('.panel').find('i'); if ($icon.hasClass('fa-angle-down')) { $icon.removeClass('fa-angle-down'); $icon.addClass('fa-angle-up'); } else { $icon.removeClass('fa-angle-up'); $icon.addClass('fa-angle-down'); } }); } }); $.getJSON('/resources/json/mapped_assets.php?asset_file_id=17997', function(data) { if (data.images) { var sHTML_Image = '
'; $.each(data.images, function(i, e) { if (e.title) { sHTML_Image += ''; } else { sHTML_Image += ''; } }); sHTML_Image += '
'; $('#images').html(sHTML_Image); $('#images').removeAttr('style'); $('#images').fancygallery({navigation: 'pagination', titleHoverEffect: 'none', rowOffset: 25, thumbWidth: 110, thumbHeight: 75}); } if (data.documents) { if (data.documents.length >= 1) { sHTML_Doc = '
Documents
Click on the document(s) below to view.
'; } else { sHTML_Doc = ''; } nDocInc = 0; $.each(sortJSON(data.documents, "display_rank"), function(i, e) {var descript = "";var showmethedoc = true;if(e.description){descript = e.description;if(e.description.indexOf("|||") !== -1){ var enddate = new Date(e.description.split("|||")[1]);descript = e.description.split("|||")[0]; if(enddate < new Date()) { showmethedoc = false; }}}if(showmethedoc){ var sIconURL = ''; if (e.url.toLowerCase().indexOf('.pdf') !== -1) { sIconURL = '/resources/img/fileicons/PDF_32x32.png'; sFileTag = ''; } else if (e.url.toLowerCase().indexOf('.doc') !== -1) { sIconURL = '/resources/img/fileicons/word_32x32.png'; sFileTag = ''; } else if (e.url.toLowerCase().indexOf('.ppt') !== -1) { sIconURL = '/resources/img/fileicons/jt-icon-ppt.png'; sFileTag = ''; } else if (e.url.toLowerCase().indexOf('.xls') !== -1) { sIconURL = '/resources/img/fileicons/jt-icon-excel.png'; sFileTag = ''; } else { sFileTag = ''; } if (nDocInc === 0 || nDocInc % 2 === 0) { sHTML_Doc += '
'; } sHTML_Doc += '
'; sHTML_Doc += '
<' + 'a href="' + e.url + '">' + sFileTag + '
'; if (e.title) { sHTML_Doc += '
<' + 'a target="blank" href="' + e.url + '">' + e.title + '
'; } else { sHTML_Doc += '
<' + 'a target="blank" href="' + e.url + '">' + e.name + '
'; } if (e.description) { sHTML_Doc += '
' + descript + '
'; } if (e.publish_date) { var oDocDate = timeConverter(e.publish_date); sHTML_Doc += '
' + oDocDate.month + ' ' + oDocDate.date + ', ' + oDocDate.year + '
'; } sHTML_Doc += '
'; if (nDocInc % 2 !== 0) { sHTML_Doc += '
'; } nDocInc++;} }); $('#docs').html(sHTML_Doc); $('#docs').removeAttr('style'); } }); function timeConverter(UNIX_timestamp) { var a = new Date(UNIX_timestamp * 1000); var date = {}; var months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']; date.year = a.getFullYear(); date.month = months[a.getMonth()]; date.date = a.getDate(); date.hour = a.getHours(); date.min = a.getMinutes(); date.sec = a.getSeconds(); return date; } });
'; sMapListHTML += '
'; sMapListHTML += '
'; sMapListHTML += '
'; sMapListHTML += '
'; sMapListHTML += '
'; if (e.addressstreet1 || e.contactphone1 || e.contacthours) { sMapListHTML += '
'; } else { sMapListHTML += '
'; } sMapListHTML += '
'; if (e.addressstreet1) { sMapListHTML += e.addressstreet1; } if (e.addressstreet2) { sMapListHTML += '
' + e.addressstreet2; } if (e.addresscity && e.addressstate && e.addresszipcode) { sMapListHTML += '
' + e.addresscity + ', '; sMapListHTML += e.addressstate + ' '; sMapListHTML += e.addresszipcode; } sMapListHTML += '
'; if (e.contactphone1) { sMapListHTML += '
'; sMapListHTML += 'Phone: ' + e.contactphone1 + ''; sMapListHTML += '
'; } if (e.contactemail) { sMapListHTML += '
'; sMapListHTML += 'Email: ' + e.contactemail + ''; sMapListHTML += '
'; } if (e.website) { sMapListHTML += '
'; sMapListHTML += 'Website: ' + e.website + ''; sMapListHTML += '
'; } if (e.contacthours) { sMapListHTML += '
'; sMapListHTML += 'Hours: ' + e.contacthours; sMapListHTML += '
'; } sMapListHTML += '
'; if (e.addressstreet1 || e.contactphone1 || e.contacthours) { sMapListHTML += '
'; sMapListHTML += 'View Map'; sMapListHTML += 'Directions'; sMapListHTML += '
'; } sMapListHTML += '
'; sMapListHTML += '
'; nLocCount++; }); sMapListHTML += '
'; $('#map-list').show(); $('#map-list').html(sMapListHTML); $('#map-list').before('
Locations List
'); // var oLocationEntryMap = new google.maps.Map(document.getElementById('map-canvas-0'), oMapOptions); $(document).ready(function() { // $(window).load(function() { var nApplyMapCount = 0; }); }var joekml = false; function renderMapView(oInput) { $('#map-canvas').show(); $('#map-canvas').before('
Locations Map
'); var nLat = 28.1787611; var nLng = -81.1527937; var oMapCenterLatLng = new google.maps.LatLng(nLat, nLng); var oBounds = new google.maps.LatLngBounds(); var oMapOptions = { center: oMapCenterLatLng, zoom: 9 }; map = new google.maps.Map(document.getElementById('map-canvas'), oMapOptions); var sMapViewHTML = '
'; var i = 0; $.each(oInput, function(i, e) { var oMarkerLatLng = new google.maps.LatLng(e.lat, e.lng); oBounds.extend(oMarkerLatLng); //debugger; //map.fitBounds(oBounds); //console.log(e.lat + ", " + e.lng); var sInfoWindowContent = ''; sInfoWindowContent += e.name + ' '; if (e.addressstreet1) { sInfoWindowContent += '
' + e.addressstreet1; } if (e.addressstreet2) { sInfoWindowContent += '
' + e.addressstreet2; } if (e.addresscity) { sInfoWindowContent += '
'; sInfoWindowContent += e.addresscity + ', ' + e.addressstate; if (e.addresszipcode) { sInfoWindowContent += ' ' + e.addresszipcode; } } var oInfoWindow = new google.maps.InfoWindow({content: sInfoWindowContent, maxWidth: 200}); var marker = new google.maps.Marker({ map: map, position: oMarkerLatLng, title: e.name }); google.maps.event.addListener(marker, 'click', function() { nCurrentZoomLevel = map.getZoom(); map.setZoom(nCurrentZoomLevel + 1); map.setCenter(marker.getPosition()); }); google.maps.event.addListener(marker, 'mouseover', function() { oInfoWindow.open(map, marker); }); google.maps.event.addListener(marker, 'mouseout', function() { oInfoWindow.close(map, marker); }); if (e.kml_path && !joekml) { var ctaLayer = new google.maps.KmlLayer({ url: 'http://osceola.solodev.net' + e.kml_path }); ctaLayer.setMap(map);joekml = true; } if (e.url) { e.url = '/locations' + e.url.replace("/locations",""); } if (e.detailURL) { e.url = e.detailURL; } if (i === 0) { // '
'; } if (i % 2 === 0 && i !== 0) { sMapViewHTML += '
'; } sMapViewHTML += '
'; sMapViewHTML += '
'; if (e.addressstreet1) { sMapViewHTML += '
'; if (e.image_url) { sMapViewHTML += ''; } else { sMapViewHTML += ''; } sMapViewHTML += '
'; sMapViewHTML += '
'; sMapViewHTML += '
'; sMapViewHTML += ''; sMapViewHTML += e.name; sMapViewHTML += ''; sMapViewHTML += '
'; sMapViewHTML += '
'; sMapViewHTML += '
'; if (e.addressstreet1) { sMapViewHTML += e.addressstreet1; } if (e.addressstreet2) { sMapViewHTML += '
' + e.addressstreet2; } if (e.addresscity) { sMapViewHTML += '
'; sMapViewHTML += e.addresscity + ', ' + e.addressstate; if (e.addresszipcode) { sMapViewHTML += ' ' + e.addresszipcode; } } sMapViewHTML += '
'; sMapViewHTML += '
'; sMapViewHTML += '
'; sMapViewHTML += 'Get Directions'; sMapViewHTML += '
'; } else { /* sMapViewHTML += '
'; // sMapViewHTML += ''; sMapViewHTML += ''; sMapViewHTML += '
'; sMapViewHTML += '
'; sMapViewHTML += '
'; sMapViewHTML += ''; sMapViewHTML += e.name; sMapViewHTML += ''; sMapViewHTML += '
'; */ } sMapViewHTML += '
'; i++; });//map.initialZoom = true;//map.fitBounds(oBounds);//google.maps.event.addListenerOnce(map, 'idle', function() { map.fitBounds(oBounds); }); sMapViewHTML += '
'; $('#map-canvas-list').show(); $('#map-canvas-list').html(sMapViewHTML);//map.fitBounds(oBounds, 10); }