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.9273,-81.927)};var g_2608929989cddf6b12d764ce7c280437 = new google.maps.Geocoder();g_2608929989cddf6b12d764ce7c280437.geocode( { 'address': "1894 Laurel Manor Dr, Lady Lake, FL 32162"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lady-lake-FL-wells-fargo-advisors').style.display = '';map = new google.maps.Map(document.getElementById('lady-lake-FL-wells-fargo-advisors'), mapOptions);}document.getElementById('c16a4778').innerHTML += ' | View Map';var $l2608929989cddf6b12d764ce7c280437 = '

Wells Fargo Advisors

Address: 1894 Laurel Manor Dr, Lady Lake, FL 32162
Phone: (352) 259-3000
';var m_2608929989cddf6b12d764ce7c280437 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Advisors',});m_2608929989cddf6b12d764ce7c280437['infowindow'] = new google.maps.InfoWindow({content: $l2608929989cddf6b12d764ce7c280437});var infowindow = new google.maps.InfoWindow({content: $l2608929989cddf6b12d764ce7c280437});google.maps.event.addListener(m_2608929989cddf6b12d764ce7c280437, 'click', function() {infowindow.open(map,m_2608929989cddf6b12d764ce7c280437);});$marker.push(m_2608929989cddf6b12d764ce7c280437);}});}google.maps.event.addDomListener(window, 'load', initialize);