> I have renamed this file mod_menu_data.cfm
If you run the page mod_menu_data.cfm it errors because the cfquery uses a variable named #church_id#, but it's not defined. If that page requires 1 or more parameters, try passing them in the <link..> url:
<script type="text/javascript" src="mod_menu_data.cfm?church_id=3"></script>
You might also want to set default values for all parameters, to avoid errors if they're not defined for some reason