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(33.4116,-84.5627)};var g_eff64d4a1d9d050a711731797b4fb17a = new google.maps.Geocoder();g_eff64d4a1d9d050a711731797b4fb17a.geocode( { 'address': "68 Eastbrook Bend, Peachtree City, GA 30269, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('peachtree-city-GA-northstar-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('peachtree-city-GA-northstar-mortgage-group'), mapOptions);}document.getElementById('bbc0e289').innerHTML += ' | View Map';var $leff64d4a1d9d050a711731797b4fb17a = '

Northstar Mortgage Group

Address: 68 Eastbrook Bend, Peachtree City, GA 30269, USA
Phone: (770) 631-5750
';var m_eff64d4a1d9d050a711731797b4fb17a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northstar Mortgage Group',});m_eff64d4a1d9d050a711731797b4fb17a['infowindow'] = new google.maps.InfoWindow({content: $leff64d4a1d9d050a711731797b4fb17a});var infowindow = new google.maps.InfoWindow({content: $leff64d4a1d9d050a711731797b4fb17a});google.maps.event.addListener(m_eff64d4a1d9d050a711731797b4fb17a, 'click', function() {infowindow.open(map,m_eff64d4a1d9d050a711731797b4fb17a);});$marker.push(m_eff64d4a1d9d050a711731797b4fb17a);}});}google.maps.event.addDomListener(window, 'load', initialize);