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(34.0675,-84.5219)};var g_b968e4006cc3f5f8eca1d6378385261b = new google.maps.Geocoder();g_b968e4006cc3f5f8eca1d6378385261b.geocode( { 'address': "4757 Canton Rd # 225, Marietta, GA 30066, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marietta-GA-national-tenant-network').style.display = '';map = new google.maps.Map(document.getElementById('marietta-GA-national-tenant-network'), mapOptions);}document.getElementById('7dff2bfd').innerHTML += ' | View Map';var $lb968e4006cc3f5f8eca1d6378385261b = '

National Tenant Network

Address: 4757 Canton Rd # 225, Marietta, GA 30066, USA
Phone: (770) 517-3456
';var m_b968e4006cc3f5f8eca1d6378385261b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Tenant Network',});m_b968e4006cc3f5f8eca1d6378385261b['infowindow'] = new google.maps.InfoWindow({content: $lb968e4006cc3f5f8eca1d6378385261b});var infowindow = new google.maps.InfoWindow({content: $lb968e4006cc3f5f8eca1d6378385261b});google.maps.event.addListener(m_b968e4006cc3f5f8eca1d6378385261b, 'click', function() {infowindow.open(map,m_b968e4006cc3f5f8eca1d6378385261b);});$marker.push(m_b968e4006cc3f5f8eca1d6378385261b);}});}google.maps.event.addDomListener(window, 'load', initialize);