var map = null;
var street = null;

// This script prevents an error that occurs when google maps is loaded within a tab.
// It reloads the map each time the tab is clicked.
window.addEvent('domready',function(){
		jQuery('#map-tab').click(function(){
			if(typeof setCenterAndMarker == 'function'){
				setTimeout(setCenterAndMarker,100);	
			}
		});
	
	jQuery("#pikame").PikaChoose();
	window.onunload = function(){
		GUnload();	
	}
});
