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.8559,-84.3953)};var g_e5f60044756c0b18c7a23b0c2bb95bd4 = new google.maps.Geocoder();g_e5f60044756c0b18c7a23b0c2bb95bd4.geocode( { 'address': "865 Juniper St NE, Atlanta, GA 30308"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-atlanta-intown-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-atlanta-intown-mortgage'), mapOptions);}document.getElementById('0788ef9d').innerHTML += ' | View Map';var $le5f60044756c0b18c7a23b0c2bb95bd4 = '

Atlanta Intown Mortgage

Address: 865 Juniper St NE, Atlanta, GA 30308
Phone: (404) 685-8745
';var m_e5f60044756c0b18c7a23b0c2bb95bd4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlanta Intown Mortgage',});m_e5f60044756c0b18c7a23b0c2bb95bd4['infowindow'] = new google.maps.InfoWindow({content: $le5f60044756c0b18c7a23b0c2bb95bd4});var infowindow = new google.maps.InfoWindow({content: $le5f60044756c0b18c7a23b0c2bb95bd4});google.maps.event.addListener(m_e5f60044756c0b18c7a23b0c2bb95bd4, 'click', function() {infowindow.open(map,m_e5f60044756c0b18c7a23b0c2bb95bd4);});$marker.push(m_e5f60044756c0b18c7a23b0c2bb95bd4);}});}google.maps.event.addDomListener(window, 'load', initialize);