Centro is searching for a partner to centralize our data systems!

Just like our entrepreneurs, we thrive when we partner effectively and continue to improve. We are ready to level-up our data systems so we can keep up with our amazing entrepreneurs, and engage with our wider community more effectively.

Today we release a request for proposal to find qualified vendors.

Please feel free to share this with a vendor you think would make a great asset to the Centro Community.

Important Dates

  • Public Notice: Monday, April 5, 2021

  • Deadline for Questions: Wednesday, April 14, 2021

  • Response to Questions Posted by: Friday, April 16, 2021

  • Deadline for Receipt of Proposals: Monday, May 3, 2021

  • Estimated Notification of Decisions: Friday, May 21, 2021

// 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' }); }); });