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.3525,-121.976)};var g_6346db6a68f632318af0c2a474b9eb34 = new google.maps.Geocoder();g_6346db6a68f632318af0c2a474b9eb34.geocode( { 'address': "138 Peabody Rd, Vacaville, CA 95687, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vacaville-CA-westamerica-bank').style.display = '';map = new google.maps.Map(document.getElementById('vacaville-CA-westamerica-bank'), mapOptions);}document.getElementById('ec273048').innerHTML += ' | View Map';var $l6346db6a68f632318af0c2a474b9eb34 = '

Westamerica Bank

Address: 138 Peabody Rd, Vacaville, CA 95687, USA
Phone: (707) 451-6980
';var m_6346db6a68f632318af0c2a474b9eb34 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Westamerica Bank',});m_6346db6a68f632318af0c2a474b9eb34['infowindow'] = new google.maps.InfoWindow({content: $l6346db6a68f632318af0c2a474b9eb34});var infowindow = new google.maps.InfoWindow({content: $l6346db6a68f632318af0c2a474b9eb34});google.maps.event.addListener(m_6346db6a68f632318af0c2a474b9eb34, 'click', function() {infowindow.open(map,m_6346db6a68f632318af0c2a474b9eb34);});$marker.push(m_6346db6a68f632318af0c2a474b9eb34);}});}google.maps.event.addDomListener(window, 'load', initialize);