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()};var g_6dd3e6a48b7117f6ae04a6664beb740b = new google.maps.Geocoder();g_6dd3e6a48b7117f6ae04a6664beb740b.geocode( { 'address': "4809 Columbia Pike, Thompsons Sta, TN 37179"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thompsons-sta-TN-community-first-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('thompsons-sta-TN-community-first-bank-trust'), mapOptions);}document.getElementById('3cf5bdae').innerHTML += ' | View Map';var $l6dd3e6a48b7117f6ae04a6664beb740b = '

Community First Bank & Trust

Address: 4809 Columbia Pike, Thompsons Sta, TN 37179
Phone: (615) 302-4949
';var m_6dd3e6a48b7117f6ae04a6664beb740b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community First Bank & Trust',});m_6dd3e6a48b7117f6ae04a6664beb740b['infowindow'] = new google.maps.InfoWindow({content: $l6dd3e6a48b7117f6ae04a6664beb740b});var infowindow = new google.maps.InfoWindow({content: $l6dd3e6a48b7117f6ae04a6664beb740b});google.maps.event.addListener(m_6dd3e6a48b7117f6ae04a6664beb740b, 'click', function() {infowindow.open(map,m_6dd3e6a48b7117f6ae04a6664beb740b);});$marker.push(m_6dd3e6a48b7117f6ae04a6664beb740b);}});}google.maps.event.addDomListener(window, 'load', initialize);