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.0155,-90.24)};var g_735709801bd3724a32c728161c656c41 = new google.maps.Geocoder();g_735709801bd3724a32c728161c656c41.geocode( { 'address': "3233 Williams Blvd, Kenner, LA 70065, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kenner-LA-cash-cow').style.display = '';map = new google.maps.Map(document.getElementById('kenner-LA-cash-cow'), mapOptions);}document.getElementById('eac4329f').innerHTML += ' | View Map';var $l735709801bd3724a32c728161c656c41 = '

Cash Cow

Address: 3233 Williams Blvd, Kenner, LA 70065, USA
Phone: (504) 464-9749
';var m_735709801bd3724a32c728161c656c41 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Cow',});m_735709801bd3724a32c728161c656c41['infowindow'] = new google.maps.InfoWindow({content: $l735709801bd3724a32c728161c656c41});var infowindow = new google.maps.InfoWindow({content: $l735709801bd3724a32c728161c656c41});google.maps.event.addListener(m_735709801bd3724a32c728161c656c41, 'click', function() {infowindow.open(map,m_735709801bd3724a32c728161c656c41);});$marker.push(m_735709801bd3724a32c728161c656c41);}});}google.maps.event.addDomListener(window, 'load', initialize);