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.8155,-81.8878)};var g_14c51c51ae7581da2babc885db22ea8e = new google.maps.Geocoder();g_14c51c51ae7581da2babc885db22ea8e.geocode( { 'address': "401 N 14th St, Leesburg, FL 34748, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leesburg-FL-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('leesburg-FL-bank-of-america-financial-center'), mapOptions);}document.getElementById('47e57a9d').innerHTML += ' | View Map';var $l14c51c51ae7581da2babc885db22ea8e = '

Bank of America Financial Center

Address: 401 N 14th St, Leesburg, FL 34748, USA
Phone: (352) 787-5599
';var m_14c51c51ae7581da2babc885db22ea8e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_14c51c51ae7581da2babc885db22ea8e['infowindow'] = new google.maps.InfoWindow({content: $l14c51c51ae7581da2babc885db22ea8e});var infowindow = new google.maps.InfoWindow({content: $l14c51c51ae7581da2babc885db22ea8e});google.maps.event.addListener(m_14c51c51ae7581da2babc885db22ea8e, 'click', function() {infowindow.open(map,m_14c51c51ae7581da2babc885db22ea8e);});$marker.push(m_14c51c51ae7581da2babc885db22ea8e);}});}google.maps.event.addDomListener(window, 'load', initialize);