WebFontConfig = {
google: { families: [ 'Della+Respira', 'Muli' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
var protocol = ('https:' == document.location.protocol ? 'https' : 'http');
var _includeURL = protocol + '://testimonialtree.com/Widgets/';
//Add widget load to stats
var iphttp_request = TT_createCrossDomainRequest();
function TT_httpGet(theUrl)
{
var xmlHttp = null;
xmlHttp = new XMLHttpRequest();
xmlHttp.open( "GET", theUrl, true );
xmlHttp.send( null );
return xmlHttp.responseText;
}
function TT_getIP(JSONObject) {
if (iphttp_request) {
try{
if (window.XDomainRequest) {
iphttp_request.onload = function () {
JSONObject = JSON.parse(iphttp_request.responseText);
TT_httpGet(statsUrl+'&ip='+JSONObject.ip+'&lat='+JSONObject.lat+'&lng='+JSONObject.lng);
};
iphttp_request.open("GET", "http://api.hostip.info/get_json.php?position=true", true);
iphttp_request.send();
} else {
iphttp_request.onreadystatechange = TT_IPCallhandler;
iphttp_request.open('GET', "http://api.hostip.info/get_json.php?position=true", true);
iphttp_request.send();
};
} catch(error) {
};
};
}
function TT_IPCallhandler(evtXHR) {
if (iphttp_request.readyState == 4) {
if (iphttp_request.status == 200) {
JSONObject = JSON.parse(iphttp_request.responseText);
TT_httpGet(statsUrl+'&ip='+JSONObject.ip+'&lat='+JSONObject.lat+'&lng='+JSONObject.lng);
}
else {
//alert("request Errors Occured");
}
iphttp_request = null;
}
}
function TT_createCrossDomainRequest(url, handler) {
//var
var httpRequest = null;
//var
if (window.XDomainRequest) {
httpRequest = new window.XDomainRequest();
httpRequest.onload = function () { callBack(httpRequest.responseText) };
} else
httpRequest = new XMLHttpRequest();
return httpRequest;
}
var params = encodeURIComponent('email=&username= %>');
var statsUrl = _includeURL + 'logWidgetLoad.aspx?wid=70233¶ms=' + params;
var ipJson;
TT_getIP(ipJson);
//End adding widget load to stats
var v_css = document.createElement('link');
v_css.rel = 'stylesheet';
v_css.type = 'text/css';
v_css.href = 'https://testimonialtree.com/Styles/TestimonialTree_Widget1.css';
document.getElementsByTagName('head')[0].appendChild(v_css);
var newEl = document.createElement('TABLE');
newEl.setAttribute('cellPadding',5);
var tmp = document.createElement('TBODY');
newEl.appendChild(tmp);
var BR0 = document.createElement('BR');
var TestRow0 = document.createElement('TR');
var TestCell0 = document.createElement('TD');
TestCell0.className = 'TestimonialTree_Testimonial';
TestCell0.className = 'TestimonialTree_Testimonial';
var TestDiv0 = document.createElement('div');
TestDiv0.innerHTML= '\"Ken and the team were phenomenal to work with. Their commitment to our family and promptness was very encouraging. We were able close 17 days early! \"';
TestCell0.appendChild(TestDiv0);
TestRow0.appendChild(TestCell0);
var SigRow0 = document.createElement('TR');
var SigCell0 = document.createElement('TD');
SigCell0.className = 'TestimonialTree_Signature';
var SigData0 = document.createTextNode('Christian S');
SigCell0.appendChild(SigData0);
SigRow0.appendChild(SigCell0);
//Add Row
tmp.appendChild(SigRow0);
//Add Row
tmp.appendChild(TestRow0);
var BR1 = document.createElement('BR');
var TestRow1 = document.createElement('TR');
var TestCell1 = document.createElement('TD');
TestCell1.className = 'TestimonialTree_Testimonial';
TestCell1.className = 'TestimonialTree_Testimonial';
var TestDiv1 = document.createElement('div');
TestDiv1.innerHTML= '\"As first time homebuyers, my husband and I were in over our heads at the beginning, but Deanna Chosewood made this process seamless for us! She was quick to answer my questions and explain everything clearly. She even worked it out to get us our deposit back at closing! We are so blessed by her!\"';
TestCell1.appendChild(TestDiv1);
TestRow1.appendChild(TestCell1);
var SigRow1 = document.createElement('TR');
var SigCell1 = document.createElement('TD');
SigCell1.className = 'TestimonialTree_Signature';
var SigData1 = document.createTextNode('Jordan H');
SigCell1.appendChild(SigData1);
SigRow1.appendChild(SigCell1);
//Add Row
tmp.appendChild(SigRow1);
//Add Row
tmp.appendChild(TestRow1);
var BR2 = document.createElement('BR');
var TestRow2 = document.createElement('TR');
var TestCell2 = document.createElement('TD');
TestCell2.className = 'TestimonialTree_Testimonial';
TestCell2.className = 'TestimonialTree_Testimonial';
var TestDiv2 = document.createElement('div');
TestDiv2.innerHTML= '\"Jon was great, super quick to respond and he explained every step of the process clearly\"';
TestCell2.appendChild(TestDiv2);
TestRow2.appendChild(TestCell2);
var SigRow2 = document.createElement('TR');
var SigCell2 = document.createElement('TD');
SigCell2.className = 'TestimonialTree_Signature';
var SigData2 = document.createTextNode('Kay');
SigCell2.appendChild(SigData2);
SigRow2.appendChild(SigCell2);
//Add Row
tmp.appendChild(SigRow2);
//Add Row
tmp.appendChild(TestRow2);
var BR3 = document.createElement('BR');
var TestRow3 = document.createElement('TR');
var TestCell3 = document.createElement('TD');
TestCell3.className = 'TestimonialTree_Testimonial';
TestCell3.className = 'TestimonialTree_Testimonial';
var TestDiv3 = document.createElement('div');
TestDiv3.innerHTML= '\"Tyler has infinite patience and the calming presence to make my transaction go as smoothly as possible. I truly appreciate everything he did for me.\"';
TestCell3.appendChild(TestDiv3);
TestRow3.appendChild(TestCell3);
var SigRow3 = document.createElement('TR');
var SigCell3 = document.createElement('TD');
SigCell3.className = 'TestimonialTree_Signature';
var SigData3 = document.createTextNode('Janet S');
SigCell3.appendChild(SigData3);
SigRow3.appendChild(SigCell3);
//Add Row
tmp.appendChild(SigRow3);
//Add Row
tmp.appendChild(TestRow3);
var BR4 = document.createElement('BR');
var TestRow4 = document.createElement('TR');
var TestCell4 = document.createElement('TD');
TestCell4.className = 'TestimonialTree_Testimonial';
TestCell4.className = 'TestimonialTree_Testimonial';
var TestDiv4 = document.createElement('div');
TestDiv4.innerHTML= '\"Dave is a jewel. He held my hand through every step of the process, explaining and going over numbers multiple times, keeping me calm, organized and on track. I would work with him a million times over and can\'t recommend him and the team highly enough!\"';
TestCell4.appendChild(TestDiv4);
TestRow4.appendChild(TestCell4);
var SigRow4 = document.createElement('TR');
var SigCell4 = document.createElement('TD');
SigCell4.className = 'TestimonialTree_Signature';
var SigData4 = document.createTextNode('Elena S');
SigCell4.appendChild(SigData4);
SigRow4.appendChild(SigCell4);
//Add Row
tmp.appendChild(SigRow4);
//Add Row
tmp.appendChild(TestRow4);
var BR5 = document.createElement('BR');
var TestRow5 = document.createElement('TR');
var TestCell5 = document.createElement('TD');
TestCell5.className = 'TestimonialTree_Testimonial';
TestCell5.className = 'TestimonialTree_Testimonial';
var TestDiv5 = document.createElement('div');
TestDiv5.innerHTML= '\"Mr. Jordan Alston was amazing awesome thru the whole entire process. I would like to thank Bayshore Mortgage for allowing me to purchase my dream home.\"';
TestCell5.appendChild(TestDiv5);
TestRow5.appendChild(TestCell5);
var SigRow5 = document.createElement('TR');
var SigCell5 = document.createElement('TD');
SigCell5.className = 'TestimonialTree_Signature';
var SigData5 = document.createTextNode('Theresa B');
SigCell5.appendChild(SigData5);
SigRow5.appendChild(SigCell5);
//Add Row
tmp.appendChild(SigRow5);
//Add Row
tmp.appendChild(TestRow5);
var BR6 = document.createElement('BR');
var TestRow6 = document.createElement('TR');
var TestCell6 = document.createElement('TD');
TestCell6.className = 'TestimonialTree_Testimonial';
TestCell6.className = 'TestimonialTree_Testimonial';
var TestDiv6 = document.createElement('div');
TestDiv6.innerHTML= '\"Brian was great to work with and was always available when I had a question.\"';
TestCell6.appendChild(TestDiv6);
TestRow6.appendChild(TestCell6);
var SigRow6 = document.createElement('TR');
var SigCell6 = document.createElement('TD');
SigCell6.className = 'TestimonialTree_Signature';
var SigData6 = document.createTextNode('Melinda A');
SigCell6.appendChild(SigData6);
SigRow6.appendChild(SigCell6);
//Add Row
tmp.appendChild(SigRow6);
//Add Row
tmp.appendChild(TestRow6);
var BR7 = document.createElement('BR');
var TestRow7 = document.createElement('TR');
var TestCell7 = document.createElement('TD');
TestCell7.className = 'TestimonialTree_Testimonial';
TestCell7.className = 'TestimonialTree_Testimonial';
var TestDiv7 = document.createElement('div');
TestDiv7.innerHTML= '\"Jon Lucas was absolutely great, always quick to answer questions and very enthusiastic throughout the process. I actually switched from a different lender who was taking way too long to respond, and I\'m so glad I did.\"';
TestCell7.appendChild(TestDiv7);
TestRow7.appendChild(TestCell7);
var SigRow7 = document.createElement('TR');
var SigCell7 = document.createElement('TD');
SigCell7.className = 'TestimonialTree_Signature';
var SigData7 = document.createTextNode('Kay L');
SigCell7.appendChild(SigData7);
SigRow7.appendChild(SigCell7);
var SourceCell7 = document.createElement('TD');
SourceCell7.className = 'TestimonialTree_Source';
var SourceData7 = document.createTextNode('on Google');
SourceCell7.appendChild(SourceData7);
SigCell7.appendChild(SourceCell7);
//Add Row
tmp.appendChild(SigRow7);
//Add Row
tmp.appendChild(TestRow7);
var BR8 = document.createElement('BR');
var TestRow8 = document.createElement('TR');
var TestCell8 = document.createElement('TD');
TestCell8.className = 'TestimonialTree_Testimonial';
TestCell8.className = 'TestimonialTree_Testimonial';
var TestDiv8 = document.createElement('div');
TestDiv8.innerHTML= '\"Excellent Taylor was great walk me throw everything answer all my questions and got back to me right away\"';
TestCell8.appendChild(TestDiv8);
TestRow8.appendChild(TestCell8);
var SigRow8 = document.createElement('TR');
var SigCell8 = document.createElement('TD');
SigCell8.className = 'TestimonialTree_Signature';
var SigData8 = document.createTextNode('Weber M');
SigCell8.appendChild(SigData8);
SigRow8.appendChild(SigCell8);
//Add Row
tmp.appendChild(SigRow8);
//Add Row
tmp.appendChild(TestRow8);
var BR9 = document.createElement('BR');
var TestRow9 = document.createElement('TR');
var TestCell9 = document.createElement('TD');
TestCell9.className = 'TestimonialTree_Testimonial';
TestCell9.className = 'TestimonialTree_Testimonial';
var TestDiv9 = document.createElement('div');
TestDiv9.innerHTML= '\"Great service \"';
TestCell9.appendChild(TestDiv9);
TestRow9.appendChild(TestCell9);
var SigRow9 = document.createElement('TR');
var SigCell9 = document.createElement('TD');
SigCell9.className = 'TestimonialTree_Signature';
var SigData9 = document.createTextNode('Richard B');
SigCell9.appendChild(SigData9);
SigRow9.appendChild(SigCell9);
//Add Row
tmp.appendChild(SigRow9);
//Add Row
tmp.appendChild(TestRow9);
var BR10 = document.createElement('BR');
var TestRow10 = document.createElement('TR');
var TestCell10 = document.createElement('TD');
TestCell10.className = 'TestimonialTree_Testimonial';
TestCell10.className = 'TestimonialTree_Testimonial';
var TestDiv10 = document.createElement('div');
TestDiv10.innerHTML= '\"Working with Deanna Chosewood was such a pleasant experience. She was incredibly professional, always polite, and made everything feel approachable and easy. I really appreciated how personable she was. It made what could have been a stressful process feel smooth and human. I would recommend her!\"';
TestCell10.appendChild(TestDiv10);
TestRow10.appendChild(TestCell10);
var SigRow10 = document.createElement('TR');
var SigCell10 = document.createElement('TD');
SigCell10.className = 'TestimonialTree_Signature';
var SigData10 = document.createTextNode('Stephanie S');
SigCell10.appendChild(SigData10);
SigRow10.appendChild(SigCell10);
//Add Row
tmp.appendChild(SigRow10);
//Add Row
tmp.appendChild(TestRow10);
var BR11 = document.createElement('BR');
var TestRow11 = document.createElement('TR');
var TestCell11 = document.createElement('TD');
TestCell11.className = 'TestimonialTree_Testimonial';
TestCell11.className = 'TestimonialTree_Testimonial';
var TestDiv11 = document.createElement('div');
TestDiv11.innerHTML= '\"Bobby was amazing, he was there for us through the entire process. He was professional; knowledgeably, and communicated in a way we could understand. We will recommend Bobby every chance we get. Thank you\"';
TestCell11.appendChild(TestDiv11);
TestRow11.appendChild(TestCell11);
var SigRow11 = document.createElement('TR');
var SigCell11 = document.createElement('TD');
SigCell11.className = 'TestimonialTree_Signature';
var SigData11 = document.createTextNode('Lindy T');
SigCell11.appendChild(SigData11);
SigRow11.appendChild(SigCell11);
//Add Row
tmp.appendChild(SigRow11);
//Add Row
tmp.appendChild(TestRow11);
var BR12 = document.createElement('BR');
var TestRow12 = document.createElement('TR');
var TestCell12 = document.createElement('TD');
TestCell12.className = 'TestimonialTree_Testimonial';
TestCell12.className = 'TestimonialTree_Testimonial';
var TestDiv12 = document.createElement('div');
TestDiv12.innerHTML= '\"Great service and very easy to work with. Loan process was very smooth and very fast. I would recommend using them for your next home purchase. \"';
TestCell12.appendChild(TestDiv12);
TestRow12.appendChild(TestCell12);
var SigRow12 = document.createElement('TR');
var SigCell12 = document.createElement('TD');
SigCell12.className = 'TestimonialTree_Signature';
var SigData12 = document.createTextNode('Timothy C');
SigCell12.appendChild(SigData12);
SigRow12.appendChild(SigCell12);
//Add Row
tmp.appendChild(SigRow12);
//Add Row
tmp.appendChild(TestRow12);
var BR13 = document.createElement('BR');
var TestRow13 = document.createElement('TR');
var TestCell13 = document.createElement('TD');
TestCell13.className = 'TestimonialTree_Testimonial';
TestCell13.className = 'TestimonialTree_Testimonial';
var TestDiv13 = document.createElement('div');
TestDiv13.innerHTML= '\"The whole team was amazing, Bobby was amazing.\"';
TestCell13.appendChild(TestDiv13);
TestRow13.appendChild(TestCell13);
var SigRow13 = document.createElement('TR');
var SigCell13 = document.createElement('TD');
SigCell13.className = 'TestimonialTree_Signature';
var SigData13 = document.createTextNode('Lindy');
SigCell13.appendChild(SigData13);
SigRow13.appendChild(SigCell13);
var SourceCell13 = document.createElement('TD');
SourceCell13.className = 'TestimonialTree_Source';
var SourceData13 = document.createTextNode('on Google');
SourceCell13.appendChild(SourceData13);
SigCell13.appendChild(SourceCell13);
//Add Row
tmp.appendChild(SigRow13);
//Add Row
tmp.appendChild(TestRow13);
var BR14 = document.createElement('BR');
var TestRow14 = document.createElement('TR');
var TestCell14 = document.createElement('TD');
TestCell14.className = 'TestimonialTree_Testimonial';
TestCell14.className = 'TestimonialTree_Testimonial';
var TestDiv14 = document.createElement('div');
TestDiv14.innerHTML= '\"Great service and loan process was very fast. I would recommend using them for your next home purchase.\"';
TestCell14.appendChild(TestDiv14);
TestRow14.appendChild(TestCell14);
var SigRow14 = document.createElement('TR');
var SigCell14 = document.createElement('TD');
SigCell14.className = 'TestimonialTree_Signature';
var SigData14 = document.createTextNode('TIMOTHY C');
SigCell14.appendChild(SigData14);
SigRow14.appendChild(SigCell14);
var SourceCell14 = document.createElement('TD');
SourceCell14.className = 'TestimonialTree_Source';
var SourceData14 = document.createTextNode('on Google');
SourceCell14.appendChild(SourceData14);
SigCell14.appendChild(SourceCell14);
//Add Row
tmp.appendChild(SigRow14);
//Add Row
tmp.appendChild(TestRow14);
var BR15 = document.createElement('BR');
var TestRow15 = document.createElement('TR');
var TestCell15 = document.createElement('TD');
TestCell15.className = 'TestimonialTree_Testimonial';
TestCell15.className = 'TestimonialTree_Testimonial';
var TestDiv15 = document.createElement('div');
TestDiv15.innerHTML= '\"4 stars is like 5, We always need to have room for more.\n Improvement 5 stars for Jordan the lender and Bayshore team. 5 stars.\"';
TestCell15.appendChild(TestDiv15);
TestRow15.appendChild(TestCell15);
var SigRow15 = document.createElement('TR');
var SigCell15 = document.createElement('TD');
SigCell15.className = 'TestimonialTree_Signature';
var SigData15 = document.createTextNode('Johnson A');
SigCell15.appendChild(SigData15);
SigRow15.appendChild(SigCell15);
//Add Row
tmp.appendChild(SigRow15);
//Add Row
tmp.appendChild(TestRow15);
var BR16 = document.createElement('BR');
var TestRow16 = document.createElement('TR');
var TestCell16 = document.createElement('TD');
TestCell16.className = 'TestimonialTree_Testimonial';
TestCell16.className = 'TestimonialTree_Testimonial';
var TestDiv16 = document.createElement('div');
TestDiv16.innerHTML= '\"Brandon kennedy was very, very nice and helpful and he is a straight shooter he went above an beyond to make sure everything worked out and was very quick to respond to messages and calls. Id go through them again if I ever purchased again. I did not have much faith as ive been let down alot in life but he told me have faith and as I did giggle at times he was correct and he definitely restored my faith alot. Never dreamed after 1 divorce and restart that id ever be able to \"Get approved\" or a loan for a home.. We got it done. Take chances and take a chance on brandon and bayshore!!!!. :\"';
TestCell16.appendChild(TestDiv16);
TestRow16.appendChild(TestCell16);
var SigRow16 = document.createElement('TR');
var SigCell16 = document.createElement('TD');
SigCell16.className = 'TestimonialTree_Signature';
var SigData16 = document.createTextNode('Sarina M');
SigCell16.appendChild(SigData16);
SigRow16.appendChild(SigCell16);
var SourceCell16 = document.createElement('TD');
SourceCell16.className = 'TestimonialTree_Source';
var SourceData16 = document.createTextNode('on Google');
SourceCell16.appendChild(SourceData16);
SigCell16.appendChild(SourceCell16);
//Add Row
tmp.appendChild(SigRow16);
//Add Row
tmp.appendChild(TestRow16);
var BR17 = document.createElement('BR');
var TestRow17 = document.createElement('TR');
var TestCell17 = document.createElement('TD');
TestCell17.className = 'TestimonialTree_Testimonial';
TestCell17.className = 'TestimonialTree_Testimonial';
var TestDiv17 = document.createElement('div');
TestDiv17.innerHTML= '\"Lindsay was an excellent person to work with!! This is my 2nd time using her and she makes everything quick and easy! Highly recommend this company!\"';
TestCell17.appendChild(TestDiv17);
TestRow17.appendChild(TestCell17);
var SigRow17 = document.createElement('TR');
var SigCell17 = document.createElement('TD');
SigCell17.className = 'TestimonialTree_Signature';
var SigData17 = document.createTextNode('Ottum K');
SigCell17.appendChild(SigData17);
SigRow17.appendChild(SigCell17);
//Add Row
tmp.appendChild(SigRow17);
//Add Row
tmp.appendChild(TestRow17);
var BR18 = document.createElement('BR');
var TestRow18 = document.createElement('TR');
var TestCell18 = document.createElement('TD');
TestCell18.className = 'TestimonialTree_Testimonial';
TestCell18.className = 'TestimonialTree_Testimonial';
var TestDiv18 = document.createElement('div');
TestDiv18.innerHTML= '\"Steve was an absolute powerhouse throughout my first real estate transaction. The amount of knowledge, experience, and guidance he brought to the table made a huge difference, and honestly, I wouldn\u0092t have wanted to go through this process with anyone else.\"';
TestCell18.appendChild(TestDiv18);
TestRow18.appendChild(TestCell18);
var SigRow18 = document.createElement('TR');
var SigCell18 = document.createElement('TD');
SigCell18.className = 'TestimonialTree_Signature';
var SigData18 = document.createTextNode('Ami B');
SigCell18.appendChild(SigData18);
SigRow18.appendChild(SigCell18);
//Add Row
tmp.appendChild(SigRow18);
//Add Row
tmp.appendChild(TestRow18);
var BR19 = document.createElement('BR');
var TestRow19 = document.createElement('TR');
var TestCell19 = document.createElement('TD');
TestCell19.className = 'TestimonialTree_Testimonial';
TestCell19.className = 'TestimonialTree_Testimonial';
var TestDiv19 = document.createElement('div');
TestDiv19.innerHTML= '\"Steve was an absolute powerhouse throughout my first real estate transaction. The amount of knowledge, experience, and guidance he brought to the table made a huge difference, and honestly, I wouldn\u0092t have wanted to go through this process with anyone else. Our team got handed some pretty interesting cards throughout the transaction, but Steve stayed calm, solution-oriented, and helped navigate every obstacle that came our way. In the end, we got the deal done and ended up with a great outcome. I really appreciated his communication, patience, and ability to explain everything clearly along the way. Highly recommend Steve to anyone looking for a lender who truly knows what they\u0092re doing.\"';
TestCell19.appendChild(TestDiv19);
TestRow19.appendChild(TestCell19);
var SigRow19 = document.createElement('TR');
var SigCell19 = document.createElement('TD');
SigCell19.className = 'TestimonialTree_Signature';
var SigData19 = document.createTextNode('Ami B');
SigCell19.appendChild(SigData19);
SigRow19.appendChild(SigCell19);
var SourceCell19 = document.createElement('TD');
SourceCell19.className = 'TestimonialTree_Source';
var SourceData19 = document.createTextNode('on Google');
SourceCell19.appendChild(SourceData19);
SigCell19.appendChild(SourceCell19);
//Add Row
tmp.appendChild(SigRow19);
//Add Row
tmp.appendChild(TestRow19);
var BR20 = document.createElement('BR');
var TestRow20 = document.createElement('TR');
var TestCell20 = document.createElement('TD');
TestCell20.className = 'TestimonialTree_Testimonial';
TestCell20.className = 'TestimonialTree_Testimonial';
var TestDiv20 = document.createElement('div');
TestDiv20.innerHTML= '\"Brian provided great customer service. He effectively communicated with us throughout the process, was patient when we got overwhelmed, and was available to respond to our concerns as they arose. He went above and beyond in ensuring we understood the process and met the requirements.\"';
TestCell20.appendChild(TestDiv20);
TestRow20.appendChild(TestCell20);
var SigRow20 = document.createElement('TR');
var SigCell20 = document.createElement('TD');
SigCell20.className = 'TestimonialTree_Signature';
var SigData20 = document.createTextNode('Tricia H');
SigCell20.appendChild(SigData20);
SigRow20.appendChild(SigCell20);
//Add Row
tmp.appendChild(SigRow20);
//Add Row
tmp.appendChild(TestRow20);
var BR21 = document.createElement('BR');
var TestRow21 = document.createElement('TR');
var TestCell21 = document.createElement('TD');
TestCell21.className = 'TestimonialTree_Testimonial';
TestCell21.className = 'TestimonialTree_Testimonial';
var TestDiv21 = document.createElement('div');
TestDiv21.innerHTML= '\"Mr. Chris was awesome helping me get through the process\"';
TestCell21.appendChild(TestDiv21);
TestRow21.appendChild(TestCell21);
var SigRow21 = document.createElement('TR');
var SigCell21 = document.createElement('TD');
SigCell21.className = 'TestimonialTree_Signature';
var SigData21 = document.createTextNode('Ledarius H');
SigCell21.appendChild(SigData21);
SigRow21.appendChild(SigCell21);
//Add Row
tmp.appendChild(SigRow21);
//Add Row
tmp.appendChild(TestRow21);
var BR22 = document.createElement('BR');
var TestRow22 = document.createElement('TR');
var TestCell22 = document.createElement('TD');
TestCell22.className = 'TestimonialTree_Testimonial';
TestCell22.className = 'TestimonialTree_Testimonial';
var TestDiv22 = document.createElement('div');
TestDiv22.innerHTML= '\"Amazing service! Kim did a wonderful job listening to my needs and helping me find the perfect solution. She was very helpful through the entire process. Thank you! \"';
TestCell22.appendChild(TestDiv22);
TestRow22.appendChild(TestCell22);
var SigRow22 = document.createElement('TR');
var SigCell22 = document.createElement('TD');
SigCell22.className = 'TestimonialTree_Signature';
var SigData22 = document.createTextNode('Laura R');
SigCell22.appendChild(SigData22);
SigRow22.appendChild(SigCell22);
//Add Row
tmp.appendChild(SigRow22);
//Add Row
tmp.appendChild(TestRow22);
var BR23 = document.createElement('BR');
var TestRow23 = document.createElement('TR');
var TestCell23 = document.createElement('TD');
TestCell23.className = 'TestimonialTree_Testimonial';
TestCell23.className = 'TestimonialTree_Testimonial';
var TestDiv23 = document.createElement('div');
TestDiv23.innerHTML= '\"Brian was professional, courteous, supportive, communicated well and went above and beyond in ensuring we met the requirements needed to achieve the loan. He walked us through the process from start to finish and we truly appreciated that fact the he was our loan officer.\"';
TestCell23.appendChild(TestDiv23);
TestRow23.appendChild(TestCell23);
var SigRow23 = document.createElement('TR');
var SigCell23 = document.createElement('TD');
SigCell23.className = 'TestimonialTree_Signature';
var SigData23 = document.createTextNode('Tricia C');
SigCell23.appendChild(SigData23);
SigRow23.appendChild(SigCell23);
var SourceCell23 = document.createElement('TD');
SourceCell23.className = 'TestimonialTree_Source';
var SourceData23 = document.createTextNode('on Google');
SourceCell23.appendChild(SourceData23);
SigCell23.appendChild(SourceCell23);
//Add Row
tmp.appendChild(SigRow23);
//Add Row
tmp.appendChild(TestRow23);
var BR24 = document.createElement('BR');
var TestRow24 = document.createElement('TR');
var TestCell24 = document.createElement('TD');
TestCell24.className = 'TestimonialTree_Testimonial';
TestCell24.className = 'TestimonialTree_Testimonial';
var TestDiv24 = document.createElement('div');
TestDiv24.innerHTML= '\"Working with Bobby was awesome. Our transaction included four partners, which made things more complex, but Bobby navigated it well and kept everyone aligned. The process was challenging but he stayed calm, worked through the details, and made sure everything came together. Highly recommend!\"';
TestCell24.appendChild(TestDiv24);
TestRow24.appendChild(TestCell24);
var SigRow24 = document.createElement('TR');
var SigCell24 = document.createElement('TD');
SigCell24.className = 'TestimonialTree_Signature';
var SigData24 = document.createTextNode('Christina F');
SigCell24.appendChild(SigData24);
SigRow24.appendChild(SigCell24);
var SourceCell24 = document.createElement('TD');
SourceCell24.className = 'TestimonialTree_Source';
var SourceData24 = document.createTextNode('on Google');
SourceCell24.appendChild(SourceData24);
SigCell24.appendChild(SourceCell24);
//Add Row
tmp.appendChild(SigRow24);
//Add Row
tmp.appendChild(TestRow24);
var BR25 = document.createElement('BR');
var TestRow25 = document.createElement('TR');
var TestCell25 = document.createElement('TD');
TestCell25.className = 'TestimonialTree_Testimonial';
TestCell25.className = 'TestimonialTree_Testimonial';
var TestDiv25 = document.createElement('div');
TestDiv25.innerHTML= '\"Nauris Tankevicius honest prompt very professional, many thanks\"';
TestCell25.appendChild(TestDiv25);
TestRow25.appendChild(TestCell25);
var SigRow25 = document.createElement('TR');
var SigCell25 = document.createElement('TD');
SigCell25.className = 'TestimonialTree_Signature';
var SigData25 = document.createTextNode('Ss S');
SigCell25.appendChild(SigData25);
SigRow25.appendChild(SigCell25);
var SourceCell25 = document.createElement('TD');
SourceCell25.className = 'TestimonialTree_Source';
var SourceData25 = document.createTextNode('on Google');
SourceCell25.appendChild(SourceData25);
SigCell25.appendChild(SourceCell25);
//Add Row
tmp.appendChild(SigRow25);
//Add Row
tmp.appendChild(TestRow25);
var BR26 = document.createElement('BR');
var TestRow26 = document.createElement('TR');
var TestCell26 = document.createElement('TD');
TestCell26.className = 'TestimonialTree_Testimonial';
TestCell26.className = 'TestimonialTree_Testimonial';
var TestDiv26 = document.createElement('div');
TestDiv26.innerHTML= '\"Working with Mike Meyer made all the difference for our experience with Bayshore. He was great. He was a great communicator, very informative and experienced and very professional. Would definitely recommend Mike Meyer and Bayshore to any of my friends.\"';
TestCell26.appendChild(TestDiv26);
TestRow26.appendChild(TestCell26);
var SigRow26 = document.createElement('TR');
var SigCell26 = document.createElement('TD');
SigCell26.className = 'TestimonialTree_Signature';
var SigData26 = document.createTextNode('Gina M');
SigCell26.appendChild(SigData26);
SigRow26.appendChild(SigCell26);
//Add Row
tmp.appendChild(SigRow26);
//Add Row
tmp.appendChild(TestRow26);
var BR27 = document.createElement('BR');
var TestRow27 = document.createElement('TR');
var TestCell27 = document.createElement('TD');
TestCell27.className = 'TestimonialTree_Testimonial';
TestCell27.className = 'TestimonialTree_Testimonial';
var TestDiv27 = document.createElement('div');
TestDiv27.innerHTML= '\"Great service. Hal was fantastic and very conscientious in following on my questions. The process was very smooth. Thank u again \"';
TestCell27.appendChild(TestDiv27);
TestRow27.appendChild(TestCell27);
var SigRow27 = document.createElement('TR');
var SigCell27 = document.createElement('TD');
SigCell27.className = 'TestimonialTree_Signature';
var SigData27 = document.createTextNode('Julie C');
SigCell27.appendChild(SigData27);
SigRow27.appendChild(SigCell27);
//Add Row
tmp.appendChild(SigRow27);
//Add Row
tmp.appendChild(TestRow27);
var BR28 = document.createElement('BR');
var TestRow28 = document.createElement('TR');
var TestCell28 = document.createElement('TD');
TestCell28.className = 'TestimonialTree_Testimonial';
TestCell28.className = 'TestimonialTree_Testimonial';
var TestDiv28 = document.createElement('div');
TestDiv28.innerHTML= '\"Crystal was absolutely amazing to work with! She made everything super easy and understanding! Would 100% recommended her to everybody! \"';
TestCell28.appendChild(TestDiv28);
TestRow28.appendChild(TestCell28);
var SigRow28 = document.createElement('TR');
var SigCell28 = document.createElement('TD');
SigCell28.className = 'TestimonialTree_Signature';
var SigData28 = document.createTextNode('Carson M');
SigCell28.appendChild(SigData28);
SigRow28.appendChild(SigCell28);
//Add Row
tmp.appendChild(SigRow28);
//Add Row
tmp.appendChild(TestRow28);
var BR29 = document.createElement('BR');
var TestRow29 = document.createElement('TR');
var TestCell29 = document.createElement('TD');
TestCell29.className = 'TestimonialTree_Testimonial';
TestCell29.className = 'TestimonialTree_Testimonial';
var TestDiv29 = document.createElement('div');
TestDiv29.innerHTML= '\"Great service. Hal was extremely conscientious and followed up on all my questions. The process was smooth. The whole team was great. Thank u again for your professionalism.\"';
TestCell29.appendChild(TestDiv29);
TestRow29.appendChild(TestCell29);
var SigRow29 = document.createElement('TR');
var SigCell29 = document.createElement('TD');
SigCell29.className = 'TestimonialTree_Signature';
var SigData29 = document.createTextNode('Julie C');
SigCell29.appendChild(SigData29);
SigRow29.appendChild(SigCell29);
var SourceCell29 = document.createElement('TD');
SourceCell29.className = 'TestimonialTree_Source';
var SourceData29 = document.createTextNode('on Google');
SourceCell29.appendChild(SourceData29);
SigCell29.appendChild(SourceCell29);
//Add Row
tmp.appendChild(SigRow29);
//Add Row
tmp.appendChild(TestRow29);
var BR30 = document.createElement('BR');
var TestRow30 = document.createElement('TR');
var TestCell30 = document.createElement('TD');
TestCell30.className = 'TestimonialTree_Testimonial';
TestCell30.className = 'TestimonialTree_Testimonial';
var TestDiv30 = document.createElement('div');
TestDiv30.innerHTML= '\"Quick, easy, and painless! \"';
TestCell30.appendChild(TestDiv30);
TestRow30.appendChild(TestCell30);
var SigRow30 = document.createElement('TR');
var SigCell30 = document.createElement('TD');
SigCell30.className = 'TestimonialTree_Signature';
var SigData30 = document.createTextNode('Gregory S');
SigCell30.appendChild(SigData30);
SigRow30.appendChild(SigCell30);
//Add Row
tmp.appendChild(SigRow30);
//Add Row
tmp.appendChild(TestRow30);
var BR31 = document.createElement('BR');
var TestRow31 = document.createElement('TR');
var TestCell31 = document.createElement('TD');
TestCell31.className = 'TestimonialTree_Testimonial';
TestCell31.className = 'TestimonialTree_Testimonial';
var TestDiv31 = document.createElement('div');
TestDiv31.innerHTML= '\"Rick was very helpful getting me and my family in the the perfect home for us. \"';
TestCell31.appendChild(TestDiv31);
TestRow31.appendChild(TestCell31);
var SigRow31 = document.createElement('TR');
var SigCell31 = document.createElement('TD');
SigCell31.className = 'TestimonialTree_Signature';
var SigData31 = document.createTextNode('Brandon B');
SigCell31.appendChild(SigData31);
SigRow31.appendChild(SigCell31);
//Add Row
tmp.appendChild(SigRow31);
//Add Row
tmp.appendChild(TestRow31);
var BR32 = document.createElement('BR');
var TestRow32 = document.createElement('TR');
var TestCell32 = document.createElement('TD');
TestCell32.className = 'TestimonialTree_Testimonial';
TestCell32.className = 'TestimonialTree_Testimonial';
var TestDiv32 = document.createElement('div');
TestDiv32.innerHTML= '\"Mike was easy to work with and highly responsive throughout the process. He clearly laid out exactly what he needed, and his support helped us put together a strong offer that ultimately landed us our dream home. He even showed up at the closing to congratulate us, which truly meant a lot.\"';
TestCell32.appendChild(TestDiv32);
TestRow32.appendChild(TestCell32);
var SigRow32 = document.createElement('TR');
var SigCell32 = document.createElement('TD');
SigCell32.className = 'TestimonialTree_Signature';
var SigData32 = document.createTextNode('Jonathan S');
SigCell32.appendChild(SigData32);
SigRow32.appendChild(SigCell32);
//Add Row
tmp.appendChild(SigRow32);
//Add Row
tmp.appendChild(TestRow32);
var BR33 = document.createElement('BR');
var TestRow33 = document.createElement('TR');
var TestCell33 = document.createElement('TD');
TestCell33.className = 'TestimonialTree_Testimonial';
TestCell33.className = 'TestimonialTree_Testimonial';
var TestDiv33 = document.createElement('div');
TestDiv33.innerHTML= '\"Kept her word. personable. Prompt replies\n\"';
TestCell33.appendChild(TestDiv33);
TestRow33.appendChild(TestCell33);
var SigRow33 = document.createElement('TR');
var SigCell33 = document.createElement('TD');
SigCell33.className = 'TestimonialTree_Signature';
var SigData33 = document.createTextNode('David L');
SigCell33.appendChild(SigData33);
SigRow33.appendChild(SigCell33);
//Add Row
tmp.appendChild(SigRow33);
//Add Row
tmp.appendChild(TestRow33);
var BR34 = document.createElement('BR');
var TestRow34 = document.createElement('TR');
var TestCell34 = document.createElement('TD');
TestCell34.className = 'TestimonialTree_Testimonial';
TestCell34.className = 'TestimonialTree_Testimonial';
var TestDiv34 = document.createElement('div');
TestDiv34.innerHTML= '\"I had a loan approval from another bank, but they couldn\u0092t meet my closing deadline. Mike stepped in after a call from my realtor, and immediately, over a weekend, had me ready to go! He communicated with me frequently about the loan approval process. I was able to close on my desired date! \"';
TestCell34.appendChild(TestDiv34);
TestRow34.appendChild(TestCell34);
var SigRow34 = document.createElement('TR');
var SigCell34 = document.createElement('TD');
SigCell34.className = 'TestimonialTree_Signature';
var SigData34 = document.createTextNode('Joyce K');
SigCell34.appendChild(SigData34);
SigRow34.appendChild(SigCell34);
//Add Row
tmp.appendChild(SigRow34);
//Add Row
tmp.appendChild(TestRow34);
var BR35 = document.createElement('BR');
var TestRow35 = document.createElement('TR');
var TestCell35 = document.createElement('TD');
TestCell35.className = 'TestimonialTree_Testimonial';
TestCell35.className = 'TestimonialTree_Testimonial';
var TestDiv35 = document.createElement('div');
TestDiv35.innerHTML= '\"This is mine and my husband\'s first time buying a house. We had absolutely no idea, or confidence, in what to do or where to start. Zac, though, this man was extremely patient with us, was thorough, and told us what to expect and gather. 300 Character limit is not enough for me. 1000000/10. \"';
TestCell35.appendChild(TestDiv35);
TestRow35.appendChild(TestCell35);
var SigRow35 = document.createElement('TR');
var SigCell35 = document.createElement('TD');
SigCell35.className = 'TestimonialTree_Signature';
var SigData35 = document.createTextNode('Miranda P');
SigCell35.appendChild(SigData35);
SigRow35.appendChild(SigCell35);
//Add Row
tmp.appendChild(SigRow35);
//Add Row
tmp.appendChild(TestRow35);
var BR36 = document.createElement('BR');
var TestRow36 = document.createElement('TR');
var TestCell36 = document.createElement('TD');
TestCell36.className = 'TestimonialTree_Testimonial';
TestCell36.className = 'TestimonialTree_Testimonial';
var TestDiv36 = document.createElement('div');
TestDiv36.innerHTML= '\"I appreciate doing business with Crystal. She was attentive and knew exactly what I was looking for in a loan. The entire process was done in a timely manner for closing deadline. Whenever I need Crystal or whatever reason she was there. Thank you Crystal, thank you Bayshore.\"';
TestCell36.appendChild(TestDiv36);
TestRow36.appendChild(TestCell36);
var SigRow36 = document.createElement('TR');
var SigCell36 = document.createElement('TD');
SigCell36.className = 'TestimonialTree_Signature';
var SigData36 = document.createTextNode('MARVIA S');
SigCell36.appendChild(SigData36);
SigRow36.appendChild(SigCell36);
//Add Row
tmp.appendChild(SigRow36);
//Add Row
tmp.appendChild(TestRow36);
var BR37 = document.createElement('BR');
var TestRow37 = document.createElement('TR');
var TestCell37 = document.createElement('TD');
TestCell37.className = 'TestimonialTree_Testimonial';
TestCell37.className = 'TestimonialTree_Testimonial';
var TestDiv37 = document.createElement('div');
TestDiv37.innerHTML= '\"It was a pleasure to work with Ken Levengood to obtain a mortgage. Ken made the process so easy and worked tirelessly to make our dream come true. Ken was professional, kind, and friendly throughout the entire mortgage process. I would recommend Ken to anyone I know that is looking for a mortgage.\"';
TestCell37.appendChild(TestDiv37);
TestRow37.appendChild(TestCell37);
var SigRow37 = document.createElement('TR');
var SigCell37 = document.createElement('TD');
SigCell37.className = 'TestimonialTree_Signature';
var SigData37 = document.createTextNode('Thomas N');
SigCell37.appendChild(SigData37);
SigRow37.appendChild(SigCell37);
//Add Row
tmp.appendChild(SigRow37);
//Add Row
tmp.appendChild(TestRow37);
var BR38 = document.createElement('BR');
var TestRow38 = document.createElement('TR');
var TestCell38 = document.createElement('TD');
TestCell38.className = 'TestimonialTree_Testimonial';
TestCell38.className = 'TestimonialTree_Testimonial';
var TestDiv38 = document.createElement('div');
TestDiv38.innerHTML= '\"I am a self employed business owner.24 years old. Buying a house is something I never thought I could do, i would\u0092ve never done it without Courtney and her help , hurdle after hurdle , I didn\u0092t even jump them Courtney did for me. Bayshore is all time an would buy a million times again with Courtney \"';
TestCell38.appendChild(TestDiv38);
TestRow38.appendChild(TestCell38);
var SigRow38 = document.createElement('TR');
var SigCell38 = document.createElement('TD');
SigCell38.className = 'TestimonialTree_Signature';
var SigData38 = document.createTextNode('Jayden V');
SigCell38.appendChild(SigData38);
SigRow38.appendChild(SigCell38);
//Add Row
tmp.appendChild(SigRow38);
//Add Row
tmp.appendChild(TestRow38);
var BR39 = document.createElement('BR');
var TestRow39 = document.createElement('TR');
var TestCell39 = document.createElement('TD');
TestCell39.className = 'TestimonialTree_Testimonial';
TestCell39.className = 'TestimonialTree_Testimonial';
var TestDiv39 = document.createElement('div');
TestDiv39.innerHTML= '\"I\u0092ll keep this short and simple , if you think you can\u0092t own a home\u0085use Courtney , a you\u0092ll be at the closing table by the time your next meal comes around. 24 years old, self employed, a million and 5 hurdles to jump , and Courtney made the magic happen . If you use anyone else other than Courtney at Bayshore , I\u0092ll pray for you .\"';
TestCell39.appendChild(TestDiv39);
TestRow39.appendChild(TestCell39);
var SigRow39 = document.createElement('TR');
var SigCell39 = document.createElement('TD');
SigCell39.className = 'TestimonialTree_Signature';
var SigData39 = document.createTextNode('Jv F');
SigCell39.appendChild(SigData39);
SigRow39.appendChild(SigCell39);
var SourceCell39 = document.createElement('TD');
SourceCell39.className = 'TestimonialTree_Source';
var SourceData39 = document.createTextNode('on Google');
SourceCell39.appendChild(SourceData39);
SigCell39.appendChild(SourceCell39);
//Add Row
tmp.appendChild(SigRow39);
//Add Row
tmp.appendChild(TestRow39);
var BR40 = document.createElement('BR');
var TestRow40 = document.createElement('TR');
var TestCell40 = document.createElement('TD');
TestCell40.className = 'TestimonialTree_Testimonial';
TestCell40.className = 'TestimonialTree_Testimonial';
var TestDiv40 = document.createElement('div');
TestDiv40.innerHTML= '\"Brian was a fantastic lender! We worked a difficult deal together and were able to collaborate and get this homeowner in the home of their dreams! Highly recommend \"';
TestCell40.appendChild(TestDiv40);
TestRow40.appendChild(TestCell40);
var SigRow40 = document.createElement('TR');
var SigCell40 = document.createElement('TD');
SigCell40.className = 'TestimonialTree_Signature';
var SigData40 = document.createTextNode('Cori');
SigCell40.appendChild(SigData40);
SigRow40.appendChild(SigCell40);
//Add Row
tmp.appendChild(SigRow40);
//Add Row
tmp.appendChild(TestRow40);
var BR41 = document.createElement('BR');
var TestRow41 = document.createElement('TR');
var TestCell41 = document.createElement('TD');
TestCell41.className = 'TestimonialTree_Testimonial';
TestCell41.className = 'TestimonialTree_Testimonial';
var TestDiv41 = document.createElement('div');
TestDiv41.innerHTML= '\"Great service and follow through\"';
TestCell41.appendChild(TestDiv41);
TestRow41.appendChild(TestCell41);
var SigRow41 = document.createElement('TR');
var SigCell41 = document.createElement('TD');
SigCell41.className = 'TestimonialTree_Signature';
var SigData41 = document.createTextNode('Richard B');
SigCell41.appendChild(SigData41);
SigRow41.appendChild(SigCell41);
//Add Row
tmp.appendChild(SigRow41);
//Add Row
tmp.appendChild(TestRow41);
var BR42 = document.createElement('BR');
var TestRow42 = document.createElement('TR');
var TestCell42 = document.createElement('TD');
TestCell42.className = 'TestimonialTree_Testimonial';
TestCell42.className = 'TestimonialTree_Testimonial';
var TestDiv42 = document.createElement('div');
TestDiv42.innerHTML= '\"It was a pleasure working with Chris. We would recommend him to anyone. He made sure we understood every step and went above and beyond for any questions!! We would gladly work with him and Bayshore in the future.\"';
TestCell42.appendChild(TestDiv42);
TestRow42.appendChild(TestCell42);
var SigRow42 = document.createElement('TR');
var SigCell42 = document.createElement('TD');
SigCell42.className = 'TestimonialTree_Signature';
var SigData42 = document.createTextNode('Stephen C');
SigCell42.appendChild(SigData42);
SigRow42.appendChild(SigCell42);
//Add Row
tmp.appendChild(SigRow42);
//Add Row
tmp.appendChild(TestRow42);
var BR43 = document.createElement('BR');
var TestRow43 = document.createElement('TR');
var TestCell43 = document.createElement('TD');
TestCell43.className = 'TestimonialTree_Testimonial';
TestCell43.className = 'TestimonialTree_Testimonial';
var TestDiv43 = document.createElement('div');
TestDiv43.innerHTML= '\"Lindsey was great to work with. She is very professional and couldn\'t be happier with the service provided by Bayshore Motgage Funding.\"';
TestCell43.appendChild(TestDiv43);
TestRow43.appendChild(TestCell43);
var SigRow43 = document.createElement('TR');
var SigCell43 = document.createElement('TD');
SigCell43.className = 'TestimonialTree_Signature';
var SigData43 = document.createTextNode('Robert R');
SigCell43.appendChild(SigData43);
SigRow43.appendChild(SigCell43);
//Add Row
tmp.appendChild(SigRow43);
//Add Row
tmp.appendChild(TestRow43);
var BR44 = document.createElement('BR');
var TestRow44 = document.createElement('TR');
var TestCell44 = document.createElement('TD');
TestCell44.className = 'TestimonialTree_Testimonial';
TestCell44.className = 'TestimonialTree_Testimonial';
var TestDiv44 = document.createElement('div');
TestDiv44.innerHTML= '\"Brian is great to work with! \"';
TestCell44.appendChild(TestDiv44);
TestRow44.appendChild(TestCell44);
var SigRow44 = document.createElement('TR');
var SigCell44 = document.createElement('TD');
SigCell44.className = 'TestimonialTree_Signature';
var SigData44 = document.createTextNode('WAYNE C');
SigCell44.appendChild(SigData44);
SigRow44.appendChild(SigCell44);
//Add Row
tmp.appendChild(SigRow44);
//Add Row
tmp.appendChild(TestRow44);
var BR45 = document.createElement('BR');
var TestRow45 = document.createElement('TR');
var TestCell45 = document.createElement('TD');
TestCell45.className = 'TestimonialTree_Testimonial';
TestCell45.className = 'TestimonialTree_Testimonial';
var TestDiv45 = document.createElement('div');
TestDiv45.innerHTML= '\"Choosing Zachary was the best decision we made. He\u0092s a good friend of mine, and we truly appreciate all the hard work he put in. He went above and beyond to make sure we found the right house. If anyone is looking for someone who will stay on top of everything and make the process smooth choose Zach\"';
TestCell45.appendChild(TestDiv45);
TestRow45.appendChild(TestCell45);
var SigRow45 = document.createElement('TR');
var SigCell45 = document.createElement('TD');
SigCell45.className = 'TestimonialTree_Signature';
var SigData45 = document.createTextNode('Domanick W');
SigCell45.appendChild(SigData45);
SigRow45.appendChild(SigCell45);
//Add Row
tmp.appendChild(SigRow45);
//Add Row
tmp.appendChild(TestRow45);
var BR46 = document.createElement('BR');
var TestRow46 = document.createElement('TR');
var TestCell46 = document.createElement('TD');
TestCell46.className = 'TestimonialTree_Testimonial';
TestCell46.className = 'TestimonialTree_Testimonial';
var TestDiv46 = document.createElement('div');
TestDiv46.innerHTML= '\"Carl was very helpful every step of the way! Always communicated next steps and possible issues that we may have ran into, gave great tips in certain situations. He\'s was the best person for my situation! \"';
TestCell46.appendChild(TestDiv46);
TestRow46.appendChild(TestCell46);
var SigRow46 = document.createElement('TR');
var SigCell46 = document.createElement('TD');
SigCell46.className = 'TestimonialTree_Signature';
var SigData46 = document.createTextNode('Juan P');
SigCell46.appendChild(SigData46);
SigRow46.appendChild(SigCell46);
//Add Row
tmp.appendChild(SigRow46);
//Add Row
tmp.appendChild(TestRow46);
var BR47 = document.createElement('BR');
var TestRow47 = document.createElement('TR');
var TestCell47 = document.createElement('TD');
TestCell47.className = 'TestimonialTree_Testimonial';
TestCell47.className = 'TestimonialTree_Testimonial';
var TestDiv47 = document.createElement('div');
TestDiv47.innerHTML= '\"My experience with Hal Kramer and Bayshore was amazing. My situation was a difficult one and very time sensitive. Hal walked me through the process with ease, and made this as easy as it could be. I would recommend Hal and Bayshore for your next mortgage transaction!\"';
TestCell47.appendChild(TestDiv47);
TestRow47.appendChild(TestCell47);
var SigRow47 = document.createElement('TR');
var SigCell47 = document.createElement('TD');
SigCell47.className = 'TestimonialTree_Signature';
var SigData47 = document.createTextNode('Chad T');
SigCell47.appendChild(SigData47);
SigRow47.appendChild(SigCell47);
//Add Row
tmp.appendChild(SigRow47);
//Add Row
tmp.appendChild(TestRow47);
var BR48 = document.createElement('BR');
var TestRow48 = document.createElement('TR');
var TestCell48 = document.createElement('TD');
TestCell48.className = 'TestimonialTree_Testimonial';
TestCell48.className = 'TestimonialTree_Testimonial';
var TestDiv48 = document.createElement('div');
TestDiv48.innerHTML= '\"Bayshore Mortgage Funding LLC was the best decision we made. Living in NJ they still took care of me. Looking for a smooth process choose them. So happy with the turn out. Thank you so much Zachary!\"';
TestCell48.appendChild(TestDiv48);
TestRow48.appendChild(TestCell48);
var SigRow48 = document.createElement('TR');
var SigCell48 = document.createElement('TD');
SigCell48.className = 'TestimonialTree_Signature';
var SigData48 = document.createTextNode('Domanick W');
SigCell48.appendChild(SigData48);
SigRow48.appendChild(SigCell48);
var SourceCell48 = document.createElement('TD');
SourceCell48.className = 'TestimonialTree_Source';
var SourceData48 = document.createTextNode('on Google');
SourceCell48.appendChild(SourceData48);
SigCell48.appendChild(SourceCell48);
//Add Row
tmp.appendChild(SigRow48);
//Add Row
tmp.appendChild(TestRow48);
var BR49 = document.createElement('BR');
var TestRow49 = document.createElement('TR');
var TestCell49 = document.createElement('TD');
TestCell49.className = 'TestimonialTree_Testimonial';
TestCell49.className = 'TestimonialTree_Testimonial';
var TestDiv49 = document.createElement('div');
TestDiv49.innerHTML= '\"Working with Brian Vincent has been one of the best lending experiences as a realtor. From start to finish, Brian was knowledgeable, organized, and genuinely invested in helping me my clients succeed. He communicates clearly, responds quickly, and always takes the time to explain every option in a way that\u0092s easy to understand.\n\nWhat really sets Brian apart is his consistency and professionalism. He makes the process smooth, and handles challenges before they ever reach you. You can tell he truly cares about his clients and treats every loan as if it were his own.\n\nIf you want a lender who is trustworthy, proactive, and absolutely excellent at what he does, I highly recommend Brian Vincent. He makes the entire process stress-free and delivered exactly what he promised. I\u0092ll definitely be working with him again.\"';
TestCell49.appendChild(TestDiv49);
TestRow49.appendChild(TestCell49);
var SigRow49 = document.createElement('TR');
var SigCell49 = document.createElement('TD');
SigCell49.className = 'TestimonialTree_Signature';
var SigData49 = document.createTextNode('Ross K');
SigCell49.appendChild(SigData49);
SigRow49.appendChild(SigCell49);
//Add Row
tmp.appendChild(SigRow49);
//Add Row
tmp.appendChild(TestRow49);
var BR50 = document.createElement('BR');
var TestRow50 = document.createElement('TR');
var TestCell50 = document.createElement('TD');
TestCell50.className = 'TestimonialTree_Testimonial';
TestCell50.className = 'TestimonialTree_Testimonial';
var TestDiv50 = document.createElement('div');
TestDiv50.innerHTML= '\"Garrett and Shawna were genuinely helpful, responsive, and efficient. More than that, they were very transparent and helped temper expectations so that anything signed is sustainable for the future, as well, which I truly appreciate. Great people and great business!\"';
TestCell50.appendChild(TestDiv50);
TestRow50.appendChild(TestCell50);
var SigRow50 = document.createElement('TR');
var SigCell50 = document.createElement('TD');
SigCell50.className = 'TestimonialTree_Signature';
var SigData50 = document.createTextNode('Hannah P');
SigCell50.appendChild(SigData50);
SigRow50.appendChild(SigCell50);
//Add Row
tmp.appendChild(SigRow50);
//Add Row
tmp.appendChild(TestRow50);
var BR51 = document.createElement('BR');
var TestRow51 = document.createElement('TR');
var TestCell51 = document.createElement('TD');
TestCell51.className = 'TestimonialTree_Testimonial';
TestCell51.className = 'TestimonialTree_Testimonial';
var TestDiv51 = document.createElement('div');
TestDiv51.innerHTML= '\"5 stars from me! Brian has been incredibly helpful during my first two years in real estate. Not only has he played a key role in getting deals closed, but he\u0092s also taken the time to educate me every step of the way.\n\nWe originally connected through our kids playing softball together, so when I got into real estate, he was the first person I called\u0097and I couldn\u0092t be happier that I did. Highly recommend!\"';
TestCell51.appendChild(TestDiv51);
TestRow51.appendChild(TestCell51);
var SigRow51 = document.createElement('TR');
var SigCell51 = document.createElement('TD');
SigCell51.className = 'TestimonialTree_Signature';
var SigData51 = document.createTextNode('Lee T');
SigCell51.appendChild(SigData51);
SigRow51.appendChild(SigCell51);
//Add Row
tmp.appendChild(SigRow51);
//Add Row
tmp.appendChild(TestRow51);
var BR52 = document.createElement('BR');
var TestRow52 = document.createElement('TR');
var TestCell52 = document.createElement('TD');
TestCell52.className = 'TestimonialTree_Testimonial';
TestCell52.className = 'TestimonialTree_Testimonial';
var TestDiv52 = document.createElement('div');
TestDiv52.innerHTML= '\"I can\u0092t say enough good things about Dave and the Bayshore team! My wife and I had an incredible experience and would highly recommend! \"';
TestCell52.appendChild(TestDiv52);
TestRow52.appendChild(TestCell52);
var SigRow52 = document.createElement('TR');
var SigCell52 = document.createElement('TD');
SigCell52.className = 'TestimonialTree_Signature';
var SigData52 = document.createTextNode('Tyler E');
SigCell52.appendChild(SigData52);
SigRow52.appendChild(SigCell52);
//Add Row
tmp.appendChild(SigRow52);
//Add Row
tmp.appendChild(TestRow52);
var BR53 = document.createElement('BR');
var TestRow53 = document.createElement('TR');
var TestCell53 = document.createElement('TD');
TestCell53.className = 'TestimonialTree_Testimonial';
TestCell53.className = 'TestimonialTree_Testimonial';
var TestDiv53 = document.createElement('div');
TestDiv53.innerHTML= '\"Great service! Made the whole process easy\"';
TestCell53.appendChild(TestDiv53);
TestRow53.appendChild(TestCell53);
var SigRow53 = document.createElement('TR');
var SigCell53 = document.createElement('TD');
SigCell53.className = 'TestimonialTree_Signature';
var SigData53 = document.createTextNode('Elvira F');
SigCell53.appendChild(SigData53);
SigRow53.appendChild(SigCell53);
//Add Row
tmp.appendChild(SigRow53);
//Add Row
tmp.appendChild(TestRow53);
var BR54 = document.createElement('BR');
var TestRow54 = document.createElement('TR');
var TestCell54 = document.createElement('TD');
TestCell54.className = 'TestimonialTree_Testimonial';
TestCell54.className = 'TestimonialTree_Testimonial';
var TestDiv54 = document.createElement('div');
TestDiv54.innerHTML= '\"Years of expertise show in his quality + valuable work. Always takes care of his clients + he gets the job done quickly and efficiently. \"';
TestCell54.appendChild(TestDiv54);
TestRow54.appendChild(TestCell54);
var SigRow54 = document.createElement('TR');
var SigCell54 = document.createElement('TD');
SigCell54.className = 'TestimonialTree_Signature';
var SigData54 = document.createTextNode('Cole D');
SigCell54.appendChild(SigData54);
SigRow54.appendChild(SigCell54);
//Add Row
tmp.appendChild(SigRow54);
//Add Row
tmp.appendChild(TestRow54);
var BR55 = document.createElement('BR');
var TestRow55 = document.createElement('TR');
var TestCell55 = document.createElement('TD');
TestCell55.className = 'TestimonialTree_Testimonial';
TestCell55.className = 'TestimonialTree_Testimonial';
var TestDiv55 = document.createElement('div');
TestDiv55.innerHTML= '\"Brian is incredibly detail-oriented and truly takes the time to understand my clients\u0092 needs. He sits down with them, explains everything clearly, and ensures they feel confident every step of the way.\nHe\u0092s proactive, solutions-driven, and consistently delivers. On top of that, he\u0092s well-known and respected\u0097definitely one of the pillars in the industry.\"';
TestCell55.appendChild(TestDiv55);
TestRow55.appendChild(TestCell55);
var SigRow55 = document.createElement('TR');
var SigCell55 = document.createElement('TD');
SigCell55.className = 'TestimonialTree_Signature';
var SigData55 = document.createTextNode('Ohna K');
SigCell55.appendChild(SigData55);
SigRow55.appendChild(SigCell55);
//Add Row
tmp.appendChild(SigRow55);
//Add Row
tmp.appendChild(TestRow55);
var BR56 = document.createElement('BR');
var TestRow56 = document.createElement('TR');
var TestCell56 = document.createElement('TD');
TestCell56.className = 'TestimonialTree_Testimonial';
TestCell56.className = 'TestimonialTree_Testimonial';
var TestDiv56 = document.createElement('div');
TestDiv56.innerHTML= '\"Brian is phenomenal! We had a tricky transaction with my customers moving to Tallahassee from Canada but he got it done. From beginning to end, Brian communicated clearly and quickly and made sure we stayed on top of our timelines. When we ran into a few hurdles, he let everyone know immediately and was on top of everything. Thanks Brian!\"';
TestCell56.appendChild(TestDiv56);
TestRow56.appendChild(TestCell56);
var SigRow56 = document.createElement('TR');
var SigCell56 = document.createElement('TD');
SigCell56.className = 'TestimonialTree_Signature';
var SigData56 = document.createTextNode('Martin C');
SigCell56.appendChild(SigData56);
SigRow56.appendChild(SigCell56);
//Add Row
tmp.appendChild(SigRow56);
//Add Row
tmp.appendChild(TestRow56);
var BR57 = document.createElement('BR');
var TestRow57 = document.createElement('TR');
var TestCell57 = document.createElement('TD');
TestCell57.className = 'TestimonialTree_Testimonial';
TestCell57.className = 'TestimonialTree_Testimonial';
var TestDiv57 = document.createElement('div');
TestDiv57.innerHTML= '\"Amazing service throughout the entire process.\"';
TestCell57.appendChild(TestDiv57);
TestRow57.appendChild(TestCell57);
var SigRow57 = document.createElement('TR');
var SigCell57 = document.createElement('TD');
SigCell57.className = 'TestimonialTree_Signature';
var SigData57 = document.createTextNode('Haywood P');
SigCell57.appendChild(SigData57);
SigRow57.appendChild(SigCell57);
//Add Row
tmp.appendChild(SigRow57);
//Add Row
tmp.appendChild(TestRow57);
var BR58 = document.createElement('BR');
var TestRow58 = document.createElement('TR');
var TestCell58 = document.createElement('TD');
TestCell58.className = 'TestimonialTree_Testimonial';
TestCell58.className = 'TestimonialTree_Testimonial';
var TestDiv58 = document.createElement('div');
TestDiv58.innerHTML= '\"Hal was great to work with, very caring and helpful. Always with a quick response. \"';
TestCell58.appendChild(TestDiv58);
TestRow58.appendChild(TestCell58);
var SigRow58 = document.createElement('TR');
var SigCell58 = document.createElement('TD');
SigCell58.className = 'TestimonialTree_Signature';
var SigData58 = document.createTextNode('Kenneth G');
SigCell58.appendChild(SigData58);
SigRow58.appendChild(SigCell58);
//Add Row
tmp.appendChild(SigRow58);
//Add Row
tmp.appendChild(TestRow58);
var BR59 = document.createElement('BR');
var TestRow59 = document.createElement('TR');
var TestCell59 = document.createElement('TD');
TestCell59.className = 'TestimonialTree_Testimonial';
TestCell59.className = 'TestimonialTree_Testimonial';
var TestDiv59 = document.createElement('div');
TestDiv59.innerHTML= '\"Tyler did his best to get my family the best interest rate, and was always there every step of the process buying a home! I highly recommend him.🙌💯\"';
TestCell59.appendChild(TestDiv59);
TestRow59.appendChild(TestCell59);
var SigRow59 = document.createElement('TR');
var SigCell59 = document.createElement('TD');
SigCell59.className = 'TestimonialTree_Signature';
var SigData59 = document.createTextNode('Johnny C');
SigCell59.appendChild(SigData59);
SigRow59.appendChild(SigCell59);
//Add Row
tmp.appendChild(SigRow59);
//Add Row
tmp.appendChild(TestRow59);
var BR60 = document.createElement('BR');
var TestRow60 = document.createElement('TR');
var TestCell60 = document.createElement('TD');
TestCell60.className = 'TestimonialTree_Testimonial';
TestCell60.className = 'TestimonialTree_Testimonial';
var TestDiv60 = document.createElement('div');
TestDiv60.innerHTML= '\"Very Good 💯😊\"';
TestCell60.appendChild(TestDiv60);
TestRow60.appendChild(TestCell60);
var SigRow60 = document.createElement('TR');
var SigCell60 = document.createElement('TD');
SigCell60.className = 'TestimonialTree_Signature';
var SigData60 = document.createTextNode('Richard K');
SigCell60.appendChild(SigData60);
SigRow60.appendChild(SigCell60);
//Add Row
tmp.appendChild(SigRow60);
//Add Row
tmp.appendChild(TestRow60);
var BR61 = document.createElement('BR');
var TestRow61 = document.createElement('TR');
var TestCell61 = document.createElement('TD');
TestCell61.className = 'TestimonialTree_Testimonial';
TestCell61.className = 'TestimonialTree_Testimonial';
var TestDiv61 = document.createElement('div');
TestDiv61.innerHTML= '\"Mike M was great, was extremely responsive throughout the process and went above and beyond to get me a $2.5k grant. \"';
TestCell61.appendChild(TestDiv61);
TestRow61.appendChild(TestCell61);
var SigRow61 = document.createElement('TR');
var SigCell61 = document.createElement('TD');
SigCell61.className = 'TestimonialTree_Signature';
var SigData61 = document.createTextNode('Darian G');
SigCell61.appendChild(SigData61);
SigRow61.appendChild(SigCell61);
//Add Row
tmp.appendChild(SigRow61);
//Add Row
tmp.appendChild(TestRow61);
var BR62 = document.createElement('BR');
var TestRow62 = document.createElement('TR');
var TestCell62 = document.createElement('TD');
TestCell62.className = 'TestimonialTree_Testimonial';
TestCell62.className = 'TestimonialTree_Testimonial';
var TestDiv62 = document.createElement('div');
TestDiv62.innerHTML= '\"Crystal is so so good at what she does! \nGot my DREAM HOME. \"';
TestCell62.appendChild(TestDiv62);
TestRow62.appendChild(TestCell62);
var SigRow62 = document.createElement('TR');
var SigCell62 = document.createElement('TD');
SigCell62.className = 'TestimonialTree_Signature';
var SigData62 = document.createTextNode('DANIELLE P');
SigCell62.appendChild(SigData62);
SigRow62.appendChild(SigCell62);
//Add Row
tmp.appendChild(SigRow62);
//Add Row
tmp.appendChild(TestRow62);
var BR63 = document.createElement('BR');
var TestRow63 = document.createElement('TR');
var TestCell63 = document.createElement('TD');
TestCell63.className = 'TestimonialTree_Testimonial';
TestCell63.className = 'TestimonialTree_Testimonial';
var TestDiv63 = document.createElement('div');
TestDiv63.innerHTML= '\"I highly recommend Bayshore, and Tyler that work hard to getting my family the best interest rate I highly recommend him!💯🙌\"';
TestCell63.appendChild(TestDiv63);
TestRow63.appendChild(TestCell63);
var SigRow63 = document.createElement('TR');
var SigCell63 = document.createElement('TD');
SigCell63.className = 'TestimonialTree_Signature';
var SigData63 = document.createTextNode('Johnny C');
SigCell63.appendChild(SigData63);
SigRow63.appendChild(SigCell63);
var SourceCell63 = document.createElement('TD');
SourceCell63.className = 'TestimonialTree_Source';
var SourceData63 = document.createTextNode('on Google');
SourceCell63.appendChild(SourceData63);
SigCell63.appendChild(SourceCell63);
//Add Row
tmp.appendChild(SigRow63);
//Add Row
tmp.appendChild(TestRow63);
var BR64 = document.createElement('BR');
var TestRow64 = document.createElement('TR');
var TestCell64 = document.createElement('TD');
TestCell64.className = 'TestimonialTree_Testimonial';
TestCell64.className = 'TestimonialTree_Testimonial';
var TestDiv64 = document.createElement('div');
TestDiv64.innerHTML= '\"Jordan Alston was wonderful to work with throughout our home-buying process. As first-time homebuyers, he was patient, knowledgeable, and always quick to respond to our questions. He made the process smooth and easy to understand. We truly appreciate his support and highly recommend him.\"';
TestCell64.appendChild(TestDiv64);
TestRow64.appendChild(TestCell64);
var SigRow64 = document.createElement('TR');
var SigCell64 = document.createElement('TD');
SigCell64.className = 'TestimonialTree_Signature';
var SigData64 = document.createTextNode('Kolleh M');
SigCell64.appendChild(SigData64);
SigRow64.appendChild(SigCell64);
//Add Row
tmp.appendChild(SigRow64);
//Add Row
tmp.appendChild(TestRow64);
var BR65 = document.createElement('BR');
var TestRow65 = document.createElement('TR');
var TestCell65 = document.createElement('TD');
TestCell65.className = 'TestimonialTree_Testimonial';
TestCell65.className = 'TestimonialTree_Testimonial';
var TestDiv65 = document.createElement('div');
TestDiv65.innerHTML= '\"Great to work with goes above and beyond highly recommend will always work with Chris at Bayshore.\"';
TestCell65.appendChild(TestDiv65);
TestRow65.appendChild(TestCell65);
var SigRow65 = document.createElement('TR');
var SigCell65 = document.createElement('TD');
SigCell65.className = 'TestimonialTree_Signature';
var SigData65 = document.createTextNode('McComas J');
SigCell65.appendChild(SigData65);
SigRow65.appendChild(SigCell65);
//Add Row
tmp.appendChild(SigRow65);
//Add Row
tmp.appendChild(TestRow65);
var BR66 = document.createElement('BR');
var TestRow66 = document.createElement('TR');
var TestCell66 = document.createElement('TD');
TestCell66.className = 'TestimonialTree_Testimonial';
TestCell66.className = 'TestimonialTree_Testimonial';
var TestDiv66 = document.createElement('div');
TestDiv66.innerHTML= '\"The loan process was made very simple and easy. Ashley was great to work with!\"';
TestCell66.appendChild(TestDiv66);
TestRow66.appendChild(TestCell66);
var SigRow66 = document.createElement('TR');
var SigCell66 = document.createElement('TD');
SigCell66.className = 'TestimonialTree_Signature';
var SigData66 = document.createTextNode('Piening J');
SigCell66.appendChild(SigData66);
SigRow66.appendChild(SigCell66);
//Add Row
tmp.appendChild(SigRow66);
//Add Row
tmp.appendChild(TestRow66);
var BR67 = document.createElement('BR');
var TestRow67 = document.createElement('TR');
var TestCell67 = document.createElement('TD');
TestCell67.className = 'TestimonialTree_Testimonial';
TestCell67.className = 'TestimonialTree_Testimonial';
var TestDiv67 = document.createElement('div');
TestDiv67.innerHTML= '\"Jessica is AMAZING!!! She helped us through our process on, not only, getting our loan ready, but getting us in touch with a realtor and insurance company! She is patient, professional and honest! The way she carried herself, working with my wife and I, and engaging with us each step of the process. If I had a ton of people I knew, Jessica would be my number one of my list we would recommend them too. Thank you so much Jessica for your honest work! We still LOVE our home!\"';
TestCell67.appendChild(TestDiv67);
TestRow67.appendChild(TestCell67);
var SigRow67 = document.createElement('TR');
var SigCell67 = document.createElement('TD');
SigCell67.className = 'TestimonialTree_Signature';
var SigData67 = document.createTextNode('Saul B');
SigCell67.appendChild(SigData67);
SigRow67.appendChild(SigCell67);
//Add Row
tmp.appendChild(SigRow67);
//Add Row
tmp.appendChild(TestRow67);
var BR68 = document.createElement('BR');
var TestRow68 = document.createElement('TR');
var TestCell68 = document.createElement('TD');
TestCell68.className = 'TestimonialTree_Testimonial';
TestCell68.className = 'TestimonialTree_Testimonial';
var TestDiv68 = document.createElement('div');
TestDiv68.innerHTML= '\"Jessica was absolutely outstanding to work with throughout my entire mortgage process. From start to finish, she was extremely professional, knowledgeable, and genuinely looked out for my best interests. She went above and beyond to make sure I received the best deal possible and took the time to explain everything clearly along the way.\n\nWhat really stood out was how responsive she was. Anytime I had a question, she responded quickly and made sure I felt confident with every step of the process. Even though Jessica lives out of state, she was still able to help me secure my mortgage in Illinois without any issues, which really shows her level of expertise and dedication.\n\nShe even recommended the realtor I ended up using, and that recommendation worked out great. Having the right team made the entire experience smooth and stress-free.\n\nI highly recommend Jessica to anyone looking for a loan officer who is professional, responsive, and truly goes above and beyond for her clients. A well-deserved 5-star experience.\"';
TestCell68.appendChild(TestDiv68);
TestRow68.appendChild(TestCell68);
var SigRow68 = document.createElement('TR');
var SigCell68 = document.createElement('TD');
SigCell68.className = 'TestimonialTree_Signature';
var SigData68 = document.createTextNode('Emmanuel Z');
SigCell68.appendChild(SigData68);
SigRow68.appendChild(SigCell68);
//Add Row
tmp.appendChild(SigRow68);
//Add Row
tmp.appendChild(TestRow68);
var BR69 = document.createElement('BR');
var TestRow69 = document.createElement('TR');
var TestCell69 = document.createElement('TD');
TestCell69.className = 'TestimonialTree_Testimonial';
TestCell69.className = 'TestimonialTree_Testimonial';
var TestDiv69 = document.createElement('div');
TestDiv69.innerHTML= '\"I never thought I would be a home owner and now I am!\"';
TestCell69.appendChild(TestDiv69);
TestRow69.appendChild(TestCell69);
var SigRow69 = document.createElement('TR');
var SigCell69 = document.createElement('TD');
SigCell69.className = 'TestimonialTree_Signature';
var SigData69 = document.createTextNode('Robert');
SigCell69.appendChild(SigData69);
SigRow69.appendChild(SigCell69);
//Add Row
tmp.appendChild(SigRow69);
//Add Row
tmp.appendChild(TestRow69);
var BR70 = document.createElement('BR');
var TestRow70 = document.createElement('TR');
var TestCell70 = document.createElement('TD');
TestCell70.className = 'TestimonialTree_Testimonial';
TestCell70.className = 'TestimonialTree_Testimonial';
var TestDiv70 = document.createElement('div');
TestDiv70.innerHTML= '\"Working with [lonnie Busque] was a fantastic experience. As first-time homebuyers, we had hundreds of questions, and [Lonnie] took the time to explain everything clearly and patiently. They made a stressful process feel smooth and manageable. Highly recommended!\"\"';
TestCell70.appendChild(TestDiv70);
TestRow70.appendChild(TestCell70);
var SigRow70 = document.createElement('TR');
var SigCell70 = document.createElement('TD');
SigCell70.className = 'TestimonialTree_Signature';
var SigData70 = document.createTextNode('Singhateh A');
SigCell70.appendChild(SigData70);
SigRow70.appendChild(SigCell70);
//Add Row
tmp.appendChild(SigRow70);
//Add Row
tmp.appendChild(TestRow70);
var BR71 = document.createElement('BR');
var TestRow71 = document.createElement('TR');
var TestCell71 = document.createElement('TD');
TestCell71.className = 'TestimonialTree_Testimonial';
TestCell71.className = 'TestimonialTree_Testimonial';
var TestDiv71 = document.createElement('div');
TestDiv71.innerHTML= '\"Excellent service\"';
TestCell71.appendChild(TestDiv71);
TestRow71.appendChild(TestCell71);
var SigRow71 = document.createElement('TR');
var SigCell71 = document.createElement('TD');
SigCell71.className = 'TestimonialTree_Signature';
var SigData71 = document.createTextNode('Morera M');
SigCell71.appendChild(SigData71);
SigRow71.appendChild(SigCell71);
//Add Row
tmp.appendChild(SigRow71);
//Add Row
tmp.appendChild(TestRow71);
var BR72 = document.createElement('BR');
var TestRow72 = document.createElement('TR');
var TestCell72 = document.createElement('TD');
TestCell72.className = 'TestimonialTree_Testimonial';
TestCell72.className = 'TestimonialTree_Testimonial';
var TestDiv72 = document.createElement('div');
TestDiv72.innerHTML= '\"Harry Knapp did a great job! I highly recommend! \"';
TestCell72.appendChild(TestDiv72);
TestRow72.appendChild(TestCell72);
var SigRow72 = document.createElement('TR');
var SigCell72 = document.createElement('TD');
SigCell72.className = 'TestimonialTree_Signature';
var SigData72 = document.createTextNode('Chervenic L');
SigCell72.appendChild(SigData72);
SigRow72.appendChild(SigCell72);
//Add Row
tmp.appendChild(SigRow72);
//Add Row
tmp.appendChild(TestRow72);
var BR73 = document.createElement('BR');
var TestRow73 = document.createElement('TR');
var TestCell73 = document.createElement('TD');
TestCell73.className = 'TestimonialTree_Testimonial';
TestCell73.className = 'TestimonialTree_Testimonial';
var TestDiv73 = document.createElement('div');
TestDiv73.innerHTML= '\"[Lonnie Busque] and their team went above and beyond to get my loan done. Their attention to detail was exceptional, and we were able to close early! Proactive communication kept us informed every step of the way.\"\"';
TestCell73.appendChild(TestDiv73);
TestRow73.appendChild(TestCell73);
var SigRow73 = document.createElement('TR');
var SigCell73 = document.createElement('TD');
SigCell73.className = 'TestimonialTree_Signature';
var SigData73 = document.createTextNode('Maria J');
SigCell73.appendChild(SigData73);
SigRow73.appendChild(SigCell73);
var SourceCell73 = document.createElement('TD');
SourceCell73.className = 'TestimonialTree_Source';
var SourceData73 = document.createTextNode('on Google');
SourceCell73.appendChild(SourceData73);
SigCell73.appendChild(SourceCell73);
//Add Row
tmp.appendChild(SigRow73);
//Add Row
tmp.appendChild(TestRow73);
var BR74 = document.createElement('BR');
var TestRow74 = document.createElement('TR');
var TestCell74 = document.createElement('TD');
TestCell74.className = 'TestimonialTree_Testimonial';
TestCell74.className = 'TestimonialTree_Testimonial';
var TestDiv74 = document.createElement('div');
TestDiv74.innerHTML= '\"\"';
TestCell74.appendChild(TestDiv74);
TestRow74.appendChild(TestCell74);
var SigRow74 = document.createElement('TR');
var SigCell74 = document.createElement('TD');
SigCell74.className = 'TestimonialTree_Signature';
var SigData74 = document.createTextNode('Cohen P');
SigCell74.appendChild(SigData74);
SigRow74.appendChild(SigCell74);
//Add Row
tmp.appendChild(SigRow74);
//Add Row
tmp.appendChild(TestRow74);
var BR75 = document.createElement('BR');
var TestRow75 = document.createElement('TR');
var TestCell75 = document.createElement('TD');
TestCell75.className = 'TestimonialTree_Testimonial';
TestCell75.className = 'TestimonialTree_Testimonial';
var TestDiv75 = document.createElement('div');
TestDiv75.innerHTML= '\"Blake was amazing from start to finish! He made everything so easy. We couldn\'t have ask for our financing to go any easier. I will recommend him everyone i know. \"';
TestCell75.appendChild(TestDiv75);
TestRow75.appendChild(TestCell75);
var SigRow75 = document.createElement('TR');
var SigCell75 = document.createElement('TD');
SigCell75.className = 'TestimonialTree_Signature';
var SigData75 = document.createTextNode('Bobbi B');
SigCell75.appendChild(SigData75);
SigRow75.appendChild(SigCell75);
//Add Row
tmp.appendChild(SigRow75);
//Add Row
tmp.appendChild(TestRow75);
var BR76 = document.createElement('BR');
var TestRow76 = document.createElement('TR');
var TestCell76 = document.createElement('TD');
TestCell76.className = 'TestimonialTree_Testimonial';
TestCell76.className = 'TestimonialTree_Testimonial';
var TestDiv76 = document.createElement('div');
TestDiv76.innerHTML= '\"Great service with tons of knowledge.Thank you!\"';
TestCell76.appendChild(TestDiv76);
TestRow76.appendChild(TestCell76);
var SigRow76 = document.createElement('TR');
var SigCell76 = document.createElement('TD');
SigCell76.className = 'TestimonialTree_Signature';
var SigData76 = document.createTextNode('Pete C');
SigCell76.appendChild(SigData76);
SigRow76.appendChild(SigCell76);
var SourceCell76 = document.createElement('TD');
SourceCell76.className = 'TestimonialTree_Source';
var SourceData76 = document.createTextNode('on Google');
SourceCell76.appendChild(SourceData76);
SigCell76.appendChild(SourceCell76);
//Add Row
tmp.appendChild(SigRow76);
//Add Row
tmp.appendChild(TestRow76);
var BR77 = document.createElement('BR');
var TestRow77 = document.createElement('TR');
var TestCell77 = document.createElement('TD');
TestCell77.className = 'TestimonialTree_Testimonial';
TestCell77.className = 'TestimonialTree_Testimonial';
var TestDiv77 = document.createElement('div');
TestDiv77.innerHTML= '\"Ashley was amazing and so kind throughout this process!!\"';
TestCell77.appendChild(TestDiv77);
TestRow77.appendChild(TestCell77);
var SigRow77 = document.createElement('TR');
var SigCell77 = document.createElement('TD');
SigCell77.className = 'TestimonialTree_Signature';
var SigData77 = document.createTextNode('Mills C');
SigCell77.appendChild(SigData77);
SigRow77.appendChild(SigCell77);
//Add Row
tmp.appendChild(SigRow77);
//Add Row
tmp.appendChild(TestRow77);
var BR78 = document.createElement('BR');
var TestRow78 = document.createElement('TR');
var TestCell78 = document.createElement('TD');
TestCell78.className = 'TestimonialTree_Testimonial';
TestCell78.className = 'TestimonialTree_Testimonial';
var TestDiv78 = document.createElement('div');
TestDiv78.innerHTML= '\"Kim Arbogast and Heidi De La Cruz were both incredible to work with! They made the entire home buying process simple, smooth, and far less stressful than I expected. Great communication and truly went above and beyond. I\u0092m so grateful for their help and highly recommend them to all!! 🏡\"';
TestCell78.appendChild(TestDiv78);
TestRow78.appendChild(TestCell78);
var SigRow78 = document.createElement('TR');
var SigCell78 = document.createElement('TD');
SigCell78.className = 'TestimonialTree_Signature';
var SigData78 = document.createTextNode('McKenzee H');
SigCell78.appendChild(SigData78);
SigRow78.appendChild(SigCell78);
var SourceCell78 = document.createElement('TD');
SourceCell78.className = 'TestimonialTree_Source';
var SourceData78 = document.createTextNode('on Google');
SourceCell78.appendChild(SourceData78);
SigCell78.appendChild(SourceCell78);
//Add Row
tmp.appendChild(SigRow78);
//Add Row
tmp.appendChild(TestRow78);
document.getElementById('TestimonialTree_Widget_70233').appendChild(newEl);
var AddTestimonialLink = document.createElement('A');
AddTestimonialLink.href= 'https://testimonialtree.com/?uid=467292';
AddTestimonialLink.target = '_blank';
AddTestimonialLink.innerHTML = '