You have defined a function inside a Twig block early in the page, so it might not make it globally available in time.
I would also move the to "block javascripts" at the bottom of the page.
And just to be safe, it is better to use addEventListener() in DOMContentLoaded.
Hope this helps!