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.038,-81.9439)};var g_9c502490400407d66aff75b9fff0be36 = new google.maps.Geocoder();g_9c502490400407d66aff75b9fff0be36.geocode( { 'address': "3221 S Florida Ave, Lakeland, FL 33803"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakeland-FL-community-bank-of-florida-inc').style.display = '';map = new google.maps.Map(document.getElementById('lakeland-FL-community-bank-of-florida-inc'), mapOptions);}document.getElementById('2e5b0200').innerHTML += ' | View Map';var $l9c502490400407d66aff75b9fff0be36 = '

Community Bank Of Florida Inc

Address: 3221 S Florida Ave, Lakeland, FL 33803
Phone: (863) 648-9961
';var m_9c502490400407d66aff75b9fff0be36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank Of Florida Inc',});m_9c502490400407d66aff75b9fff0be36['infowindow'] = new google.maps.InfoWindow({content: $l9c502490400407d66aff75b9fff0be36});var infowindow = new google.maps.InfoWindow({content: $l9c502490400407d66aff75b9fff0be36});google.maps.event.addListener(m_9c502490400407d66aff75b9fff0be36, 'click', function() {infowindow.open(map,m_9c502490400407d66aff75b9fff0be36);});$marker.push(m_9c502490400407d66aff75b9fff0be36);}});}google.maps.event.addDomListener(window, 'load', initialize);