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(36.099,-84.1327)};var g_29c0b848683c08ec72c8656d10b92cea = new google.maps.Geocoder();g_29c0b848683c08ec72c8656d10b92cea.geocode( { 'address': "151 E Broad St, Clinton, TN 37716, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-TN-the-community-bank-of-east-tennesee').style.display = '';map = new google.maps.Map(document.getElementById('clinton-TN-the-community-bank-of-east-tennesee'), mapOptions);}document.getElementById('726a7021').innerHTML += ' | View Map';var $l29c0b848683c08ec72c8656d10b92cea = '

The Community Bank of East Tennesee

Address: 151 E Broad St, Clinton, TN 37716, USA
Phone: (865) 457-3433
';var m_29c0b848683c08ec72c8656d10b92cea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Community Bank of East Tennesee',});m_29c0b848683c08ec72c8656d10b92cea['infowindow'] = new google.maps.InfoWindow({content: $l29c0b848683c08ec72c8656d10b92cea});var infowindow = new google.maps.InfoWindow({content: $l29c0b848683c08ec72c8656d10b92cea});google.maps.event.addListener(m_29c0b848683c08ec72c8656d10b92cea, 'click', function() {infowindow.open(map,m_29c0b848683c08ec72c8656d10b92cea);});$marker.push(m_29c0b848683c08ec72c8656d10b92cea);}});}google.maps.event.addDomListener(window, 'load', initialize);