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.6685,-87.699)};var g_33c74d44a8c8399fd69963ecfae26b75 = new google.maps.Geocoder();g_33c74d44a8c8399fd69963ecfae26b75.geocode( { 'address': "314 N Public Sq, Centerville, TN 37033"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('centerville-TN-community-first-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('centerville-TN-community-first-bank-trust'), mapOptions);}document.getElementById('6cbbe7ed').innerHTML += ' | View Map';var $l33c74d44a8c8399fd69963ecfae26b75 = '

Community First Bank & Trust

Address: 314 N Public Sq, Centerville, TN 37033
Phone: (931) 729-5181
';var m_33c74d44a8c8399fd69963ecfae26b75 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community First Bank & Trust',});m_33c74d44a8c8399fd69963ecfae26b75['infowindow'] = new google.maps.InfoWindow({content: $l33c74d44a8c8399fd69963ecfae26b75});var infowindow = new google.maps.InfoWindow({content: $l33c74d44a8c8399fd69963ecfae26b75});google.maps.event.addListener(m_33c74d44a8c8399fd69963ecfae26b75, 'click', function() {infowindow.open(map,m_33c74d44a8c8399fd69963ecfae26b75);});$marker.push(m_33c74d44a8c8399fd69963ecfae26b75);}});}google.maps.event.addDomListener(window, 'load', initialize);