Recreational Vehicle Market - Find Rvs && Price Compare

2016 New Heartland SUNDANCE 298BH Fifth Wheel in Missouri, MO

Price:$36,777

Condition:New

Make:Heartland

Seller:St. Louis RV

Location:O'Fallon, MO

21 People are Looking for this Vehicle
Vehicle Specifications
       
condition New
class Fifth Wheel
maker Heartland
model SUNDANCE 298BH
year 2016
state Missouri
zipCode 63366
Location O'Fallon, MO
Mileage 1
Stock Number R00440
Sleeping Capacity 7
Awnings 1
Length 33
Water Capacity 5,160
Description

2016 New Heartland SUNDANCE 298BH Fifth Wheel in Missouri, MO. 2016 HEARTLAND SUNDANCE 298BH, 2016 HEARTLAND SUNDANCE 298BH GVWR 9,900 lbs Dry Weight 8,810 lbs Hitch Weight 1,750 lbs

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(); }