I took a tutorial on embedding Google maps into your web page and stripped it of all superfluous content to end up with a page containing just the elements of the map. You can find that here.
I’ve read up on this error and although there seems to be many causes, the most popular seems to be that javascript is trying to run prior to jquery being called. I’m not sure if that’s my issue or not though. Could someone take a look at the links and see why I’m not getting the map to show in the page located at the second link?
I tried moving jquery all the way up right below body start and it did get rid of the error but the map still continues to not show: https://scotchandiron.org/fivemin/1.html
I’m not seeing anything in console that would cause it to not work.
The thing is, there’s no issue on the minimal demo. The map shows and there are 0 errors. I only have an issue when moving the code to the page I’d like to embed the map on.
I accidentally placed the style in a conditional PHP include that didn’t get triggered on that page. Once I fixed that mess up, it showed up just great. Thank you so much for all your help!