On line# 293 of /plugins/system/plugin_googlemap3/plugin_googlemap3_helper.php: `this->_mp->$values[0]` causes Notice: Array to string conversion but if I modify the code to: ` $key = $values[0]; $this->_mp->{$key} = $values[1]; ` the Notice goes away.