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.5881,-121.42)};var g_08ea335310ca4bbd26775c1bbb7f6f31 = new google.maps.Geocoder();g_08ea335310ca4bbd26775c1bbb7f6f31.geocode( { 'address': "1010 Hurley Way #245, Sacramento, CA 95825, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-freedom-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-freedom-mortgage'), mapOptions);}document.getElementById('f2498d5a').innerHTML += ' | View Map';var $l08ea335310ca4bbd26775c1bbb7f6f31 = '

Freedom Mortgage

Address: 1010 Hurley Way #245, Sacramento, CA 95825, USA
Phone: (916) 236-1180
';var m_08ea335310ca4bbd26775c1bbb7f6f31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Freedom Mortgage',});m_08ea335310ca4bbd26775c1bbb7f6f31['infowindow'] = new google.maps.InfoWindow({content: $l08ea335310ca4bbd26775c1bbb7f6f31});var infowindow = new google.maps.InfoWindow({content: $l08ea335310ca4bbd26775c1bbb7f6f31});google.maps.event.addListener(m_08ea335310ca4bbd26775c1bbb7f6f31, 'click', function() {infowindow.open(map,m_08ea335310ca4bbd26775c1bbb7f6f31);});$marker.push(m_08ea335310ca4bbd26775c1bbb7f6f31);}});}google.maps.event.addDomListener(window, 'load', initialize);