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.8283,-86.965)};var g_8dc4095b22a0b39f7699e60d1019015a = new google.maps.Geocoder();g_8dc4095b22a0b39f7699e60d1019015a.geocode( { 'address': "1806 Wilkinson St, Athens, AL 35611, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('athens-AL-limestone-county-economic-development-association').style.display = '';map = new google.maps.Map(document.getElementById('athens-AL-limestone-county-economic-development-association'), mapOptions);}document.getElementById('c61d3e08').innerHTML += ' | View Map';var $l8dc4095b22a0b39f7699e60d1019015a = '

Limestone County Economic Development Association

Address: 1806 Wilkinson St, Athens, AL 35611, USA
Phone: (256) 232-2386
';var m_8dc4095b22a0b39f7699e60d1019015a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Limestone County Economic Development Association',});m_8dc4095b22a0b39f7699e60d1019015a['infowindow'] = new google.maps.InfoWindow({content: $l8dc4095b22a0b39f7699e60d1019015a});var infowindow = new google.maps.InfoWindow({content: $l8dc4095b22a0b39f7699e60d1019015a});google.maps.event.addListener(m_8dc4095b22a0b39f7699e60d1019015a, 'click', function() {infowindow.open(map,m_8dc4095b22a0b39f7699e60d1019015a);});$marker.push(m_8dc4095b22a0b39f7699e60d1019015a);}});}google.maps.event.addDomListener(window, 'load', initialize);