jQuery Simple Google Map Plugin
jQuery Simple Google Map is a lightweight jQuery Plugin that easily and quickly implements a simple Google Map on your website.
Provide an address and a few options and the plugin generates a Google Map showing the location you specify.
View On Github Get Started
On a "Need to Load" basis.
jQuery Simple Google Map only loads map assets and geocodes by request. Designed to trigger based on click events, jQuery Simple Map is perfect for optionally showing a single location to your website's visitors. Load a map in a pre-existing element or load one in the built in overlay.
See Demo Code
Draw maps to the same element.
Since you can declare where the map renders, you can list multiple locations and draw the map to the same element.
See Demo Code
Set custom Info Window content.
Just provide some HTML to the plugin to use in the map marker's info window. You can return the html from any element on the page or explicitly provide an HTML string.
See Demo Code
Set a custom map marker.
You can set your own map marker icon by providing the URL of your map marker file.
See Demo Code
Include Map Styles.
If you have some map styles that you want to use, you can include them in the options.mapSetup
object.
See Demo Code