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.9444,-83.3883)};var g_421304bf2e822406f77400b4bedb320d = new google.maps.Geocoder();g_421304bf2e822406f77400b4bedb320d.geocode( { 'address': "824 S Milledge Ave, Athens, GA 30605, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('athens-GA-formfree').style.display = '';map = new google.maps.Map(document.getElementById('athens-GA-formfree'), mapOptions);}document.getElementById('9f22c64f').innerHTML += ' | View Map';var $l421304bf2e822406f77400b4bedb320d = '

formfree

Address: 824 S Milledge Ave, Athens, GA 30605, USA
Phone:
';var m_421304bf2e822406f77400b4bedb320d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'formfree',});m_421304bf2e822406f77400b4bedb320d['infowindow'] = new google.maps.InfoWindow({content: $l421304bf2e822406f77400b4bedb320d});var infowindow = new google.maps.InfoWindow({content: $l421304bf2e822406f77400b4bedb320d});google.maps.event.addListener(m_421304bf2e822406f77400b4bedb320d, 'click', function() {infowindow.open(map,m_421304bf2e822406f77400b4bedb320d);});$marker.push(m_421304bf2e822406f77400b4bedb320d);}});}google.maps.event.addDomListener(window, 'load', initialize);