An extremely simple one-line Google Maps package.
meteor add jeffrey:easy-map
Note: This package has a default `width:800px` and `height:500px`
Add
{{> map lat:"[latitude]"" lng:"[longitude]""}}
in your HTML file. You will see a map appear centered on a pin at that location.
{{> map lat="40.7133" lng="-73.9533"}}