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.7574,-122.251)};var g_93fb03efcd98ca5aa136ff9f761c9c2d = new google.maps.Geocoder();g_93fb03efcd98ca5aa136ff9f761c9c2d.geocode( { 'address': "2227 S Shore Center, Alameda, CA 94501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alameda-CA-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('alameda-CA-us-bank-branch'), mapOptions);}document.getElementById('8aaf1972').innerHTML += ' | View Map';var $l93fb03efcd98ca5aa136ff9f761c9c2d = '

U.S. Bank Branch

Address: 2227 S Shore Center, Alameda, CA 94501, USA
Phone: (510) 748-1811
';var m_93fb03efcd98ca5aa136ff9f761c9c2d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_93fb03efcd98ca5aa136ff9f761c9c2d['infowindow'] = new google.maps.InfoWindow({content: $l93fb03efcd98ca5aa136ff9f761c9c2d});var infowindow = new google.maps.InfoWindow({content: $l93fb03efcd98ca5aa136ff9f761c9c2d});google.maps.event.addListener(m_93fb03efcd98ca5aa136ff9f761c9c2d, 'click', function() {infowindow.open(map,m_93fb03efcd98ca5aa136ff9f761c9c2d);});$marker.push(m_93fb03efcd98ca5aa136ff9f761c9c2d);}});}google.maps.event.addDomListener(window, 'load', initialize);