views:

28

answers:

2

Hello,

I want to load always a single location in google-maps using javascript and html.

thanks

v.srinath

+1  A: 

Hi,

This example from google is almost exactly what you want. Just have a look at the source and it should be fairly obvious what's going on.

http://code.google.com/apis/maps/documentation/examples/map-simple.html

Also, there are more examples of the api here : http://code.google.com/apis/maps/documentation/examples/

Thanks,

Sam

deanWombourne
I got it. Thanks for your reply.
V.Srinath
A: 

http://code.google.com/apis/maps/documentation/v3/examples/map-simple.html

view source!

Always try to be as specific you can. Why? How? Found anything that didn't work? .....

fredrik
thanks for the note and the link was helpful.
V.Srinath