<% dim strBrowser dim intWidth, intHeight dim strUserAgent strUserAgent = Request.ServerVariables("HTTP_USER_AGENT") ' If you need to see what is actually being returned, enable these writes ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 'response.write "User Agent: " & strUserAgent & "
" 'response.write "Broswer Detected: " & strBrowser & "
" 'response.write "Browser Version: " & strVersion & "
" 'response.write "
" if inStr(1,strUserAgent,"MSIE") > 1 then strBrowser = "IE" intWidth = "100%" intHeight = "100%" intBorder = 1 else strBrowser = "NS" intWidth = "775" intHeight = "491" intBorder = 0 end if %> Good Bread House


Good Bread House

Good Bread House

209 Osborne Street
St. Marys, Georgia 31558
877-205-1453




Pet Friendly




Special Events

SPECIAL EVENTS

The Goodbread House specializes in theme retreats, family reunions, and group getaways. We'll be hosting numerous special events throughout the year including writers workshops, actors workshops, artists workshops, gourmet cooking retreats and more. It would be our great pleasure to design an event customized just for your group.
Call us at 877-205-1453 or 912-882-7490 to chat.

AREA EVENTS

  •  

    2009

    St. Marys Candlelight Tour of Homes
    December 12

    Christmas on Chesser Island (Folkston)
    December 12

    Live Nativity in St Marys
    December 17

    2010

    Mardi Gras Celebration
    February 13, 2010

    Fun In The Sun Expo
    May 29, 2010

    4th of July Celebration
    July 3, 2010

    St. Marys Saltwater Classic
    Aug. 8, 2010

    Coastal Outdoor Weekend
    September 23-26, 2010

    Rock Shrimp Festival
    October 2, 2010

    Hay Days
    October 9-Nov.1, 2010

    Build A Scarecrow
    October 9, 2010

    National Memorial Service, WWII Submarine Vets
    November 4-7, 2010

    Downtown Merchants Christmas Open House
    November 9, 2010

    White Lighting Ceremony
    November 30, 2010

    Christmas in the Park
    December 4, 2010

    Christmas Candlelight Tour of Homes
    December 11, 2010

    Live Nativity
    December, 2010


Visit www.stmaryswelcome.com and www.visitkingsland.com for updates.











Cancellation Policy
"Cancellations must be made 72 hours in advance. Otherwise guaranteed room rate will be charged to credit card. Emergencies and unusual circumstance are always taken into consideration if notified."

Website Development By: James Royce  |  Problem?: Contact The Webmaster
Today is
|
<% ' Begin code to get the last modified date of the current document ' Get the location of the root directory for the server file_info = request.servervariables("appl_physical_path") ' Get the location of the current file on the server file_info = file_info + right(request.servervariables("script_name"),(len(request.servervariables("script_name"))-1)) ' create a file scripting object on the server set fso = createobject("scripting.filesystemobject") ' Assign a variable to contain the document date last modified document_date=fso.getfile(file_info).datelastmodified response.write "Last Modified " response.write monthname(month(datevalue(document_date))) &" "& day(datevalue(document_date)) &", "& year(datevalue(document_date)) ' End code to get the last modified date of the current document %>