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.3821,-84.7666)};var g_00a2025a72b0c0476fd31a69f179d513 = new google.maps.Geocoder();g_00a2025a72b0c0476fd31a69f179d513.geocode( { 'address': "454 Highway 163, Calhoun, TN 37309"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calhoun-TN-bowater-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('calhoun-TN-bowater-employees-credit-union'), mapOptions);}document.getElementById('8596ac0b').innerHTML += ' | View Map';var $l00a2025a72b0c0476fd31a69f179d513 = '

Bowater Employees Credit Union

Address: 454 Highway 163, Calhoun, TN 37309
Phone: (423) 336-7268
';var m_00a2025a72b0c0476fd31a69f179d513 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bowater Employees Credit Union',});m_00a2025a72b0c0476fd31a69f179d513['infowindow'] = new google.maps.InfoWindow({content: $l00a2025a72b0c0476fd31a69f179d513});var infowindow = new google.maps.InfoWindow({content: $l00a2025a72b0c0476fd31a69f179d513});google.maps.event.addListener(m_00a2025a72b0c0476fd31a69f179d513, 'click', function() {infowindow.open(map,m_00a2025a72b0c0476fd31a69f179d513);});$marker.push(m_00a2025a72b0c0476fd31a69f179d513);}});}google.maps.event.addDomListener(window, 'load', initialize);