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.5684,-86.4906)};var g_2d02d0250a7c8f9a83e43e017e7ab31b = new google.maps.Geocoder();g_2d02d0250a7c8f9a83e43e017e7ab31b.geocode( { 'address': "120 Village Dr, Portland, TN 37148"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-TN-farmers-bank').style.display = '';map = new google.maps.Map(document.getElementById('portland-TN-farmers-bank'), mapOptions);}document.getElementById('5d7cbc42').innerHTML += ' | View Map';var $l2d02d0250a7c8f9a83e43e017e7ab31b = '

Farmers Bank

Address: 120 Village Dr, Portland, TN 37148
Phone: (615) 325-2265
';var m_2d02d0250a7c8f9a83e43e017e7ab31b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers Bank',});m_2d02d0250a7c8f9a83e43e017e7ab31b['infowindow'] = new google.maps.InfoWindow({content: $l2d02d0250a7c8f9a83e43e017e7ab31b});var infowindow = new google.maps.InfoWindow({content: $l2d02d0250a7c8f9a83e43e017e7ab31b});google.maps.event.addListener(m_2d02d0250a7c8f9a83e43e017e7ab31b, 'click', function() {infowindow.open(map,m_2d02d0250a7c8f9a83e43e017e7ab31b);});$marker.push(m_2d02d0250a7c8f9a83e43e017e7ab31b);}});}google.maps.event.addDomListener(window, 'load', initialize);