Tuesday, October 16, 2012

Immanuel Lutheran Church of Brookfield to Celebrate its 100th Anniversary with Church Service & Banquet, October 28

Oct. 15, 2012 4:55 p.m. |

Immanuel Lutheran Church, School and Child Care, 13445 W. Hampton Road in Brookfield, originally of Butler, will officially celebrate its 100th anniversary on Reformation Sunday, October 28, 2012. An anniversary church service at Immanuel and banquet celebration at Milwaukee Lutheran High School will follow.

The anniversary church service is the only service that day, at 10:00 am in Immanuel's Field House, with special music of choirs, handbells, a wind ensemble, and praise band. Senior Pastor Rev. Daniel Schneider will officiate, Associate Pastor Rev. David Benning assisting, along with President of The Lutheran Church?Missouri Synod, South Wisconsin District, Rev. John C. Wille.

A banquet celebration will be held in the gymnasium of Milwaukee Lutheran High School, 9700 W. Grantosa Drive in Milwaukee at 12:30 pm. Dinner and activities will include historical displays, DVD presentation, greetings from local officials and former pastors. Former members and families are encouraged to attend. Cost is $20 per person, $5 per children ages 3-12 years, free for children under 3 years. Payments are due with an RSVP by October 21, 2012. To sign up for the banquet, please contact the church office at (262) 781-7140, email churchsecretary@immanuelbrookfield.org, or order online at
http://www.immanuelbrookfield.org/church/anniversary/anniversary-dinner-tickets/.

Ongoing anniversary events throughout 2012 included: a Dedication Concert for Immanuel's organ, February 19; School Musical, May 3; Day of Community Service, May 5; Golf Outing, July 22; and an Old Fashioned Church Picnic, August 19.

Immanuel Lutheran Church began as the Village of Butler in Waukesha County was growing, at that time called "New Butler" to differentiate it from the original Butler settlement at 124th St. and Capitol. German Lutherans in the area were looking to have a church nearby. The Wisconsin District of the "German Evangelical Lutheran Synod of Missouri, Ohio and Other States" ? later to be named the Lutheran Church?Missouri Synod ? began a preaching station in New Butler, most likely in the spring of 1912, with the Rev. John C. Schmidt from Hope Lutheran Church in Milwaukee holding these services. A ?preaching station? was a first step in determining interest in a new area to start a congregation.

The first services, in German, were held in New Butler, in the carpenter shop of Oscar Staats, a contractor and builder who built New Butler's public school and bank. On July 22, 1912, the Wisconsin District, (a.k.a. South Wisconsin District), obtained three lots in New Butler on the northwest corner of Moeller and Birch Streets, today known as 127th Street at W. Peck Place. The land was donated from the John Schroeder Lumber Company. The building was then moved to its longtime site on W. Derby Place in the spring of 1917, a more favorable location, on three lots donated by the same lumber company. This original location and building move had never been recorded in Immanuel?s church history, and was discovered while doing research in 2011.

Immanuel has traditionally celebrated its anniversary close to Reformation Sunday or October 31st, (a Thursday in 1912), and has long been recorded as the date of Immanuel's first building's dedication. The church building was in use in October of 1912 and school was held there, so some small dedication would have occurred. However, another new discovery this year in newspaper accounts shows that Immanuel held a more formal dedication of its church building on the afternoon of Sunday, December 8, 1912. The Rev. John C. Schmidt officiated with guest preacher the Rev. Bernard Sievers from St. Stephen's Lutheran Church in Milwaukee. The Milwaukee Sentinel article from December 9, 1912 stated, ?The church proper is 40x28 feet in size and of frame construction with cement foundation.? The first congregational meeting was held on December 11, in the apartment of Oscar Staats. The minutes of that meeting recorded that $27.88 was collected at the dedication service; $11 of it was to be spent on the pulpit, $5.17 was to be used to buy coal, 20 cents was to be deducted for a telephone call to Lannon, and the remainder of the sum was to be used to buy indoor lighting.

Immanuel's charter members were the families of August Gaulke, his son-in law Fred Mueller, Oscar Staats and Louis Leissring. Louis' brother Edgar Leissring also participated, but is not listed as a charter member as he was only 19 at the time. Edgar would later become the postmaster of Butler. Some descendants of the Gaulke, Mueller, and Edgar Leissring families are members of Immanuel today.

Services in the German language gradually gave way to English-speaking services, and the church grew. School classes were held in a room in the back of the church and taught by the pastor. The school closed for some time and re-opened in 1950. Immanuel moved one-half mile west and dedicated the first church on Immanuel's present property in February 1955, in Brookfield on Hampton Rd. and 135th Street. A separate school building was completed in 1959. An enlargement to the school and addition to the church were completed in 1962. In February 1983, the present church building was dedicated, attached to the school and offices. The Multi-Purpose or All-Purpose Room, now called the Field House, was completed in 1999. A Conference Center was added in 2009.

