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.4521,-122.761)};var g_a7290c5bd7bc2aaa7ea2b6c957ef639b = new google.maps.Geocoder();g_a7290c5bd7bc2aaa7ea2b6c957ef639b.geocode( { 'address': "200 Coddingtown Mall, Santa Rosa, CA 95401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-rosa-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('santa-rosa-CA-bank-of-the-west'), mapOptions);}document.getElementById('68eb47a5').innerHTML += ' | View Map';var $la7290c5bd7bc2aaa7ea2b6c957ef639b = '

Bank of the West

Address: 200 Coddingtown Mall, Santa Rosa, CA 95401
Phone: (707) 523-9600
';var m_a7290c5bd7bc2aaa7ea2b6c957ef639b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_a7290c5bd7bc2aaa7ea2b6c957ef639b['infowindow'] = new google.maps.InfoWindow({content: $la7290c5bd7bc2aaa7ea2b6c957ef639b});var infowindow = new google.maps.InfoWindow({content: $la7290c5bd7bc2aaa7ea2b6c957ef639b});google.maps.event.addListener(m_a7290c5bd7bc2aaa7ea2b6c957ef639b, 'click', function() {infowindow.open(map,m_a7290c5bd7bc2aaa7ea2b6c957ef639b);});$marker.push(m_a7290c5bd7bc2aaa7ea2b6c957ef639b);}});var g_2fd50e5893b99656847d581c7d0d28fb = new google.maps.Geocoder();g_2fd50e5893b99656847d581c7d0d28fb.geocode( { 'address': "2801 4th St, Santa Rosa, CA 95405"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-rosa-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('santa-rosa-CA-bank-of-the-west'), mapOptions);}document.getElementById('4e40c26f').innerHTML += ' | View Map';var $l2fd50e5893b99656847d581c7d0d28fb = '

Bank of the West

Address: 2801 4th St, Santa Rosa, CA 95405
Phone: (707) 526-4044
';var m_2fd50e5893b99656847d581c7d0d28fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_2fd50e5893b99656847d581c7d0d28fb['infowindow'] = new google.maps.InfoWindow({content: $l2fd50e5893b99656847d581c7d0d28fb});var infowindow = new google.maps.InfoWindow({content: $l2fd50e5893b99656847d581c7d0d28fb});google.maps.event.addListener(m_2fd50e5893b99656847d581c7d0d28fb, 'click', function() {infowindow.open(map,m_2fd50e5893b99656847d581c7d0d28fb);});$marker.push(m_2fd50e5893b99656847d581c7d0d28fb);}});}google.maps.event.addDomListener(window, 'load', initialize);