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.8859,-84.4637)};var g_eba62c424f4c5d83b7423290ff7ea552 = new google.maps.Geocoder();g_eba62c424f4c5d83b7423290ff7ea552.geocode( { 'address': "200 Galleria Pkwy SE #1880, Atlanta, GA 30339, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-american-equity-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-american-equity-mortgage'), mapOptions);}document.getElementById('325c6c66').innerHTML += ' | View Map';var $leba62c424f4c5d83b7423290ff7ea552 = '

American Equity Mortgage

Address: 200 Galleria Pkwy SE #1880, Atlanta, GA 30339, USA
Phone: (770) 955-5700
';var m_eba62c424f4c5d83b7423290ff7ea552 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Equity Mortgage',});m_eba62c424f4c5d83b7423290ff7ea552['infowindow'] = new google.maps.InfoWindow({content: $leba62c424f4c5d83b7423290ff7ea552});var infowindow = new google.maps.InfoWindow({content: $leba62c424f4c5d83b7423290ff7ea552});google.maps.event.addListener(m_eba62c424f4c5d83b7423290ff7ea552, 'click', function() {infowindow.open(map,m_eba62c424f4c5d83b7423290ff7ea552);});$marker.push(m_eba62c424f4c5d83b7423290ff7ea552);}});}google.maps.event.addDomListener(window, 'load', initialize);