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(33.8124,-116.545)};var g_d63299c44b51dc78b18df18168a3614b = new google.maps.Geocoder();g_d63299c44b51dc78b18df18168a3614b.geocode( { 'address': "691 S Palm Canyon Dr, Palm Springs, CA 92264, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palm-springs-CA-rockys-pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('palm-springs-CA-rockys-pawn-shop'), mapOptions);}document.getElementById('660d7842').innerHTML += ' | View Map';var $ld63299c44b51dc78b18df18168a3614b = '

Rocky's Pawn Shop

Address: 691 S Palm Canyon Dr, Palm Springs, CA 92264, USA
Phone: (760) 322-5748
';var m_d63299c44b51dc78b18df18168a3614b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rocky's Pawn Shop',});m_d63299c44b51dc78b18df18168a3614b['infowindow'] = new google.maps.InfoWindow({content: $ld63299c44b51dc78b18df18168a3614b});var infowindow = new google.maps.InfoWindow({content: $ld63299c44b51dc78b18df18168a3614b});google.maps.event.addListener(m_d63299c44b51dc78b18df18168a3614b, 'click', function() {infowindow.open(map,m_d63299c44b51dc78b18df18168a3614b);});$marker.push(m_d63299c44b51dc78b18df18168a3614b);}});}google.maps.event.addDomListener(window, 'load', initialize);