 |
|
There are no scheduled upcoming open houses. |
|
 |
|
 |
|
 |
 |

 |
sql = select t.tip_id,
t.tip_ty,
t.headline,
t.body,
t.position,
t.notes,
t.modify_by,
lcase(date_format(t.modify_dt, '%c/%e/%y %l:%i %p')) as modify_dt,
t.create_by,
lcase(date_format(t.create_dt, '%c/%e/%y %l:%i %p')) as create_dt,
t.inactive
from tip t
where tip_ty = 'BRTP'
and t.inactive = 'N'
order by t.inactive, t.position, t.create_dt desc, t.headline
sql = select t.tip_id,
t.tip_ty,
t.headline,
t.body,
t.position,
t.notes,
t.modify_by,
lcase(date_format(t.modify_dt, '%c/%e/%y %l:%i %p')) as modify_dt,
t.create_by,
lcase(date_format(t.create_dt, '%c/%e/%y %l:%i %p')) as create_dt,
t.inactive
from tip t
where tip_ty = 'BRTP'
and t.inactive = 'N'
order by t.inactive, t.position, t.create_dt desc, t.headline
Do I have enough money to buy my first home?
We offer a range of mortgage programs, and we'll help you determine which can work for you — some of our loans require little money down. You'll also need to consider closing costs and the escrow account for taxes and insurance. ... [Read article]
I'm buying a second home. Is it a different process?
No. Whether you need to be near the water or in the mountains, a vacation home offers an opportunity for fun and relaxation — and we make it just as easy to obtain a mortgage. But keep in mind you'll need to identify sources for your down payment, since you're not selling your current house and using the proceeds, and you'll need to expect a larger monthly obligation for housing expenses. ... [Read article]
|
 |
|
 |
|