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.0547,-122.157)};var g_2aa18e102d3280b72084567318357629 = new google.maps.Geocoder();g_2aa18e102d3280b72084567318357629.geocode( { 'address': "20 Solano Square, Benicia, CA 94510, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('benicia-CA-westamerica-bank').style.display = '';map = new google.maps.Map(document.getElementById('benicia-CA-westamerica-bank'), mapOptions);}document.getElementById('03f43852').innerHTML += ' | View Map';var $l2aa18e102d3280b72084567318357629 = '

Westamerica Bank

Address: 20 Solano Square, Benicia, CA 94510, USA
Phone: (707) 747-3480
';var m_2aa18e102d3280b72084567318357629 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Westamerica Bank',});m_2aa18e102d3280b72084567318357629['infowindow'] = new google.maps.InfoWindow({content: $l2aa18e102d3280b72084567318357629});var infowindow = new google.maps.InfoWindow({content: $l2aa18e102d3280b72084567318357629});google.maps.event.addListener(m_2aa18e102d3280b72084567318357629, 'click', function() {infowindow.open(map,m_2aa18e102d3280b72084567318357629);});$marker.push(m_2aa18e102d3280b72084567318357629);}});}google.maps.event.addDomListener(window, 'load', initialize);