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.6449,-121.175)};var g_84e35c3f1cdc23386e3a2474f72c7372 = new google.maps.Geocoder();g_84e35c3f1cdc23386e3a2474f72c7372.geocode( { 'address': "1180 Iron Point Rd #240, Folsom, CA 95630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('folsom-CA-sierra-pacific-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('folsom-CA-sierra-pacific-mortgage'), mapOptions);}document.getElementById('5d5dfc4b').innerHTML += ' | View Map';var $l84e35c3f1cdc23386e3a2474f72c7372 = '

Sierra Pacific Mortgage

Address: 1180 Iron Point Rd #240, Folsom, CA 95630, USA
Phone: (916) 850-6050
';var m_84e35c3f1cdc23386e3a2474f72c7372 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sierra Pacific Mortgage',});m_84e35c3f1cdc23386e3a2474f72c7372['infowindow'] = new google.maps.InfoWindow({content: $l84e35c3f1cdc23386e3a2474f72c7372});var infowindow = new google.maps.InfoWindow({content: $l84e35c3f1cdc23386e3a2474f72c7372});google.maps.event.addListener(m_84e35c3f1cdc23386e3a2474f72c7372, 'click', function() {infowindow.open(map,m_84e35c3f1cdc23386e3a2474f72c7372);});$marker.push(m_84e35c3f1cdc23386e3a2474f72c7372);}});}google.maps.event.addDomListener(window, 'load', initialize);