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.6448,-121.126)};var g_d85498034b3913489c5f9f77e7feef78 = new google.maps.Geocoder();g_d85498034b3913489c5f9f77e7feef78.geocode( { 'address': "2365 Iron Point Rd, Folsom, CA 95630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('folsom-CA-big-valley-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('folsom-CA-big-valley-mortgage'), mapOptions);}document.getElementById('a24e9b0f').innerHTML += ' | View Map';var $ld85498034b3913489c5f9f77e7feef78 = '

Big Valley Mortgage

Address: 2365 Iron Point Rd, Folsom, CA 95630, USA
Phone: (916) 631-0300
';var m_d85498034b3913489c5f9f77e7feef78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Big Valley Mortgage',});m_d85498034b3913489c5f9f77e7feef78['infowindow'] = new google.maps.InfoWindow({content: $ld85498034b3913489c5f9f77e7feef78});var infowindow = new google.maps.InfoWindow({content: $ld85498034b3913489c5f9f77e7feef78});google.maps.event.addListener(m_d85498034b3913489c5f9f77e7feef78, 'click', function() {infowindow.open(map,m_d85498034b3913489c5f9f77e7feef78);});$marker.push(m_d85498034b3913489c5f9f77e7feef78);}});}google.maps.event.addDomListener(window, 'load', initialize);