Ok, I'll tell you why it is not working, but first!
Disable this shitty javascript that pops up when you right click on the page - that is really annoying and doesn't help you to stop people of copyrighting your content!
Anyway, back to your problem. Your template is using a compress mechanism for css and js . It is merging all files into one. Which is ok, if it was doing it in the right order..., but it isn't! Most probably if you disable this compress option in your template the component will start to work out of the box as usual!
<script src="tmp/jsn_epic_pro_javascript_7c8c2a133d420aeb5f27aa5c322c17d3.php" type="text/javascript"></script>
<script src="http://maps.google.com/maps/api/js?sensor=true" type="text/javascript"></script>
those 2 should be in reverse order and you need to load mootools somewhere before that.
Regards,
Daniel