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 Home
- 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
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
Flood Evacuation Info Sign up for Emergency Alerts
Overview
Our mission is to reduce the loss of life and property and protect the people of Osceola County through a comprehensive, all hazards emergency management system of prevention, preparedness, response, recovery and mitigation.
Learn about the Osceola County Comprehensive Emergency Management Plan, approved by the Board of County Commissioners in May 2021, here..
Message from the Director
Welcome to your Osceola County, Florida Emergency Management Website. As the Director of Emergency Management for Osceola County, I have the privilege and responsibility to work with Emergency Management staff and many great partners across the county and the state to develop and maintain a world-class emergency management program for Osceola County.
The concept for handling all disasters, both natural and manmade and their consequences is called Comprehensive Emergency Management. Osceola County has built a robust Comprehensive Emergency Management Program over the years, and the program continues to evolve as the demographics and dynamics of our community and the threats that we face evolve.
The goal of Emergency Management is to save lives, prevent injuries, and to protect property and the environment if an emergency occurs. Our mission includes the development and coordination of the County's whole community approach to Emergency Management, enabling effective preparation for efficient response and recovery from all hazards that face our community in order to save lives, reduce human suffering and economic loss. To accomplish this, the Office of Emergency Management:
- Develops plans and procedures to ensure the highest levels of mitigation, planning, preparedness, response and recovery
- Organizes staff, communities, volunteers and business efforts prior to, during and after a disaster. Equips first responders and community response teams with tools and equipment that may be needed to respond to and recover from a disaster
- Maintains a comprehensive, risk-based, multi-hazard emergency management training program
- Conducts a variety of exercises designed to evaluate and improve the county and our partner’s ability to respond and recover from a disaster
Emergency Management planning begins with you and your family, starting at home, preparing for all types of disasters. I encourage residents to follow these steps in preparing for a disaster
- Plan Ahead – Know what types of disasters could affect our county. Establish a family communication plan. What is my evacuation and shelter plan?
- Build a Kit – Be prepared for at least 7 daysof food, water, medications for your family.
- Stay informed – Sign-up for our Alert Osceola reverse 911 and emergency text/email system at Alertosceola.org. This notification is used for major emergencies, boil water notices, and other public safety alerts.
- Take Action – Learn First Aid, Connect with a volunteer organization to assist after a disaster.
On this site you will find many useful links and information that explain how you can become better prepared in case of a disaster, be it an act of nature or a man-made incident. Please use the information provided to come up with a plan for yourself and your family.
If you have any questions or concerns that are not answered on this website please feel free to contact me at Bill.Litton@osceola.org or 407-742-9000.
Thank you.
Bill Litton, FPEM, CEM
Director
Osceola County Office of Emergency Management
Connect with us!
'; sFAQ_HTML += '
'; sFAQ_HTML += '<' + 'a class="faq-toggle" data-toggle="collapse" data-parent="#accordion-5653" 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=5653', 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); }