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(38.0051,-122.29)};var g_1dcb275027e2498ec0d76d7e1180fa9f = new google.maps.Geocoder();g_1dcb275027e2498ec0d76d7e1180fa9f.geocode( { 'address': "777 Tennent Ave, Pinole, CA 94564, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pinole-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('pinole-CA-bank-of-the-west'), mapOptions);}document.getElementById('c8a4891a').innerHTML += ' | View Map';var $l1dcb275027e2498ec0d76d7e1180fa9f = '

Bank of the West

Address: 777 Tennent Ave, Pinole, CA 94564, USA
Phone: (510) 724-0100
';var m_1dcb275027e2498ec0d76d7e1180fa9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_1dcb275027e2498ec0d76d7e1180fa9f['infowindow'] = new google.maps.InfoWindow({content: $l1dcb275027e2498ec0d76d7e1180fa9f});var infowindow = new google.maps.InfoWindow({content: $l1dcb275027e2498ec0d76d7e1180fa9f});google.maps.event.addListener(m_1dcb275027e2498ec0d76d7e1180fa9f, 'click', function() {infowindow.open(map,m_1dcb275027e2498ec0d76d7e1180fa9f);});$marker.push(m_1dcb275027e2498ec0d76d7e1180fa9f);}});}google.maps.event.addDomListener(window, 'load', initialize);