3

My website has a map with a marker on it (pointing to a specific business address)

At the bottom left corner of the map is a Google sign which says:

"Click to see this area on Google maps"

When I click the Google sign, it opens a larger map in a new window. However, the marker is not there. (it doesn't make sense!)

Is there any way to keep the marker when clicking to view on a larger map ?

Many thanks!! enter image description here

Tomas
  • 57,621
  • 49
  • 238
  • 373
Tal
  • 139
  • 2
  • 10
  • Never used jsfiddle. I'll try to set this up. meanwhile i added a screenshot of the link I'm referring to. – Tal Nov 24 '13 at 15:12
  • Don't have to, I already see it now - the icon is pretty dim! :) – Tomas Nov 24 '13 at 15:17

1 Answers1

1

It is quite obvious - why would maps.google.com show markers in your application? They just say: "click to see this area" - so it just to see that area on a different map..

If you need a direct link to maps.google.com which will create the markers, look here: URL for multiple markers in Google Maps

Community
  • 1
  • 1
Tomas
  • 57,621
  • 49
  • 238
  • 373
  • Thanks Thomas. Every map has this Google sign. Is there any way to implement this then? If not on by clicking in the Goolgle sign, then in a separate link, which will open a larger map and still have the marker. Thanks. – Tal Nov 24 '13 at 15:03