
function call_domain_google_map(){
	if( location.href.match('https?://www.musubinokai.jp/') ){
		document.write("<script src='http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAXQx_mqTu4GO4lfxJqIRBQhTNTv8OfvYu_5nG5MOl4678_BhRrxRG7XjNSdTREe4Kb9VtDhBFsurTUQ'></script>");
	}else{
		document.write("<script src='http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAXQx_mqTu4GO4lfxJqIRBQhSAZmM4CUuonlXp2chkR6CjgerJ9BTqISdP3BK4X-hScKTAfZfuA8pVaw'></script>");
	}
}

