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(33.8688,-89.3152)};var g_f2d457c33287d2cfe8320b10942aa5b9 = new google.maps.Geocoder();g_f2d457c33287d2cfe8320b10942aa5b9.geocode( { 'address': "211 N Main St, Calhoun City, MS 38916, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calhoun-city-MS-atm-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('calhoun-city-MS-atm-regions-bank'), mapOptions);}document.getElementById('cec473a7').innerHTML += ' | View Map';var $lf2d457c33287d2cfe8320b10942aa5b9 = '

ATM (Regions Bank)

Address: 211 N Main St, Calhoun City, MS 38916, USA
Phone:
';var m_f2d457c33287d2cfe8320b10942aa5b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Regions Bank)',});m_f2d457c33287d2cfe8320b10942aa5b9['infowindow'] = new google.maps.InfoWindow({content: $lf2d457c33287d2cfe8320b10942aa5b9});var infowindow = new google.maps.InfoWindow({content: $lf2d457c33287d2cfe8320b10942aa5b9});google.maps.event.addListener(m_f2d457c33287d2cfe8320b10942aa5b9, 'click', function() {infowindow.open(map,m_f2d457c33287d2cfe8320b10942aa5b9);});$marker.push(m_f2d457c33287d2cfe8320b10942aa5b9);}});}google.maps.event.addDomListener(window, 'load', initialize);