The embed urls produced by the new version of google maps look like this:
How can I construct such a url programmatically given an address or latitude and longitude?
I wonder if this is the new version or not: https://developers.google.com/maps/documentation/embed/guide
Address: Add a value following "q=" parameter (The Google Maps Embed API supports both + and %20 when escaping spaces.)
Latitude and longitude: "center=" parameter is for latitude and longitude, but you would also want to set "zoom=" level in order to present in the way how you want it to be displayed to users