Tell us what you are trying to do?
I need to generate a directory of store locations. For each location I would like to display a map with the pin for that specific store.
However, apparently the map block cannot be in the view block, so how do I show a map for each location.
for each location I want to display a column of info (2/page row) like this:
MAP
location name
location address
location contact info
store hours
So how do I accomplish this?
Is there a similar example that we can see?
not at this time.
my site is currently on my local machine so I cannot share it.
I'm not sure I understand the problem, why you say you cannot use a View.
You are displaying a list of locations in rows, and, rather than having one map at the top where each location is added as a marker on that map, you want each row to include a map specifically for that location (with one marker), is that right? In which case you would be using a View to output your locations.
You probably wouldn't want to include a full interactive map for each row, I'm guessing a static map with a marker would be appropriate in that scenario.
However, when I load the page, I see thecorrect location but in streetview and not mapview. Am I missing something? It's the correct location ... just in streetview.