$().ready(function(){
  if ( $('#map_canvas').length ){
    gmap_initialize();
  }
});
  
$(window).unload( function () { GUnload(); } );
