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.9251,-84.8427)};var g_72aedcd54a1ac4e361ac47297c415735 = new google.maps.Geocoder();g_72aedcd54a1ac4e361ac47297c415735.geocode( { 'address': "110 Evans Mill Dr #404, Dallas, GA 30157, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-GA-milestone-mortgage-lending-llc').style.display = '';map = new google.maps.Map(document.getElementById('dallas-GA-milestone-mortgage-lending-llc'), mapOptions);}document.getElementById('5eda86bd').innerHTML += ' | View Map';var $l72aedcd54a1ac4e361ac47297c415735 = '

Milestone Mortgage Lending LLC

Address: 110 Evans Mill Dr #404, Dallas, GA 30157, USA
Phone: (770) 505-5919
';var m_72aedcd54a1ac4e361ac47297c415735 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Milestone Mortgage Lending LLC',});m_72aedcd54a1ac4e361ac47297c415735['infowindow'] = new google.maps.InfoWindow({content: $l72aedcd54a1ac4e361ac47297c415735});var infowindow = new google.maps.InfoWindow({content: $l72aedcd54a1ac4e361ac47297c415735});google.maps.event.addListener(m_72aedcd54a1ac4e361ac47297c415735, 'click', function() {infowindow.open(map,m_72aedcd54a1ac4e361ac47297c415735);});$marker.push(m_72aedcd54a1ac4e361ac47297c415735);}});}google.maps.event.addDomListener(window, 'load', initialize);