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.2318,-88.3877)};var g_0abdc563a06105aee3c6136871c9f4d1 = new google.maps.Geocoder();g_0abdc563a06105aee3c6136871c9f4d1.geocode( { 'address': "436 E Main St, Adamsville, TN 38310"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('adamsville-TN-central-bank').style.display = '';map = new google.maps.Map(document.getElementById('adamsville-TN-central-bank'), mapOptions);}document.getElementById('23409367').innerHTML += ' | View Map';var $l0abdc563a06105aee3c6136871c9f4d1 = '

Central Bank

Address: 436 E Main St, Adamsville, TN 38310
Phone: (731) 632-0462
';var m_0abdc563a06105aee3c6136871c9f4d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Bank',});m_0abdc563a06105aee3c6136871c9f4d1['infowindow'] = new google.maps.InfoWindow({content: $l0abdc563a06105aee3c6136871c9f4d1});var infowindow = new google.maps.InfoWindow({content: $l0abdc563a06105aee3c6136871c9f4d1});google.maps.event.addListener(m_0abdc563a06105aee3c6136871c9f4d1, 'click', function() {infowindow.open(map,m_0abdc563a06105aee3c6136871c9f4d1);});$marker.push(m_0abdc563a06105aee3c6136871c9f4d1);}});}google.maps.event.addDomListener(window, 'load', initialize);