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.9935,-84.3526)};var g_12215e7db754eb330abe11cd80a442d4 = new google.maps.Geocoder();g_12215e7db754eb330abe11cd80a442d4.geocode( { 'address': "1010 Huntcliff NE #1350, Atlanta, GA 30350, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-american-united-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-american-united-mortgage-corporation'), mapOptions);}document.getElementById('493a7617').innerHTML += ' | View Map';var $l12215e7db754eb330abe11cd80a442d4 = '

American United Mortgage Corporation

Address: 1010 Huntcliff NE #1350, Atlanta, GA 30350, USA
Phone: (770) 518-2438
';var m_12215e7db754eb330abe11cd80a442d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American United Mortgage Corporation',});m_12215e7db754eb330abe11cd80a442d4['infowindow'] = new google.maps.InfoWindow({content: $l12215e7db754eb330abe11cd80a442d4});var infowindow = new google.maps.InfoWindow({content: $l12215e7db754eb330abe11cd80a442d4});google.maps.event.addListener(m_12215e7db754eb330abe11cd80a442d4, 'click', function() {infowindow.open(map,m_12215e7db754eb330abe11cd80a442d4);});$marker.push(m_12215e7db754eb330abe11cd80a442d4);}});}google.maps.event.addDomListener(window, 'load', initialize);