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.8169,-116.474)};var g_4e67e2740cf7a47a65a6e6256717bf27 = new google.maps.Geocoder();g_4e67e2740cf7a47a65a6e6256717bf27.geocode( { 'address': "68100 Ramon Rd, Cathedral City, CA 92234, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cathedral-city-CA-mortgage-works-financial').style.display = '';map = new google.maps.Map(document.getElementById('cathedral-city-CA-mortgage-works-financial'), mapOptions);}document.getElementById('08c75d87').innerHTML += ' | View Map';var $l4e67e2740cf7a47a65a6e6256717bf27 = '

Mortgage Works Financial

Address: 68100 Ramon Rd, Cathedral City, CA 92234, USA
Phone: (760) 324-2850
';var m_4e67e2740cf7a47a65a6e6256717bf27 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mortgage Works Financial',});m_4e67e2740cf7a47a65a6e6256717bf27['infowindow'] = new google.maps.InfoWindow({content: $l4e67e2740cf7a47a65a6e6256717bf27});var infowindow = new google.maps.InfoWindow({content: $l4e67e2740cf7a47a65a6e6256717bf27});google.maps.event.addListener(m_4e67e2740cf7a47a65a6e6256717bf27, 'click', function() {infowindow.open(map,m_4e67e2740cf7a47a65a6e6256717bf27);});$marker.push(m_4e67e2740cf7a47a65a6e6256717bf27);}});}google.maps.event.addDomListener(window, 'load', initialize);