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.3711,-85.3926)};var g_8aa89f3dd42382fa05cdd0d05762041f = new google.maps.Geocoder();g_8aa89f3dd42382fa05cdd0d05762041f.geocode( { 'address': "7242 State Route 28, Dunlap, TN 37327"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dunlap-TN-citizens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('dunlap-TN-citizens-state-bank'), mapOptions);}document.getElementById('ddae0c61').innerHTML += ' | View Map';var $l8aa89f3dd42382fa05cdd0d05762041f = '

Citizens State Bank

Address: 7242 State Route 28, Dunlap, TN 37327
Phone: (423) 949-6900
';var m_8aa89f3dd42382fa05cdd0d05762041f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank',});m_8aa89f3dd42382fa05cdd0d05762041f['infowindow'] = new google.maps.InfoWindow({content: $l8aa89f3dd42382fa05cdd0d05762041f});var infowindow = new google.maps.InfoWindow({content: $l8aa89f3dd42382fa05cdd0d05762041f});google.maps.event.addListener(m_8aa89f3dd42382fa05cdd0d05762041f, 'click', function() {infowindow.open(map,m_8aa89f3dd42382fa05cdd0d05762041f);});$marker.push(m_8aa89f3dd42382fa05cdd0d05762041f);}});}google.maps.event.addDomListener(window, 'load', initialize);