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.8042,-81.8856)};var g_4e0889bb750a24cc76c976b032b78f05 = new google.maps.Geocoder();g_4e0889bb750a24cc76c976b032b78f05.geocode( { 'address': "903 W North Blvd, Leesburg, FL 34748"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leesburg-FL-center-state-bank-of-florida').style.display = '';map = new google.maps.Map(document.getElementById('leesburg-FL-center-state-bank-of-florida'), mapOptions);}document.getElementById('abea850d').innerHTML += ' | View Map';var $l4e0889bb750a24cc76c976b032b78f05 = '

Center State Bank Of Florida

Address: 903 W North Blvd, Leesburg, FL 34748
Phone: (352) 323-9000
';var m_4e0889bb750a24cc76c976b032b78f05 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Center State Bank Of Florida',});m_4e0889bb750a24cc76c976b032b78f05['infowindow'] = new google.maps.InfoWindow({content: $l4e0889bb750a24cc76c976b032b78f05});var infowindow = new google.maps.InfoWindow({content: $l4e0889bb750a24cc76c976b032b78f05});google.maps.event.addListener(m_4e0889bb750a24cc76c976b032b78f05, 'click', function() {infowindow.open(map,m_4e0889bb750a24cc76c976b032b78f05);});$marker.push(m_4e0889bb750a24cc76c976b032b78f05);}});}google.maps.event.addDomListener(window, 'load', initialize);