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.7805,-116.468)};var g_c778a2d8bf30ef1d3c2d6bc5696defad = new google.maps.Geocoder();g_c778a2d8bf30ef1d3c2d6bc5696defad.geocode( { 'address': "68461 E Palm Canyon Dr, Cathedral City, CA 92234, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cathedral-city-CA-money-mart').style.display = '';map = new google.maps.Map(document.getElementById('cathedral-city-CA-money-mart'), mapOptions);}document.getElementById('86f37dae').innerHTML += ' | View Map';var $lc778a2d8bf30ef1d3c2d6bc5696defad = '

Money Mart

Address: 68461 E Palm Canyon Dr, Cathedral City, CA 92234, USA
Phone: (760) 321-4821
';var m_c778a2d8bf30ef1d3c2d6bc5696defad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Money Mart',});m_c778a2d8bf30ef1d3c2d6bc5696defad['infowindow'] = new google.maps.InfoWindow({content: $lc778a2d8bf30ef1d3c2d6bc5696defad});var infowindow = new google.maps.InfoWindow({content: $lc778a2d8bf30ef1d3c2d6bc5696defad});google.maps.event.addListener(m_c778a2d8bf30ef1d3c2d6bc5696defad, 'click', function() {infowindow.open(map,m_c778a2d8bf30ef1d3c2d6bc5696defad);});$marker.push(m_c778a2d8bf30ef1d3c2d6bc5696defad);}});}google.maps.event.addDomListener(window, 'load', initialize);