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.7606,-122.26)};var g_06ad2b85a7f954cc3bce0d9792b0993e = new google.maps.Geocoder();g_06ad2b85a7f954cc3bce0d9792b0993e.geocode( { 'address': "2424 Santa Clara Ave, Alameda, CA 94501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alameda-CA-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('alameda-CA-us-bank'), mapOptions);}document.getElementById('e369bf10').innerHTML += ' | View Map';var $l06ad2b85a7f954cc3bce0d9792b0993e = '

US Bank

Address: 2424 Santa Clara Ave, Alameda, CA 94501
Phone: (510) 747-1657
';var m_06ad2b85a7f954cc3bce0d9792b0993e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Bank',});m_06ad2b85a7f954cc3bce0d9792b0993e['infowindow'] = new google.maps.InfoWindow({content: $l06ad2b85a7f954cc3bce0d9792b0993e});var infowindow = new google.maps.InfoWindow({content: $l06ad2b85a7f954cc3bce0d9792b0993e});google.maps.event.addListener(m_06ad2b85a7f954cc3bce0d9792b0993e, 'click', function() {infowindow.open(map,m_06ad2b85a7f954cc3bce0d9792b0993e);});$marker.push(m_06ad2b85a7f954cc3bce0d9792b0993e);}});}google.maps.event.addDomListener(window, 'load', initialize);