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.1022,-84.1318)};var g_55549115330ae7efe02bd59aad6200f8 = new google.maps.Geocoder();g_55549115330ae7efe02bd59aad6200f8.geocode( { 'address': "245 N Main St, Clinton, TN 37716, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-TN-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('clinton-TN-regions-bank'), mapOptions);}document.getElementById('0e21ae93').innerHTML += ' | View Map';var $l55549115330ae7efe02bd59aad6200f8 = '

Regions Bank

Address: 245 N Main St, Clinton, TN 37716, USA
Phone: (800) 734-4667
';var m_55549115330ae7efe02bd59aad6200f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_55549115330ae7efe02bd59aad6200f8['infowindow'] = new google.maps.InfoWindow({content: $l55549115330ae7efe02bd59aad6200f8});var infowindow = new google.maps.InfoWindow({content: $l55549115330ae7efe02bd59aad6200f8});google.maps.event.addListener(m_55549115330ae7efe02bd59aad6200f8, 'click', function() {infowindow.open(map,m_55549115330ae7efe02bd59aad6200f8);});$marker.push(m_55549115330ae7efe02bd59aad6200f8);}});}google.maps.event.addDomListener(window, 'load', initialize);