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(34.1772,-116.432)};var g_68b80e28eabb1636cd82ff82870ffc71 = new google.maps.Geocoder();g_68b80e28eabb1636cd82ff82870ffc71.geocode( { 'address': "7272 Joshua Ln, Yucca Valley, CA 92284"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yucca-valley-CA-pacific-western-bank').style.display = '';map = new google.maps.Map(document.getElementById('yucca-valley-CA-pacific-western-bank'), mapOptions);}document.getElementById('e85c597a').innerHTML += ' | View Map';var $l68b80e28eabb1636cd82ff82870ffc71 = '

Pacific Western Bank

Address: 7272 Joshua Ln, Yucca Valley, CA 92284
Phone: (760) 365-6371
';var m_68b80e28eabb1636cd82ff82870ffc71 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pacific Western Bank',});m_68b80e28eabb1636cd82ff82870ffc71['infowindow'] = new google.maps.InfoWindow({content: $l68b80e28eabb1636cd82ff82870ffc71});var infowindow = new google.maps.InfoWindow({content: $l68b80e28eabb1636cd82ff82870ffc71});google.maps.event.addListener(m_68b80e28eabb1636cd82ff82870ffc71, 'click', function() {infowindow.open(map,m_68b80e28eabb1636cd82ff82870ffc71);});$marker.push(m_68b80e28eabb1636cd82ff82870ffc71);}});}google.maps.event.addDomListener(window, 'load', initialize);