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.122,-116.418)};var g_8a6492305a5fbcdcdd1a7f5a90764c07 = new google.maps.Geocoder();g_8a6492305a5fbcdcdd1a7f5a90764c07.geocode( { 'address': "57125 Twentynine Palms Highway, Yucca Valley, CA 92284, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yucca-valley-CA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('yucca-valley-CA-wells-fargo-bank'), mapOptions);}document.getElementById('a46c51b7').innerHTML += ' | View Map';var $l8a6492305a5fbcdcdd1a7f5a90764c07 = '

Wells Fargo Bank

Address: 57125 Twentynine Palms Highway, Yucca Valley, CA 92284, USA
Phone: (760) 365-9734
';var m_8a6492305a5fbcdcdd1a7f5a90764c07 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_8a6492305a5fbcdcdd1a7f5a90764c07['infowindow'] = new google.maps.InfoWindow({content: $l8a6492305a5fbcdcdd1a7f5a90764c07});var infowindow = new google.maps.InfoWindow({content: $l8a6492305a5fbcdcdd1a7f5a90764c07});google.maps.event.addListener(m_8a6492305a5fbcdcdd1a7f5a90764c07, 'click', function() {infowindow.open(map,m_8a6492305a5fbcdcdd1a7f5a90764c07);});$marker.push(m_8a6492305a5fbcdcdd1a7f5a90764c07);}});}google.maps.event.addDomListener(window, 'load', initialize);