Our mission is focused on supporting the Expansion of America’s Small Businesses. We work with a variety of financial and marketing partners to deliver products and services to help you grow your business.

We partner with independent sales organizations, small business funding advisors, leasing brokers, marketing firms, trade groups and many other organizations who offer products and services to small businesses. If you’d like to join us as a partner, send us your contact info and we will be in touch!

For Small Business Owners

If you are a small business owner and would like more information about how we can help, either set up an appointment using our scheduler on the left, call us at (877) 204-9203 or shoot us an email at queries@expansioncapitalgroup.com.

For Marketing and Referral Partnerships

Want to join us as a partner? ECG’s partners benefit from funding options in all 50 states, dedicated Funding Managers and access to products that fit a wide variety of Clients and business scenarios.

If your organization can help support America’s Small Business owners, then send us your contact info and we will be in touch!

ECG Contact Info

Call: 1 (877) 204-9203
Email: queries@expansioncapitalgroup.com
Address: 5801 S. Corporate Pl, Sioux Falls, SD 57108


Financing Application Status
Other

var isSalesIQIntegrationEnabled = false;
function zf_validateandsubmitdata(){
if(isSalesIQIntegrationEnabled){
var visitorinfo = {};
var elements = document.getElementById(“form”).elements;
for (var idx = 0; idx<elements.length;idx++) {
var inpElem = elements[idx];
var name = inpElem.getAttribute("name");
var fieldType = inpElem.getAttribute("fieldType");
if(fieldType==="1" || fieldType==="7" || fieldType==="9" || fieldType==="11"){
var invlovedinsalesiq = inpElem.getAttribute("invlovedinsalesiq");
if(fieldType==="1"){
var nameFieldInvolved = inpElem.getAttribute("nameFieldInvolved");
var phoneFieldInvolved = inpElem.getAttribute("phoneFieldInvolved");
if(invlovedinsalesiq==="true"){
if(phoneFieldInvolved){
var salesIQValue=inpElem.value;
visitorinfo.contactnumber = salesIQValue;
}if(nameFieldInvolved){
var salesIQValue=inpElem.value;
visitorinfo.name = salesIQValue;
}
}
}if(fieldType==="7"){
if(invlovedinsalesiq==="true"){
var salesIQValue=inpElem.value;
visitorinfo.name = salesIQValue;
}
}if(fieldType==="9"){
if(invlovedinsalesiq==="true"){
var salesIQValue=inpElem.value;
visitorinfo.email = salesIQValue;
}
}if(fieldType==="11"){
if(invlovedinsalesiq==="true"){
var compName = inpElem.getAttribute("compname");
var phoneFormat = inpElem.getAttribute("phoneFormat");
var salesIQValue="";
if(phoneFormat==="1"){
salesIQValue = document.getElementById("international_"+compName+"_countrycode").value;
}else{
var countryCode = document.getElementById(compName+"_countrycode").value;
var first = document.getElementById(compName+"_first").value;
var last = document.getElementById(compName+"_second").value;
salesIQValue =countryCode+first+last;
}
visitorinfo.contactnumber = salesIQValue;
}
}
}
}
parent.postMessage(JSON.stringify({ type: 'zoho.salesiq.apimessage', visitor: visitorinfo } ), '*');// No I18N
}
}