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.1167,-116.456)};var g_88c07f176a2da017f08e08e2484caf99 = new google.maps.Geocoder();g_88c07f176a2da017f08e08e2484caf99.geocode( { 'address': "55405 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-rockys-pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('yucca-valley-CA-rockys-pawn-shop'), mapOptions);}document.getElementById('62c52fbf').innerHTML += ' | View Map';var $l88c07f176a2da017f08e08e2484caf99 = '

Rockys Pawn Shop

Address: 55405 Twentynine Palms Highway, Yucca Valley, CA 92284, USA
Phone: (760) 369-3601
';var m_88c07f176a2da017f08e08e2484caf99 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rockys Pawn Shop',});m_88c07f176a2da017f08e08e2484caf99['infowindow'] = new google.maps.InfoWindow({content: $l88c07f176a2da017f08e08e2484caf99});var infowindow = new google.maps.InfoWindow({content: $l88c07f176a2da017f08e08e2484caf99});google.maps.event.addListener(m_88c07f176a2da017f08e08e2484caf99, 'click', function() {infowindow.open(map,m_88c07f176a2da017f08e08e2484caf99);});$marker.push(m_88c07f176a2da017f08e08e2484caf99);}});}google.maps.event.addDomListener(window, 'load', initialize);