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(37.852,-122.034)};var g_c740ed76a04584ad39648b6b70746b66 = new google.maps.Geocoder();g_c740ed76a04584ad39648b6b70746b66.geocode( { 'address': "3157 Danville Blvd, Alamo, CA 94507, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alamo-CA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('alamo-CA-wells-fargo-bank'), mapOptions);}document.getElementById('facac9b6').innerHTML += ' | View Map';var $lc740ed76a04584ad39648b6b70746b66 = '

Wells Fargo Bank

Address: 3157 Danville Blvd, Alamo, CA 94507, USA
Phone: (925) 837-1581
';var m_c740ed76a04584ad39648b6b70746b66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_c740ed76a04584ad39648b6b70746b66['infowindow'] = new google.maps.InfoWindow({content: $lc740ed76a04584ad39648b6b70746b66});var infowindow = new google.maps.InfoWindow({content: $lc740ed76a04584ad39648b6b70746b66});google.maps.event.addListener(m_c740ed76a04584ad39648b6b70746b66, 'click', function() {infowindow.open(map,m_c740ed76a04584ad39648b6b70746b66);});$marker.push(m_c740ed76a04584ad39648b6b70746b66);}});}google.maps.event.addDomListener(window, 'load', initialize);