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.454,-84.621)};var g_e13f35c964c3eb59321d8ab8bae08f6b = new google.maps.Geocoder();g_e13f35c964c3eb59321d8ab8bae08f6b.geocode( { 'address': "1112 Congress Pkwy S, Athens, TN 37303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('athens-TN-bowater-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('athens-TN-bowater-employees-credit-union'), mapOptions);}document.getElementById('64801468').innerHTML += ' | View Map';var $le13f35c964c3eb59321d8ab8bae08f6b = '

Bowater Employees Credit Union

Address: 1112 Congress Pkwy S, Athens, TN 37303, USA
Phone: (423) 252-1140
';var m_e13f35c964c3eb59321d8ab8bae08f6b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bowater Employees Credit Union',});m_e13f35c964c3eb59321d8ab8bae08f6b['infowindow'] = new google.maps.InfoWindow({content: $le13f35c964c3eb59321d8ab8bae08f6b});var infowindow = new google.maps.InfoWindow({content: $le13f35c964c3eb59321d8ab8bae08f6b});google.maps.event.addListener(m_e13f35c964c3eb59321d8ab8bae08f6b, 'click', function() {infowindow.open(map,m_e13f35c964c3eb59321d8ab8bae08f6b);});$marker.push(m_e13f35c964c3eb59321d8ab8bae08f6b);}});}google.maps.event.addDomListener(window, 'load', initialize);