Index: js/marker.js
===================================================================
--- js/marker.js	(revision 636)
+++ js/marker.js	(working copy)
@@ -67,6 +67,9 @@
       //}
       $.get(uri, {}, function (data) {
         marker.marker.openInfoWindowHtml(data);
+        if (obj.vars.onloadcomplete) {
+          eval(obj.vars.onloadcomplete);
+        }
       });
     }
     // Tabbed content
