new Event.observe(document,'dom:loaded',function(){
	$('kaart-link').on('click',function(){
		$('zoekadviseur-kaart-groot').show();
		//$('map').hide();
		//$('map2').show();
		zoekadviseurKaartGroot();

		return false;
	});
	$('kaart-link-groot').on('click',function(){
		new Effect.Fade($('zoekadviseur-kaart-groot'),{duration:0.2});
		//$('map2').hide();
		//$('map').show();
		google.maps.event.trigger(map, 'resize');
		google.maps.event.trigger(map2, 'resize');
		return false;
	});
});


