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(34.0636,-84.671)};var g_ffa1e107c6469dafa0016703450e26ed = new google.maps.Geocoder();g_ffa1e107c6469dafa0016703450e26ed.geocode( { 'address': "4480 Park St, Acworth, GA 30101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('acworth-GA-mortgage-solutions-of-georgia').style.display = '';map = new google.maps.Map(document.getElementById('acworth-GA-mortgage-solutions-of-georgia'), mapOptions);}document.getElementById('1ce0714f').innerHTML += ' | View Map';var $lffa1e107c6469dafa0016703450e26ed = '

Mortgage Solutions of Georgia

Address: 4480 Park St, Acworth, GA 30101, USA
Phone: (770) 924-1111
';var m_ffa1e107c6469dafa0016703450e26ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mortgage Solutions of Georgia',});m_ffa1e107c6469dafa0016703450e26ed['infowindow'] = new google.maps.InfoWindow({content: $lffa1e107c6469dafa0016703450e26ed});var infowindow = new google.maps.InfoWindow({content: $lffa1e107c6469dafa0016703450e26ed});google.maps.event.addListener(m_ffa1e107c6469dafa0016703450e26ed, 'click', function() {infowindow.open(map,m_ffa1e107c6469dafa0016703450e26ed);});$marker.push(m_ffa1e107c6469dafa0016703450e26ed);}});}google.maps.event.addDomListener(window, 'load', initialize);