Whenever I perform the following actions:
var map = new GMap2(document.getElementById(mapCanvas));
var directions = new GDirections(map);
directions.load("INSERT DIRECTIONS HERE");
Everything functions properly when using Firefox on a Linux platform, but when using Safari the map is shown without the directions.
Any insights into this discrepancy?