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(32.204,-95.8568)};var g_075a0fee1ce99f7dc3290a44d32089bf = new google.maps.Geocoder();g_075a0fee1ce99f7dc3290a44d32089bf.geocode( { 'address': "201 W Corsicana St #3, Athens, TX 75751, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('athens-TX-athens-economic-development-corporation').style.display = '';map = new google.maps.Map(document.getElementById('athens-TX-athens-economic-development-corporation'), mapOptions);}document.getElementById('8822e8a0').innerHTML += ' | View Map';var $l075a0fee1ce99f7dc3290a44d32089bf = '

Athens Economic Development Corporation

Address: 201 W Corsicana St #3, Athens, TX 75751, USA
Phone: (903) 675-4617
';var m_075a0fee1ce99f7dc3290a44d32089bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Athens Economic Development Corporation',});m_075a0fee1ce99f7dc3290a44d32089bf['infowindow'] = new google.maps.InfoWindow({content: $l075a0fee1ce99f7dc3290a44d32089bf});var infowindow = new google.maps.InfoWindow({content: $l075a0fee1ce99f7dc3290a44d32089bf});google.maps.event.addListener(m_075a0fee1ce99f7dc3290a44d32089bf, 'click', function() {infowindow.open(map,m_075a0fee1ce99f7dc3290a44d32089bf);});$marker.push(m_075a0fee1ce99f7dc3290a44d32089bf);}});}google.maps.event.addDomListener(window, 'load', initialize);