[GIS] How to embed a coordinate pair within URL to search OpenStreetMap, Google, Yahoo or Bing Maps

bing-mapsgoogle mapshtmlopenstreetmap

Is there a way to embed a latitude longitude coordinate pair within a url link to search for a location on either OpenStreetMap, Google and/or Bing Maps? I'd like to use the url link within Excel, LibreOffice and within an html pages. I have tables with coordinates that I'd like to configure with a link to show its location on a map, without building an online mapping application.

If not, then is there a simple javascript that I can encapsulate the coordinate within and fetch that from OpenStreetMap, Google and/or Bing Maps?

It seems like the url would be something like the following, but I can't get this to work:
http://www.openstreetmap.org/?30.486,-90.195

Best Answer

there is a way of doing it. Example: http://www.openstreetmap.org/?lat=12.345&lon=12.345&zoom=17&layers=M fomr here

For google there is a similar question

Bing example - http://www.bing.com/maps/?v=2&cp=53.02102351~-1.48398532&lvl=16&dir=0&sty=c as taken from the question posted here