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.6194,-122.86)};var g_032815a4f07d80cc955011ca6029d75f = new google.maps.Geocoder();g_032815a4f07d80cc955011ca6029d75f.geocode( { 'address': "511 Healdsburg Ave, Healdsburg, CA 95448"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('healdsburg-CA-westamerica-bank').style.display = '';map = new google.maps.Map(document.getElementById('healdsburg-CA-westamerica-bank'), mapOptions);}document.getElementById('25a70c37').innerHTML += ' | View Map';var $l032815a4f07d80cc955011ca6029d75f = '

Westamerica Bank

Address: 511 Healdsburg Ave, Healdsburg, CA 95448
Phone: (707) 473-4390
';var m_032815a4f07d80cc955011ca6029d75f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Westamerica Bank',});m_032815a4f07d80cc955011ca6029d75f['infowindow'] = new google.maps.InfoWindow({content: $l032815a4f07d80cc955011ca6029d75f});var infowindow = new google.maps.InfoWindow({content: $l032815a4f07d80cc955011ca6029d75f});google.maps.event.addListener(m_032815a4f07d80cc955011ca6029d75f, 'click', function() {infowindow.open(map,m_032815a4f07d80cc955011ca6029d75f);});$marker.push(m_032815a4f07d80cc955011ca6029d75f);}});}google.maps.event.addDomListener(window, 'load', initialize);