Hi! I'm MIA, your SI MTG mortgage assistant. I can help you find the right loan program, explain rates, or get you started. What can I help you with today?
Just now
SI MTG · CA DRE #01480904 · NMLS #300923 · Not financial advice
function translateTo(lang){
document.querySelectorAll('.tb-lang').forEach(function(l){l.classList.remove('active');});
event.target.classList.add('active');
if(lang==='en'){
document.cookie='googtrans=; expires=Thu, 01 Jan 1970 00:00:01 GMT; path=/; domain=.simtg.com';
document.cookie='googtrans=; expires=Thu, 01 Jan 1970 00:00:01 GMT; path=/';
window.location.href='https://simtg.com'+window.location.pathname;
return;
}
var url='https://translate.google.com/translate?sl=en&tl='+lang+'&u='+encodeURIComponent('https://simtg.com'+window.location.pathname);
window.open(url,'_blank');
}