Down Payment Assistance Application

Get your approval online in 2-3 minutes. In order for the application to be processed by our secure server, please be sure to hit “submit” at the end of the application.

function enqueue_custom_calculator_script() { wp_enqueue_script('calculator-js', get_template_directory_uri() . '/js/calculator.js', array(), '1.0', true); } add_action('wp_enqueue_scripts', 'enqueue_custom_calculator_script');