Immanuel Lutheran is a member of The Lutheran Church?Missouri Synod (LCMS). Immanuel Lutheran School offers Christian education, beginning with three-year-old prekindergarten classes and continuing through the eighth grade. Immanuel Lutheran Child Care is open Monday-Friday from 6:30 a.m. to 6:00 p.m. year-round to children from the ages of 6 weeks to 12 years. More information about the church, school and child care may be found at www.immanuelbrookfield.org.

'; return comment; } $("#comments").delegate(".edit-comment-form,.reply-to-comment-form,#comment-form","submit",function(e){ e.preventDefault(); var thisForm = $(this); var mainMessageContainer = $("#comment-form-messages"); if(thisForm.is(".reply-to-comment-form")){ var messageCont = thisForm.parent(".reply").siblings(".active-reply-container"); if(messageCont.length == 0){ messageCont = $('
  • '); thisForm.parent("li").before(messageCont); } if(_commentUser.isLoggedIn){ insertComment(this,true,function(obj){ //debugResponse(obj); if(obj.error){ if(obj.error == "User must be logged in to perform the action."){ messageCont.html("

    Please login to post your comment.

    "); thisForm.hide().parent("li").hide(); }else{ messageCont.html("

    Sorry, there was a problem when submitting your comment, please try again.

    "); } messageCont.removeClass("hide"); }else{ // possible status APPROVED,NOTAPPROVED, FLAGGED, AUTHOR, BOT, REJECTED if(obj.status == "APPROVED"){ messageCont.attr("id","comment-"+obj.id).html(buildCommentHTMLString(obj)); _commentUser.refreshComments = true; $.cookie('_commentSession',_commentUser,{expires:_commentUser.expires,path:'/'}); }else{// handle all other cases with this blanket messageCont.html("

    Your comment has been received. If you do not see it immediately, it is being routed for approval.

    "); } //reset form messageCont.removeClass("active-reply-container hide"); thisForm.find(".reply-to-comment-body").val("").css("height","18px").trigger("blur"); } }); }else{ messageCont.html("

    Please login to post your comment.

    "); thisForm.hide().parent("li").hide(); messageCont.removeClass("hide"); } }else{ // new if(_commentUser.isLoggedIn){ insertComment(this,true,function(obj){ //debugResponse(obj); if(obj.error){ if(obj.error == "User must be logged in to perform the action."){ mainMessageContainer.html("

    Please login to post your comment.

    "); thisForm.hide(); }else{ mainMessageContainer.html("

    Sorry, there was a problem when submitting your comment, please try again.

    "); } }else{ // possible status APPROVED,NOTAPPROVED, FLAGGED, AUTHOR, BOT, REJECTED if(obj.status == "APPROVED"){ $("#comments-list ol").eq(0).prepend(''); _commentUser.refreshComments = true; $.cookie('_commentSession',_commentUser,{expires:_commentUser.expires,path:'/'}); }else{// handle all other cases with this blanket mainMessageContainer.html("

    Your comment has been received. If you do not see it immediately, it is being routed for approval.

    "); } //reset form mainMessageContainer.html(""); $("#comment-body").val("").trigger("blur"); } }); }else{ mainMessageContainer.html("

    Please login to post your comment.

    "); thisForm.hide(); } } }); $("#comments-list").delegate(".pagination a","click",function(e){ e.preventDefault(); _gaq.push(['_trackPageview']); $("#comments-list").html('

    Loading comments...

    '); $("html,body").animate({scrollTop:$("#comments").offset().top},"fast"); if($(e.currentTarget).is(".all")){ _paging.setHash(true,{event:"viewall",viewAll:$(e.currentTarget).html().indexOf("Page") > -1 ? 0 : 1}); }else{ var p = $(e.currentTarget).attr("href").replace("#comments",""); p = p.substring(p.indexOf("page=")+5); if(p.indexOf("&") > -1){ p = p.substring(0,p.indexOf("&")); } var srt = $(".sorting select option:selected").val(); srt = srt.substring(srt.indexOf("sort=")+5); _paging.setHash(true,{event:"loadpage",sortString:srt,page:parseInt(p)}); } }); $(".sorting select").change(function(){ _gaq.push(['_trackPageview']); $("#comments-list").html('

    Sorting comments...

    '); var srt = $(".sorting select option:selected").val(); srt = srt.substring(srt.indexOf("sort=")+5); var p = srt.indexOf("newest") > -1 ? _paging.pages : 1; _paging.setHash(true,{event:"sort",sortString:srt,page:p}); }); $(".pagesize a").click(function(e){ e.preventDefault(); _gaq.push(['_trackPageview']); $("#comments-list").html('

    Adjusting page size...

    '); var srt = $(".sorting select option:selected").val(); srt = srt.substring(srt.indexOf("sort=")+5); var p = srt.indexOf("newest") > -1 ? _paging.pages : 1; _paging.setHash(true,{event:"pagesize",pageSize:parseInt($(this).html()),sortString:srt,page:p}); $(this).addClass('active').siblings().removeClass('active'); }); var getCommentBody = function(__comment){ var j = []; j.push('

    ',__comment.body,'

    '); if(__comment.hasResponses && __comment.level == 0){ j.push('

    Hide replies

    '); } j.push(''); return j.join(""); } function spew(array, process, context){ setTimeout(function(){ var item = array.shift(); process.call(context, item); if (array.length > 0){ setTimeout(arguments.callee, 100); } }, 100); } function createCommentsList(__data){ var __comnts = __data.comments; var __comntsLength = __comnts.length; if(__comntsLength > 0){ var comts = []; var appendNth = 10; if(__comntsLength ',getCommentBody(__comment),'
      '); if(__comment.hasResponses){ var __commentResponses = __comment.responses; var __commentResponsesLength = __commentResponses.length; for (var r=0; r ',getCommentBody(__response),''); } } comts.push('
    '); if((i+1) % appendNth == 0 || (i+1) == __comntsLength) { if((i+1) == __comntsLength){ que.push('
      '+comts.join('')+'
    '+__data.html); }else{ que.push('
      '+comts.join('')+'
    '); } comts = []; _chunk++; } } if(que.length > 1){ spew(que,function(chunk){ $("#comments-list").append(chunk); $("#comments-list .bzdu.commenter-"+_commentUser.id).removeClass("bzdu").addClass("bzbu"); }); }else{ $("#comments-list").append(que.join('')); $("#comments-list .bzdu.commenter-"+_commentUser.id).removeClass("bzdu").addClass("bzbu"); } _paging.setHash(false,{event:"pageload"}); if(window.location.hash.indexOf("comment=") > -1){ var scrl = window.location.hash; scrl = scrl.substring(scrl.indexOf("comment=")+8); if(scrl.indexOf("&") > -1){ scrl = scrl.substring(0,scrl.indexOf("&")); } $("html,body").animate({scrollTop:$("#comment-"+scrl).offset().top},"fast"); } }else{ $("#comments-list").html('
      '); } } $(window).hashchange(function(){ if(_paging.event == "pageload"){ var windowLocationHash = window.location.hash; windowLocationHash = windowLocationHash.replace(/^#!/,""); if(windowLocationHash && (windowLocationHash.indexOf("sort=") > -1 || windowLocationHash.indexOf("page=") > -1 || windowLocationHash.indexOf("viewAll=") > -1 || windowLocationHash.indexOf("pageSize=") > -1 || windowLocationHash.indexOf("comment=") > -1)){ var urlVars = [], hash; var hashes = windowLocationHash.split('&'); for(var i = 0; i Refreshing comments...'); } if(!window.location.hash || window.location.hash.indexOf("comments") > -1){ //this sets default sort order to newestfirst on initial page load //condition for #comments on blog posts and no hash on article urls, we do ajax $("#comments-list").html('

      Refreshing comments...

      '); $(".sorting select option:selected").removeAttr('selected'); $(".sorting select .newestfirst").attr('selected', 'selected'); _paging.setHash(false,{event:"pagerefresh",sortString:"newestfirst",page:_paging.pages,pageSize:_paging.pageSize}); } } $.ajax({ url:_paging.url(), cache:false, dataType: 'json', success:function(__data){ createCommentsList(__data); }, error: function(a,b,c){ //alert("ajax error:" + a+","+b+","+c); $("#comments-list").html(__data.html+'

        Oops, its taking too long to retrieve comments, please try again.

      '+__data.html); } }); }); if(_commentUser.refreshComments == true){//occurs when someone posts a comment then refreshes page _commentUser.refreshComments = false; $.cookie('_commentSession',_commentUser,{expires:_commentUser.expires,path:'/'}); $("#comments-list").html('

      Refreshing comments...

      '); $(".sorting select option:selected").removeAttr('selected'); $(".sorting select .newestfirst").attr('selected', 'selected'); _paging.setHash(true,{event:"pagerefresh",sortString:"newestfirst",page:_paging.pages}); } $(window).hashchange();

      E-mail Newsletter

      Your link to the biggest stories in the suburbs delivered Thursday mornings.

      Source: http://www.germantownnow.com/userstoriessubmitted/174269461.html

      Spain Vs Italy Euro 2012 tiger woods erin andrews erin andrews Pepco tour de france instagram

      No comments:

      Post a Comment

      Note: Only a member of this blog may post a comment.