Try some debugging, below the all schedules line:
<?php
$allschedules = ...
# Add this:
print_r($allschedules);
?>
See if anything outputs. The GMap code seems to be there (when you view source). Try googling it as well ("Google Map missing"), etc, I will as well