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(35.5069,-84.3691)};var g_b7b449cbb985fa7f65b1a372265c1e7e = new google.maps.Geocoder();g_b7b449cbb985fa7f65b1a372265c1e7e.geocode( { 'address': "4785 New Hwy 68, Madisonville, TN 37354, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madisonville-TN-athens-federal-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('madisonville-TN-athens-federal-community-bank'), mapOptions);}document.getElementById('e6f05688').innerHTML += ' | View Map';var $lb7b449cbb985fa7f65b1a372265c1e7e = '

Athens Federal Community Bank

Address: 4785 New Hwy 68, Madisonville, TN 37354, USA
Phone: (423) 442-2338
';var m_b7b449cbb985fa7f65b1a372265c1e7e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Athens Federal Community Bank',});m_b7b449cbb985fa7f65b1a372265c1e7e['infowindow'] = new google.maps.InfoWindow({content: $lb7b449cbb985fa7f65b1a372265c1e7e});var infowindow = new google.maps.InfoWindow({content: $lb7b449cbb985fa7f65b1a372265c1e7e});google.maps.event.addListener(m_b7b449cbb985fa7f65b1a372265c1e7e, 'click', function() {infowindow.open(map,m_b7b449cbb985fa7f65b1a372265c1e7e);});$marker.push(m_b7b449cbb985fa7f65b1a372265c1e7e);}});}google.maps.event.addDomListener(window, 'load', initialize);