Home > Contact Us for Estimate on Zip Screen

Get In Touch With Us!

Fill out the form to get a free estimate for your custom pergola!


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
Locations

How to Find Us

Finding our location is simple; we're conveniently situated with ample parking and easy access to public transportation
Phone
647-905-6459
Toronto
397-105-2412
Ottawa
947-321-3262
Winnipeg
537-375-4724
Victoria
537-375-4724
Montreal
Email
sales@aluminumpergola.ca
marketing@aluminumpergola.ca
dealers@aluminumpergola.ca
';// 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: "/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(); }); }