document.write('<script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAhrMo0e9C9xNEZ_AqQP7PBhTKwqBbcL6szaOMdXa5M5K-aQiuXxQIGh4b32G7sa9QAIhjzVhzvqwpuQ"></script>');
var userStartPlace;
var map;

window.onload = function(){
    try{
        document.getElementById('map').innerHTML;
        maputil.initMap();
        ef.bubbleInit();
    }catch(e){}
}

window.onunload = function(){
    GUnload();
}