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(29.8323,-90.9444)};var g_3dad37c2a74883d5adb5b795795223ed = new google.maps.Geocoder();g_3dad37c2a74883d5adb5b795795223ed.geocode( { 'address': "2573 LA-1, Thibodaux, LA 70301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thibodaux-LA-diamond-jims-casino').style.display = '';map = new google.maps.Map(document.getElementById('thibodaux-LA-diamond-jims-casino'), mapOptions);}document.getElementById('d20b8a38').innerHTML += ' | View Map';var $l3dad37c2a74883d5adb5b795795223ed = '

Diamond Jims Casino

Address: 2573 LA-1, Thibodaux, LA 70301, USA
Phone: (985) 526-3625
';var m_3dad37c2a74883d5adb5b795795223ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Diamond Jims Casino',});m_3dad37c2a74883d5adb5b795795223ed['infowindow'] = new google.maps.InfoWindow({content: $l3dad37c2a74883d5adb5b795795223ed});var infowindow = new google.maps.InfoWindow({content: $l3dad37c2a74883d5adb5b795795223ed});google.maps.event.addListener(m_3dad37c2a74883d5adb5b795795223ed, 'click', function() {infowindow.open(map,m_3dad37c2a74883d5adb5b795795223ed);});$marker.push(m_3dad37c2a74883d5adb5b795795223ed);}});}google.maps.event.addDomListener(window, 'load', initialize);