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.4964,-88.8762)};var g_78cec1c3830b5e2b7ca34b9cda05daff = new google.maps.Geocoder();g_78cec1c3830b5e2b7ca34b9cda05daff.geocode( { 'address': "605 Broadway St, South Fulton, TN 38257"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-fulton-TN-first-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('south-fulton-TN-first-state-bank'), mapOptions);}document.getElementById('b35d9a97').innerHTML += ' | View Map';var $l78cec1c3830b5e2b7ca34b9cda05daff = '

First State Bank

Address: 605 Broadway St, South Fulton, TN 38257
Phone: (731) 479-3000
';var m_78cec1c3830b5e2b7ca34b9cda05daff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank',});m_78cec1c3830b5e2b7ca34b9cda05daff['infowindow'] = new google.maps.InfoWindow({content: $l78cec1c3830b5e2b7ca34b9cda05daff});var infowindow = new google.maps.InfoWindow({content: $l78cec1c3830b5e2b7ca34b9cda05daff});google.maps.event.addListener(m_78cec1c3830b5e2b7ca34b9cda05daff, 'click', function() {infowindow.open(map,m_78cec1c3830b5e2b7ca34b9cda05daff);});$marker.push(m_78cec1c3830b5e2b7ca34b9cda05daff);}});}google.maps.event.addDomListener(window, 'load', initialize);