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.548,-119.262)};var g_c9f95a0a5af052bffce5c89917335f67 = new google.maps.Geocoder();g_c9f95a0a5af052bffce5c89917335f67.geocode( { 'address': "12790 Avenue 416, Orosi, CA 93647"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orosi-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('orosi-CA-bank-of-the-west'), mapOptions);}document.getElementById('b834c04d').innerHTML += ' | View Map';var $lc9f95a0a5af052bffce5c89917335f67 = '

Bank of the West

Address: 12790 Avenue 416, Orosi, CA 93647
Phone: (559) 528-3093
';var m_c9f95a0a5af052bffce5c89917335f67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_c9f95a0a5af052bffce5c89917335f67['infowindow'] = new google.maps.InfoWindow({content: $lc9f95a0a5af052bffce5c89917335f67});var infowindow = new google.maps.InfoWindow({content: $lc9f95a0a5af052bffce5c89917335f67});google.maps.event.addListener(m_c9f95a0a5af052bffce5c89917335f67, 'click', function() {infowindow.open(map,m_c9f95a0a5af052bffce5c89917335f67);});$marker.push(m_c9f95a0a5af052bffce5c89917335f67);}});}google.maps.event.addDomListener(window, 'load', initialize);