Home > Showroom
Showroom

Book Your Showroom Visit

At our showroom, you can see and feel the quality for yourself and find the perfect match for your home

5155 Spectrum Way, Unit 28
Mississauga, ON L4W 5A1

647-905-6459
Gallery

Explore Our
Showroom Gallery

We are proud to offer an all-Canadian-made
product to our clients in the GTA.
Experience the true beauty and durability of our aluminum pergolas by visiting our showroom. See firsthand the superior craftsmanship and innovative designs that set our products apart. By exploring our showroom gallery, you’ll get inspired by the various styles and configurations available, helping you envision the perfect pergola for your outdoor space. Witness the quality and versatility that only an in-person visit can provide, ensuring you make the best choice for your home.
pergola showroom photo # 604pergola showroom photo # 608pergola showroom near me photo # 613pergola showroom near me photo # 616louvered pergola showroom # 612aluminum pergola showroom # 611pergola showroom photo # 609pergola showroom near me photo # 610showroom pergola photo # 606pergola showrooms near me photo # 605pergola showroom near me photo # 607
pergola showroom photo # 604
pergola showroom photo # 608
pergola showroom near me photo # 613
pergola showroom near me photo # 616
louvered pergola showroom # 612
aluminum pergola showroom # 611
pergola showroom photo # 609
pergola showroom near me photo # 610
showroom pergola photo # 606
pergola showrooms near me photo # 605
pergola showroom near me photo # 607
'; // Create an info window for Toronto const torontoInfowindow = new google.maps.InfoWindow({ content: torontoContentString, });// Show info window when marker is hovered over marker2.addListener("mouseover", () => { torontoInfowindow.open(map, marker2); });// Hide info window when marker is not hovered over marker2.addListener("mouseout", () => { torontoInfowindow.close(); }); // The marker, positioned at Montreal const marker3 = new google.maps.Marker({ position: position_montreal, map: map, title: "Montreal", icon: "https://www.zipscreen.ca/wp-content/uploads/2024/05/pin.png", });// Info window content for Montreal const montrealContentString = '

Montreal

514-974-1258

378 Bd Saint-Luc, suite 200, Saint-Jean-sur-Richelieu, Quebec J2W 2A3
'; // Create an info window for Montreal const montrealInfowindow = new google.maps.InfoWindow({ content: montrealContentString, });// Show info window when marker is hovered over marker3.addListener("mouseover", () => { montrealInfowindow.open(map, marker3); });// Hide info window when marker is not hovered over marker3.addListener("mouseout", () => { montrealInfowindow.close(); }); const marker4 = new google.maps.Marker({ position: position_calgary, map: map, title: "Calgary", icon: "https://www.zipscreen.ca/wp-content/uploads/2024/05/pin.png", });// Info window content for Montreal const calgaryContentString = '

Calgary

403-275-8456

4427 Manitoba Road SE, Calgary, AB, T2G 4B9
';// Create an info window for Montreal const calgaryInfowindow = new google.maps.InfoWindow({ content: calgaryContentString, });// Show info window when marker is hovered over marker4.addListener("mouseover", () => { calgaryInfowindow.open(map, marker4); });// Hide info window when marker is not hovered over marker4.addListener("mouseout", () => { calgaryInfowindow.close(); });const marker5 = new google.maps.Marker({ position: position_victoria, map: map, title: "Victoria", icon: "https://www.zipscreen.ca/wp-content/uploads/2024/05/pin.png", });// Info window content for Montreal const victoriaContentString = '

Victoria

778-678-6661

2770 Leigh Rd, Unit 128, Victoria, BC, V9B 4G2
'; // Create an info window for Montreal const victoriaInfowindow = new google.maps.InfoWindow({ content: victoriaContentString, });// Show info window when marker is hovered over marker5.addListener("mouseover", () => { victoriaInfowindow.open(map, marker5); });// Hide info window when marker is not hovered over marker5.addListener("mouseout", () => { victoriaInfowindow.close(); }); const marker6 = new google.maps.Marker({ position: position_winipeg, map: map, title: "Winipeg", icon: "https://www.zipscreen.ca/wp-content/uploads/2024/05/pin.png", });// Info window content for Montreal const winipegContentString = '

Winipeg

204-295-1513

'; // Create an info window for Montreal const winipegInfowindow = new google.maps.InfoWindow({ content: winipegContentString, });// Show info window when marker is hovered over marker6.addListener("mouseover", () => { winipegInfowindow.open(map, marker6); });// Hide info window when marker is not hovered over marker6.addListener("mouseout", () => { winipegInfowindow.close(); }); }// A marker with a URL pointing to a PNG. initMap();
';// Create an info window const infowindow = new google.maps.InfoWindow({ content: contentString, });// Show info window when marker is hovered over marker.addListener("mouseover", () => { infowindow.open(map, marker); });// Hide info window when marker is not hovered over marker.addListener("mouseout", () => { infowindow.close(); }); }
';// Create an info window for the first marker const infowindow1 = new google.maps.InfoWindow({ content: contentString1, });// Show info window when marker is hovered over marker1.addListener("mouseover", () => { infowindow1.open(map, marker1); });// Hide info window when marker is not hovered over marker1.addListener("mouseout", () => { infowindow1.close(); });// The second marker const marker2 = new google.maps.Marker({ position: manufacturePosition2, map: map, title: "Manufacture Location 2", icon: "https://www.zipscreen.ca/wp-content/uploads/2024/05/pin.png", });// Info window content for the second marker const contentString2 = '

Manufacture 1

5200 Dixie Rd, Mississauga, ON L4W 1E4

';// Create an info window for the second marker const infowindow2 = new google.maps.InfoWindow({ content: contentString2, });// Show info window when marker is hovered over marker2.addListener("mouseover", () => { infowindow2.open(map, marker2); });// Hide info window when marker is not hovered over marker2.addListener("mouseout", () => { infowindow2.close(); }); }