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.2328,-122.639)};var g_6fa3bf24568032382160e429d7717aa7 = new google.maps.Geocoder();g_6fa3bf24568032382160e429d7717aa7.geocode( { 'address': "20 Petaluma Blvd S, Petaluma, CA 94952, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('petaluma-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('petaluma-CA-bank-of-the-west'), mapOptions);}document.getElementById('2e46dfea').innerHTML += ' | View Map';var $l6fa3bf24568032382160e429d7717aa7 = '

Bank of the West

Address: 20 Petaluma Blvd S, Petaluma, CA 94952, USA
Phone: (707) 778-3300
';var m_6fa3bf24568032382160e429d7717aa7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_6fa3bf24568032382160e429d7717aa7['infowindow'] = new google.maps.InfoWindow({content: $l6fa3bf24568032382160e429d7717aa7});var infowindow = new google.maps.InfoWindow({content: $l6fa3bf24568032382160e429d7717aa7});google.maps.event.addListener(m_6fa3bf24568032382160e429d7717aa7, 'click', function() {infowindow.open(map,m_6fa3bf24568032382160e429d7717aa7);});$marker.push(m_6fa3bf24568032382160e429d7717aa7);}});}google.maps.event.addDomListener(window, 'load', initialize);