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.0673,-90.4836)};var g_fb5a2d007fa5d0dc43a7d9638dac988c = new google.maps.Geocoder();g_fb5a2d007fa5d0dc43a7d9638dac988c.geocode( { 'address': "421 W Airline Hwy e, Laplace, LA 70068, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laplace-LA-dep-4ever-help-u').style.display = '';map = new google.maps.Map(document.getElementById('laplace-LA-dep-4ever-help-u'), mapOptions);}document.getElementById('386ba17b').innerHTML += ' | View Map';var $lfb5a2d007fa5d0dc43a7d9638dac988c = '

DEP 4Ever Help U

Address: 421 W Airline Hwy e, Laplace, LA 70068, USA
Phone: (985) 652-5626
';var m_fb5a2d007fa5d0dc43a7d9638dac988c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DEP 4Ever Help U',});m_fb5a2d007fa5d0dc43a7d9638dac988c['infowindow'] = new google.maps.InfoWindow({content: $lfb5a2d007fa5d0dc43a7d9638dac988c});var infowindow = new google.maps.InfoWindow({content: $lfb5a2d007fa5d0dc43a7d9638dac988c});google.maps.event.addListener(m_fb5a2d007fa5d0dc43a7d9638dac988c, 'click', function() {infowindow.open(map,m_fb5a2d007fa5d0dc43a7d9638dac988c);});$marker.push(m_fb5a2d007fa5d0dc43a7d9638dac988c);}});}google.maps.event.addDomListener(window, 'load', initialize);