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_dadbd6b5f2e0a9390c4cc4ce04c3f0ca = new google.maps.Geocoder();g_dadbd6b5f2e0a9390c4cc4ce04c3f0ca.geocode( { 'address': "1801 Dr Martin Luther King Jr Blvd, Leesburg, FL 34748"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leesburg-FL-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('leesburg-FL-us-bank'), mapOptions);}document.getElementById('3681c3e6').innerHTML += ' | View Map';var $ldadbd6b5f2e0a9390c4cc4ce04c3f0ca = '

US Bank

Address: 1801 Dr Martin Luther King Jr Blvd, Leesburg, FL 34748
Phone: (352) 728-6378
';var m_dadbd6b5f2e0a9390c4cc4ce04c3f0ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Bank',});m_dadbd6b5f2e0a9390c4cc4ce04c3f0ca['infowindow'] = new google.maps.InfoWindow({content: $ldadbd6b5f2e0a9390c4cc4ce04c3f0ca});var infowindow = new google.maps.InfoWindow({content: $ldadbd6b5f2e0a9390c4cc4ce04c3f0ca});google.maps.event.addListener(m_dadbd6b5f2e0a9390c4cc4ce04c3f0ca, 'click', function() {infowindow.open(map,m_dadbd6b5f2e0a9390c4cc4ce04c3f0ca);});$marker.push(m_dadbd6b5f2e0a9390c4cc4ce04c3f0ca);}});}google.maps.event.addDomListener(window, 'load', initialize);