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_e71d3a65b94821ba6b1c42034579845f = new google.maps.Geocoder();g_e71d3a65b94821ba6b1c42034579845f.geocode( { 'address': "7740 Roswell Rd, Atlanta, GA 30350"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-partner-tel').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-partner-tel'), mapOptions);}document.getElementById('ee639331').innerHTML += ' | View Map';var $le71d3a65b94821ba6b1c42034579845f = '

Partner Tel

Address: 7740 Roswell Rd, Atlanta, GA 30350
Phone: (404) 591-0675
';var m_e71d3a65b94821ba6b1c42034579845f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Partner Tel',});m_e71d3a65b94821ba6b1c42034579845f['infowindow'] = new google.maps.InfoWindow({content: $le71d3a65b94821ba6b1c42034579845f});var infowindow = new google.maps.InfoWindow({content: $le71d3a65b94821ba6b1c42034579845f});google.maps.event.addListener(m_e71d3a65b94821ba6b1c42034579845f, 'click', function() {infowindow.open(map,m_e71d3a65b94821ba6b1c42034579845f);});$marker.push(m_e71d3a65b94821ba6b1c42034579845f);}});}google.maps.event.addDomListener(window, 'load', initialize);