Okay, this is not as straight forward as it first seems as it's an actual issue with Google Maps. Basically when you get the code for a Google Map it is then contained within an iframe but just recently (within the past year) instead of links contained within the info window of a map marker opening in the top window it is instead opening in the self window.
So, if you have a link to another website, it will open within the current iframe instead of opening in the entire page.
What I'm wondering is whether there is any way, possibly using javascript, to force any link contained within the iframe (which I can give a name to) to open with target="_top".
There's no way to add this to the link in the Google Map because it instantly strips out this code when it is saved and I'm also not technical enough to attempt the Google Maps API.
Any help or advice would be greatly appreciated.
Thanks