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.9188,-122.313)};var g_9b4dde58a7fefce6cd326ab4d28468f8 = new google.maps.Geocoder();g_9b4dde58a7fefce6cd326ab4d28468f8.geocode( { 'address': "11100 San Pablo Ave, El Cerrito, CA 94530, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-cerrito-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('el-cerrito-CA-bank-of-the-west'), mapOptions);}document.getElementById('2605ad43').innerHTML += ' | View Map';var $l9b4dde58a7fefce6cd326ab4d28468f8 = '

Bank of the West

Address: 11100 San Pablo Ave, El Cerrito, CA 94530, USA
Phone: (510) 235-2980
';var m_9b4dde58a7fefce6cd326ab4d28468f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_9b4dde58a7fefce6cd326ab4d28468f8['infowindow'] = new google.maps.InfoWindow({content: $l9b4dde58a7fefce6cd326ab4d28468f8});var infowindow = new google.maps.InfoWindow({content: $l9b4dde58a7fefce6cd326ab4d28468f8});google.maps.event.addListener(m_9b4dde58a7fefce6cd326ab4d28468f8, 'click', function() {infowindow.open(map,m_9b4dde58a7fefce6cd326ab4d28468f8);});$marker.push(m_9b4dde58a7fefce6cd326ab4d28468f8);}});}google.maps.event.addDomListener(window, 'load', initialize);