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.4432,-88.9344)};var g_68af741df7f6847e48babc887167e352 = new google.maps.Geocoder();g_68af741df7f6847e48babc887167e352.geocode( { 'address': "905 Cedar Lake Rd, Biloxi, MS 39532, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('biloxi-MS-atm-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('biloxi-MS-atm-regions-bank'), mapOptions);}document.getElementById('56b5eb67').innerHTML += ' | View Map';var $l68af741df7f6847e48babc887167e352 = '

ATM (Regions Bank)

Address: 905 Cedar Lake Rd, Biloxi, MS 39532, USA
Phone:
';var m_68af741df7f6847e48babc887167e352 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Regions Bank)',});m_68af741df7f6847e48babc887167e352['infowindow'] = new google.maps.InfoWindow({content: $l68af741df7f6847e48babc887167e352});var infowindow = new google.maps.InfoWindow({content: $l68af741df7f6847e48babc887167e352});google.maps.event.addListener(m_68af741df7f6847e48babc887167e352, 'click', function() {infowindow.open(map,m_68af741df7f6847e48babc887167e352);});$marker.push(m_68af741df7f6847e48babc887167e352);}});}google.maps.event.addDomListener(window, 'load', initialize);