We'd love to hear from you

Centro Community Partners
825 Washington Street, Suite 229
Oakland, CA 94607

Phone: +1 (510) 250-3233
Send Us a Text Message: +1 (510) 250-3233

Email: info@centrocommunity.org 
Facebook | Instagram | LinkedIn

 
 

Questions?

If you have any questions, please contact our Community Success area at community@centrocommunity.org or complete the following form, and we’ll contact you!


Entrepreneurs Contact Form

// Smooth scrolling for anchor links document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function(e) { e.preventDefault(); document.querySelector(this.getAttribute('href')).scrollIntoView({ behavior: 'smooth' }); }); });