var core_storeid = 124
var view_announcements = "{if announcementData.length > 0}    <div class=\"announcement\">         <h1>Announcements</h1>    <div id=\"${controlconfig.ControlId}_slider2\" class=\"sliderwrapper\">{for ann in announcementData}{if ann.ShortDescription != '' || ann.ImageId != 0}    <div class=\"contentdiv\" onclick=\"viewAnnouncementDetail('${controlconfig.ControlId}', ${ann.Id});\">    {else}    <div class=\"contentdiv\">    {/if}            <p class=\"ann_info_title\">${ann.Title}</p>            <br />            {if ann.ShortDescription != '' || ann.ImageId != 0}            <p class=\"ann_info_content\">${ann.Intro}<br />            <a class=\"readmore_btn\">Read More</a></p>            {else}            <p class=\"ann_info_content\">${ann.Intro}<br /></p>            {/if}            {if ann.SideImageId != 0}            <p class=\"ann_info_pic\"><img src=\"${ann.SideImage.ImagePath}\" width=\"164\" /></p>            {else}            {if ann.ImageId != 0}            {if ann.MainImage.Width > ann.MainImage.Height}            <div style=\"margin-top:20px;width:164px; height:135px;text-align:center;\"><img src=\"${ann.MainImage.ImagePath}\" width=\"164\" style=\"margin:auto;\" /></div>            {else}            <div style=\"margin-top:20px;width:164px; height:135px;text-align:center;\"><img src=\"${ann.MainImage.ImagePath}\" height=\"135\" style=\"margin:auto;\" /></div>            {/if}            {/if}            {/if}    </div> {/for} {if announcementData.length == 0}     <div class=\"contentdiv\" >            <p class=\"ann_info_title\">&nbsp;</p>            <br />            <p class=\"ann_info_content\">&nbsp;</p><br />    </div> {/if}</div><div id=\"paginate-${controlconfig.ControlId}_slider2\" class=\"pagination_left\"><a href=\"#\" class=\"ann_back_btn\"></a><a href=\"#\" class=\"ann_next_btn\"></a></div></div> {else}<!--<div style=\"position: relative;margin-top:20px;\"><table style=\"margin:auto;position:relative;\"><tr><td style=\"padding-top:40px;\">    <div style=\"position: relative; width:207px; height:207px; background-color:#DDDDDD;\"><div>            <object width=\"207\" height=\"207\" type=\"application/x-shockwave-flash\" data=\"/coreresources/wavepromo.swf\" >\t            <param value=\"/coreresources/wavepromo.swf\" name=\"movie\" />\t            <param name=\"WMode\" value=\"Opaque\" />            </object>     </div><div onclick=\"window.open('http://www.chickenwave.com');\" style=\"position:absolute; text-align:center; vertical-align:middle; left:0px; top:0px; height:100%; width:100%; z-index:20; background-color: #e5e2db; filter:alpha(opacity=0); -moz-opacity:0;-khtml-opacity: 0; opacity: 0;\">&nbsp;</div></div></td></tr></table></div>--><table style=\"margin:auto;\"><tr><td style=\"padding-top:10px;\">${controlconfig.store.CorporateBanner}</td></tr></table>{/if}";
var view_announcement_detail = "<div id=\"anouncementdetails1\" class=\"anouncementdetails\"><div id=\"events_details_bg\">    <div id=\"events_details_bg1\"></div>    <div id=\"events_details_bg2\">        \t<div id=\"announcement_details_main\">            <div id=\"Events_details_closeX\"><a href=\"javascript:hideannouncementDetail();\" class=\"close\">close</a></div>            <div style=\"clear:both;\"></div>            <p class=\"details_title\">${announcement.Title}</p>                        <div class=\"details_boder\">            {if announcement.SideImageId != 0}\t\t\t  <div class=\"details_boder_font\">\t\t\t  ${announcement.ShortDescription}\t\t\t  </div>           \t{if announcement.SideImageId !=0}           \t <div class=\"details_boder_images\"><img src=\"${announcement.SideImage.ImagePath}\" /></div>           \t {/if}            {if announcement.ImageId}            {if announcement.SideImageId ==0}            <div class=\"details_boder_images\"><img src=\"${announcement.MainImage.ImagePath}\" width=\"800\" /></div>            {else}            <div class=\"details_boder_images\" style=\"float:left;\"><img src=\"${announcement.MainImage.ImagePath}\" width=\"500\" /></div>            {/if}            {/if}            {else}   \t\t\t  <div class=\"details_boder_font\">\t\t\t  ${announcement.ShortDescription}\t\t\t  </div>            {if announcement.ImageId != 0}            {if announcement.MainImage.Width >= 800}            <div class=\"details_boder_images\"><img src=\"${announcement.MainImage.ImagePath}\" width=\"800\" /></div>            {else}            <div class=\"details_boder_images\"><img src=\"${announcement.MainImage.ImagePath}\" width=\"${announcement.MainImage.Width}\" /></div>            {/if}            {/if}                        {/if}            </div>            <div class=\"events_details_copy\"><span class=\"events_details_copy_red copy_border\">Chick-fil-A at ${controlconfig.store.storeInfo.StoreName}</span>For more info, please give us a call at (${controlconfig.store.storeInfo.PhoneArea}) ${controlconfig.store.storeInfo.PhoneNumber} or <a href=\"mailto:${controlconfig.store.StoreEmail}\">send us an email.</a></div>                        <div id=\"Events_details_closeX2\"></div>        \t<div style=\"clear:both;\"></div>        </div>            </div>    <div id=\"events_details_bg3\"></div></div></div>";
var imagearea2 = "{if Image.Id != 0}{if Image.ImageType == 'POLAROID'}    <img src=\"${Image.ImagePath}\" />{else}    {if Image.FileType != \"SWF\"}    {if Image.LinkType != \"\"}    {if Image.LinkType == \"external\"}    {if Image.Link.indexOf(\"javascript\") != \"-1\"}    <div style=\"margin:auto;width:${Image.Width}px; height:${Image.Height}px;\"><a href=\"${Image.Link}\"><img src=\"${Image.ImagePath}\" style=\"border:0;padding-top:0px;\" /></a></div>    {else}    <div style=\"margin:auto;width:${Image.Width}px; height:${Image.Height}px;\"><a href=\"${Image.Link}\" target=\"_blank\"><img src=\"${Image.ImagePath}\" style=\"border:0;padding-top:0px;\" /></a></div>    {/if}    {else}    {if Image.LinkType == \"file\"}    <div style=\"margin:auto;width:${Image.Width}px; height:${Image.Height}px;\"><a href=\"/storeresources/${controlconfig.StoreId}/fileresources/${Image.Link}\" target=\"_blank\"><img src=\"${Image.ImagePath}\" style=\"border:0;padding-top:0px;\" /></a></div>    {else}    {if Image.LinkType == \"internal\"}    <div style=\"margin:auto;width:${Image.Width}px; height:${Image.Height}px;\"><a href=\"${Image.Link}\"><img src=\"${Image.ImagePath}\" style=\"border:0;padding-top:0px;\" /></a></div>    {else}    <div style=\"margin:auto;width:${Image.Width}px; height:${Image.Height}px;\"><a href=\" javascript:dam_showMoreDetail(${Image.Id}, '${controlconfig.ControlId}', ${index});\"><img src=\"${Image.ImagePath}\" style=\"border:0;padding-top:0px;\" /></a></div>    {/if}    {/if}    {/if}        {else}    <div style=\"margin:auto;width:${Image.Width}px; height:${Image.Height}px;\"><img src=\"${Image.ImagePath}\" style=\"margin:0;border:0;width:${Image.Width}px; height:${Image.Height}px;padding-top:0px;\"/></div>        {/if}            {else}    <div style=\"position: relative; margin-left:auto; margin-right:auto; width:${Image.Width}px; height:${Image.Height}px; background-color:#DDDDDD;\"\"><div>            <object width=\"${Image.Width}\" height=\"${Image.Height}\" type=\"application/x-shockwave-flash\" data=\"${Image.ImagePath}\" >\t            <param value=\"${Image.ImagePath}\" name=\"movie\">\t            <param name=\"WMode\" value=\"Opaque\">            </object>     </div>{if Image.LinkType != \"\"}{if Image.LinkType == \"external\"}<div onclick=\"window.open('${Image.Link}');\" style=\"position:absolute; text-align:center; vertical-align:middle; left:0px; top:0px; height:100%; width:100%; z-index:20; background-color: #e5e2db; filter:alpha(opacity=0); -moz-opacity:0;-khtml-opacity: 0; opacity: 0;\">&nbsp;</div>{else}{if Image.LinkType == \"file\"}<div onclick=\"window.open('\\/storeresources\\/${controlconfig.StoreId}\\/fileresources\\/${Image.Link}');\" style=\"position:absolute; text-align:center; vertical-align:middle; left:0px; top:0px; height:100%; width:100%; z-index:20; background-color: #e5e2db; filter:alpha(opacity=0); -moz-opacity:0;-khtml-opacity: 0; opacity: 0;\">&nbsp;</div>{else}{if Image.LinkType == \"internal\"}<div onclick=\"document.location.href='${Image.Link}';\" style=\"position:absolute; text-align:center; vertical-align:middle; left:0px; top:0px; height:100%; width:100%; z-index:20; background-color: #e5e2db; filter:alpha(opacity=0); -moz-opacity:0;-khtml-opacity: 0; opacity: 0;\">&nbsp;</div>{else}<div onclick=\"dam_showMoreDetail(${Image.Id}, '${controlconfig.ControlId}', ${index});\" style=\"position:absolute; text-align:center; vertical-align:middle; left:0px; top:0px; height:100%; width:100%; z-index:20; background-color: #e5e2db; filter:alpha(opacity=0); -moz-opacity:0;-khtml-opacity: 0; opacity: 0;\">&nbsp;</div>{/if}{/if}{/if}{/if}</div>    {/if}        {/if}{else}&nbsp;{/if}";
var textarea = "${Content.DraftContent}";
var imagearea = "{if Image.Id != 0}{if Image.ImageType == 'POLAROID'}    <img src=\"${Image.ImagePath}\" />{else}    {if Image.FileType != \"SWF\"}    {if Image.LinkType != \"\"}    {if Image.LinkType == \"external\"}    {if Image.Link.indexOf(\"javascript\") != \"-1\"}    <div style=\"margin:auto;width:${Image.Width}px; height:${Image.Height}px;\"><a href=\"${Image.Link}\"><img src=\"${Image.ImagePath}\" style=\"border:0;padding-top:0px;\" /></a></div>    {else}    <div style=\"margin:auto;width:${Image.Width}px; height:${Image.Height}px;\"><a href=\"${Image.Link}\" target=\"_blank\"><img src=\"${Image.ImagePath}\" style=\"border:0;padding-top:0px;\" /></a></div>    {/if}    {else}    {if Image.LinkType == \"file\"}    <div style=\"margin:auto;width:${Image.Width}px; height:${Image.Height}px;\"><a href=\"/storeresources/${controlconfig.StoreId}/fileresources/${Image.Link}\" target=\"_blank\"><img src=\"${Image.ImagePath}\" style=\"border:0;padding-top:0px;\" /></a></div>    {else}    {if Image.LinkType == \"internal\"}    <div style=\"margin:auto;width:${Image.Width}px; height:${Image.Height}px;\"><a href=\"${Image.Link}\"><img src=\"${Image.ImagePath}\" style=\"border:0;padding-top:0px;\" /></a></div>    {else}    <div style=\"margin:auto;width:${Image.Width}px; height:${Image.Height}px;\"><a href=\" javascript:dam_showMoreDetail(${Image.Id}, '${controlconfig.ControlId}', ${index});\"><img src=\"${Image.ImagePath}\" style=\"border:0;padding-top:0px;\" /></a></div>    {/if}    {/if}    {/if}        {else}    <div style=\"margin:auto;width:${Image.Width}px; height:${Image.Height}px;\"><img src=\"${Image.ImagePath}\" style=\"margin:0;border:0;width:${Image.Width}px; height:${Image.Height}px;padding-top:0px;\"/></div>        {/if}            {else}    <div style=\"position: relative; margin-left:auto; margin-right:auto; width:${Image.Width}px; height:${Image.Height}px; background-color:#DDDDDD;\"\"><div>            <object width=\"${Image.Width}\" height=\"${Image.Height}\" type=\"application/x-shockwave-flash\" data=\"${Image.ImagePath}\" >\t            <param value=\"${Image.ImagePath}\" name=\"movie\">\t            <param name=\"WMode\" value=\"Opaque\">            </object>     </div>{if Image.LinkType != \"\"}{if Image.LinkType == \"external\"}<div onclick=\"window.open('${Image.Link}');\" style=\"position:absolute; text-align:center; vertical-align:middle; left:0px; top:0px; height:100%; width:100%; z-index:20; background-color: #e5e2db; filter:alpha(opacity=0); -moz-opacity:0;-khtml-opacity: 0; opacity: 0;\">&nbsp;</div>{else}{if Image.LinkType == \"file\"}<div onclick=\"window.open('\\/storeresources\\/${controlconfig.StoreId}\\/fileresources\\/${Image.Link}');\" style=\"position:absolute; text-align:center; vertical-align:middle; left:0px; top:0px; height:100%; width:100%; z-index:20; background-color: #e5e2db; filter:alpha(opacity=0); -moz-opacity:0;-khtml-opacity: 0; opacity: 0;\">&nbsp;</div>{else}{if Image.LinkType == \"internal\"}<div onclick=\"document.location.href='${Image.Link}';\" style=\"position:absolute; text-align:center; vertical-align:middle; left:0px; top:0px; height:100%; width:100%; z-index:20; background-color: #e5e2db; filter:alpha(opacity=0); -moz-opacity:0;-khtml-opacity: 0; opacity: 0;\">&nbsp;</div>{else}<div onclick=\"dam_showMoreDetail(${Image.Id}, '${controlconfig.ControlId}', ${index});\" style=\"position:absolute; text-align:center; vertical-align:middle; left:0px; top:0px; height:100%; width:100%; z-index:20; background-color: #e5e2db; filter:alpha(opacity=0); -moz-opacity:0;-khtml-opacity: 0; opacity: 0;\">&nbsp;</div>{/if}{/if}{/if}{/if}</div>    {/if}        {/if}{else}&nbsp;{/if}";
var ae_announcement_detail = "<div id=\"anouncementdetails1\" class=\"anouncementdetails\"><div id=\"events_details_bg\">    <div id=\"events_details_bg1\"></div>    <div id=\"events_details_bg2\">        \t<div id=\"announcement_details_main\">            <div id=\"Events_details_closeX\"><a href=\"javascript:AE_hideannouncementDetail();\" class=\"close\">close</a></div>            <div style=\"clear:both;\"></div>            <p class=\"details_title\">${announcement.Title}</p>            <div class=\"details_boder\">            {if announcement.SideImageId != 0}<table style=\"width:100%; height:auto;\"><tr><td style=\"vertical-align:top;text-align:left;font-size:10pt;\">\t\t\t  ${announcement.ShortDescription}\t\t\t  {if announcement.ShortDescription != ''}\t\t\t  <p>&nbsp;</p>\t\t\t  {/if}\t\t\t{if announcement.ImageId != 0}            {if announcement.MainImage.Width >= 540}            <img src=\"${announcement.MainImage.ImagePath}\" width=\"540\" />            {else}            <img src=\"${announcement.MainImage.ImagePath}\" width=\"${announcement.MainImage.Width}\" />            {/if}            {/if}            </td>    <td style=\"width:255px;vertical-align:top; text-align:center;\">        <img src=\"${announcement.SideImage.ImagePath}\" />    </td></tr></table>{else}<table style=\"width:100%; height:auto;\"><tr><td style=\"vertical-align:top;text-align:left;font-size:10pt;\">\t\t\t  ${announcement.ShortDescription}\t\t\t  {if announcement.ShortDescription != ''}\t\t\t  <p>&nbsp;</p>\t\t\t  {/if}\t\t\t{if announcement.ImageId != 0}            {if announcement.MainImage.Width >= 800}            <img src=\"${announcement.MainImage.ImagePath}\" width=\"800\" />            {else}            <img src=\"${announcement.MainImage.ImagePath}\" width=\"${announcement.MainImage.Width}\" />            {/if}            {/if} </td></tr></table>{/if}                        </div>            <div class=\"events_details_copy\"><span class=\"events_details_copy_red copy_border\">Chick-fil-A at ${controlconfig.store.storeInfo.StoreName}</span>For more info, please give us a call at (${controlconfig.store.storeInfo.PhoneArea}) ${controlconfig.store.storeInfo.PhoneNumber} or <a href=\"mailto:${controlconfig.store.StoreEmail}\">send us an email.</a></div>                        <div id=\"Events_details_closeX2\"></div>        \t<div style=\"clear:both;\"></div>        </div>            </div>    <div id=\"events_details_bg3\"></div></div></div>";
var view_teammember = "<div id=\"anouncementdetails1\" class=\"anouncementdetails\">    <div id=\"events_details_bg\">        <div id=\"events_details_bg1\">        </div>        <div id=\"events_details_bg2\">            <div id=\"announcement_details_main\">                <div id=\"Events_details_closeX\">                    <a href=\"javascript:hideform();\" class=\"close\">close</a></div>                <div style=\"clear: both;\">                </div>                <p class=\"details_title\">                    Expression of Interest : ${subject}</p>                <div style=\"font-size:0px;border-top:solid 1px #8e3224;border-bottom:solid 1px #b7b7b7;overflow: hidden;height:${height}px;padding-top:0px;margin-top:0px;\">                <iframe src=\"form_teammember\" width=\"100%\" height=\"${height}\" scrolling=\"auto\" frameborder=\"0\"></iframe>                </div>                <div class=\"events_details_copy\">                    <span class=\"events_details_copy_red copy_border\">Chick-fil-A at ${controlconfig.store.storeInfo.StoreName}</span>For                    more info, please give us a call at (${controlconfig.store.storeInfo.PhoneArea})                    ${controlconfig.store.storeInfo.PhoneNumber} or <a href=\"mailto:${controlconfig.store.StoreEmail}\">                        send us an email.</a></div>                <div id=\"Events_details_closeX2\">                </div>                <div style=\"clear: both;\">                </div>            </div>        </div>        <div id=\"events_details_bg3\">        </div>    </div></div>";
var view_expressinterest = "<div id=\"anouncementdetails1\" class=\"anouncementdetails\">    <div id=\"events_details_bg\">        <div id=\"events_details_bg1\">        </div>        <div id=\"events_details_bg2\">            <div id=\"announcement_details_main\">                <div id=\"Events_details_closeX\">                    <a href=\"javascript:hideform();\" class=\"close\">close</a></div>                <div style=\"clear: both;\">                </div>                <p class=\"details_title\">                    Expression of Interest : ${subject}</p>                <div style=\"font-size:0px;border-top:solid 1px #8e3224;border-bottom:solid 1px #b7b7b7;overflow: hidden;height:${height}px;padding-top:0px;margin-top:0px;\">                <iframe src=\"form_expressinterest\" width=\"100%\" height=\"${height}\" frameborder=\"0\"></iframe>                </div>                <div class=\"events_details_copy\">                    <span class=\"events_details_copy_red copy_border\">Chick-fil-A at ${controlconfig.store.storeInfo.StoreName}</span>For                    more info, please give us a call at (${controlconfig.store.storeInfo.PhoneArea})                    ${controlconfig.store.storeInfo.PhoneNumber} or <a href=\"mailto:${controlconfig.store.StoreEmail}\">                        send us an email.</a></div>                <div id=\"Events_details_closeX2\">                </div>                <div style=\"clear: both;\">                </div>            </div>        </div>        <div id=\"events_details_bg3\">        </div>    </div></div>";
var view_map = "    <div id=\"lightbox\" class=\"lightbox\" style=\"width:711px;\">        <div class=\"lightbox_Top_container\">            <div class=\"lightbox_Top_Left\"></div>            <div class=\"lightbox_Top\" style=\"width:691px;\">            <div class=\"lightbox_Top_Title\">Map </div>            <div class=\"lightbox_Top_Buttons\"><div class=\"close_btn\" onclick=\"javascript:hideform();\"></div>   \t\t</div>\t</div>    <div class=\"lightbox_Top_Right\"></div></div><div style=\"clear:both;\"></div><div class=\"lightbox_subtitle\">&nbsp;</div>        <div class=\"lightbox_content\">\t        <div style=\"width:711px; height:382px;\"  >\t        \t        <iframe id=\"mapframe\" src=\"http://hosted.where2getit.com/chickfila/more_info.html?clientkey=${controlconfig.store.CorpId}\" style=\"border:0; margin:0px;width:711px;height:382px;\" frameborder=\"0\" scrolling=\"no\"></iframe></div><div style=\"clear: both\"></div></div>         <div class=\"lightbox_Bottom_container\">            <div class=\"lightbox_Bottom_Left\"></div>            <div class=\"lightbox_Bottom\" style=\"width:691px;\">             &nbsp;            </div><div class=\"lightbox_Bottom_Right\"></div></div><div style=\"clear:both;\"></div></div>";
var view_rsvp = "<div id=\"anouncementdetails1\" class=\"anouncementdetails\"><div id=\"events_details_bg\">    <div id=\"events_details_bg1\"></div>    <div id=\"events_details_bg2\">        \t<div id=\"announcement_details_main\">            <div id=\"Events_details_closeX\"><a href=\"javascript:hideform();\" class=\"close\">close</a></div>            <div style=\"clear:both;\"></div>            <p class=\"details_title\">RSVP for Event : ${evt.Title}</p>                        <div style=\"font-size:0px;border-top:solid 1px #8e3224;border-bottom:solid 1px #b7b7b7;overflow: hidden;height:${height}px;padding-top:0px;margin-top:0px;\">                <iframe src=\"form_rsvp?EventId=${evt.Id}\" width=\"100%\" height=\"${height}\" scrolling=\"auto\" frameborder=\"0\"></iframe>             </div>            <div class=\"events_details_copy\"><span class=\"events_details_copy_red copy_border\">Chick-fil-A at ${controlconfig.store.storeInfo.StoreName}</span>For more info, please give us a call at (${controlconfig.store.storeInfo.PhoneArea}) ${controlconfig.store.storeInfo.PhoneNumber} or <a href=\"mailto:${controlconfig.store.StoreEmail}\">send us an email.</a></div>                        <div id=\"Events_details_closeX2\"></div>        \t<div style=\"clear:both;\"></div>        </div>            </div>    <div id=\"events_details_bg3\"></div></div></div>";
var view_editlightbox = "    <div id=\"lightbox\" class=\"lightbox\" style=\"width:${editorconfig.width}px;\">        <div class=\"lightbox_Top_container\">            <div class=\"lightbox_Top_Left\"></div>            <div class=\"lightbox_Top\" style=\"width:${editorconfig.width - 20}px;\">                <div class=\"lightbox_Top_Title\">${editorconfig.title}</div>                <div class=\"lightbox_Top_Buttons\">                <div class=\"close_btn\" onclick=\"${editorconfig.closeaction}\"></div>                <div class=\"help_btn\"></div>            </div>        </div>        <div class=\"lightbox_Top_Right\"></div>        </div>        <div style=\"clear:both;\"></div>        <div class=\"lightbox_subtitle\">${editorconfig.subtitle}</div>        <div class=\"lightbox_content\">\t        <div style=\"width:${editorconfig.width-40}px; height:${editorconfig.height-40}px;margin:20px;\" id=\"${editorconfig.controlid}_editor\" >                ${editorconfig.content}\t        </div>              </div>        <div class=\"lightbox_Bottom_container\">            <div class=\"lightbox_Bottom_Left\"></div>            <div class=\"lightbox_Bottom\" style=\"width:${editorconfig.width - 20}px;\">                <div class=\"lightbox_Bottom_Buttons\">                ${editorconfig.bottombuttons}                </div>            </div>            <div class=\"lightbox_Bottom_Right\"></div>        </div>        <div style=\"clear:both;\"></div>    </div>";

