Google Maps Shortcodes
In order for Google Maps shortcodes to work, visit the Travel / General administration panel and set Google Maps to on, with your API key. To obtain a Google Maps API key, please visit the Google Maps API Signup page
The easiest way to add shortcodes to your posts and pages is to use the Shortcode Generator located beneath the post or page editor

[gmap height="400" latitude="-33.8599739" longitude="151.2111053" zoom="14" maptype="G_SATELLITE_MAP"]
Google Maps shortcode options include:
Built in Google Map locator to find latitude and longitude easily

- Width
- Height
- Address
- Latitude
- Longitude
- Zoom
- Marker
- HTML
- Popup Marker
- Controls
- Scrollwheel
- Maptype
Google Maps shortcode options include
Map with marker
[gmap latitude="47.660937" longitude="9.569803"]
[gmap latitude="47.660937" longitude="9.569803"]
Multiple map types
[gmap maptype="G_PHYSICAL_MAP" marker="false"]
[gmap maptype="G_PHYSICAL_MAP" marker="false"]
No scrollwheel
[gmap controls="false" scrollwheel="false" marker="false"]
[gmap controls="false" scrollwheel="false" marker="false"]
With information window and marker
[gmap latitude="47.660937" longitude="9.569803" html="Tettnang, Germany. You'll never guess what happened to me here." popup="true" zoom="10"]
[gmap latitude="47.660937" longitude="9.569803" html="Tettnang, Germany. You'll never guess what happened to me here" popup="true" zoom="10"]
Specific Address
[gmap address="Tettnang, Germany" html="Tettnang, Germany" zoom="10"]
[gmap address="Tettnang, Germany" html="Tettnang, Germany" zoom="10"]