It is an old question, but in case someone finds it again...
It seems there was a SafariExtension which disabled scroll for Google Maps but I couldn't find it.
Now I use this javascript bookmarklet:
javascript:document.addEventListener("mousewheel",function(e),true)
and inject it using dot-js.