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.8137,-84.3251)};var g_0559109a26611411de7acdb477d63f10 = new google.maps.Geocoder();g_0559109a26611411de7acdb477d63f10.geocode( { 'address': "1261 Biltmore Dr NE, Atlanta, GA 30329, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-tower-mortgage-corp').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-tower-mortgage-corp'), mapOptions);}document.getElementById('703bbf7f').innerHTML += ' | View Map';var $l0559109a26611411de7acdb477d63f10 = '

Tower Mortgage Corp

Address: 1261 Biltmore Dr NE, Atlanta, GA 30329, USA
Phone: (404) 321-3800
';var m_0559109a26611411de7acdb477d63f10 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tower Mortgage Corp',});m_0559109a26611411de7acdb477d63f10['infowindow'] = new google.maps.InfoWindow({content: $l0559109a26611411de7acdb477d63f10});var infowindow = new google.maps.InfoWindow({content: $l0559109a26611411de7acdb477d63f10});google.maps.event.addListener(m_0559109a26611411de7acdb477d63f10, 'click', function() {infowindow.open(map,m_0559109a26611411de7acdb477d63f10);});$marker.push(m_0559109a26611411de7acdb477d63f10);}});}google.maps.event.addDomListener(window, 'load', initialize);