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.7842,-83.9808)};var g_6f7b9e11d7c19b10334ddbb8ef024c9f = new google.maps.Geocoder();g_6f7b9e11d7c19b10334ddbb8ef024c9f.geocode( { 'address': "2306 Alcoa Hwy, Alcoa, TN 37701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alcoa-TN-clayton-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('alcoa-TN-clayton-bank-trust'), mapOptions);}document.getElementById('057e570e').innerHTML += ' | View Map';var $l6f7b9e11d7c19b10334ddbb8ef024c9f = '

Clayton Bank & Trust

Address: 2306 Alcoa Hwy, Alcoa, TN 37701
Phone: (865) 233-7082
';var m_6f7b9e11d7c19b10334ddbb8ef024c9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clayton Bank & Trust',});m_6f7b9e11d7c19b10334ddbb8ef024c9f['infowindow'] = new google.maps.InfoWindow({content: $l6f7b9e11d7c19b10334ddbb8ef024c9f});var infowindow = new google.maps.InfoWindow({content: $l6f7b9e11d7c19b10334ddbb8ef024c9f});google.maps.event.addListener(m_6f7b9e11d7c19b10334ddbb8ef024c9f, 'click', function() {infowindow.open(map,m_6f7b9e11d7c19b10334ddbb8ef024c9f);});$marker.push(m_6f7b9e11d7c19b10334ddbb8ef024c9f);}});}google.maps.event.addDomListener(window, 'load', initialize);