An extremely simple one-line Google Maps package

Exactly what the title says. Just drop in your latitude and longitude, and you’ll have an 800px x 500px Google Map centered on the location, with a pin dropped at the coordinates.

Example:
{{> map lat="40.7133" lng="-73.9533"}}

Good for fast projects and minimal MVPs.

Edit: Added address support:
{{> map address="1600 Pennsylvania Ave NW, Washington, DC 20500"}}