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.6008,-84.4642)};var g_f655d686ece627fa58304aa1b6bf8b39 = new google.maps.Geocoder();g_f655d686ece627fa58304aa1b6bf8b39.geocode( { 'address': "304 Church St, Sweetwater, TN 37874, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sweetwater-TN-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('sweetwater-TN-citizens-national-bank'), mapOptions);}document.getElementById('900a1f4b').innerHTML += ' | View Map';var $lf655d686ece627fa58304aa1b6bf8b39 = '

Citizens National Bank

Address: 304 Church St, Sweetwater, TN 37874, USA
Phone: (423) 337-3571
';var m_f655d686ece627fa58304aa1b6bf8b39 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens National Bank',});m_f655d686ece627fa58304aa1b6bf8b39['infowindow'] = new google.maps.InfoWindow({content: $lf655d686ece627fa58304aa1b6bf8b39});var infowindow = new google.maps.InfoWindow({content: $lf655d686ece627fa58304aa1b6bf8b39});google.maps.event.addListener(m_f655d686ece627fa58304aa1b6bf8b39, 'click', function() {infowindow.open(map,m_f655d686ece627fa58304aa1b6bf8b39);});$marker.push(m_f655d686ece627fa58304aa1b6bf8b39);}});}google.maps.event.addDomListener(window, 'load', initialize);