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

REGIONS

Address: 300 Hospital Rd C, New Roads, LA 70760, USA
Phone: (225) 638-6364
';var m_5b4e04c4a880031c51050c930d7e2dad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'REGIONS',});m_5b4e04c4a880031c51050c930d7e2dad['infowindow'] = new google.maps.InfoWindow({content: $l5b4e04c4a880031c51050c930d7e2dad});var infowindow = new google.maps.InfoWindow({content: $l5b4e04c4a880031c51050c930d7e2dad});google.maps.event.addListener(m_5b4e04c4a880031c51050c930d7e2dad, 'click', function() {infowindow.open(map,m_5b4e04c4a880031c51050c930d7e2dad);});$marker.push(m_5b4e04c4a880031c51050c930d7e2dad);}});}google.maps.event.addDomListener(window, 'load', initialize);