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.643,-121.183)};var g_c8d128c127cc299c41e73a24f1158b7c = new google.maps.Geocoder();g_c8d128c127cc299c41e73a24f1158b7c.geocode( { 'address': "850 Iron Point Rd #138, Folsom, CA 95630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('folsom-CA-folsom-mortgage-broker--mike-freeman').style.display = '';map = new google.maps.Map(document.getElementById('folsom-CA-folsom-mortgage-broker--mike-freeman'), mapOptions);}document.getElementById('4eceafb3').innerHTML += ' | View Map';var $lc8d128c127cc299c41e73a24f1158b7c = '

Folsom Mortgage Broker / Mike Freeman

Address: 850 Iron Point Rd #138, Folsom, CA 95630, USA
Phone: (916) 296-5983
';var m_c8d128c127cc299c41e73a24f1158b7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Folsom Mortgage Broker / Mike Freeman',});m_c8d128c127cc299c41e73a24f1158b7c['infowindow'] = new google.maps.InfoWindow({content: $lc8d128c127cc299c41e73a24f1158b7c});var infowindow = new google.maps.InfoWindow({content: $lc8d128c127cc299c41e73a24f1158b7c});google.maps.event.addListener(m_c8d128c127cc299c41e73a24f1158b7c, 'click', function() {infowindow.open(map,m_c8d128c127cc299c41e73a24f1158b7c);});$marker.push(m_c8d128c127cc299c41e73a24f1158b7c);}});}google.maps.event.addDomListener(window, 'load', initialize);