""" This module houses the GoogleMap object, used for generating the needed javascript to embed Google Maps in a webpage. Google(R) is a registered trademark of Google, Inc. of Mountain View, California. Example: * In the view: return render_to_response('template.html', {'google' : GoogleMap(key="abcdefg")}) * In the template: {{ google.xhtml }}