var $j = jQuery;

(function($j) {
	$j(function() { //on DOM ready
		$j("a.gmap").colorbox({width:"80%", height:"80%", iframe:true});
		});
	})(jQuery);
