top of page

Contact us: 207-701-6497

  • Facebook
  • Instagram
Bay View Painting Logo Final_edited.jpg

©2019 by Bay View Painting. Proudly created with Wix.com

bottom of page
function isCalendlyEvent(e) { return e.origin === 'https://calendly.com' && e.data.event && e.data.event.indexOf('calendly.') === 0; } window.addEventListener('message', function(e) { if (isCalendlyEvent(e)) { if (e.data.event === 'calendly.event_scheduled') { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event': 'calendly.event_scheduled' }); } } });