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.6272,-83.7839)};var g_1397b00c9f187b3a90966db4b1e6504b = new google.maps.Geocoder();g_1397b00c9f187b3a90966db4b1e6504b.geocode( { 'address': "7729 E Lamar Alexander Pkwy, Townsend, TN 37882"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('townsend-TN-citizens-bank-of-blount-county').style.display = '';map = new google.maps.Map(document.getElementById('townsend-TN-citizens-bank-of-blount-county'), mapOptions);}document.getElementById('cfd6a666').innerHTML += ' | View Map';var $l1397b00c9f187b3a90966db4b1e6504b = '

Citizens Bank Of Blount County

Address: 7729 E Lamar Alexander Pkwy, Townsend, TN 37882
Phone: (865) 448-5990
';var m_1397b00c9f187b3a90966db4b1e6504b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Of Blount County',});m_1397b00c9f187b3a90966db4b1e6504b['infowindow'] = new google.maps.InfoWindow({content: $l1397b00c9f187b3a90966db4b1e6504b});var infowindow = new google.maps.InfoWindow({content: $l1397b00c9f187b3a90966db4b1e6504b});google.maps.event.addListener(m_1397b00c9f187b3a90966db4b1e6504b, 'click', function() {infowindow.open(map,m_1397b00c9f187b3a90966db4b1e6504b);});$marker.push(m_1397b00c9f187b3a90966db4b1e6504b);}});}google.maps.event.addDomListener(window, 'load', initialize);