The error is this "A call to document.write() from an asynchronously-loaded external script was ignored."
but i haven't used document.write() anywhere in my jQuery code
my template code is this
<b> <pre class="prettyprint linenums"> {{address}} </pre> </b>
{% load easy_maps_tags %}
{% easy_map address 725 400 %}
This comment on SO question proposes a solution but i don't understand it......i have the same problem that mentioned on the question except i am doing the same thing in Django using easy-maps.