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.3389,-83.3251)};var g_e2be1a7aa94a149039a824e7a36ab9ff = new google.maps.Geocoder();g_e2be1a7aa94a149039a824e7a36ab9ff.geocode( { 'address': "1131 Highway 11w, Bean Station, TN 37708"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bean-station-TN-citizens-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('bean-station-TN-citizens-bank-trust-co'), mapOptions);}document.getElementById('b227038b').innerHTML += ' | View Map';var $le2be1a7aa94a149039a824e7a36ab9ff = '

Citizens Bank & Trust Co

Address: 1131 Highway 11w, Bean Station, TN 37708
Phone: (865) 993-2510
';var m_e2be1a7aa94a149039a824e7a36ab9ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank & Trust Co',});m_e2be1a7aa94a149039a824e7a36ab9ff['infowindow'] = new google.maps.InfoWindow({content: $le2be1a7aa94a149039a824e7a36ab9ff});var infowindow = new google.maps.InfoWindow({content: $le2be1a7aa94a149039a824e7a36ab9ff});google.maps.event.addListener(m_e2be1a7aa94a149039a824e7a36ab9ff, 'click', function() {infowindow.open(map,m_e2be1a7aa94a149039a824e7a36ab9ff);});$marker.push(m_e2be1a7aa94a149039a824e7a36ab9ff);}});}google.maps.event.addDomListener(window, 'load', initialize);