Cannot get Google Maps API Key to work

Thanks @bridget. Works flawlessly. By the way, I realized that the doc of the Google Map component might have a typo. In the example of the Geocoding, the doc writes:

m = Marker(position=results[0].geometry.location)

instead of

m = GoogleMap.Marker(position=results[0].geometry.location)