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(34.8326,-89.1765)};var g_e2547e3fdbccacce591cb74e30a88f8e = new google.maps.Geocoder();g_e2547e3fdbccacce591cb74e30a88f8e.geocode( { 'address': "56 S Main St, Ashland, MS 38603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-MS-atm-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('ashland-MS-atm-regions-bank'), mapOptions);}document.getElementById('025554aa').innerHTML += ' | View Map';var $le2547e3fdbccacce591cb74e30a88f8e = '

ATM (Regions Bank)

Address: 56 S Main St, Ashland, MS 38603, USA
Phone:
';var m_e2547e3fdbccacce591cb74e30a88f8e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Regions Bank)',});m_e2547e3fdbccacce591cb74e30a88f8e['infowindow'] = new google.maps.InfoWindow({content: $le2547e3fdbccacce591cb74e30a88f8e});var infowindow = new google.maps.InfoWindow({content: $le2547e3fdbccacce591cb74e30a88f8e});google.maps.event.addListener(m_e2547e3fdbccacce591cb74e30a88f8e, 'click', function() {infowindow.open(map,m_e2547e3fdbccacce591cb74e30a88f8e);});$marker.push(m_e2547e3fdbccacce591cb74e30a88f8e);}});}google.maps.event.addDomListener(window, 'load', initialize);