<% 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

877-205-1453
info@goodbreadhouse.com

 

 

 



B & B Finder


Rate Your Stay With Us


209 Osborne Street
St. Marys, Georgia 31558

912-882-7490

Pet Friendly


We're a Golf Cart Community!
RENT A GOLF CART FROM
GOODBREAD HOUSE


St. Marys Home For Sale

Ft. Lauderdale Beach Condo for Sale


Welcome to The Goodbread House. Where days begin with a sumptuous breakfast, and end with a satisfying sigh. Where romance lives and adventure awaits. Where white picket fences join stately magnolias in a seductive symphony of the Old South. YesterYear beckons, and memory making rules the day. Come taste the tranquility of a gentler time. And bask in the warmth of a gentler people. There's something about St Marys.

Click here to see the virtual tour.                                                                                          Make Reservations

FALL / WINTER GETAWAY RATES
$89 to $119
ASK ABOUT OUR PACKAGES AND GIFT CERTIFICATES
Includes a Full Breakfast, Social In The Parlour with Dessert, Sodas, Coffee, Tea, and Wine out all evening for Guests’ enjoyment.
Wellness Spa Treatments available
(Massage, and ION Foot Bath Detox)

Order Lunch Boxes for Cumberland Island


Dining Room
Goodbread guests feast on showstopping breakfasts in the formal dining room, graced by a wood-framed fireplace and majestic arches that frame the front parlour.
Living Room
Congenial social hours in the inviting parlour greet guests returning from a day of adventures. Wine, brandy, and a bit of a repast to tide one over 'til dinnertime.
Veranda
A stately magnolia embraces the nostalgic veranda overlooking Osborne Street—perfect for people watching, book reading, or chatting with fellow guests.


Make Reservations

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 %>