I get an error loading gdirections with an address that cannot be
found. I want to be able to handle the error.
Javascript:
directs0 = new GDirections();
GEvent.addListener(directs0,"l oad", function()
{
alert('l');
GEvent.addListener(directs0,"e rror", function()
{
alert('e');
try