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.6918,-121.93)};var g_cba2e39793995b3b682da78f854786f2 = new google.maps.Geocoder();g_cba2e39793995b3b682da78f854786f2.geocode( { 'address': "5700 Stoneridge Mall Rd # 110, Pleasanton, CA 94588, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pleasanton-CA-westamerica-bank').style.display = '';map = new google.maps.Map(document.getElementById('pleasanton-CA-westamerica-bank'), mapOptions);}document.getElementById('692189a5').innerHTML += ' | View Map';var $lcba2e39793995b3b682da78f854786f2 = '

Westamerica Bank

Address: 5700 Stoneridge Mall Rd # 110, Pleasanton, CA 94588, USA
Phone: (925) 734-1510
';var m_cba2e39793995b3b682da78f854786f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Westamerica Bank',});m_cba2e39793995b3b682da78f854786f2['infowindow'] = new google.maps.InfoWindow({content: $lcba2e39793995b3b682da78f854786f2});var infowindow = new google.maps.InfoWindow({content: $lcba2e39793995b3b682da78f854786f2});google.maps.event.addListener(m_cba2e39793995b3b682da78f854786f2, 'click', function() {infowindow.open(map,m_cba2e39793995b3b682da78f854786f2);});$marker.push(m_cba2e39793995b3b682da78f854786f2);}});}google.maps.event.addDomListener(window, 'load', initialize);