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_b0d4284d98377bc5d0f7a77a7d8315ae = new google.maps.Geocoder();g_b0d4284d98377bc5d0f7a77a7d8315ae.geocode( { 'address': "3414 Peachtree Rd NE, Atlanta, GA 30326"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-magner-network').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-magner-network'), mapOptions);}document.getElementById('176246cb').innerHTML += ' | View Map';var $lb0d4284d98377bc5d0f7a77a7d8315ae = '

Magner Network

Address: 3414 Peachtree Rd NE, Atlanta, GA 30326
Phone: (404) 266-1361
';var m_b0d4284d98377bc5d0f7a77a7d8315ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Magner Network',});m_b0d4284d98377bc5d0f7a77a7d8315ae['infowindow'] = new google.maps.InfoWindow({content: $lb0d4284d98377bc5d0f7a77a7d8315ae});var infowindow = new google.maps.InfoWindow({content: $lb0d4284d98377bc5d0f7a77a7d8315ae});google.maps.event.addListener(m_b0d4284d98377bc5d0f7a77a7d8315ae, 'click', function() {infowindow.open(map,m_b0d4284d98377bc5d0f7a77a7d8315ae);});$marker.push(m_b0d4284d98377bc5d0f7a77a7d8315ae);}});}google.maps.event.addDomListener(window, 'load', initialize);