var map = null;
window.addEvent('domready',function(){
	if(GBrowserIsCompatible()){
		setCenterAndMarker();
}});
