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.0706,-90.4881)};var g_1f11598fc2acb18f9ed0af56576c780e = new google.maps.Geocoder();g_1f11598fc2acb18f9ed0af56576c780e.geocode( { 'address': "1104 W Airline Hwy, Laplace, LA 70068, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laplace-LA-cash-cow').style.display = '';map = new google.maps.Map(document.getElementById('laplace-LA-cash-cow'), mapOptions);}document.getElementById('a66840bc').innerHTML += ' | View Map';var $l1f11598fc2acb18f9ed0af56576c780e = '

Cash Cow

Address: 1104 W Airline Hwy, Laplace, LA 70068, USA
Phone: (985) 652-2584
';var m_1f11598fc2acb18f9ed0af56576c780e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Cow',});m_1f11598fc2acb18f9ed0af56576c780e['infowindow'] = new google.maps.InfoWindow({content: $l1f11598fc2acb18f9ed0af56576c780e});var infowindow = new google.maps.InfoWindow({content: $l1f11598fc2acb18f9ed0af56576c780e});google.maps.event.addListener(m_1f11598fc2acb18f9ed0af56576c780e, 'click', function() {infowindow.open(map,m_1f11598fc2acb18f9ed0af56576c780e);});$marker.push(m_1f11598fc2acb18f9ed0af56576c780e);}});}google.maps.event.addDomListener(window, 'load', initialize);