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(36.9804,-121.898)};var g_8f33130af4eaff6624f44bc42daaeb61 = new google.maps.Geocoder();g_8f33130af4eaff6624f44bc42daaeb61.geocode( { 'address': "7701 Soquel Dr, Aptos, CA 95003"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aptos-CA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('aptos-CA-wells-fargo-bank'), mapOptions);}document.getElementById('512c8046').innerHTML += ' | View Map';var $l8f33130af4eaff6624f44bc42daaeb61 = '

Wells Fargo Bank

Address: 7701 Soquel Dr, Aptos, CA 95003
Phone: (831) 688-6532
';var m_8f33130af4eaff6624f44bc42daaeb61 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_8f33130af4eaff6624f44bc42daaeb61['infowindow'] = new google.maps.InfoWindow({content: $l8f33130af4eaff6624f44bc42daaeb61});var infowindow = new google.maps.InfoWindow({content: $l8f33130af4eaff6624f44bc42daaeb61});google.maps.event.addListener(m_8f33130af4eaff6624f44bc42daaeb61, 'click', function() {infowindow.open(map,m_8f33130af4eaff6624f44bc42daaeb61);});$marker.push(m_8f33130af4eaff6624f44bc42daaeb61);}});}google.maps.event.addDomListener(window, 'load', initialize);