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.6571,-121.187)};var g_c9170ad259126471ab001202eab0921f = new google.maps.Geocoder();g_c9170ad259126471ab001202eab0921f.geocode( { 'address': "101 Parkshore Dr #245, Folsom, CA 95630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('folsom-CA-academy-mortgage---folsom').style.display = '';map = new google.maps.Map(document.getElementById('folsom-CA-academy-mortgage---folsom'), mapOptions);}document.getElementById('1209d8ad').innerHTML += ' | View Map';var $lc9170ad259126471ab001202eab0921f = '

Academy Mortgage - Folsom

Address: 101 Parkshore Dr #245, Folsom, CA 95630, USA
Phone: (916) 932-2480
';var m_c9170ad259126471ab001202eab0921f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Academy Mortgage - Folsom',});m_c9170ad259126471ab001202eab0921f['infowindow'] = new google.maps.InfoWindow({content: $lc9170ad259126471ab001202eab0921f});var infowindow = new google.maps.InfoWindow({content: $lc9170ad259126471ab001202eab0921f});google.maps.event.addListener(m_c9170ad259126471ab001202eab0921f, 'click', function() {infowindow.open(map,m_c9170ad259126471ab001202eab0921f);});$marker.push(m_c9170ad259126471ab001202eab0921f);}});}google.maps.event.addDomListener(window, 'load', initialize);