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.8103,-90.5296)};var g_bbda667d531ca49eb69f9c962a5c3105 = new google.maps.Geocoder();g_bbda667d531ca49eb69f9c962a5c3105.geocode( { 'address': "140 W Shaw Ave, Drew, MS 38737, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('drew-MS-atm-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('drew-MS-atm-regions-bank'), mapOptions);}document.getElementById('b2d79469').innerHTML += ' | View Map';var $lbbda667d531ca49eb69f9c962a5c3105 = '

ATM (Regions Bank)

Address: 140 W Shaw Ave, Drew, MS 38737, USA
Phone:
';var m_bbda667d531ca49eb69f9c962a5c3105 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Regions Bank)',});m_bbda667d531ca49eb69f9c962a5c3105['infowindow'] = new google.maps.InfoWindow({content: $lbbda667d531ca49eb69f9c962a5c3105});var infowindow = new google.maps.InfoWindow({content: $lbbda667d531ca49eb69f9c962a5c3105});google.maps.event.addListener(m_bbda667d531ca49eb69f9c962a5c3105, 'click', function() {infowindow.open(map,m_bbda667d531ca49eb69f9c962a5c3105);});$marker.push(m_bbda667d531ca49eb69f9c962a5c3105);}});}google.maps.event.addDomListener(window, 'load', initialize);