You're not funny Google...

For an unknown reason the Google Maps API started serving JavaScript
files in which 'window.jstiming' is referenced. Unfortunately this
object does not exist and most apps using Google Maps just die with an
exception.

 Bibale was no different :-(

 Luckily I just added the following quick and dirty JavaScript and
everything now seems fine:

 window.jstiming = {}
window.jstiming.Timer = function() {}

 Sorry for the disturbance.

 Now back to our regular program.