Google map iframe content not showing

Hello!

I am completely stumped why the google maps iframe content is not showing on this page:

http://tinyurl.com/cq8kvsk

does anyone have any ideas?

thanks in advance,

Leao.

Whereabouts is the iframe meant to be? There’s no iframe in your source code - just an img.

  1. Currently you have a JavaScript error on the page as the element “navigation” doesn’t exist on the page
  2. The only reference you have to Google Maps sits within an anchor tag which will never work, simply take that link and replace the <p> and <a> tags with an <iframe> and set the source to the Google Maps link you took from the anchor tag.