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.8525,-122.019)};var g_459d82810ecbfd4deac99a298dbf8215 = new google.maps.Geocoder();g_459d82810ecbfd4deac99a298dbf8215.geocode( { 'address': "3157 Danville Blvd, Alamo, CA 94507"}, 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('83fbb555').innerHTML += ' | View Map';var $l459d82810ecbfd4deac99a298dbf8215 = '

Wells Fargo Bank

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