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.1521,-85.4774)};var g_723ccb76338d8085c98887115710797b = new google.maps.Geocoder();g_723ccb76338d8085c98887115710797b.geocode( { 'address': "1450 Neal St, Cookeville, TN 38501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cookeville-TN-american-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('cookeville-TN-american-bank--trust'), mapOptions);}document.getElementById('f60675de').innerHTML += ' | View Map';var $l723ccb76338d8085c98887115710797b = '

American Bank & Trust

Address: 1450 Neal St, Cookeville, TN 38501, USA
Phone: (931) 526-4800
';var m_723ccb76338d8085c98887115710797b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Bank & Trust',});m_723ccb76338d8085c98887115710797b['infowindow'] = new google.maps.InfoWindow({content: $l723ccb76338d8085c98887115710797b});var infowindow = new google.maps.InfoWindow({content: $l723ccb76338d8085c98887115710797b});google.maps.event.addListener(m_723ccb76338d8085c98887115710797b, 'click', function() {infowindow.open(map,m_723ccb76338d8085c98887115710797b);});$marker.push(m_723ccb76338d8085c98887115710797b);}});}google.maps.event.addDomListener(window, 'load', initialize);