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(39.9369,-120.948)};var g_4ae4dd4c5651cd27464724897852e777 = new google.maps.Geocoder();g_4ae4dd4c5651cd27464724897852e777.geocode( { 'address': "507 Main St, Quincy, CA 95971, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('quincy-CA-summit-funding-inc').style.display = '';map = new google.maps.Map(document.getElementById('quincy-CA-summit-funding-inc'), mapOptions);}document.getElementById('d80c769a').innerHTML += ' | View Map';var $l4ae4dd4c5651cd27464724897852e777 = '

Summit Funding, Inc.

Address: 507 Main St, Quincy, CA 95971, USA
Phone: (530) 906-7199
';var m_4ae4dd4c5651cd27464724897852e777 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Funding, Inc.',});m_4ae4dd4c5651cd27464724897852e777['infowindow'] = new google.maps.InfoWindow({content: $l4ae4dd4c5651cd27464724897852e777});var infowindow = new google.maps.InfoWindow({content: $l4ae4dd4c5651cd27464724897852e777});google.maps.event.addListener(m_4ae4dd4c5651cd27464724897852e777, 'click', function() {infowindow.open(map,m_4ae4dd4c5651cd27464724897852e777);});$marker.push(m_4ae4dd4c5651cd27464724897852e777);}});}google.maps.event.addDomListener(window, 'load', initialize);