--- gmap_blocks.old.js	2009-07-06 08:23:41.000000000 +0100
+++ gmap_blocks.js	2009-07-07 11:01:59.000000000 +0100
@@ -226,7 +226,7 @@ function GMapBlock(params) {
     saddr.replace(/ /, '+');
     daddr.replace(/ /, '+');
   
-    window.open('http://maps.google.nl/maps?saddr=' + saddr + '&daddr=' + daddr + '&hl=nl', 'gmb_directions', 'width=' + width + ',height=' + height + ',top=' + top + ',left=' + left);
+    window.open('http://maps.google.com/maps?saddr=' + saddr + '&daddr=' + daddr, 'gmb_directions', 'width=' + width + ',height=' + height + ',top=' + top + ',left=' + left);
   };
 
   return self;