var controlmodeldata = {"Announcements1":[{"Id":1871,"StoreId":66,"Title":"Birthday Parties!","ShortDescription":"<p><strong>Please call us at (302) 834-4816 and ask for a manager to book your next Birthday Party at the Bear Chick-fil-A!</strong></p><p><strong>What is included?</strong></p><ul><li>Kid’s Meal w/ 6-Count Nuggets        </li><li>Kid’s Ice Dream (Cup or Cone)            </li><li>Balloons &amp; Reserved Seating            </li><li>Visit from the Chick-fil-A Cow</li><li>Party Favors &amp; Paper Caps</li><li>Plates &amp; Forks for Cake</li><li>Special Present for Birthday Child</li><li>Host to Assist w/ Party   </li></ul><p><strong> What times are offered? </strong></p><ul><li>10:30am, 1:30pm or 4:00pm   </li></ul><p><strong>How long does the Birthday Party Last? </strong></p><ul><li>Approximately 1.5 hours.   </li></ul><p><strong> Is the cake included? </strong></p><ul><li>No. However, you are welcome to bring a cake &amp; candles, and we will bring it out  during the Chick-fil-A Cow visit!   </li></ul><p><strong>How much is the Birthday Party? </strong></p><ul><li>$6.50 per child; additional items may be  ordered at the regular menu price.   </li></ul><p><strong><em> *Please call to schedule your party  no later than a week in advance!</em></strong></p>","Intro":"Party ‘til the Cows come home at the Bear Chick-fil-A! ","ImageId":0,"MainImage":{"MoreInfo":"","Id":0,"FileName":"","Description":"","ImagePath":"","Width":0,"Height":0,"ImageType":"","LinkType":"","Link":"","OwnerType":"","OwnerId":0,"DateAdded":"\/Date(-2208970800000-0500)\/","FileType":""},"SideImageId":143,"SideImage":{"MoreInfo":"","Id":143,"FileName":"pol_cowsbirthday.jpg","Description":"","ImagePath":"/StoreResources/Polaroids/pol_cowsbirthday.jpg","Width":215,"Height":162,"ImageType":"POLAROID","LinkType":"","Link":"","OwnerType":"F","OwnerId":0,"DateAdded":"\/Date(1244520000000-0400)\/","FileType":"JPG"}},{"Id":1869,"StoreId":66,"Title":"Join Our \"Text Community\"!","ShortDescription":"<p>Have you joined the Chick-fil-A at Bear Text Community? </p><p>For Freebies &amp; Special Events Text CFA98 to 411247 </p><p>INSTRUCTIONS: Start a new text message. Enter 411247 as you would a phone #. In the body of the text enter CFA98. Now send and you’re done. Opt-in only. No Spamming. Info for Chick-fil-A at Bear use only. Your info will never be shared. Free service from Chick-fil-A at Bear.</p>","Intro":"","ImageId":0,"MainImage":{"MoreInfo":"","Id":0,"FileName":"","Description":"","ImagePath":"","Width":0,"Height":0,"ImageType":"","LinkType":"","Link":"","OwnerType":"","OwnerId":0,"DateAdded":"\/Date(-2208970800000-0500)\/","FileType":""},"SideImageId":2510,"SideImage":{"MoreInfo":"","Id":2510,"FileName":"photo_texting2.jpg","Description":"","ImagePath":"/StoreResources/Polaroids/photo_texting2.jpg","Width":215,"Height":162,"ImageType":"POLAROID","LinkType":"","Link":"","OwnerType":"F","OwnerId":0,"DateAdded":"\/Date(1243656000000-0400)\/","FileType":"JPG"}},{"Id":1868,"StoreId":66,"Title":"Chick-fil-A at Bear has Twitter!","ShortDescription":"<p>Find us here: www.twitter.com/BearChickfilA</p>","Intro":"Follow us on Twitter for news, freebies, and special events!","ImageId":0,"MainImage":{"MoreInfo":"","Id":0,"FileName":"","Description":"","ImagePath":"","Width":0,"Height":0,"ImageType":"","LinkType":"","Link":"","OwnerType":"","OwnerId":0,"DateAdded":"\/Date(-2208970800000-0500)\/","FileType":""},"SideImageId":2511,"SideImage":{"MoreInfo":"","Id":2511,"FileName":"photo_twitter.jpg","Description":"","ImagePath":"/StoreResources/Polaroids/photo_twitter.jpg","Width":215,"Height":162,"ImageType":"POLAROID","LinkType":"","Link":"","OwnerType":"F","OwnerId":0,"DateAdded":"\/Date(1243656000000-0400)\/","FileType":"JPG"}},{"Id":1866,"StoreId":66,"Title":"FREE WiFi at the Bear Chick-fil-A!","ShortDescription":"<p>Chick-fil-A at Bear offers FREE WiFi! Join us for breakfast, lunch, or dinner and take advantage of our FREE WiFi!</p>","Intro":"","ImageId":0,"MainImage":{"MoreInfo":"","Id":0,"FileName":"","Description":"","ImagePath":"","Width":0,"Height":0,"ImageType":"","LinkType":"","Link":"","OwnerType":"","OwnerId":0,"DateAdded":"\/Date(-2208970800000-0500)\/","FileType":""},"SideImageId":2512,"SideImage":{"MoreInfo":"","Id":2512,"FileName":"photo_wifi.jpg","Description":"","ImagePath":"/StoreResources/Polaroids/photo_wifi.jpg","Width":215,"Height":162,"ImageType":"POLAROID","LinkType":"","Link":"","OwnerType":"F","OwnerId":0,"DateAdded":"\/Date(1243656000000-0400)\/","FileType":"JPG"}}],"polaroid1":[{"announcement":{"Id":0,"StoreId":0,"Title":"","ShortDescription":"","Intro":"","ImageId":0,"MainImage":{"MoreInfo":"","Id":0,"FileName":"","Description":"","ImagePath":"","Width":0,"Height":0,"ImageType":"","LinkType":"","Link":"","OwnerType":"","OwnerId":0,"DateAdded":"\/Date(-2208970800000-0500)\/","FileType":""},"SideImageId":0,"SideImage":{"MoreInfo":"","Id":0,"FileName":"","Description":"","ImagePath":"","Width":0,"Height":0,"ImageType":"","LinkType":"","Link":"","OwnerType":"","OwnerId":0,"DateAdded":"\/Date(-2208970800000-0500)\/","FileType":""}},"MoreInfo":"","Id":6767,"FileName":"polaroid_Spicy_B.jpg","Description":"","ImagePath":"/StoreResources/Polaroids/polaroid_Spicy_B.jpg","Width":215,"Height":162,"ImageType":"POLAROID","LinkType":"","Link":"","OwnerType":"F","OwnerId":0,"DateAdded":"\/Date(1247198400000-0400)\/","FileType":"JPG"}],"AboutUsText":{"StoreId":66,"PageId":18,"EditControlId":1,"LiveContent":"<p>Chick-fil-A --STORENAME-- would like to thank you for visiting our website. It is our hope that this site will serve as a useful source of information and be a positive extension of your experience with our restaurant. Visit often to learn about upcoming events, explore the menu and nutrition information and we hope you will join our mailing list. </p><p> </p><p>At Chick-fil-A --STORENAME--, we believe in providing our guests the best restaurant experience we can. Our team prides itself on providing great tasting food and a comfortable environment in which to enjoy it.</p><p> </p><p>We’re committed to providing Second Mile Service and we strive to exceed your expectations. Whether it’s the friendly greeting as you walk in, the hot food or the comfortable dining environment, we hope you will have a great experience at our restaurant. </p><p> </p><p>Community is important to us and it is our hope that we can enrich the lives of all of our customers. We’ve enjoyed getting to know our guests and look forward to any opportunity to give back to this community who has so graciously supported us. The next time you’re in our restaurant, please introduce yourself. It would be our pleasure to meet you.</p><p> </p><p>Thank you for your loyalty to Chick-fil-A. We look forward to continuing to serve this great community!</p>","DraftContent":"<p>Chick-fil-A Bear would like to thank you for visiting our website. It is our hope that this site will serve as a useful source of information and be a positive extension of your experience with our restaurant. Visit often to learn about upcoming events, explore the menu and nutrition information and we hope you will join our mailing list. </p><p> </p><p>At Chick-fil-A Bear, we believe in providing our guests the best restaurant experience we can. Our team prides itself on providing great tasting food and a comfortable environment in which to enjoy it.</p><p> </p><p>We’re committed to providing Second Mile Service and we strive to exceed your expectations. Whether it’s the friendly greeting as you walk in, the hot food or the comfortable dining environment, we hope you will have a great experience at our restaurant. </p><p> </p><p>Community is important to us and it is our hope that we can enrich the lives of all of our customers. We’ve enjoyed getting to know our guests and look forward to any opportunity to give back to this community who has so graciously supported us. The next time you’re in our restaurant, please introduce yourself. It would be our pleasure to meet you.</p><p> </p><p>Thank you for your loyalty to Chick-fil-A. We look forward to continuing to serve this great community!</p>","ParentPageId":0},"SmallBannerArea1":[{"announcement":{"Id":0,"StoreId":0,"Title":"","ShortDescription":"","Intro":"","ImageId":0,"MainImage":{"MoreInfo":"","Id":0,"FileName":"","Description":"","ImagePath":"","Width":0,"Height":0,"ImageType":"","LinkType":"","Link":"","OwnerType":"","OwnerId":0,"DateAdded":"\/Date(-2208970800000-0500)\/","FileType":""},"SideImageId":0,"SideImage":{"MoreInfo":"","Id":0,"FileName":"","Description":"","ImagePath":"","Width":0,"Height":0,"ImageType":"","LinkType":"","Link":"","OwnerType":"","OwnerId":0,"DateAdded":"\/Date(-2208970800000-0500)\/","FileType":""}},"MoreInfo":"","Id":6764,"FileName":"small_banner_spicy.jpg","Description":"","ImagePath":"/StoreResources/SmallBanners/small_banner_spicy.jpg","Width":467,"Height":120,"ImageType":"SMALLBANNER","LinkType":"","Link":"","OwnerType":"","OwnerId":0,"DateAdded":"\/Date(1276629626000-0400)\/","FileType":"JPG"}],"core_lightbox":""};var controlconfigdata = {"Announcements1":{"background":"","CMSControlId":0,"ControlId":"Announcements1","PageId":0,"StoreId":66,"AllowEdit":false,"EditorWidthOffset":40,"EditorHeightOffset":140,"EditorWidth":727,"EditorHeight":400,"store":{"storeInfo":{"StoreId":"02071","StoreName":"Bear","ShortStoreName":"Bear","MarketableName":"bear","AddressLine1":"1101 Quintilio Dr","AddressLine2":"","City":"Bear","State":"DE","ZipCode":"19701","ZipExtension":"6003","County":"New Castle","OperatorId":"346943","OperatorName":"Adam Marcus","ConceptCode":"CFA","PhoneArea":"302","PhoneNumber":"834-4816","FaxArea":"302","FaxNumber":"834-4817","VoiceMail":"32071","EmailAddress":"02071@chick-fil-a.com","Status":"open","OpenDate":"2006-09-21","ProjectedOpenDate":"2006-09-21","MarketableURL":"http://www.chick-fil-a.com/bear","LocationCode":"FSU","Playground":"none","OffersOnlineOrdering":true,"HasDriveThru":true,"AcceptsCfaCard":true,"HasDiningRoom":false,"ServesBreakfast":false,"OffersWireless":true,"CorpID":"","Latitude":"39.630444","Longitude":"-75.666084"},"storeHours":{"MondayFrom":"6:30 AM","MondayTo":"10 PM","TuesdayFrom":"6:30 AM","TuesdayTo":"10 PM","WednesdayFrom":"6:30 AM","WednesdayTo":"10 PM","ThursdayFrom":"6:30 AM","ThursdayTo":"10 PM","FridayFrom":"6:30 AM","FridayTo":"10 PM","SaturdayFrom":"6:30 AM","SaturdayTo":"10 PM","Summary":"<b>Store Hours</b><br />Mon-Sat, 6:30 AM - 10 PM<br /><i>Closed on Sunday</i><br />"},"Id":66,"CorpId":"02071","HomepageLayout":"","WantsEmailReminders":true,"WantsEmailVisible":false,"IsActive":true,"MLSDirectLink":false,"StoreName":"bear","ResourceFolder":"66","ActiveSkin":"CFA_Default","DefaultStoreId":1,"StoreEmail":"02071@chick-fil-a.com;cfabear@gmail.com","FundRaising":"-SPIRIT--CALENDARS--CHEESECAKE-","TermsAndConditions":"","TATermsAndConditions":"","CorporateBanner":"<img src=\"/CoreResources/corp_banner_spicy.jpg\" width=\"207\" height=\"207\" />"}},"polaroid1":{"ImageType":"POLAROID","CMSControlId":2,"ControlId":"polaroid1","PageId":18,"StoreId":66,"AllowEdit":false,"EditorWidthOffset":40,"EditorHeightOffset":140,"EditorWidth":527,"EditorHeight":250,"store":{"storeInfo":{"StoreId":"02071","StoreName":"Bear","ShortStoreName":"Bear","MarketableName":"bear","AddressLine1":"1101 Quintilio Dr","AddressLine2":"","City":"Bear","State":"DE","ZipCode":"19701","ZipExtension":"6003","County":"New Castle","OperatorId":"346943","OperatorName":"Adam Marcus","ConceptCode":"CFA","PhoneArea":"302","PhoneNumber":"834-4816","FaxArea":"302","FaxNumber":"834-4817","VoiceMail":"32071","EmailAddress":"02071@chick-fil-a.com","Status":"open","OpenDate":"2006-09-21","ProjectedOpenDate":"2006-09-21","MarketableURL":"http://www.chick-fil-a.com/bear","LocationCode":"FSU","Playground":"none","OffersOnlineOrdering":true,"HasDriveThru":true,"AcceptsCfaCard":true,"HasDiningRoom":false,"ServesBreakfast":false,"OffersWireless":true,"CorpID":"","Latitude":"39.630444","Longitude":"-75.666084"},"storeHours":{"MondayFrom":"6:30 AM","MondayTo":"10 PM","TuesdayFrom":"6:30 AM","TuesdayTo":"10 PM","WednesdayFrom":"6:30 AM","WednesdayTo":"10 PM","ThursdayFrom":"6:30 AM","ThursdayTo":"10 PM","FridayFrom":"6:30 AM","FridayTo":"10 PM","SaturdayFrom":"6:30 AM","SaturdayTo":"10 PM","Summary":"<b>Store Hours</b><br />Mon-Sat, 6:30 AM - 10 PM<br /><i>Closed on Sunday</i><br />"},"Id":66,"CorpId":"02071","HomepageLayout":"","WantsEmailReminders":true,"WantsEmailVisible":false,"IsActive":true,"MLSDirectLink":false,"StoreName":"bear","ResourceFolder":"66","ActiveSkin":"CFA_Default","DefaultStoreId":1,"StoreEmail":"02071@chick-fil-a.com;cfabear@gmail.com","FundRaising":"-SPIRIT--CALENDARS--CHEESECAKE-","TermsAndConditions":"","TATermsAndConditions":"","CorporateBanner":"<img src=\"/CoreResources/corp_banner_spicy.jpg\" width=\"207\" height=\"207\" />"}},"AboutUsText":{"CMSControlId":1,"ControlId":"AboutUsText","PageId":18,"StoreId":66,"AllowEdit":false,"EditorWidthOffset":40,"EditorHeightOffset":140,"EditorWidth":435,"EditorHeight":400,"store":{"storeInfo":{"StoreId":"02071","StoreName":"Bear","ShortStoreName":"Bear","MarketableName":"bear","AddressLine1":"1101 Quintilio Dr","AddressLine2":"","City":"Bear","State":"DE","ZipCode":"19701","ZipExtension":"6003","County":"New Castle","OperatorId":"346943","OperatorName":"Adam Marcus","ConceptCode":"CFA","PhoneArea":"302","PhoneNumber":"834-4816","FaxArea":"302","FaxNumber":"834-4817","VoiceMail":"32071","EmailAddress":"02071@chick-fil-a.com","Status":"open","OpenDate":"2006-09-21","ProjectedOpenDate":"2006-09-21","MarketableURL":"http://www.chick-fil-a.com/bear","LocationCode":"FSU","Playground":"none","OffersOnlineOrdering":true,"HasDriveThru":true,"AcceptsCfaCard":true,"HasDiningRoom":false,"ServesBreakfast":false,"OffersWireless":true,"CorpID":"","Latitude":"39.630444","Longitude":"-75.666084"},"storeHours":{"MondayFrom":"6:30 AM","MondayTo":"10 PM","TuesdayFrom":"6:30 AM","TuesdayTo":"10 PM","WednesdayFrom":"6:30 AM","WednesdayTo":"10 PM","ThursdayFrom":"6:30 AM","ThursdayTo":"10 PM","FridayFrom":"6:30 AM","FridayTo":"10 PM","SaturdayFrom":"6:30 AM","SaturdayTo":"10 PM","Summary":"<b>Store Hours</b><br />Mon-Sat, 6:30 AM - 10 PM<br /><i>Closed on Sunday</i><br />"},"Id":66,"CorpId":"02071","HomepageLayout":"","WantsEmailReminders":true,"WantsEmailVisible":false,"IsActive":true,"MLSDirectLink":false,"StoreName":"bear","ResourceFolder":"66","ActiveSkin":"CFA_Default","DefaultStoreId":1,"StoreEmail":"02071@chick-fil-a.com;cfabear@gmail.com","FundRaising":"-SPIRIT--CALENDARS--CHEESECAKE-","TermsAndConditions":"","TATermsAndConditions":"","CorporateBanner":"<img src=\"/CoreResources/corp_banner_spicy.jpg\" width=\"207\" height=\"207\" />"}},"SmallBannerArea1":{"ImageType":"SMALLBANNER","linkoptions":"<option value=\"Home\">Home</option><option value=\"order\">Online Ordering</option><option value=\"menu\">Menu &amp; Nutrition</option><option value=\"teammember\">Team Member Experience</option><option value=\"events\">Events</option><option value=\"donationrequests\">Donation Requests</option><option value=\"schools\">Schools</option><option value=\"photo\">Photo Gallery</option><option value=\"planaparty\">Plan A Party</option><option value=\"contact\">Contact Us</option>","filelinkoptions":[],"CMSControlId":3,"ControlId":"SmallBannerArea1","PageId":18,"StoreId":66,"AllowEdit":false,"EditorWidthOffset":40,"EditorHeightOffset":140,"EditorWidth":527,"EditorHeight":250,"store":{"storeInfo":{"StoreId":"02071","StoreName":"Bear","ShortStoreName":"Bear","MarketableName":"bear","AddressLine1":"1101 Quintilio Dr","AddressLine2":"","City":"Bear","State":"DE","ZipCode":"19701","ZipExtension":"6003","County":"New Castle","OperatorId":"346943","OperatorName":"Adam Marcus","ConceptCode":"CFA","PhoneArea":"302","PhoneNumber":"834-4816","FaxArea":"302","FaxNumber":"834-4817","VoiceMail":"32071","EmailAddress":"02071@chick-fil-a.com","Status":"open","OpenDate":"2006-09-21","ProjectedOpenDate":"2006-09-21","MarketableURL":"http://www.chick-fil-a.com/bear","LocationCode":"FSU","Playground":"none","OffersOnlineOrdering":true,"HasDriveThru":true,"AcceptsCfaCard":true,"HasDiningRoom":false,"ServesBreakfast":false,"OffersWireless":true,"CorpID":"","Latitude":"39.630444","Longitude":"-75.666084"},"storeHours":{"MondayFrom":"6:30 AM","MondayTo":"10 PM","TuesdayFrom":"6:30 AM","TuesdayTo":"10 PM","WednesdayFrom":"6:30 AM","WednesdayTo":"10 PM","ThursdayFrom":"6:30 AM","ThursdayTo":"10 PM","FridayFrom":"6:30 AM","FridayTo":"10 PM","SaturdayFrom":"6:30 AM","SaturdayTo":"10 PM","Summary":"<b>Store Hours</b><br />Mon-Sat, 6:30 AM - 10 PM<br /><i>Closed on Sunday</i><br />"},"Id":66,"CorpId":"02071","HomepageLayout":"","WantsEmailReminders":true,"WantsEmailVisible":false,"IsActive":true,"MLSDirectLink":false,"StoreName":"bear","ResourceFolder":"66","ActiveSkin":"CFA_Default","DefaultStoreId":1,"StoreEmail":"02071@chick-fil-a.com;cfabear@gmail.com","FundRaising":"-SPIRIT--CALENDARS--CHEESECAKE-","TermsAndConditions":"","TATermsAndConditions":"","CorporateBanner":"<img src=\"/CoreResources/corp_banner_spicy.jpg\" width=\"207\" height=\"207\" />"}},"announcementEditor1":{"CMSControlId":0,"ControlId":"announcementEditor1","PageId":0,"StoreId":66,"AllowEdit":false,"EditorWidthOffset":40,"EditorHeightOffset":140,"EditorWidth":727,"EditorHeight":400,"store":{"storeInfo":{"StoreId":"02071","StoreName":"Bear","ShortStoreName":"Bear","MarketableName":"bear","AddressLine1":"1101 Quintilio Dr","AddressLine2":"","City":"Bear","State":"DE","ZipCode":"19701","ZipExtension":"6003","County":"New Castle","OperatorId":"346943","OperatorName":"Adam Marcus","ConceptCode":"CFA","PhoneArea":"302","PhoneNumber":"834-4816","FaxArea":"302","FaxNumber":"834-4817","VoiceMail":"32071","EmailAddress":"02071@chick-fil-a.com","Status":"open","OpenDate":"2006-09-21","ProjectedOpenDate":"2006-09-21","MarketableURL":"http://www.chick-fil-a.com/bear","LocationCode":"FSU","Playground":"none","OffersOnlineOrdering":true,"HasDriveThru":true,"AcceptsCfaCard":true,"HasDiningRoom":false,"ServesBreakfast":false,"OffersWireless":true,"CorpID":"","Latitude":"39.630444","Longitude":"-75.666084"},"storeHours":{"MondayFrom":"6:30 AM","MondayTo":"10 PM","TuesdayFrom":"6:30 AM","TuesdayTo":"10 PM","WednesdayFrom":"6:30 AM","WednesdayTo":"10 PM","ThursdayFrom":"6:30 AM","ThursdayTo":"10 PM","FridayFrom":"6:30 AM","FridayTo":"10 PM","SaturdayFrom":"6:30 AM","SaturdayTo":"10 PM","Summary":"<b>Store Hours</b><br />Mon-Sat, 6:30 AM - 10 PM<br /><i>Closed on Sunday</i><br />"},"Id":66,"CorpId":"02071","HomepageLayout":"","WantsEmailReminders":true,"WantsEmailVisible":false,"IsActive":true,"MLSDirectLink":false,"StoreName":"bear","ResourceFolder":"66","ActiveSkin":"CFA_Default","DefaultStoreId":1,"StoreEmail":"02071@chick-fil-a.com;cfabear@gmail.com","FundRaising":"-SPIRIT--CALENDARS--CHEESECAKE-","TermsAndConditions":"","TATermsAndConditions":"","CorporateBanner":"<img src=\"/CoreResources/corp_banner_spicy.jpg\" width=\"207\" height=\"207\" />"}},"textEditor1":{"CMSControlId":0,"ControlId":"textEditor1","PageId":0,"StoreId":66,"AllowEdit":false,"EditorWidthOffset":40,"EditorHeightOffset":140,"EditorWidth":727,"EditorHeight":400,"store":{"storeInfo":{"StoreId":"02071","StoreName":"Bear","ShortStoreName":"Bear","MarketableName":"bear","AddressLine1":"1101 Quintilio Dr","AddressLine2":"","City":"Bear","State":"DE","ZipCode":"19701","ZipExtension":"6003","County":"New Castle","OperatorId":"346943","OperatorName":"Adam Marcus","ConceptCode":"CFA","PhoneArea":"302","PhoneNumber":"834-4816","FaxArea":"302","FaxNumber":"834-4817","VoiceMail":"32071","EmailAddress":"02071@chick-fil-a.com","Status":"open","OpenDate":"2006-09-21","ProjectedOpenDate":"2006-09-21","MarketableURL":"http://www.chick-fil-a.com/bear","LocationCode":"FSU","Playground":"none","OffersOnlineOrdering":true,"HasDriveThru":true,"AcceptsCfaCard":true,"HasDiningRoom":false,"ServesBreakfast":false,"OffersWireless":true,"CorpID":"","Latitude":"39.630444","Longitude":"-75.666084"},"storeHours":{"MondayFrom":"6:30 AM","MondayTo":"10 PM","TuesdayFrom":"6:30 AM","TuesdayTo":"10 PM","WednesdayFrom":"6:30 AM","WednesdayTo":"10 PM","ThursdayFrom":"6:30 AM","ThursdayTo":"10 PM","FridayFrom":"6:30 AM","FridayTo":"10 PM","SaturdayFrom":"6:30 AM","SaturdayTo":"10 PM","Summary":"<b>Store Hours</b><br />Mon-Sat, 6:30 AM - 10 PM<br /><i>Closed on Sunday</i><br />"},"Id":66,"CorpId":"02071","HomepageLayout":"","WantsEmailReminders":true,"WantsEmailVisible":false,"IsActive":true,"MLSDirectLink":false,"StoreName":"bear","ResourceFolder":"66","ActiveSkin":"CFA_Default","DefaultStoreId":1,"StoreEmail":"02071@chick-fil-a.com;cfabear@gmail.com","FundRaising":"-SPIRIT--CALENDARS--CHEESECAKE-","TermsAndConditions":"","TATermsAndConditions":"","CorporateBanner":"<img src=\"/CoreResources/corp_banner_spicy.jpg\" width=\"207\" height=\"207\" />"}},"DAMEDITOR":{"CMSControlId":0,"ControlId":"DAMEDITOR","PageId":0,"StoreId":66,"AllowEdit":false,"EditorWidthOffset":40,"EditorHeightOffset":140,"EditorWidth":727,"EditorHeight":400,"store":{"storeInfo":{"StoreId":"02071","StoreName":"Bear","ShortStoreName":"Bear","MarketableName":"bear","AddressLine1":"1101 Quintilio Dr","AddressLine2":"","City":"Bear","State":"DE","ZipCode":"19701","ZipExtension":"6003","County":"New Castle","OperatorId":"346943","OperatorName":"Adam Marcus","ConceptCode":"CFA","PhoneArea":"302","PhoneNumber":"834-4816","FaxArea":"302","FaxNumber":"834-4817","VoiceMail":"32071","EmailAddress":"02071@chick-fil-a.com","Status":"open","OpenDate":"2006-09-21","ProjectedOpenDate":"2006-09-21","MarketableURL":"http://www.chick-fil-a.com/bear","LocationCode":"FSU","Playground":"none","OffersOnlineOrdering":true,"HasDriveThru":true,"AcceptsCfaCard":true,"HasDiningRoom":false,"ServesBreakfast":false,"OffersWireless":true,"CorpID":"","Latitude":"39.630444","Longitude":"-75.666084"},"storeHours":{"MondayFrom":"6:30 AM","MondayTo":"10 PM","TuesdayFrom":"6:30 AM","TuesdayTo":"10 PM","WednesdayFrom":"6:30 AM","WednesdayTo":"10 PM","ThursdayFrom":"6:30 AM","ThursdayTo":"10 PM","FridayFrom":"6:30 AM","FridayTo":"10 PM","SaturdayFrom":"6:30 AM","SaturdayTo":"10 PM","Summary":"<b>Store Hours</b><br />Mon-Sat, 6:30 AM - 10 PM<br /><i>Closed on Sunday</i><br />"},"Id":66,"CorpId":"02071","HomepageLayout":"","WantsEmailReminders":true,"WantsEmailVisible":false,"IsActive":true,"MLSDirectLink":false,"StoreName":"bear","ResourceFolder":"66","ActiveSkin":"CFA_Default","DefaultStoreId":1,"StoreEmail":"02071@chick-fil-a.com;cfabear@gmail.com","FundRaising":"-SPIRIT--CALENDARS--CHEESECAKE-","TermsAndConditions":"","TATermsAndConditions":"","CorporateBanner":"<img src=\"/CoreResources/corp_banner_spicy.jpg\" width=\"207\" height=\"207\" />"}},"UserForm1":{"CMSControlId":0,"ControlId":"UserForm1","PageId":0,"StoreId":66,"AllowEdit":false,"EditorWidthOffset":40,"EditorHeightOffset":140,"EditorWidth":727,"EditorHeight":400,"store":{"storeInfo":{"StoreId":"02071","StoreName":"Bear","ShortStoreName":"Bear","MarketableName":"bear","AddressLine1":"1101 Quintilio Dr","AddressLine2":"","City":"Bear","State":"DE","ZipCode":"19701","ZipExtension":"6003","County":"New Castle","OperatorId":"346943","OperatorName":"Adam Marcus","ConceptCode":"CFA","PhoneArea":"302","PhoneNumber":"834-4816","FaxArea":"302","FaxNumber":"834-4817","VoiceMail":"32071","EmailAddress":"02071@chick-fil-a.com","Status":"open","OpenDate":"2006-09-21","ProjectedOpenDate":"2006-09-21","MarketableURL":"http://www.chick-fil-a.com/bear","LocationCode":"FSU","Playground":"none","OffersOnlineOrdering":true,"HasDriveThru":true,"AcceptsCfaCard":true,"HasDiningRoom":false,"ServesBreakfast":false,"OffersWireless":true,"CorpID":"","Latitude":"39.630444","Longitude":"-75.666084"},"storeHours":{"MondayFrom":"6:30 AM","MondayTo":"10 PM","TuesdayFrom":"6:30 AM","TuesdayTo":"10 PM","WednesdayFrom":"6:30 AM","WednesdayTo":"10 PM","ThursdayFrom":"6:30 AM","ThursdayTo":"10 PM","FridayFrom":"6:30 AM","FridayTo":"10 PM","SaturdayFrom":"6:30 AM","SaturdayTo":"10 PM","Summary":"<b>Store Hours</b><br />Mon-Sat, 6:30 AM - 10 PM<br /><i>Closed on Sunday</i><br />"},"Id":66,"CorpId":"02071","HomepageLayout":"","WantsEmailReminders":true,"WantsEmailVisible":false,"IsActive":true,"MLSDirectLink":false,"StoreName":"bear","ResourceFolder":"66","ActiveSkin":"CFA_Default","DefaultStoreId":1,"StoreEmail":"02071@chick-fil-a.com;cfabear@gmail.com","FundRaising":"-SPIRIT--CALENDARS--CHEESECAKE-","TermsAndConditions":"","TATermsAndConditions":"","CorporateBanner":"<img src=\"/CoreResources/corp_banner_spicy.jpg\" width=\"207\" height=\"207\" />"}},"UserForm2":{"CMSControlId":0,"ControlId":"UserForm2","PageId":0,"StoreId":66,"AllowEdit":false,"EditorWidthOffset":40,"EditorHeightOffset":140,"EditorWidth":727,"EditorHeight":400,"store":{"storeInfo":{"StoreId":"02071","StoreName":"Bear","ShortStoreName":"Bear","MarketableName":"bear","AddressLine1":"1101 Quintilio Dr","AddressLine2":"","City":"Bear","State":"DE","ZipCode":"19701","ZipExtension":"6003","County":"New Castle","OperatorId":"346943","OperatorName":"Adam Marcus","ConceptCode":"CFA","PhoneArea":"302","PhoneNumber":"834-4816","FaxArea":"302","FaxNumber":"834-4817","VoiceMail":"32071","EmailAddress":"02071@chick-fil-a.com","Status":"open","OpenDate":"2006-09-21","ProjectedOpenDate":"2006-09-21","MarketableURL":"http://www.chick-fil-a.com/bear","LocationCode":"FSU","Playground":"none","OffersOnlineOrdering":true,"HasDriveThru":true,"AcceptsCfaCard":true,"HasDiningRoom":false,"ServesBreakfast":false,"OffersWireless":true,"CorpID":"","Latitude":"39.630444","Longitude":"-75.666084"},"storeHours":{"MondayFrom":"6:30 AM","MondayTo":"10 PM","TuesdayFrom":"6:30 AM","TuesdayTo":"10 PM","WednesdayFrom":"6:30 AM","WednesdayTo":"10 PM","ThursdayFrom":"6:30 AM","ThursdayTo":"10 PM","FridayFrom":"6:30 AM","FridayTo":"10 PM","SaturdayFrom":"6:30 AM","SaturdayTo":"10 PM","Summary":"<b>Store Hours</b><br />Mon-Sat, 6:30 AM - 10 PM<br /><i>Closed on Sunday</i><br />"},"Id":66,"CorpId":"02071","HomepageLayout":"","WantsEmailReminders":true,"WantsEmailVisible":false,"IsActive":true,"MLSDirectLink":false,"StoreName":"bear","ResourceFolder":"66","ActiveSkin":"CFA_Default","DefaultStoreId":1,"StoreEmail":"02071@chick-fil-a.com;cfabear@gmail.com","FundRaising":"-SPIRIT--CALENDARS--CHEESECAKE-","TermsAndConditions":"","TATermsAndConditions":"","CorporateBanner":"<img src=\"/CoreResources/corp_banner_spicy.jpg\" width=\"207\" height=\"207\" />"}},"core_lightbox":""};var Modelhost = 'http://localhost:8901/';