Open map, get the page source and search for this regex:
regex
latitude\\":[-]*\d+.\d+,\\"longitude\\":[-]*\d+.\d+
Extract numbers and you have your coordinates.