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.723,-116.361)};var g_94a63c28036769847b9597e0dd7abb1c = new google.maps.Geocoder();g_94a63c28036769847b9597e0dd7abb1c.geocode( { 'address': "44-800 Village Ct, Palm Desert, CA 92260, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palm-desert-CA-franklin-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('palm-desert-CA-franklin-loan-center'), mapOptions);}document.getElementById('8be95f34').innerHTML += ' | View Map';var $l94a63c28036769847b9597e0dd7abb1c = '

Franklin Loan Center

Address: 44-800 Village Ct, Palm Desert, CA 92260, USA
Phone: (760) 779-8100
';var m_94a63c28036769847b9597e0dd7abb1c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Franklin Loan Center',});m_94a63c28036769847b9597e0dd7abb1c['infowindow'] = new google.maps.InfoWindow({content: $l94a63c28036769847b9597e0dd7abb1c});var infowindow = new google.maps.InfoWindow({content: $l94a63c28036769847b9597e0dd7abb1c});google.maps.event.addListener(m_94a63c28036769847b9597e0dd7abb1c, 'click', function() {infowindow.open(map,m_94a63c28036769847b9597e0dd7abb1c);});$marker.push(m_94a63c28036769847b9597e0dd7abb1c);}});}google.maps.event.addDomListener(window, 'load', initialize);