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(35.6242,-118.475)};var g_2a1ff9fa873126eb61ff5a0fa0ebb54e = new google.maps.Geocoder();g_2a1ff9fa873126eb61ff5a0fa0ebb54e.geocode( { 'address': "6100 Lake Isabella Blvd, Lake Isabella, CA 93240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-isabella-CA-westamerica-bank').style.display = '';map = new google.maps.Map(document.getElementById('lake-isabella-CA-westamerica-bank'), mapOptions);}document.getElementById('f374b51c').innerHTML += ' | View Map';var $l2a1ff9fa873126eb61ff5a0fa0ebb54e = '

Westamerica Bank

Address: 6100 Lake Isabella Blvd, Lake Isabella, CA 93240, USA
Phone: (760) 379-2691
';var m_2a1ff9fa873126eb61ff5a0fa0ebb54e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Westamerica Bank',});m_2a1ff9fa873126eb61ff5a0fa0ebb54e['infowindow'] = new google.maps.InfoWindow({content: $l2a1ff9fa873126eb61ff5a0fa0ebb54e});var infowindow = new google.maps.InfoWindow({content: $l2a1ff9fa873126eb61ff5a0fa0ebb54e});google.maps.event.addListener(m_2a1ff9fa873126eb61ff5a0fa0ebb54e, 'click', function() {infowindow.open(map,m_2a1ff9fa873126eb61ff5a0fa0ebb54e);});$marker.push(m_2a1ff9fa873126eb61ff5a0fa0ebb54e);}});}google.maps.event.addDomListener(window, 'load', initialize);