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(31.1301,-92.0802)};var g_8e2d8074bfb500cfc2cff8dd4a8dfc0b = new google.maps.Geocoder();g_8e2d8074bfb500cfc2cff8dd4a8dfc0b.geocode( { 'address': "843 Tunica Dr W, Marksville, LA 71351, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marksville-LA-cash-cow').style.display = '';map = new google.maps.Map(document.getElementById('marksville-LA-cash-cow'), mapOptions);}document.getElementById('612ebbf0').innerHTML += ' | View Map';var $l8e2d8074bfb500cfc2cff8dd4a8dfc0b = '

Cash Cow

Address: 843 Tunica Dr W, Marksville, LA 71351, USA
Phone: (318) 253-0708
';var m_8e2d8074bfb500cfc2cff8dd4a8dfc0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Cow',});m_8e2d8074bfb500cfc2cff8dd4a8dfc0b['infowindow'] = new google.maps.InfoWindow({content: $l8e2d8074bfb500cfc2cff8dd4a8dfc0b});var infowindow = new google.maps.InfoWindow({content: $l8e2d8074bfb500cfc2cff8dd4a8dfc0b});google.maps.event.addListener(m_8e2d8074bfb500cfc2cff8dd4a8dfc0b, 'click', function() {infowindow.open(map,m_8e2d8074bfb500cfc2cff8dd4a8dfc0b);});$marker.push(m_8e2d8074bfb500cfc2cff8dd4a8dfc0b);}});}google.maps.event.addDomListener(window, 'load', initialize);