Recreational Vehicle Market - Find Rvs && Price Compare

2013 New Winnebago VIEW 24G Class C in Missouri, MO

Price:$89,900

Condition:New

Make:Winnebago

Seller:St. Louis RV

Location:O'Fallon, MO

21 People are Looking for this Vehicle
Vehicle Specifications
       
condition New
class Class C
maker Winnebago
model VIEW 24G
year 2013
state Missouri
zipCode 63366
Location O'Fallon, MO
Mileage 11,059
Fuel Type DIESEL
Stock Number R00575
Sleeping Capacity 4
Awnings 1
Length 25
Description

2013 New Winnebago VIEW 24G Class C in Missouri, MO. 2013 WINNEBAGO VIEW 24G, 2013 Winnebago View 24G - Sleeps 4 - Length 25' - Width 7'6" - Height 6'5" - Water 37 gallons - Fuel - Diesel Winnebago View Profile Class C Coach w/Rear Queen Bed Slideout w/Storage Both Sides of Bed, Step Down to Living Area w/Wardrobe, Bath w/Corner Shower, Toilet & Round Sink, Slideout Comfort Sofa/Sleeper 54" x 75", 26" LCD TV, Refrigerator, Pantry, 2 Burner Cooktop, Dbl. Kitchen Sink w/Overhead Cabinets Throughout and More. For more information call 314-743-3939 00$' + lastBalance + ''; total_interest = 0; total_payment = 0; for (i = 0; i < numberOfPayments; i++) { interest = lastBalance * interestRate / monthsPerYear; interest = Math.round(interest * 100) / 100; principal = Math.round((paymentAmount - interest) * 100) / 100; lastBalance = Math.round((lastBalance - principal) * 100) / 100; if (i == numberOfPayments - 1 && lastBalance > 0) { console.log("last payment:" + paymentAmount + "," + lastBalance); paymentAmount = parseFloat(principal) + parseFloat(lastBalance); console.log("last payment: " + paymentAmount + "," + lastBalance); lastBalance = 0; paymentAmount = Math.round(paymentAmount * 100) / 100; principal = Math.round((paymentAmount - interest) * 100) / 100; } total_interest = total_interest + parseFloat(interest); total_payment = total_payment + parseFloat(paymentAmount); html += 'Payment ' + (i + 1) + '$' + paymentAmount + '$' + interest + '$' + principal + '$' + lastBalance + ''; } total_payment = Math.round(total_payment * 100) / 100 total_interest = Math.round(total_interest * 100) / 100 html += 'Grand Total$' + loanAmount + '$' + total_payment + '$' + total_interest + '$' + loanAmount + '0'; $("#payment-schedule tbody").html(html); //$('#calc_result_modal').modal({'keyboard': true}) const myModalAlternative = new bootstrap.Modal('#calc_result_modal', {'keyboard': true}); myModalAlternative.show(); }