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(37.1837,-119.767)};var g_8b0e08d6a104e3a3ee0d6f1d7ad3307b = new google.maps.Geocoder();g_8b0e08d6a104e3a3ee0d6f1d7ad3307b.geocode( { 'address': "29959 Yosemite Springs Pkwy c, Coarsegold, CA 93614, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coarsegold-CA-prospect-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('coarsegold-CA-prospect-mortgage'), mapOptions);}document.getElementById('823c52da').innerHTML += ' | View Map';var $l8b0e08d6a104e3a3ee0d6f1d7ad3307b = '

Prospect Mortgage

Address: 29959 Yosemite Springs Pkwy c, Coarsegold, CA 93614, USA
Phone: (866) 399-8625
';var m_8b0e08d6a104e3a3ee0d6f1d7ad3307b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prospect Mortgage',});m_8b0e08d6a104e3a3ee0d6f1d7ad3307b['infowindow'] = new google.maps.InfoWindow({content: $l8b0e08d6a104e3a3ee0d6f1d7ad3307b});var infowindow = new google.maps.InfoWindow({content: $l8b0e08d6a104e3a3ee0d6f1d7ad3307b});google.maps.event.addListener(m_8b0e08d6a104e3a3ee0d6f1d7ad3307b, 'click', function() {infowindow.open(map,m_8b0e08d6a104e3a3ee0d6f1d7ad3307b);});$marker.push(m_8b0e08d6a104e3a3ee0d6f1d7ad3307b);}});}google.maps.event.addDomListener(window, 'load', initialize);