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.9567,-81.9608)};var g_975e0837ae06c5c511f9716bfc41681f = new google.maps.Geocoder();g_975e0837ae06c5c511f9716bfc41681f.geocode( { 'address': "13707 N US HWY 441, Lady Lake, FL 32159, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lady-lake-FL-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('lady-lake-FL-wells-fargo-bank'), mapOptions);}document.getElementById('9c8ec7f2').innerHTML += ' | View Map';var $l975e0837ae06c5c511f9716bfc41681f = '

Wells Fargo Bank

Address: 13707 N US HWY 441, Lady Lake, FL 32159, USA
Phone: (352) 751-4627
';var m_975e0837ae06c5c511f9716bfc41681f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_975e0837ae06c5c511f9716bfc41681f['infowindow'] = new google.maps.InfoWindow({content: $l975e0837ae06c5c511f9716bfc41681f});var infowindow = new google.maps.InfoWindow({content: $l975e0837ae06c5c511f9716bfc41681f});google.maps.event.addListener(m_975e0837ae06c5c511f9716bfc41681f, 'click', function() {infowindow.open(map,m_975e0837ae06c5c511f9716bfc41681f);});$marker.push(m_975e0837ae06c5c511f9716bfc41681f);}});}google.maps.event.addDomListener(window, 'load', initialize);