Javascript based plugin fork of
Auto maps
Automatically turn [multimap][/multimap] into a google map embed code. It can have more than one address divided by a semicolon (";"). This version supports only one map per page maptype ROADMAP.
One map can have multiple markers with info window displaying the address. If no shortcode args are given the plugin return default values.
Optional args data:
data_width: width of the map div (default: 100%)
data_height: height of the map div (default: 300px)
data_zoom: initial zoom of the map (default: 13)
data_latitude: initial latitude value of the map (displayed only if no address is given, default: 48.0)
data_longitude: initial longitude value of the map (displayed only if no address is given, default: 15.0)
Example:
[multimap data_height="250px" data_zoom="12"] Port de Villefranche Darse - CCI Nice Côte d'Azur, Chemin du Lazaret, 06230 Villefranche-sur-Mer, France; Fort du Mont Alban, Chemin du Fort du Mont Alban, 06032 Nice, France; Villa Ephrussi de Rothschild, 1 Avenue Ephrussi de Rothschild, 06230 Saint-Jean-Cap-Ferrat, France; Parc du Mont Boron, 06300 Nice, France; 15 Chemin de Passable, 06230 Saint-Jean-Cap-Ferrat, France [/multimap]
For more information visit plugin page of
Multimap