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.8948,-121.077)};var g_484d35d5dd8dccfc8c4a17aa33c9ee0f = new google.maps.Geocoder();g_484d35d5dd8dccfc8c4a17aa33c9ee0f.geocode( { 'address': "200 Auburn Folsom Rd #101, Auburn, CA 95603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-CA-national-residential-mortgage---kathy-pendergraft').style.display = '';map = new google.maps.Map(document.getElementById('auburn-CA-national-residential-mortgage---kathy-pendergraft'), mapOptions);}document.getElementById('aa30f91d').innerHTML += ' | View Map';var $l484d35d5dd8dccfc8c4a17aa33c9ee0f = '

National Residential Mortgage - Kathy Pendergraft

Address: 200 Auburn Folsom Rd #101, Auburn, CA 95603, USA
Phone: (530) 906-9829
';var m_484d35d5dd8dccfc8c4a17aa33c9ee0f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Residential Mortgage - Kathy Pendergraft',});m_484d35d5dd8dccfc8c4a17aa33c9ee0f['infowindow'] = new google.maps.InfoWindow({content: $l484d35d5dd8dccfc8c4a17aa33c9ee0f});var infowindow = new google.maps.InfoWindow({content: $l484d35d5dd8dccfc8c4a17aa33c9ee0f});google.maps.event.addListener(m_484d35d5dd8dccfc8c4a17aa33c9ee0f, 'click', function() {infowindow.open(map,m_484d35d5dd8dccfc8c4a17aa33c9ee0f);});$marker.push(m_484d35d5dd8dccfc8c4a17aa33c9ee0f);}});}google.maps.event.addDomListener(window, 'load', initialize);