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(30.3125,-89.3614)};var g_493e4d085871150617f68c8c04b6b877 = new google.maps.Geocoder();g_493e4d085871150617f68c8c04b6b877.geocode( { 'address': "1121 US-90, Bay St Louis, MS 39520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bay-saint-louis-MS-regions-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('bay-saint-louis-MS-regions-bank-atm'), mapOptions);}document.getElementById('b6cc37f7').innerHTML += ' | View Map';var $l493e4d085871150617f68c8c04b6b877 = '

Regions Bank ATM

Address: 1121 US-90, Bay St Louis, MS 39520, USA
Phone:
';var m_493e4d085871150617f68c8c04b6b877 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank ATM',});m_493e4d085871150617f68c8c04b6b877['infowindow'] = new google.maps.InfoWindow({content: $l493e4d085871150617f68c8c04b6b877});var infowindow = new google.maps.InfoWindow({content: $l493e4d085871150617f68c8c04b6b877});google.maps.event.addListener(m_493e4d085871150617f68c8c04b6b877, 'click', function() {infowindow.open(map,m_493e4d085871150617f68c8c04b6b877);});$marker.push(m_493e4d085871150617f68c8c04b6b877);}});}google.maps.event.addDomListener(window, 'load', initialize);