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.8394,-84.3814)};var g_c144d0d39e76099534cf0e583a8046a1 = new google.maps.Geocoder();g_c144d0d39e76099534cf0e583a8046a1.geocode( { 'address': "3060 Peachtree Rd NW, Atlanta, GA 30305, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-angel-oak-mortgage-solutions').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-angel-oak-mortgage-solutions'), mapOptions);}document.getElementById('7528d353').innerHTML += ' | View Map';var $lc144d0d39e76099534cf0e583a8046a1 = '

Angel Oak Mortgage Solutions

Address: 3060 Peachtree Rd NW, Atlanta, GA 30305, USA
Phone: (855) 539-4910
';var m_c144d0d39e76099534cf0e583a8046a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Angel Oak Mortgage Solutions',});m_c144d0d39e76099534cf0e583a8046a1['infowindow'] = new google.maps.InfoWindow({content: $lc144d0d39e76099534cf0e583a8046a1});var infowindow = new google.maps.InfoWindow({content: $lc144d0d39e76099534cf0e583a8046a1});google.maps.event.addListener(m_c144d0d39e76099534cf0e583a8046a1, 'click', function() {infowindow.open(map,m_c144d0d39e76099534cf0e583a8046a1);});$marker.push(m_c144d0d39e76099534cf0e583a8046a1);}});}google.maps.event.addDomListener(window, 'load', initialize);