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(37.4046,-120.851)};var g_21935258b5b2603016a3cfe1ab392393 = new google.maps.Geocoder();g_21935258b5b2603016a3cfe1ab392393.geocode( { 'address': "8019 Lander Ave, Hilmar, CA 95324, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hilmar-CA-westamerica-bank').style.display = '';map = new google.maps.Map(document.getElementById('hilmar-CA-westamerica-bank'), mapOptions);}document.getElementById('14e7ab4b').innerHTML += ' | View Map';var $l21935258b5b2603016a3cfe1ab392393 = '

Westamerica Bank

Address: 8019 Lander Ave, Hilmar, CA 95324, USA
Phone: (209) 668-5440
';var m_21935258b5b2603016a3cfe1ab392393 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Westamerica Bank',});m_21935258b5b2603016a3cfe1ab392393['infowindow'] = new google.maps.InfoWindow({content: $l21935258b5b2603016a3cfe1ab392393});var infowindow = new google.maps.InfoWindow({content: $l21935258b5b2603016a3cfe1ab392393});google.maps.event.addListener(m_21935258b5b2603016a3cfe1ab392393, 'click', function() {infowindow.open(map,m_21935258b5b2603016a3cfe1ab392393);});$marker.push(m_21935258b5b2603016a3cfe1ab392393);}});}google.maps.event.addDomListener(window, 'load', initialize);