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.7389,-84.2525)};var g_cb19319caeb1084ebe48cc34834233ff = new google.maps.Geocoder();g_cb19319caeb1084ebe48cc34834233ff.geocode( { 'address': "1769 Columbia Dr, Decatur, GA 30032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-GA-check-facility').style.display = '';map = new google.maps.Map(document.getElementById('decatur-GA-check-facility'), mapOptions);}document.getElementById('060b35c7').innerHTML += ' | View Map';var $lcb19319caeb1084ebe48cc34834233ff = '

Check Facility

Address: 1769 Columbia Dr, Decatur, GA 30032, USA
Phone: (404) 288-6322
';var m_cb19319caeb1084ebe48cc34834233ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Facility',});m_cb19319caeb1084ebe48cc34834233ff['infowindow'] = new google.maps.InfoWindow({content: $lcb19319caeb1084ebe48cc34834233ff});var infowindow = new google.maps.InfoWindow({content: $lcb19319caeb1084ebe48cc34834233ff});google.maps.event.addListener(m_cb19319caeb1084ebe48cc34834233ff, 'click', function() {infowindow.open(map,m_cb19319caeb1084ebe48cc34834233ff);});$marker.push(m_cb19319caeb1084ebe48cc34834233ff);}});}google.maps.event.addDomListener(window, 'load', initialize);