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.6475,-91.1507)};var g_048517851c55e77cf9daf170c6fdd7ab = new google.maps.Geocoder();g_048517851c55e77cf9daf170c6fdd7ab.geocode( { 'address': "4457 LA-19, Zachary, LA 70791, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('zachary-LA-cash-cow').style.display = '';map = new google.maps.Map(document.getElementById('zachary-LA-cash-cow'), mapOptions);}document.getElementById('ccf4bfdd').innerHTML += ' | View Map';var $l048517851c55e77cf9daf170c6fdd7ab = '

Cash Cow

Address: 4457 LA-19, Zachary, LA 70791, USA
Phone: (225) 658-1380
';var m_048517851c55e77cf9daf170c6fdd7ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Cow',});m_048517851c55e77cf9daf170c6fdd7ab['infowindow'] = new google.maps.InfoWindow({content: $l048517851c55e77cf9daf170c6fdd7ab});var infowindow = new google.maps.InfoWindow({content: $l048517851c55e77cf9daf170c6fdd7ab});google.maps.event.addListener(m_048517851c55e77cf9daf170c6fdd7ab, 'click', function() {infowindow.open(map,m_048517851c55e77cf9daf170c6fdd7ab);});$marker.push(m_048517851c55e77cf9daf170c6fdd7ab);}});}google.maps.event.addDomListener(window, 'load', initialize);