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.7981,-116.46)};var g_2acd952a8ce42a0c9ddd7f3f63634bc8 = new google.maps.Geocoder();g_2acd952a8ce42a0c9ddd7f3f63634bc8.geocode( { 'address': "34481 Date Palm Dr #2a, Cathedral City, CA 92234, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cathedral-city-CA-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('cathedral-city-CA-onemain-financial'), mapOptions);}document.getElementById('0895a133').innerHTML += ' | View Map';var $l2acd952a8ce42a0c9ddd7f3f63634bc8 = '

OneMain Financial

Address: 34481 Date Palm Dr #2a, Cathedral City, CA 92234, USA
Phone: (760) 770-6024
';var m_2acd952a8ce42a0c9ddd7f3f63634bc8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_2acd952a8ce42a0c9ddd7f3f63634bc8['infowindow'] = new google.maps.InfoWindow({content: $l2acd952a8ce42a0c9ddd7f3f63634bc8});var infowindow = new google.maps.InfoWindow({content: $l2acd952a8ce42a0c9ddd7f3f63634bc8});google.maps.event.addListener(m_2acd952a8ce42a0c9ddd7f3f63634bc8, 'click', function() {infowindow.open(map,m_2acd952a8ce42a0c9ddd7f3f63634bc8);});$marker.push(m_2acd952a8ce42a0c9ddd7f3f63634bc8);}});}google.maps.event.addDomListener(window, 'load', initialize);