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.0099,-88.6237)};var g_35604d3f9b03c751e336807aadab6e97 = new google.maps.Geocoder();g_35604d3f9b03c751e336807aadab6e97.geocode( { 'address': "5420 Broad St S, Trezevant, TN 38258, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trezevant-TN-farmers--merchants-bank').style.display = '';map = new google.maps.Map(document.getElementById('trezevant-TN-farmers--merchants-bank'), mapOptions);}document.getElementById('456d7b67').innerHTML += ' | View Map';var $l35604d3f9b03c751e336807aadab6e97 = '

Farmers & Merchants Bank

Address: 5420 Broad St S, Trezevant, TN 38258, USA
Phone: (731) 669-3900
';var m_35604d3f9b03c751e336807aadab6e97 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants Bank',});m_35604d3f9b03c751e336807aadab6e97['infowindow'] = new google.maps.InfoWindow({content: $l35604d3f9b03c751e336807aadab6e97});var infowindow = new google.maps.InfoWindow({content: $l35604d3f9b03c751e336807aadab6e97});google.maps.event.addListener(m_35604d3f9b03c751e336807aadab6e97, 'click', function() {infowindow.open(map,m_35604d3f9b03c751e336807aadab6e97);});$marker.push(m_35604d3f9b03c751e336807aadab6e97);}});}google.maps.event.addDomListener(window, 'load', initialize);