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.1623,-122.249)};var g_670fc3b0ef08cc498f6943b01519c2a7 = new google.maps.Geocoder();g_670fc3b0ef08cc498f6943b01519c2a7.geocode( { 'address': "4300 Sonoma Blvd, Vallejo, CA 94589"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vallejo-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('vallejo-CA-bank-of-the-west'), mapOptions);}document.getElementById('4546b83b').innerHTML += ' | View Map';var $l670fc3b0ef08cc498f6943b01519c2a7 = '

Bank of the West

Address: 4300 Sonoma Blvd, Vallejo, CA 94589
Phone: (707) 649-1100
';var m_670fc3b0ef08cc498f6943b01519c2a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_670fc3b0ef08cc498f6943b01519c2a7['infowindow'] = new google.maps.InfoWindow({content: $l670fc3b0ef08cc498f6943b01519c2a7});var infowindow = new google.maps.InfoWindow({content: $l670fc3b0ef08cc498f6943b01519c2a7});google.maps.event.addListener(m_670fc3b0ef08cc498f6943b01519c2a7, 'click', function() {infowindow.open(map,m_670fc3b0ef08cc498f6943b01519c2a7);});$marker.push(m_670fc3b0ef08cc498f6943b01519c2a7);}});}google.maps.event.addDomListener(window, 'load', initialize);