Something seems to have changed on google maps recently that changed the default zoom. I've tried adding zoom=17 and z=17, but nothing seems to change.
I'm just creating a hyperlink on page using the following url & query
"https://maps.google.com/?zoom=17&q=" +myAddress.replace(/ /g, '+');
In the past it's always worked fine no matter what address I used in the query. Just wondering what may have changed and if I need to work around this another way.