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_5d24d2451dd9751fcf6795beaeb232cc = new google.maps.Geocoder();g_5d24d2451dd9751fcf6795beaeb232cc.geocode( { 'address': "500 S Florida Ave, Lakeland, FL 33801"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakeland-FL-center-state-bank-of-florida').style.display = '';map = new google.maps.Map(document.getElementById('lakeland-FL-center-state-bank-of-florida'), mapOptions);}document.getElementById('e170ccd6').innerHTML += ' | View Map';var $l5d24d2451dd9751fcf6795beaeb232cc = '

Center State Bank Of Florida

Address: 500 S Florida Ave, Lakeland, FL 33801
Phone: (863) 683-2300
';var m_5d24d2451dd9751fcf6795beaeb232cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Center State Bank Of Florida',});m_5d24d2451dd9751fcf6795beaeb232cc['infowindow'] = new google.maps.InfoWindow({content: $l5d24d2451dd9751fcf6795beaeb232cc});var infowindow = new google.maps.InfoWindow({content: $l5d24d2451dd9751fcf6795beaeb232cc});google.maps.event.addListener(m_5d24d2451dd9751fcf6795beaeb232cc, 'click', function() {infowindow.open(map,m_5d24d2451dd9751fcf6795beaeb232cc);});$marker.push(m_5d24d2451dd9751fcf6795beaeb232cc);}});}google.maps.event.addDomListener(window, 'load', initialize);