> surprisingly, the map did not fit the screen, I mean the map size
> seems to remain the same (753x480) therefore it displays much bigger
> and outside the webpage layout, it doesn't resize according to the
> screen which displays it.

That would be to do with this part of your code I expect
    <iframe width="753" scrolling="no" height="480" frameborder ...
It does what you tell it to.

> In addition, would you please tell me how to add the following:
>
> 1) Bottom right of the map, I'd like the "Overview" function so that
> the user can move the map on a wider scale.
> 2) When the map is moved around, how can I get a "reset" button that
> brings it back to the center?
> 3) How to add extra info to the marker? At the moment only the address
> appears, but I'd like to add my company name.

Start with some of these -
   http://econym.org.uk/gmap/
but note the warning
"Using the Google Map API is not easy if you don't have much
Javascript experience"
You can learn, or reduce your wishlist, or hire someone ;)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to google-maps-api@googlegroups.com
To unsubscribe from this group, send email to 
google-maps-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to