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_bc105516530e143270bc52d94201cd3f = new google.maps.Geocoder();g_bc105516530e143270bc52d94201cd3f.geocode( { 'address': "515 W Main St, Leesburg, FL 34748"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leesburg-FL-united-southern-bank').style.display = '';map = new google.maps.Map(document.getElementById('leesburg-FL-united-southern-bank'), mapOptions);}document.getElementById('970614ab').innerHTML += ' | View Map';var $lbc105516530e143270bc52d94201cd3f = '

United Southern Bank

Address: 515 W Main St, Leesburg, FL 34748
Phone: (352) 326-9218
';var m_bc105516530e143270bc52d94201cd3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Southern Bank',});m_bc105516530e143270bc52d94201cd3f['infowindow'] = new google.maps.InfoWindow({content: $lbc105516530e143270bc52d94201cd3f});var infowindow = new google.maps.InfoWindow({content: $lbc105516530e143270bc52d94201cd3f});google.maps.event.addListener(m_bc105516530e143270bc52d94201cd3f, 'click', function() {infowindow.open(map,m_bc105516530e143270bc52d94201cd3f);});$marker.push(m_bc105516530e143270bc52d94201cd3f);}});}google.maps.event.addDomListener(window, 'load', initialize);