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.569,-89.6467)};var g_fc6abf7b29980aa85f2fb4b97682190f = new google.maps.Geocoder();g_fc6abf7b29980aa85f2fb4b97682190f.geocode( { 'address': "448 Hwy 51 N, Covington, TN 38019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covington-TN-simmons-bank').style.display = '';map = new google.maps.Map(document.getElementById('covington-TN-simmons-bank'), mapOptions);}document.getElementById('7fc99b35').innerHTML += ' | View Map';var $lfc6abf7b29980aa85f2fb4b97682190f = '

Simmons Bank

Address: 448 Hwy 51 N, Covington, TN 38019, USA
Phone: (901) 475-0961
';var m_fc6abf7b29980aa85f2fb4b97682190f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Simmons Bank',});m_fc6abf7b29980aa85f2fb4b97682190f['infowindow'] = new google.maps.InfoWindow({content: $lfc6abf7b29980aa85f2fb4b97682190f});var infowindow = new google.maps.InfoWindow({content: $lfc6abf7b29980aa85f2fb4b97682190f});google.maps.event.addListener(m_fc6abf7b29980aa85f2fb4b97682190f, 'click', function() {infowindow.open(map,m_fc6abf7b29980aa85f2fb4b97682190f);});$marker.push(m_fc6abf7b29980aa85f2fb4b97682190f);}});}google.maps.event.addDomListener(window, 'load', initialize);