Choose a Mortgage Calculator
const calculators = [
{ name: “Amortization Calculator”, desc: “Breaks down your loan payments into principal and interest over time.”, link: “https://eliteresidentiallending.com/amortization-calculator” },
{ name: “Biweekly Payment Calculator”, desc: “Shows how making biweekly payments can save you money and reduce your loan term.”, link: “https://eliteresidentiallending.com/biweekly-payment-calculator” },
{ name: “Compare 15 VS 30 Year Calculator”, desc: “Compares monthly payments and interest savings between 15 and 30-year loans.”, link: “https://eliteresidentiallending.com/compare-15-vs-30-year-calculator” },
{ name: “Compare 2 Loans Calculator”, desc: “Helps you compare two different loan options side by side.”, link: “https://eliteresidentiallending.com/compare-2-loans-calculator” },
{ name: “Debt Consolidation Calculator”, desc: “Determines if consolidating debt into a single loan is a good option.”, link: “https://eliteresidentiallending.com/debt-consolidation-calculator” },
{ name: “How Much Can I Afford Calculator”, desc: “Estimates how much house you can afford based on your income and expenses.”, link: “https://eliteresidentiallending.com/how-much-can-i-afford-calculator” },
{ name: “Pre-payment Calculator”, desc: “Shows how extra payments can reduce your loan balance and save on interest.”, link: “https://eliteresidentiallending.com/pre-payment-calculator” },
{ name: “Qualification Calculator”, desc: “Determines if you qualify for a mortgage based on your financial status.”, link: “https://eliteresidentiallending.com/qualification-calculator” },
{ name: “Refinance Savings Calculator”, desc: “Calculates potential savings when refinancing your existing mortgage.”, link: “https://eliteresidentiallending.com/refinance-savings-calculator” },
{ name: “Rent VS Buy Calculator”, desc: “Compares the cost of renting versus buying a home.”, link: “https://eliteresidentiallending.com/rent-vs-buy-calculator” },
{ name: “Simple APR Calculator”, desc: “Helps you understand the true cost of your loan by calculating the APR.”, link: “https://eliteresidentiallending.com/simple-apr-calculator” },
{ name: “Purchase Mortgage Calculator”, desc: “Estimates your monthly mortgage payment for a home purchase.”, link: “https://eliteresidentiallending.com/purchase-mortgage-calculator” }
];
document.write(calculators.map(calc => `
`).join(”));
