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.9539,-116.501)};var g_93c827dab315774f21d38a42d863c0b9 = new google.maps.Geocoder();g_93c827dab315774f21d38a42d863c0b9.geocode( { 'address': "13000 Palm Dr, Desert Hot Springs, CA 92240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('desert-hot-springs-CA-chase-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('desert-hot-springs-CA-chase-mortgage'), mapOptions);}document.getElementById('ec83103b').innerHTML += ' | View Map';var $l93c827dab315774f21d38a42d863c0b9 = '

Chase Mortgage

Address: 13000 Palm Dr, Desert Hot Springs, CA 92240, USA
Phone: (760) 329-1442
';var m_93c827dab315774f21d38a42d863c0b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Mortgage',});m_93c827dab315774f21d38a42d863c0b9['infowindow'] = new google.maps.InfoWindow({content: $l93c827dab315774f21d38a42d863c0b9});var infowindow = new google.maps.InfoWindow({content: $l93c827dab315774f21d38a42d863c0b9});google.maps.event.addListener(m_93c827dab315774f21d38a42d863c0b9, 'click', function() {infowindow.open(map,m_93c827dab315774f21d38a42d863c0b9);});$marker.push(m_93c827dab315774f21d38a42d863c0b9);}});}google.maps.event.addDomListener(window, 'load', initialize);