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.1561,-89.683)};var g_5c97e8cf8bfebf5da20344802f78d335 = new google.maps.Geocoder();g_5c97e8cf8bfebf5da20344802f78d335.geocode( { 'address': "2735 Highway 64, Eads, TN 38028"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eads-TN-bank-of-fayette').style.display = '';map = new google.maps.Map(document.getElementById('eads-TN-bank-of-fayette'), mapOptions);}document.getElementById('b6396f6f').innerHTML += ' | View Map';var $l5c97e8cf8bfebf5da20344802f78d335 = '

Bank Of Fayette

Address: 2735 Highway 64, Eads, TN 38028
Phone: (901) 465-3320
';var m_5c97e8cf8bfebf5da20344802f78d335 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Fayette',});m_5c97e8cf8bfebf5da20344802f78d335['infowindow'] = new google.maps.InfoWindow({content: $l5c97e8cf8bfebf5da20344802f78d335});var infowindow = new google.maps.InfoWindow({content: $l5c97e8cf8bfebf5da20344802f78d335});google.maps.event.addListener(m_5c97e8cf8bfebf5da20344802f78d335, 'click', function() {infowindow.open(map,m_5c97e8cf8bfebf5da20344802f78d335);});$marker.push(m_5c97e8cf8bfebf5da20344802f78d335);}});}google.maps.event.addDomListener(window, 'load', initialize);