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(36.3303,-119.3)};var g_8c52fc1231c913994b10f32e0dd2b92f = new google.maps.Geocoder();g_8c52fc1231c913994b10f32e0dd2b92f.geocode( { 'address': "800 W Main St, Visalia, CA 93291, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('visalia-CA-westamerica-bank').style.display = '';map = new google.maps.Map(document.getElementById('visalia-CA-westamerica-bank'), mapOptions);}document.getElementById('719a6801').innerHTML += ' | View Map';var $l8c52fc1231c913994b10f32e0dd2b92f = '

Westamerica Bank

Address: 800 W Main St, Visalia, CA 93291, USA
Phone: (559) 738-7868
';var m_8c52fc1231c913994b10f32e0dd2b92f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Westamerica Bank',});m_8c52fc1231c913994b10f32e0dd2b92f['infowindow'] = new google.maps.InfoWindow({content: $l8c52fc1231c913994b10f32e0dd2b92f});var infowindow = new google.maps.InfoWindow({content: $l8c52fc1231c913994b10f32e0dd2b92f});google.maps.event.addListener(m_8c52fc1231c913994b10f32e0dd2b92f, 'click', function() {infowindow.open(map,m_8c52fc1231c913994b10f32e0dd2b92f);});$marker.push(m_8c52fc1231c913994b10f32e0dd2b92f);}});}google.maps.event.addDomListener(window, 'load', initialize);