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.6755,-121.776)};var g_a121f13021cd9b14fed0a1dca5873d09 = new google.maps.Geocoder();g_a121f13021cd9b14fed0a1dca5873d09.geocode( { 'address': "448 Main St, Woodland, CA 95695"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodland-CA-westamerica-bank').style.display = '';map = new google.maps.Map(document.getElementById('woodland-CA-westamerica-bank'), mapOptions);}document.getElementById('4026241a').innerHTML += ' | View Map';var $la121f13021cd9b14fed0a1dca5873d09 = '

Westamerica Bank

Address: 448 Main St, Woodland, CA 95695
Phone: (530) 668-6834
';var m_a121f13021cd9b14fed0a1dca5873d09 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Westamerica Bank',});m_a121f13021cd9b14fed0a1dca5873d09['infowindow'] = new google.maps.InfoWindow({content: $la121f13021cd9b14fed0a1dca5873d09});var infowindow = new google.maps.InfoWindow({content: $la121f13021cd9b14fed0a1dca5873d09});google.maps.event.addListener(m_a121f13021cd9b14fed0a1dca5873d09, 'click', function() {infowindow.open(map,m_a121f13021cd9b14fed0a1dca5873d09);});$marker.push(m_a121f13021cd9b14fed0a1dca5873d09);}});}google.maps.event.addDomListener(window, 'load', initialize);