That's interesting, can you edit:
plugins\jevents\jevlocations\jevlocations.php
and change:
if ($googleStaticMapKey != "")
{
$key = "&key=$googleStaticMapKey";
}
else if ($googlekey != "")
{
$key = "&key=$googlekey";
}
to:
if ($googleStaticMapKey != "")
{
$key = "&key=$googleStaticMapKey&v=3";
}
else if ($googlekey != "")
{
$key = "&key=$googlekey&v=3";
}
Same in:
plugins\jevents\jevlocations\jevlocations_new matchingcode.php
Does that help?