Quick Maps Pro
Quick Maps Pro is a companion add-on for the free Quick Maps plugin. It runs in tandem: the free plugin gives you the keyless map shortcode, and Pro adds the styling and control below. Same [quick-maps] shortcode, new attributes, and still no Google Maps API key.
Every attribute works with any location: a business name, a full street address, a home address, a landmark, or GPS coordinates.
Pricing
25 Sites License
- License for 25 Sites
- 1 year of updates
- 1 year of Priority Support
- Upgrade anytime
5 Sites License
- License for 5 Sites
- 1 year of updates
- 1 year of Priority Support
- Upgrade anytime
Single Site License
- License for 1 Site
- 1 year of updates
- 1 year of Priority Support
- Upgrade anytime
** Prices shown here are in US dollars.
Color Schemes
Match the map to your brand with the scheme attribute. Four presets are built in:

scheme="dark"
scheme="muted"
scheme="grayscale"
scheme="sepia"Custom Markers
Replace the default pin with your brand color or your own image using the marker attribute.
[quick-maps marker="#03D3AC"]350 5th Ave, New York, NY[/quick-maps]
[quick-maps marker="https://your-site.com/pin.png"]350 5th Ave, New York, NY[/quick-maps]

Advanced Lazy Loading

Hold the map until the visitor wants it, for faster pages and no contact with Google until they opt in. Load on click, or when it scrolls into view.
[quick-maps lazy="click"]Orlando, FL[/quick-maps]
[quick-maps lazy="scroll"]Orlando, FL[/quick-maps]
Rounded Corners, Shadow, Caption & CTA
Frame the map and add a call to action.
[quick-maps radius="16" shadow="on" cta="on" caption="Visit our store"]1 Infinite Loop, Cupertino, CA 95014[/quick-maps]
radius: rounded corners in pixelsshadow: a soft drop shadowcta: an “Open in Google Maps” linkcaption: a caption line

Put It All Together

Attributes stack, and Pro attributes combine with the free plugin’s own options (map type, zoom, language, width/height):
[quick-maps type="hybrid" zoom="15" scheme="muted" marker="#03D3AC" radius="16" shadow="on" cta="on" caption="Our headquarters" height="340px"]1 Infinite Loop, Cupertino, CA 95014[/quick-maps]
Custom CSS and JavaScript
Go to Settings → Quick Maps Pro to add global CSS and JavaScript that apply to every map. Target .qm-wrap and .quickmaps:
/* Custom CSS example */
.qm-wrap { border: 3px solid #03D3AC; border-radius: 20px; overflow: hidden; }
Works With Any Address
Business name: [quick-maps]Apple Park, Cupertino, CA[/quick-maps]
Business address: [quick-maps]1 Infinite Loop, Cupertino, CA 95014[/quick-maps]
Home address: [quick-maps]1600 Pennsylvania Avenue NW, Washington, DC 20500[/quick-maps]
Quick Maps Pro requires the free Quick Maps plugin, WordPress 6.0+, and PHP 8.1+.