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_400abdeb764023f3dcb8b0a23b279f08 = new google.maps.Geocoder();g_400abdeb764023f3dcb8b0a23b279f08.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-atm-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('canton-MS-atm-regions-bank'), mapOptions);}document.getElementById('21a49d78').innerHTML += ' | View Map';var $l400abdeb764023f3dcb8b0a23b279f08 = '

ATM (Regions Bank)

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