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(34.8628,-116.67)};var g_71d2f46bae7fdd24ba0873898cc77fb6 = new google.maps.Geocoder();g_71d2f46bae7fdd24ba0873898cc77fb6.geocode( { 'address': "45303 Silver Valley Rd, Newberry Springs, CA 92365, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newberry-springs-CA-capital-1-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('newberry-springs-CA-capital-1-mortgage'), mapOptions);}document.getElementById('8f8e2fa0').innerHTML += ' | View Map';var $l71d2f46bae7fdd24ba0873898cc77fb6 = '

Capital 1 Mortgage

Address: 45303 Silver Valley Rd, Newberry Springs, CA 92365, USA
Phone: (760) 257-3000
';var m_71d2f46bae7fdd24ba0873898cc77fb6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital 1 Mortgage',});m_71d2f46bae7fdd24ba0873898cc77fb6['infowindow'] = new google.maps.InfoWindow({content: $l71d2f46bae7fdd24ba0873898cc77fb6});var infowindow = new google.maps.InfoWindow({content: $l71d2f46bae7fdd24ba0873898cc77fb6});google.maps.event.addListener(m_71d2f46bae7fdd24ba0873898cc77fb6, 'click', function() {infowindow.open(map,m_71d2f46bae7fdd24ba0873898cc77fb6);});$marker.push(m_71d2f46bae7fdd24ba0873898cc77fb6);}});}google.maps.event.addDomListener(window, 'load', initialize);