tags:

views:

480

answers:

3

I'd like to show a single specific local business on a google map (API V3) with the associated reviews, directions etc.

Example

Can anyone point me in the right direction for doco or code examples?

+1  A: 

For a single known business, you can use the business's CID (customer ID) code to display the map with local info.

La Palma in San Francisco:

http://maps.google.com/maps?cid=16753855001018446220

How do you get the CID? Do a search for the business on Google Maps and find the business in the result list. The CID will appear in the query arguments of the URL for the listing.

Note: This isn't in the Google Maps API, or documented anywhere I could find.

tcarobruce
Thanks mate, thats the sort of thing I was after.
Luke Lowrey
A: 

Does anyone know How to show multiple businesses on a google map (API V3) with the associated reviews, directions etc.

Robert