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.6831,-121.161)};var g_4a213d9a51209d27177df4643708072b = new google.maps.Geocoder();g_4a213d9a51209d27177df4643708072b.geocode( { 'address': "850 Iron Point Rd, Folsom, CA 95630"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('folsom-CA-first-priority-financial-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('folsom-CA-first-priority-financial-mortgage'), mapOptions);}document.getElementById('9a55f2f0').innerHTML += ' | View Map';var $l4a213d9a51209d27177df4643708072b = '

First Priority Financial Mortgage

Address: 850 Iron Point Rd, Folsom, CA 95630
Phone: (916) 365-4980
';var m_4a213d9a51209d27177df4643708072b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Priority Financial Mortgage',});m_4a213d9a51209d27177df4643708072b['infowindow'] = new google.maps.InfoWindow({content: $l4a213d9a51209d27177df4643708072b});var infowindow = new google.maps.InfoWindow({content: $l4a213d9a51209d27177df4643708072b});google.maps.event.addListener(m_4a213d9a51209d27177df4643708072b, 'click', function() {infowindow.open(map,m_4a213d9a51209d27177df4643708072b);});$marker.push(m_4a213d9a51209d27177df4643708072b);}});}google.maps.event.addDomListener(window, 'load', initialize);