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.6838,-91.464)};var g_f303dc9c7efda3e8fc5463088620af20 = new google.maps.Geocoder();g_f303dc9c7efda3e8fc5463088620af20.geocode( { 'address': "300 Hospital Rd, New Roads, LA 70760, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-roads-LA-regions-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('new-roads-LA-regions-bank-atm'), mapOptions);}document.getElementById('0a389e6e').innerHTML += ' | View Map';var $lf303dc9c7efda3e8fc5463088620af20 = '

Regions Bank ATM

Address: 300 Hospital Rd, New Roads, LA 70760, USA
Phone: (800) 734-4667
';var m_f303dc9c7efda3e8fc5463088620af20 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank ATM',});m_f303dc9c7efda3e8fc5463088620af20['infowindow'] = new google.maps.InfoWindow({content: $lf303dc9c7efda3e8fc5463088620af20});var infowindow = new google.maps.InfoWindow({content: $lf303dc9c7efda3e8fc5463088620af20});google.maps.event.addListener(m_f303dc9c7efda3e8fc5463088620af20, 'click', function() {infowindow.open(map,m_f303dc9c7efda3e8fc5463088620af20);});$marker.push(m_f303dc9c7efda3e8fc5463088620af20);}});}google.maps.event.addDomListener(window, 'load', initialize);