How to scrape URL from address bar

I'm attempting to capture the exact lat/long from a place displayed on google maps. It displays in the URL on the address bar, but I cant figure out how to capture that while scraping. Does anyone have any ideas?

I'll add one thing I tried, but couldnt get to work....
When viewing a place on google maps you can click "share". See URL for example.

https://www.google.com/maps/place/Rosebud+Prime/@41.8824415,-87.6283762,17z/data=!4m13!1m7!3m6!1s0x0:0x0!2s86HJV9JF%2BXG!3b1!8m2!3d41.8824375!4d-87.6261875!3m4!1s0x880e2cbb39029d83:0x9fef9e474996776b!8m2!3d41.8814245!4d-87.6290278

When you click "share", a popup window displays. If you click "embed a map" tab, it shows html that you can copy. The lat/long I need is also in the html. However, for some reason I cant get that to scrape. I've tried popup links, and it opens the popup, but cant get the tool to select the embed tab, and then capture the html. The text selector doesnt work for that element for some reason. I've also tried element attribute, but no luck.

You can get the URL of the image that contains the lat and long with the Element Attribute selector:

{"_id":"google-lat","startUrl":["https://www.google.com/maps/place/Rosebud+Prime/@41.8824415,-87.6283762,17z/data=!4m13!1m7!3m6!1s0x0:0x0!2s86HJV9JF%2BXG!3b1!8m2!3d41.8824375!4d-87.6261875!3m4!1s0x880e2cbb39029d83:0x9fef9e474996776b!8m2!3d41.8814245!4d-87.6290278"],"selectors":[{"id":"url","type":"SelectorElementAttribute","parentSelectors":["_root"],"selector":"meta[itemprop=\"image\"]","multiple":false,"extractAttribute":"content","delay":0}]}

Hi webber. The URL of the image doesnt have the lat and long of the marker. It only has the lat and long that tells where to center the image on the screen. You can see this by going to the URL that is attached to that attribute

https://maps.google.com/maps/api/staticmap?center=41.8824415%2C-87.6283762&zoom=17&size=256x256&language=en&sensor=false&client=google-maps-frontend&signature=GI-sbhn7iIvekZum5heJRiIx6WU