I have a google map using API v3 which gets directions from one location to another. The app works great but the window which gets the directions is an overlay on the map.
You can change the map binding for the DirectionsRenderer to "null" to remove the direction overlay
directionDisplay.setMap(null);