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.2035,-89.0125)};var g_a8491e5f4d8b7d0bc059a5a35d0e5bd2 = new google.maps.Geocoder();g_a8491e5f4d8b7d0bc059a5a35d0e5bd2.geocode( { 'address': "107 N Poplar St, Kenton, TN 38233, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kenton-TN-simmons-bank').style.display = '';map = new google.maps.Map(document.getElementById('kenton-TN-simmons-bank'), mapOptions);}document.getElementById('9ae27b23').innerHTML += ' | View Map';var $la8491e5f4d8b7d0bc059a5a35d0e5bd2 = '

Simmons Bank

Address: 107 N Poplar St, Kenton, TN 38233, USA
Phone: (731) 749-5368
';var m_a8491e5f4d8b7d0bc059a5a35d0e5bd2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Simmons Bank',});m_a8491e5f4d8b7d0bc059a5a35d0e5bd2['infowindow'] = new google.maps.InfoWindow({content: $la8491e5f4d8b7d0bc059a5a35d0e5bd2});var infowindow = new google.maps.InfoWindow({content: $la8491e5f4d8b7d0bc059a5a35d0e5bd2});google.maps.event.addListener(m_a8491e5f4d8b7d0bc059a5a35d0e5bd2, 'click', function() {infowindow.open(map,m_a8491e5f4d8b7d0bc059a5a35d0e5bd2);});$marker.push(m_a8491e5f4d8b7d0bc059a5a35d0e5bd2);}});}google.maps.event.addDomListener(window, 'load', initialize);