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_984852334d07789b395be2f7122d7019 = new google.maps.Geocoder();g_984852334d07789b395be2f7122d7019.geocode( { 'address': "2849 Paces Ferry Rd SE, Atlanta, GA 30339"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-medalist-captial').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-medalist-captial'), mapOptions);}document.getElementById('2c4a4a88').innerHTML += ' | View Map';var $l984852334d07789b395be2f7122d7019 = '

Medalist Captial

Address: 2849 Paces Ferry Rd SE, Atlanta, GA 30339
Phone: (770) 433-1404
';var m_984852334d07789b395be2f7122d7019 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Medalist Captial',});m_984852334d07789b395be2f7122d7019['infowindow'] = new google.maps.InfoWindow({content: $l984852334d07789b395be2f7122d7019});var infowindow = new google.maps.InfoWindow({content: $l984852334d07789b395be2f7122d7019});google.maps.event.addListener(m_984852334d07789b395be2f7122d7019, 'click', function() {infowindow.open(map,m_984852334d07789b395be2f7122d7019);});$marker.push(m_984852334d07789b395be2f7122d7019);}});}google.maps.event.addDomListener(window, 'load', initialize);