Multi-Item Maps
A map can display a set of items on a single map showing a marker for each item. This is often used in conjunction with custom marker templates.
Showing a map of all blog posts. This is really quite simple. Rather than passing in a single point such as map=$item you are able to pass in an array of items, using something like map=$_items. A marker will be shown on the map for each of the items in the items array. You might place the map function in item_list.tpl, of jrBlog for example, outside of the items foreach loop. Or use a custom list template for greater control.
Setting marker="infowindow" will display the title, image and rating of the blog post in a popup when the marker is clicked.
To show all items on a single map (like the blog list page here on the demo) see the example under Multi-item Maps you might add the function to item_list.tpl outside the foreach loop.