// JavaScript Document

$(document).ready(function(){
	$(".gmap").colorbox({close:"Close", overlayClose:true, width:"80%", height:"80%", opacity:"0.40", iframe:true});
	$(".psearch").colorbox({width:"650px", height:"400px", opacity:"0.40", iframe:true});
});