LoanTek Pricing Engine

window.onload = function () {
LoanTek.Widget({ partnerID: “25”, ZipCode: “19020”, Theme: “blueopal”, LoadQuotes: “true”, FullMenu: “true”, LoanType: “purchase”,
PropertyValue: 400000, Balance: 300000, PurchasePrice: 350000, DownPayment: 70000, CreditScore: 740,
ContactName: “John Doe”, ContactEmail: “john.doe@mydomain.com”, ContactPhone: “(555) 555-5555” });
LoanTek.init();
}