Common Facilities District Center (2024)

  • Common Facilities District Center
  • Crescent Lakes CFD
  • Indian Creek CFD
  • Indian Point CFD
  • Indian Ridge Villas CFD
  • Dissolved CFDs

Common Facilities District Contact

Hours
M - F: 8am - 5pm

Email
CFD@Osceola.org

Phone
407-742-1800

Address

1 Courthouse Square,
Suite 2100

Kissimmee, FL 34741

Contact Us

A common facilities district is a government entity under the jurisdiction of Osceola County and the laws of the State of Florida. These CFDs are made up of homeowners of their defined areas. They are tasked with enhancing the standard of living for their residents and maintaining their common grounds and facilities.

The following are a list of common facilities district websites that have been created to help local residents learn more about their own CFD.

  • Crescent Lakes CFD
  • Indian Creek CFD
  • Indian Point CFD
  • Indian Ridge Villas CFD

Master Documents

CFD Master Ordinance 2014-124-Aug 4, 2014

CFD Master Ordinance No. 12-17-Aug 7, 2014

CFD Master Ordinance No. 11-03-Aug 7, 2014

CFD Master Ordinance No. 08-13-Aug 7, 2014

CFD Master Ordinance No. 07-27-Aug 7, 2014

CFD Master Ordinance No. 08-10-Aug 7, 2014

CFD Master Ordinance 06-44-Aug 7, 2014

'; sHTML_Events += '

'; if (e.url){ e.url = e.url.replace('/events', ''); } if (e.event_title) { sHTML_Events += '

<' + 'a href="/events' + e.url + '">' + e.event_title + '

'; } else { sHTML_Events += '

<' + 'a href="/events' + e.url + '">' + e.name + '

'; }if(e.location_room == null) e.location_room = ""; sHTML_Events += '

' + e.location_room + '
' + e.location_address + '

'; if (e.datasource_type === 'Sire' && e.hasVideo === 1) { sHTML_Events += ' Video Scheduled'; } sHTML_Events += '

'; }); $('#events').html(sHTML_Events); $('#events').removeAttr('style'); } }); var sFAQWhere = "disabled is null OR disabled != '1'"; sFAQWhere = encodeURIComponent(sFAQWhere); $.getJSON("/resources/json/mapped_calendar_entries.php?asset_file_id=13564&orderStr=sequence ASC&whereStr=" + sFAQWhere, function(data) { if (data.faq) { var sFAQ_HTML = ''; sFAQ_HTML += '

'; $.each(data.faq, function(i, e) { if (e.answer) { sFAQ_HTML += '

'; sFAQ_HTML += '

'; sFAQ_HTML += '

'; sFAQ_HTML += '

<' + 'a class="faq-toggle" data-toggle="collapse" data-parent="#accordion-13564" href="#' + e.calendar_entry_id + '">'; sFAQ_HTML += e.question; // sFAQ_HTML += ''; sFAQ_HTML += '

'; sFAQ_HTML += '

'; sFAQ_HTML += '

'; sFAQ_HTML += '<' + 'a class="faq-toggle" data-toggle="collapse" data-parent="#accordion-13564" 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=13564', 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 = 'Common Facilities District Center (1)'; } else if (e.url.toLowerCase().indexOf('.doc') !== -1) { sIconURL = '/resources/img/fileicons/word_32x32.png'; sFileTag = 'Common Facilities District Center (2)'; } else if (e.url.toLowerCase().indexOf('.ppt') !== -1) { sIconURL = '/resources/img/fileicons/jt-icon-ppt.png'; sFileTag = 'Common Facilities District Center (3)'; } else if (e.url.toLowerCase().indexOf('.xls') !== -1) { sIconURL = '/resources/img/fileicons/jt-icon-excel.png'; sFileTag = 'Common Facilities District Center (4)'; } 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 += 'Common Facilities District Center (5)'; } else { sMapViewHTML += 'Common Facilities District Center (6)'; } 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 += 'Common Facilities District Center (7)'; sMapViewHTML += 'Common Facilities District Center (8)'; 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); }

Common Facilities District Center (2024)
Top Articles
Latest Posts
Article information

Author: Chrissy Homenick

Last Updated:

Views: 6288

Rating: 4.3 / 5 (74 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Chrissy Homenick

Birthday: 2001-10-22

Address: 611 Kuhn Oval, Feltonbury, NY 02783-3818

Phone: +96619177651654

Job: Mining Representative

Hobby: amateur radio, Sculling, Knife making, Gardening, Watching movies, Gunsmithing, Video gaming

Introduction: My name is Chrissy Homenick, I am a tender, funny, determined, tender, glorious, fancy, enthusiastic person who loves writing and wants to share my knowledge and understanding with you.