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.3504,-82.2204)};var g_b54c101bde4cd85aaf6664c6a4527779 = new google.maps.Geocoder();g_b54c101bde4cd85aaf6664c6a4527779.geocode( { 'address': "300 Broad St, Elizabethton, TN 37643, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elizabethton-TN-citco-community-bancshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('elizabethton-TN-citco-community-bancshares-inc'), mapOptions);}document.getElementById('af12f42b').innerHTML += ' | View Map';var $lb54c101bde4cd85aaf6664c6a4527779 = '

Citco Community Bancshares Inc

Address: 300 Broad St, Elizabethton, TN 37643, USA
Phone: (423) 543-2265
';var m_b54c101bde4cd85aaf6664c6a4527779 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citco Community Bancshares Inc',});m_b54c101bde4cd85aaf6664c6a4527779['infowindow'] = new google.maps.InfoWindow({content: $lb54c101bde4cd85aaf6664c6a4527779});var infowindow = new google.maps.InfoWindow({content: $lb54c101bde4cd85aaf6664c6a4527779});google.maps.event.addListener(m_b54c101bde4cd85aaf6664c6a4527779, 'click', function() {infowindow.open(map,m_b54c101bde4cd85aaf6664c6a4527779);});$marker.push(m_b54c101bde4cd85aaf6664c6a4527779);}});}google.maps.event.addDomListener(window, 'load', initialize);