Discover projects
News Post

Work in Progress: Burbank Town Center – Round 1

Commercial
No items found.

Work in Progress: Burbank Town Center – Round 1

Interior and Exterior Glazing for Round 1 Entertainment

Ramos Industries was selected to perform both interior and exterior glazing work for the upcoming Round 1 Entertainment location at Burbank Town Center.

Our scope included the fabrication and installation of:

  • Aluminum storefront framing
  • (1) pair of storefront swing doors
  • Interior and exterior glass units

The work took place at the lower level of the shopping center, where we installed:

  • (1) Storefront Exterior Opening: 2” x 4 ½” aluminum frame, dual-glaze, low-E clear tempered glass, clear anodized finish
  • (1) Storefront Interior Opening: 1-¾” x 4-½” aluminum frame with ¼” single-glaze clear tempered glass
  • (1) Pair of Storefront Doors: aluminum swing doors with matching ¼” clear tempered glass

All glass was supplied by Glasswerks.

This job was completed during regular business hours, and although the space was still under construction, careful coordination was required. We were referred to this tenant project by our long-time client Onni Group, and the general contractor was Twin Shores.

Stay tuned for final completion photos soon. In the meantime, enjoy a look behind the scenes with these work-in-progress shots from our team.

document.addEventListener('DOMContentLoaded', function () { const lightboxLinks = document.querySelectorAll('.lightbox'); const overlay = document.createElement('div'); overlay.classList.add('lightbox-overlay'); document.body.appendChild(overlay); lightboxLinks.forEach(link => { link.addEventListener('click', function (e) { e.preventDefault(); const imgSrc = this.getAttribute('href'); const imgElement = document.createElement('img'); imgElement.src = imgSrc; overlay.innerHTML = ''; overlay.appendChild(imgElement); overlay.style.display = 'flex'; }); }); overlay.addEventListener('click', function () { this.style.display = 'none'; }); });