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.1255,-116.409)};var g_26c2cea56d0bc574a2215095b727b56e = new google.maps.Geocoder();g_26c2cea56d0bc574a2215095b727b56e.geocode( { 'address': "57550 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-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('yucca-valley-CA-us-bank-branch'), mapOptions);}document.getElementById('34bcdb4f').innerHTML += ' | View Map';var $l26c2cea56d0bc574a2215095b727b56e = '

U.S. Bank Branch

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