The problem is several businesses are located in the same building \ address and Google Maps just takes a best guess which leaves the users confused and I think you'd want all your studio pics and info showing up in the side bar on Google Maps.
To handle that situation the query link to Google Maps needs to be more specific than just the street address in order to control the maps to get what you want. In the case of the Find Us page we'd also want to control the user so they go exactly where you want them to instead of them clicking around and wandering off.
To handle that situation the query link to Google Maps needs to be more specific than just the street address in order to control the maps to get what you want. In the case of the Find Us page we'd also want to control the user so they go exactly where you want them to instead of them clicking around and wandering off.
Find Us Page...
- Instead of using a map object use an image object instead and hyperlink to Google Map
- Also consider adding 'map' link after the address
Here is the URL for both the map and the image link:
- https://www.google.com/maps/place/The+Melting+Spot+Yoga+Studio/@36.2724113,-95.8522812,17z/data=!3m1!4b1!4m6!3m5!1s0x87b6f1257292c8ed:0x41cbc8850c2d6b7e!8m2!3d36.2724114!4d-95.8474103!16s%2Fg%2F11p64sdflr
8283 N Owasso Expwy, Ste E map
Schedule System Link
Not sure how your booking system gets configured etc if you can do this or if your vendor has to get involved but this worked for me. Note: The gray colors are just because of the theme of this site - you would get the right colors on your site.
Current Map Link (right address but business name not showing in sidebar) :
map
Current Link in Scheduling System:
- href="https://www.google.com/maps/search/?api=1&query=8283+N+Owasso+Expressway%2C+Ste+E%2C+Owasso%2C+OK+74055"
New Map Link (right address and business name showing in the side bar):
map
See if your vendor can change the query parameter to The+Melting+Spot+Yoga+Studio/@36.2724113,-95.8522812,17z in the address configuration to:
- href="https://www.google.com/maps/search/?api=1&query=The+Melting+Spot+Yoga+Studio/@36.2724113,-95.8522812,17z"