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.9055,-84.36)};var g_671e141a424a458b4254d0920286701e = new google.maps.Geocoder();g_671e141a424a458b4254d0920286701e.geocode( { 'address': "5565 Glenridge Con #400, Atlanta, GA 30342, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-academy-mortgage---atlanta').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-academy-mortgage---atlanta'), mapOptions);}document.getElementById('bbf8af07').innerHTML += ' | View Map';var $l671e141a424a458b4254d0920286701e = '

Academy Mortgage - Atlanta

Address: 5565 Glenridge Con #400, Atlanta, GA 30342, USA
Phone: (404) 574-2600
';var m_671e141a424a458b4254d0920286701e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Academy Mortgage - Atlanta',});m_671e141a424a458b4254d0920286701e['infowindow'] = new google.maps.InfoWindow({content: $l671e141a424a458b4254d0920286701e});var infowindow = new google.maps.InfoWindow({content: $l671e141a424a458b4254d0920286701e});google.maps.event.addListener(m_671e141a424a458b4254d0920286701e, 'click', function() {infowindow.open(map,m_671e141a424a458b4254d0920286701e);});$marker.push(m_671e141a424a458b4254d0920286701e);}});}google.maps.event.addDomListener(window, 'load', initialize);