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(28.0993,-81.6156)};var g_7cdc41a18e757810db84d26f5875626f = new google.maps.Geocoder();g_7cdc41a18e757810db84d26f5875626f.geocode( { 'address': "36205 Hwy 27, Haines City, FL 33844"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('haines-city-FL-community-bank-of-florida-inc').style.display = '';map = new google.maps.Map(document.getElementById('haines-city-FL-community-bank-of-florida-inc'), mapOptions);}document.getElementById('17e07206').innerHTML += ' | View Map';var $l7cdc41a18e757810db84d26f5875626f = '

Community Bank Of Florida Inc

Address: 36205 Hwy 27, Haines City, FL 33844
Phone: (863) 419-9224
';var m_7cdc41a18e757810db84d26f5875626f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank Of Florida Inc',});m_7cdc41a18e757810db84d26f5875626f['infowindow'] = new google.maps.InfoWindow({content: $l7cdc41a18e757810db84d26f5875626f});var infowindow = new google.maps.InfoWindow({content: $l7cdc41a18e757810db84d26f5875626f});google.maps.event.addListener(m_7cdc41a18e757810db84d26f5875626f, 'click', function() {infowindow.open(map,m_7cdc41a18e757810db84d26f5875626f);});$marker.push(m_7cdc41a18e757810db84d26f5875626f);}});}google.maps.event.addDomListener(window, 'load', initialize);