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_d34ff18d819ea9dfeda0f638eae589f0 = new google.maps.Geocoder();g_d34ff18d819ea9dfeda0f638eae589f0.geocode( { 'address': "951 Marina Village Pkwy, Alameda, CA 94501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alameda-CA-chase-bank-closed').style.display = '';map = new google.maps.Map(document.getElementById('alameda-CA-chase-bank-closed'), mapOptions);}document.getElementById('9a315abd').innerHTML += ' | View Map';var $ld34ff18d819ea9dfeda0f638eae589f0 = '

Chase Bank - Closed

Address: 951 Marina Village Pkwy, Alameda, CA 94501
Phone: (510) 521-9080
';var m_d34ff18d819ea9dfeda0f638eae589f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Bank - Closed',});m_d34ff18d819ea9dfeda0f638eae589f0['infowindow'] = new google.maps.InfoWindow({content: $ld34ff18d819ea9dfeda0f638eae589f0});var infowindow = new google.maps.InfoWindow({content: $ld34ff18d819ea9dfeda0f638eae589f0});google.maps.event.addListener(m_d34ff18d819ea9dfeda0f638eae589f0, 'click', function() {infowindow.open(map,m_d34ff18d819ea9dfeda0f638eae589f0);});$marker.push(m_d34ff18d819ea9dfeda0f638eae589f0);}});}google.maps.event.addDomListener(window, 'load', initialize);