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.5019,-122.998)};var g_935d9433db94859ef4ac70c13ad13344 = new google.maps.Geocoder();g_935d9433db94859ef4ac70c13ad13344.geocode( { 'address': "16265 Main St, Guerneville, CA 95446, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('guerneville-CA-westamerica-bank').style.display = '';map = new google.maps.Map(document.getElementById('guerneville-CA-westamerica-bank'), mapOptions);}document.getElementById('4e156784').innerHTML += ' | View Map';var $l935d9433db94859ef4ac70c13ad13344 = '

Westamerica Bank

Address: 16265 Main St, Guerneville, CA 95446, USA
Phone: (707) 869-0665
';var m_935d9433db94859ef4ac70c13ad13344 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Westamerica Bank',});m_935d9433db94859ef4ac70c13ad13344['infowindow'] = new google.maps.InfoWindow({content: $l935d9433db94859ef4ac70c13ad13344});var infowindow = new google.maps.InfoWindow({content: $l935d9433db94859ef4ac70c13ad13344});google.maps.event.addListener(m_935d9433db94859ef4ac70c13ad13344, 'click', function() {infowindow.open(map,m_935d9433db94859ef4ac70c13ad13344);});$marker.push(m_935d9433db94859ef4ac70c13ad13344);}});}google.maps.event.addDomListener(window, 'load', initialize);