/**
 * Set google maps function.
 */
$(function(){
	init();
	getGeocode();
});
$(window).unload(GUnload);
