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(32.6128,-90.034)};var g_ffde5ca7e95a6077e156b2262e614af6 = new google.maps.Geocoder();g_ffde5ca7e95a6077e156b2262e614af6.geocode( { 'address': "147 E Peace St, Canton, MS 39046, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-MS-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('canton-MS-regions-bank'), mapOptions);}document.getElementById('21a49d78').innerHTML += ' | View Map';var $lffde5ca7e95a6077e156b2262e614af6 = '

Regions Bank

Address: 147 E Peace St, Canton, MS 39046, USA
Phone: (800) 734-4667
';var m_ffde5ca7e95a6077e156b2262e614af6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_ffde5ca7e95a6077e156b2262e614af6['infowindow'] = new google.maps.InfoWindow({content: $lffde5ca7e95a6077e156b2262e614af6});var infowindow = new google.maps.InfoWindow({content: $lffde5ca7e95a6077e156b2262e614af6});google.maps.event.addListener(m_ffde5ca7e95a6077e156b2262e614af6, 'click', function() {infowindow.open(map,m_ffde5ca7e95a6077e156b2262e614af6);});$marker.push(m_ffde5ca7e95a6077e156b2262e614af6);}});}google.maps.event.addDomListener(window, 'load', initialize);