var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(26.7512,-81.4402)};var g_ba45dc26ae53e46ad94b491dc175ff05 = new google.maps.Geocoder();g_ba45dc26ae53e46ad94b491dc175ff05.geocode( { 'address': "644 S Main St, LaBelle, FL 33935, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('labelle-FL-hendry-county-economic-development-commission').style.display = '';map = new google.maps.Map(document.getElementById('labelle-FL-hendry-county-economic-development-commission'), mapOptions);}document.getElementById('e6f1339b').innerHTML += ' | View Map';var $lba45dc26ae53e46ad94b491dc175ff05 = '

Hendry County Economic Development Commission

Address: 644 S Main St, LaBelle, FL 33935, USA
Phone: (863) 675-6007
';var m_ba45dc26ae53e46ad94b491dc175ff05 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hendry County Economic Development Commission',});m_ba45dc26ae53e46ad94b491dc175ff05['infowindow'] = new google.maps.InfoWindow({content: $lba45dc26ae53e46ad94b491dc175ff05});var infowindow = new google.maps.InfoWindow({content: $lba45dc26ae53e46ad94b491dc175ff05});google.maps.event.addListener(m_ba45dc26ae53e46ad94b491dc175ff05, 'click', function() {infowindow.open(map,m_ba45dc26ae53e46ad94b491dc175ff05);});$marker.push(m_ba45dc26ae53e46ad94b491dc175ff05);}});}google.maps.event.addDomListener(window, 'load', initialize);