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.346,-88.3805)};var g_a9dd7e3c6ee87a48cb35b729caf61eb5 = new google.maps.Geocoder();g_a9dd7e3c6ee87a48cb35b729caf61eb5.geocode( { 'address': "14201 Highway 79 N, Buchanan, TN 38222"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buchanan-TN-foundation-bank').style.display = '';map = new google.maps.Map(document.getElementById('buchanan-TN-foundation-bank'), mapOptions);}document.getElementById('0e6d8733').innerHTML += ' | View Map';var $la9dd7e3c6ee87a48cb35b729caf61eb5 = '

Foundation Bank

Address: 14201 Highway 79 N, Buchanan, TN 38222
Phone: (731) 641-8885
';var m_a9dd7e3c6ee87a48cb35b729caf61eb5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Foundation Bank',});m_a9dd7e3c6ee87a48cb35b729caf61eb5['infowindow'] = new google.maps.InfoWindow({content: $la9dd7e3c6ee87a48cb35b729caf61eb5});var infowindow = new google.maps.InfoWindow({content: $la9dd7e3c6ee87a48cb35b729caf61eb5});google.maps.event.addListener(m_a9dd7e3c6ee87a48cb35b729caf61eb5, 'click', function() {infowindow.open(map,m_a9dd7e3c6ee87a48cb35b729caf61eb5);});$marker.push(m_a9dd7e3c6ee87a48cb35b729caf61eb5);}});}google.maps.event.addDomListener(window, 'load', initialize);