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(38.663,-120.935)};var g_7f2e5a082324d9d664489b795e7fd83a = new google.maps.Geocoder();g_7f2e5a082324d9d664489b795e7fd83a.geocode( { 'address': "4065 Mother Lode Dr, Shingle Springs, CA 95682, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shingle-springs-CA-quality-funding-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('shingle-springs-CA-quality-funding-mortgage'), mapOptions);}document.getElementById('e2b8dbc6').innerHTML += ' | View Map';var $l7f2e5a082324d9d664489b795e7fd83a = '

Quality Funding Mortgage

Address: 4065 Mother Lode Dr, Shingle Springs, CA 95682, USA
Phone: (877) 939-8004
';var m_7f2e5a082324d9d664489b795e7fd83a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quality Funding Mortgage',});m_7f2e5a082324d9d664489b795e7fd83a['infowindow'] = new google.maps.InfoWindow({content: $l7f2e5a082324d9d664489b795e7fd83a});var infowindow = new google.maps.InfoWindow({content: $l7f2e5a082324d9d664489b795e7fd83a});google.maps.event.addListener(m_7f2e5a082324d9d664489b795e7fd83a, 'click', function() {infowindow.open(map,m_7f2e5a082324d9d664489b795e7fd83a);});$marker.push(m_7f2e5a082324d9d664489b795e7fd83a);}});}google.maps.event.addDomListener(window, 'load', initialize);