Google Map Shortcodes

[google_map]

location_id: Show a single location on a map. Example: [google_map location_id="12"/]

map_id: Show a group of locations on a map. Example: [google_map map_id="15"/]

category_name: Show a group of locations by category name or a comma separated list of categories. Example: [google_map category_name="Businesses"/] or [google_map category_name="Hotels,restaurants"/]

category_slug: Same as above but uses the slug instead of the name. Example: [google_map category_slug="businesses"/] or [google_map category_slug="hotels,restaurants"/]

width: Sets the width of the map in either pixels or %. Example: [google_map location_id="12" width="500px"/] or [google_map location_id="12" width="50%"/]

height: Sets the height of the map in either pixels or %. Example: [google_map location_id="12" height="500px"/] or [google_map location_id="12" height="50%"/]