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.6099,-87.0489)};var g_cebdd6722617a6e28f22c056fdd52559 = new google.maps.Geocoder();g_cebdd6722617a6e28f22c056fdd52559.geocode( { 'address': "610 N Garden St, Columbia, TN 38401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-TN-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('columbia-TN-regions-bank'), mapOptions);}document.getElementById('3e9b5a28').innerHTML += ' | View Map';var $lcebdd6722617a6e28f22c056fdd52559 = '

Regions Bank

Address: 610 N Garden St, Columbia, TN 38401
Phone: (931) 388-1000
';var m_cebdd6722617a6e28f22c056fdd52559 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_cebdd6722617a6e28f22c056fdd52559['infowindow'] = new google.maps.InfoWindow({content: $lcebdd6722617a6e28f22c056fdd52559});var infowindow = new google.maps.InfoWindow({content: $lcebdd6722617a6e28f22c056fdd52559});google.maps.event.addListener(m_cebdd6722617a6e28f22c056fdd52559, 'click', function() {infowindow.open(map,m_cebdd6722617a6e28f22c056fdd52559);});$marker.push(m_cebdd6722617a6e28f22c056fdd52559);}});}google.maps.event.addDomListener(window, 'load', initialize);