{"id":18658,"date":"2026-07-26T16:16:36","date_gmt":"2026-07-26T16:16:36","guid":{"rendered":"https:\/\/c.tunght.xyz\/?page_id=18658"},"modified":"2026-07-26T16:16:36","modified_gmt":"2026-07-26T16:16:36","slug":"meal","status":"publish","type":"page","link":"https:\/\/c.tunght.xyz\/index.php\/meal\/","title":{"rendered":"meal"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"zh-Hant\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u57ce\u5e02\u8207\u5730\u5340\u9910\u9928\u5c0e\u822a\u7cfb\u7d71<\/title>\n    <style>\n        :root {\n            --primary-color: #ff6b6b;\n            --secondary-color: #f8f9fa;\n            --text-color: #333;\n            --border-radius: 8px;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            background-color: #f0f2f5;\n            color: var(--text-color);\n            margin: 0;\n            padding: 20px;\n            display: flex;\n            justify-content: center;\n        }\n\n        .container {\n            width: 100%;\n            max-width: 600px;\n            background: #ffffff;\n            padding: 30px;\n            border-radius: var(--border-radius);\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n        }\n\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            margin-bottom: 25px;\n            font-size: 1.8rem;\n        }\n\n        .control-panel {\n            display: flex;\n            flex-direction: column;\n            gap: 12px;\n            margin-bottom: 20px;\n        }\n\n        .control-row {\n            display: flex;\n            gap: 12px;\n        }\n\n        select, button {\n            padding: 12px 16px;\n            font-size: 1rem;\n            border: 1px solid #ced4da;\n            border-radius: var(--border-radius);\n            outline: none;\n            transition: all 0.2s;\n        }\n\n        select {\n            flex: 1;\n            background-color: #fff;\n            cursor: pointer;\n        }\n\n        select:focus, button:focus {\n            border-color: var(--primary-color);\n            box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.2);\n        }\n\n        button {\n            background-color: var(--primary-color);\n            color: white;\n            border: none;\n            cursor: pointer;\n            font-weight: bold;\n            flex: 1;\n        }\n\n        button:hover {\n            background-color: #fa5252;\n        }\n\n        #status {\n            font-size: 0.95rem;\n            color: #27ae60;\n            text-align: center;\n            margin-bottom: 20px;\n            min-height: 20px;\n            font-weight: bold;\n        }\n\n        .results-container {\n            display: flex;\n            flex-direction: column;\n            gap: 15px;\n        }\n\n        .restaurant-card {\n            background: var(--secondary-color);\n            padding: 16px;\n            border-radius: var(--border-radius);\n            border-left: 5px solid var(--primary-color);\n            box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n            animation: fadeIn 0.4s ease-in-out;\n        }\n\n        .restaurant-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            margin-bottom: 8px;\n        }\n\n        .restaurant-name {\n            font-size: 1.1rem;\n            font-weight: bold;\n            color: #2c3e50;\n            margin: 0;\n        }\n\n        .restaurant-rating {\n            background: #ff922b;\n            color: white;\n            padding: 3px 8px;\n            border-radius: 12px;\n            font-size: 0.85rem;\n            font-weight: bold;\n        }\n\n        .restaurant-details {\n            font-size: 0.95rem;\n            color: #6c757d;\n            margin: 4px 0;\n        }\n\n        .restaurant-highlight {\n            font-size: 0.9rem;\n            color: #495057;\n            margin-top: 6px;\n            margin-bottom: 12px;\n            font-style: italic;\n        }\n\n        .nav-btn {\n            display: inline-block;\n            background-color: #4285F4;\n            color: white;\n            padding: 8px 14px;\n            border-radius: 6px;\n            text-decoration: none;\n            font-size: 0.9rem;\n            font-weight: bold;\n            transition: background-color 0.2s;\n        }\n\n        .nav-btn:hover {\n            background-color: #3367d6;\n        }\n\n        .placeholder-text {\n            text-align: center;\n            color: #adb5bd;\n            padding: 30px 0;\n            font-size: 1rem;\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(6px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"container\">\n        <h1>\u57ce\u5e02\u8207\u5730\u5340\u9910\u9928\u5c0e\u822a<\/h1>\n        \n        <div class=\"control-panel\">\n            <div class=\"control-row\">\n                <!-- \u57ce\u5e02\u9078\u55ae -->\n                <select id=\"citySelect\" onchange=\"updateDistricts()\">\n                    <option value=\"\u9999\u6e2f\">\u9999\u6e2f<\/option>\n                    <option value=\"\u6df1\u5733\">\u6df1\u5733<\/option>\n                    <option value=\"\u73e0\u6d77\">\u73e0\u6d77<\/option>\n                <\/select>\n                <!-- \u5730\u5340\u9078\u55ae -->\n                <select id=\"districtSelect\" onchange=\"getRecommendations()\">\n                    <!-- \u52d5\u614b\u8f09\u5165 -->\n                <\/select>\n                <!-- \u83dc\u7cfb\u9078\u55ae -->\n                <select id=\"cuisineType\" onchange=\"getRecommendations()\">\n                    <option value=\"chinese\">\u4e2d\u9910\u9928 \/ \u5728\u5730\u6599\u7406<\/option>\n                    <option value=\"western\">\u897f\u9910\u9928 \/ \u7570\u570b\u6599\u7406<\/option>\n                <\/select>\n            <\/div>\n            <!-- \u4fee\u6539\u6309\u9215\u4e8b\u4ef6\u6539\u70ba\u89f8\u767c\u91cd\u65b0\u4e0b\u8f09\u8207\u66f4\u65b0\u8cc7\u6599 -->\n            <button onclick=\"refreshRestaurantData()\">\u91cd\u65b0\u6574\u7406\u63a8\u85a6\u6e05\u55ae<\/button>\n        <\/div>\n\n        <div id=\"status\">\u8acb\u9078\u64c7\u57ce\u5e02\u3001\u5730\u5340\u8207\u83dc\u7cfb<\/div>\n\n        <div id=\"results\" class=\"results-container\">\n            <div class=\"placeholder-text\">\u8f09\u5165\u4e2d&#8230;<\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ \u5305\u542b\u9999\u6e2f\u3001\u6df1\u5733\u3001\u73e0\u6d77\u5404\u5340\u5b8c\u6574 5 \u9593\u9910\u9928\u7684\u8cc7\u6599\u5eab\n        let globalDatabase = {\n            \"\u9999\u6e2f\": {\n                districts: [\n                    \"\u4e2d\u897f\u5340\", \"\u7063\u4ed4\u5340\", \"\u6771\u5340\", \"\u5357\u5340\", \n                    \"\u6cb9\u5c16\u65fa\u5340\", \"\u6df1\u6c34\u57d7\u5340\", \"\u4e5d\u9f8d\u57ce\u5340\", \"\u9ec3\u5927\u4ed9\u5340\", \"\u89c0\u5858\u5340\", \n                    \"\u8475\u9752\u5340\", \"\u8343\u7063\u5340\", \"\u5c6f\u9580\u5340\", \"\u5143\u6717\u5340\", \"\u5317\u5340\", \"\u5927\u57d4\u5340\", \"\u6c99\u7530\u5340\", \"\u897f\u8ca2\u5340\", \"\u96e2\u5cf6\u5340\"\n                ],\n                data: {\n                    \"\u4e2d\u897f\u5340\": {\n                        chinese: [\n                            { name: \"\u4e5d\u8a18\u725b\u8169\u5c08\u9580\u5e97\", price: \"$$ (\u4eba\u5747 $70-$100)\", rating: \"4.8\", address: \"\u6b4c\u8ce6\u8857 21\u865f\", phone: \"+852 2544-5555\", highlight: \"\u6e05\u6e6f\u725b\u8169\u8edf\u721b\u5165\u5473\uff0c\u4f0a\u9eb5\u5438\u9644\u7cbe\u83ef\u6e6f\u6c41\u3002\" },\n                            { name: \"\u518d\u8208\u71d2\u81d8\u98ef\u5e97\", price: \"$ (\u4eba\u5747 $55-$75)\", rating: \"4.8\", address: \"\u8ed2\u5c3c\u8a69\u9053 265\u865f\", phone: \"+852 2544-3333\", highlight: \"\u767e\u5e74\u7d93\u5178\u8001\u5e97\uff0c\u62db\u724c\u871c\u6c41\u53c9\u71d2\u8edf\u5ae9\u5165\u5473\u3002\" },\n                            { name: \"\u862d\u82b3\u5712\u5e73\u50f9\u8336\u6a94\", price: \"$ (\u4eba\u5747 $45-$70)\", rating: \"4.9\", address: \"\u7d50\u5fd7\u8857 2\u865f\", phone: \"+852 2544-4444\", highlight: \"\u7d72\u896a\u5976\u8336\u7956\u5e2b\u723a\uff0c\u50b3\u7d71\u8c6c\u6252\u5305\u9999\u8106\u7f8e\u5473\u3002\" },\n                            { name: \"\u5fb7\u8a18\u6f6e\u5dde\u83dc\u9928\", price: \"$$ (\u4eba\u5747 $90-$140)\", rating: \"4.8\", address: \"\u7687\u540e\u5927\u9053\u4e2d 110\u865f\", phone: \"+852 2544-1111\", highlight: \"\u6ef7\u6c34\u62fc\u76e4\u5165\u5473\u6975\u4f73\uff0c\u53cd\u6c99\u828b\u982d\u5916\u8106\u5167\u7dbf\u3002\" },\n                            { name: \"\u6c38\u6a02\u5e73\u50f9\u84b8\u98ef\u5c08\u5bb6\", price: \"$ (\u4eba\u5747 $55-$75)\", rating: \"4.7\", address: \"\u5a01\u9748\u9813\u8857 33\u865f\", phone: \"+852 2544-2222\", highlight: \"\u76c5\u982d\u84b8\u98ef\u7c92\u7c92\u5206\u660e\uff0c\u5317\u83c7\u6ed1\u96de\u98ef\u61f7\u820a\u6ecb\u5473\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Central Bake \u6b50\u98a8\u624b\u4f5c\u574a\", price: \"$$ (\u4eba\u5747 $90-$140)\", rating: \"4.9\", address: \"\u8377\u674e\u6d3b\u9053 45\u865f\", phone: \"+852 2811-1111\", highlight: \"\u62db\u724c\u65e9\u5348\u9910\u73ed\u5c3c\u8fea\u514b\u86cb\uff0c\u74b0\u5883\u512a\u96c5\u8212\u9069\u3002\" },\n                            { name: \"Lane \u7aaf\u70e4\u8584\u9905\u62ab\u85a9\", price: \"$$ (\u4eba\u5747 $100-$150)\", rating: \"4.6\", address: \"\u862d\u6842\u574a 12\u865f\", phone: \"+852 2811-2222\", highlight: \"\u6b63\u7d71\u7fa9\u5f0f\u8584\u76ae\u7aaf\u70e4\uff0c\u727d\u7d72\u8d77\u53f8\u7d66\u5f97\u5927\u65b9\u3002\" },\n                            { name: \"Bistro Central \u7fa9\u9eb5\u574a\", price: \"$$ (\u4eba\u5747 $110-$160)\", rating: \"4.8\", address: \"\u4e2d\u74b0\u5a01\u9748\u9813\u8857 99\u865f\", phone: \"+852 2811-3333\", highlight: \"\u624b\u5de5\u5bec\u9eb5\u689d\u56bc\u52c1\u525b\u597d\uff0c\u677e\u9732\u5976\u6cb9\u91ac\u6c41\u6fc3\u90c1\u3002\" },\n                            { name: \"Steak House \u9802\u7d1a\u725b\u6392\", price: \"$$$ (\u4eba\u5747 $200-$350)\", rating: \"4.9\", address: \"\u5fb7\u5df1\u7acb\u8857 30\u865f\", phone: \"+852 2811-4444\", highlight: \"\u4e7e\u5f0f\u719f\u6210\u725b\u6392\u8089\u6c41\u98fd\u6eff\uff0c\u9802\u7d1a\u5962\u83ef\u4eab\u53d7\u3002\" },\n                            { name: \"Artisan Cafe \u624b\u6c96\u5496\u5561\u9928\", price: \"$$ (\u4eba\u5747 $80-$120)\", rating: \"4.7\", address: \"\u58eb\u4e39\u5229\u8857 18\u865f\", phone: \"+852 2811-5555\", highlight: \"\u7cbe\u54c1\u624b\u6c96\u5496\u5561\u642d\u914d\u7cbe\u7dfb\u6cd5\u5f0f\u53ef\u980c\u8f15\u98df\u3002\" }\n                        ]\n                    },\n                    \"\u7063\u4ed4\u5340\": {\n                        chinese: [\n                            { name: \"\u83ef\u661f\u51b0\u5ba4\", price: \"$ (\u4eba\u5747 $55-$80)\", rating: \"4.7\", address: \"\u514b\u8857 6\u865f\", phone: \"+852 2519-3333\", highlight: \"\u7092\u86cb\u539a\u591a\u58eb\u6ed1\u9806\u9999\u6fc3\uff0c\u6e2f\u5f0f\u5976\u8336\u9999\u9187\u9806\u53e3\u3002\" },\n                            { name: \"\u91d1\u9cf3\u8336\u9910\u5ef3\", price: \"$ (\u4eba\u5747 $45-$70)\", rating: \"4.6\", address: \"\u6625\u5712\u8857 41\u865f\", phone: \"+852 2519-5555\", highlight: \"\u83e0\u863f\u6cb9\u5916\u76ae\u9165\u8106\u725b\u6cb9\u9999\u6fc3\uff0c\u7d93\u5178\u6e2f\u5f0f\u98a8\u5473\u3002\" },\n                            { name: \"\u6c38\u83ef\u9eb5\u5bb6\", price: \"$ (\u4eba\u5747 $50-$70)\", rating: \"4.6\", address: \"\u7063\u4ed4\u9053 92\u865f\", phone: \"+852 2519-2222\", highlight: \"\u50b3\u7d71\u7af9\u6607\u9eb5\u5f48\u7259\u5e36\u52c1\uff0c\u9bae\u8766\u96f2\u541e\u76ae\u8584\u9921\u9bae\u3002\" },\n                            { name: \"\u7965\u8208\u8a18\u4e0a\u6d77\u751f\u714e\u5305\", price: \"$ (\u4eba\u5747 $40-$60)\", rating: \"4.8\", address: \"\u8ed2\u5c3c\u8a69\u9053 330\u865f\", phone: \"+852 2519-4444\", highlight: \"\u5e95\u90e8\u714e\u5f97\u91d1\u9ec3\u9165\u8106\uff0c\u4e00\u53e3\u54ac\u4e0b\u6e6f\u6c41\u56db\u6ea2\u3002\" },\n                            { name: \"\u518d\u8208\u71d2\u81d8\u98ef\u5e97\", price: \"$ (\u4eba\u5747 $55-$75)\", rating: \"4.8\", address: \"\u8ed2\u5c3c\u8a69\u9053 265\u865f\", phone: \"+852 2519-1111\", highlight: \"\u99b3\u540d\u871c\u6c41\u53c9\u71d2\uff0c\u8089\u8cea\u8edf\u5ae9\u91ac\u6c41\u9999\u751c\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Wan Chai Bistro\", price: \"$$ (\u4eba\u5747 $90-$140)\", rating: \"4.8\", address: \"\u7687\u540e\u5927\u9053\u6771 100\u865f\", phone: \"+852 2833-1111\", highlight: \"\u7cbe\u7dfb\u7fa9\u5927\u5229\u624b\u5de5\u9eb5\u8207\u62db\u724c\u63d0\u62c9\u7c73\u8607\u3002\" },\n                            { name: \"Burger Joint \u7f8e\u5f0f\u6f22\u5821\", price: \"$$ (\u4eba\u5747 $80-$120)\", rating: \"4.7\", address: \"\u5927\u738b\u6771\u8857 7\u865f\", phone: \"+852 2833-2222\", highlight: \"\u591a\u6c41\u624b\u6253\u5b89\u683c\u65af\u725b\u5821\u642d\u914d\u73fe\u70b8\u91d1\u9ec3\u85af\u689d\u3002\" },\n                            { name: \"Pizza Express \u7aaf\u70e4\u574a\", price: \"$$ (\u4eba\u5747 $95-$145)\", rating: \"4.6\", address: \"\u6e2f\u7063\u9053 1\u865f\", phone: \"+852 2833-3333\", highlight: \"\u7d93\u5178\u8584\u9905\u624b\u5de5\u73fe\u505a\uff0c\u8d77\u53f8\u727d\u7d72\u9999\u6c23\u56db\u6ea2\u3002\" },\n                            { name: \"The Cupping Room \u5496\u5561\u9928\", price: \"$$ (\u4eba\u5747 $75-$110)\", rating: \"4.9\", address: \"\u838a\u58eb\u6566\u9053 68\u865f\", phone: \"+852 2833-4444\", highlight: \"\u9802\u7d1a\u7cbe\u54c1\u624b\u6c96\u5496\u5561\u642d\u914d\u7cbe\u7dfb\u65e9\u5348\u9910\u3002\" },\n                            { name: \"Steak & Co. \u6b50\u98a8\u6392\u9910\", price: \"$$$ (\u4eba\u5747 $180-$280)\", rating: \"4.7\", address: \"\u8b1d\u6590\u9053 150\u865f\", phone: \"+852 2833-5555\", highlight: \"\u9999\u714e\u7f8e\u570b\u808b\u773c\u725b\u6392\uff0c\u8089\u6c41\u98fd\u6eff\u8edf\u5ae9\u3002\" }\n                        ]\n                    },\n                    \"\u6771\u5340\": {\n                        chinese: [\n                            { name: \"\u4f55\u6d2a\u8a18\u7ca5\u9eb5\u5c08\u5bb6\", price: \"$$ (\u4eba\u5747 $80-$120)\", rating: \"4.7\", address: \"\u8ed2\u5c3c\u8a69\u9053 500\u865f\u5e0c\u614e\u5ee3\u5834\", phone: \"+852 2893-3333\", highlight: \"\u6b63\u5b97\u5ee3\u6771\u7ca5\u54c1\u6ed1\u9806\u7dbf\u7dbf\uff0c\u9bae\u8766\u96f2\u541e\u98fd\u6eff\u3002\" },\n                            { name: \"\u6c60\u8a18\u5e73\u50f9\u96f2\u541e\u9eb5\", price: \"$ (\u4eba\u5747 $50-$75)\", rating: \"4.6\", address: \"\u6ce2\u65af\u5bcc\u8857 84\u865f\", phone: \"+852 2893-4444\", highlight: \"\u62db\u724c\u91d1\u724c\u4e91\u541e\u9eb5\uff0c\u6e6f\u982d\u6e05\u751c\u4e0d\u6cb9\u81a9\u3002\" },\n                            { name: \"\u7063\u4ed4\u9053\u8a18\u5ddd\u9eb5\u574a\", price: \"$$ (\u4eba\u5747 $70-$100)\", rating: \"4.8\", address: \"\u8ed2\u5c3c\u8a69\u9053 300\u865f\", phone: \"+852 2893-1111\", highlight: \"\u9178\u8fa3\u7c89\u9178\u8fa3\u904e\u766e\uff0c\u624b\u5de5\u7d05\u6cb9\u6284\u624b\u76ae\u8584\u9921\u591a\u3002\" },\n                            { name: \"\u69ae\u83ef\u71d2\u5473\u5c0f\u5eda\", price: \"$ (\u4eba\u5747 $60-$90)\", rating: \"4.6\", address: \"\u8b1d\u6590\u9053 420\u865f\", phone: \"+852 2893-2222\", highlight: \"\u660e\u7210\u71d2\u9d28\u76ae\u8106\u8089\u5ae9\uff0c\u5207\u96de\u98ef\u4efd\u91cf\u5341\u8db3\u3002\" },\n                            { name: \"\u6f6e\u6c5f\u6625\u7cbe\u9078\u6f6e\u83dc\", price: \"$$ (\u4eba\u5747 $90-$140)\", rating: \"4.8\", address: \"\u544a\u58eb\u6253\u9053 280\u865f\", phone: \"+852 2893-5555\", highlight: \"\u50b3\u7d71\u6f6e\u5dde\u51cd\u87f9\u8207\u6ef7\u6c34\u62fc\u76e4\uff0c\u54c1\u8cea\u6975\u4f73\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Causeway \u8f15\u98df\u5496\u5561\u9928\", price: \"$$ (\u4eba\u5747 $80-$130)\", rating: \"4.9\", address: \"\u767e\u5fb7\u65b0\u8857 22\u865f\", phone: \"+852 2881-1111\", highlight: \"\u6cd5\u5f0f\u53ef\u980c\u4e09\u660e\u6cbb\u642d\u914d\u624b\u6c96\u62ff\u9435\uff0c\u60a0\u9592\u4e0b\u5348\u8336\u3002\" },\n                            { name: \"Steak Express \u5e73\u50f9\u725b\u6392\", price: \"$$ (\u4eba\u5747 $110-$160)\", rating: \"4.7\", address: \"\u544a\u58eb\u6253\u9053 310\u865f\", phone: \"+852 2881-2222\", highlight: \"\u9435\u677f\u725b\u6392\u8edf\u5ae9\u591a\u6c41\uff0c\u81ea\u52a9\u6c99\u62c9\u5427\u7121\u9650\u4f9b\u61c9\u3002\" },\n                            { name: \"Italian Pizza \u7aaf\u70e4\u574a\", price: \"$$ (\u4eba\u5747 $90-$140)\", rating: \"4.8\", address: \"\u99f1\u514b\u9053 450\u865f\", phone: \"+852 2881-3333\", highlight: \"\u6b63\u5b97\u62ff\u5761\u91cc\u624b\u5de5\u62ab\u85a9\uff0c\u9905\u76ae\u9165\u8106\u5145\u6eff\u9ea5\u9999\u3002\" },\n                            { name: \"Bistro 28 \u6b50\u98a8\u9910\u9152\u9928\", price: \"$$$ (\u4eba\u5747 $140-$220)\", rating: \"4.7\", address: \"\u8000\u83ef\u8857 10\u865f\", phone: \"+852 2881-4444\", highlight: \"\u7cbe\u7dfb\u7fa9\u5927\u5229\u9eb5\u8207\u7279\u8272\u8abf\u9152\uff0c\u6c23\u6c1b\u512a\u96c5\u3002\" },\n                            { name: \"Corner Bake \u624b\u4f5c\u8c9d\u679c\", price: \"$ (\u4eba\u5747 $60-$95)\", rating: \"4.6\", address: \"\u8a18\u5229\u4f50\u6cbb\u8857 11\u865f\", phone: \"+852 2881-5555\", highlight: \"\u5916\u8106\u5167Q\u624b\u4f5c\u8c9d\u679c\u642d\u914d\u7159\u71fb\u9bad\u9b5a\u62b9\u91ac\u3002\" }\n                        ]\n                    },\n                    \"\u5357\u5340\": {\n                        chinese: [\n                            { name: \"\u9999\u6e2f\u4ed4\u5730\u9053\u9b5a\u86cb\u7c89\", price: \"$ (\u4eba\u5747 $40-$60)\", rating: \"4.7\", address: \"\u9999\u6e2f\u4ed4\u5927\u9053 120\u865f\", phone: \"+852 2552-1111\", highlight: \"\u624b\u5de5\u81ea\u88fd\u9b5a\u86cb\u5f48\u7259\u723d\u8106\uff0c\u9b5a\u6e6f\u9bae\u751c\u6fc3\u90c1\u3002\" },\n                            { name: \"\u8d64\u67f1\u6d77\u9bae\u5c0f\u5eda\", price: \"$$ (\u4eba\u5747 $120-$200)\", rating: \"4.8\", address: \"\u8d64\u67f1\u5927\u8857 15\u865f\", phone: \"+852 2813-2222\", highlight: \"\u65b0\u9bae\u6e05\u84b8\u6d77\u9bae\u8207\u907f\u98a8\u5858\u7092\u87f9\uff0c\u6d77\u666f\u7b2c\u4e00\u6392\u3002\" },\n                            { name: \"\u9d28\u8137\u6d32\u5e73\u50f9\u8336\u9910\u5ef3\", price: \"$ (\u4eba\u5747 $45-$70)\", rating: \"4.6\", address: \"\u5229\u6771\u90a8\u9053 5\u865f\", phone: \"+852 2554-3333\", highlight: \"\u7d93\u5178\u6e2f\u5f0f\u6ed1\u86cb\u725b\u8089\u98ef\u8207\u539a\u5207\u897f\u591a\u58eb\u3002\" },\n                            { name: \"\u6df1\u6c34\u7063\u5bb6\u5e38\u5c0f\u7092\", price: \"$$ (\u4eba\u5747 $80-$130)\", rating: \"4.7\", address: \"\u9999\u5cf6\u9053 88\u865f\", phone: \"+852 2892-4444\", highlight: \"\u944a\u6c23\u5341\u8db3\u7684\u6912\u9e7d\u9bae\u9b77\u8207\u5ba2\u5bb6\u5c0f\u7092\u3002\" },\n                            { name: \"\u8584\u6276\u6797\u71d2\u5473\u5c0f\u5eda\", price: \"$ (\u4eba\u5747 $50-$75)\", rating: \"4.5\", address: \"\u7f6e\u5bcc\u82b1\u5712\u5546\u5834\", phone: \"+852 2551-5555\", highlight: \"\u871c\u6c41\u71d2\u8089\u76ae\u8106\u8089\u5ae9\uff0c\u6027\u50f9\u6bd4\u6975\u9ad8\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Stanley Beach \u6b50\u98a8\u9910\u9152\u9928\", price: \"$$ (\u4eba\u5747 $100-$160)\", rating: \"4.8\", address: \"\u8d64\u67f1\u5e02\u5834\u9053 8\u865f\", phone: \"+852 2813-1111\", highlight: \"\u6d6a\u6f2b\u6d77\u666f\u9732\u53f0\u5ea7\u4f4d\uff0c\u4eab\u7528\u7aaf\u70e4\u62ab\u85a9\u8207\u8abf\u9152\u3002\" },\n                            { name: \"Aberdeen Cafe \u8f15\u98df\u574a\", price: \"$$ (\u4eba\u5747 $75-$110)\", rating: \"4.6\", address: \"\u5357\u6717\u5c71\u9053 3\u865f\", phone: \"+852 2552-2222\", highlight: \"\u7cbe\u54c1\u624b\u6c96\u5496\u5561\u642d\u914d\u7159\u71fb\u9bad\u9b5a\u65e9\u5348\u9910\u3002\" },\n                            { name: \"Italian Pizza \u7aaf\u70e4\u574a\", price: \"$$ (\u4eba\u5747 $90-$140)\", rating: \"4.7\", address: \"\u6d77\u6021\u534a\u5cf6\u6771\u7ffc\", phone: \"+852 2554-3333\", highlight: \"\u6b63\u5b97\u62ff\u5761\u91cc\u624b\u5de5\u62ab\u85a9\uff0c\u8d77\u53f8\u727d\u7d72\u9999\u6c23\u56db\u6ea2\u3002\" },\n                            { name: \"Repulse Bay \u666f\u89c0\u9910\u5ef3\", price: \"$$$ (\u4eba\u5747 $180-$280)\", rating: \"4.9\", address: \"\u6dfa\u6c34\u7063\u9053 109\u865f\", phone: \"+852 2812-4444\", highlight: \"\u9802\u7d1a\u725b\u6392\u8207\u7cbe\u9078\u7d05\u767d\u9152\uff0c\u4eab\u53d7\u6d77\u7058\u5915\u967d\u3002\" },\n                            { name: \"Southside Burger Spot\", price: \"$$ (\u4eba\u5747 $80-$120)\", rating: \"4.7\", address: \"\u9ec3\u7af9\u5751\u9053 40\u865f\", phone: \"+852 2553-5555\", highlight: \"100%\u624b\u6253\u591a\u6c41\u5b89\u683c\u65af\u725b\u8089\u5821\u8207\u91d1\u9ec3\u85af\u689d\u3002\" }\n                        ]\n                    },\n                    \"\u6cb9\u5c16\u65fa\u5340\": {\n                        chinese: [\n                            { name: \"\u5fa1\u54c1\u9999\u5ddd\u5473\u5c0f\u9928\", price: \"$$ (\u4eba\u5747 $70-$100)\", rating: \"4.9\", address: \"\u91d1\u5df4\u5229\u9053 12\u865f\u92ea\", phone: \"+852 2388-1111\", highlight: \"\u9ebb\u8fa3\u6c34\u716e\u9b5a\u9999\u6c23\u64b2\u9f3b\uff0c\u5ddd\u5473\u6b63\u5b97\u4e14\u6027\u50f9\u6bd4\u6975\u9ad8\u3002\" },\n                            { name: \"\u65fa\u8a18\u6e2f\u5f0f\u8336\u9910\u5ef3\", price: \"$ (\u4eba\u5747 $50-$80)\", rating: \"4.8\", address: \"\u897f\u6d0b\u83dc\u5357\u8857 100\u865f\", phone: \"+852 2399-1111\", highlight: \"\u62db\u724c\u9eef\u7136\u92b7\u9b42\u98ef\uff0c\u86cb\u6db2\u6ed1\u9806\u53c9\u71d2\u9999\u751c\u3002\" },\n                            { name: \"\u9955\u8a18\u624b\u5de5\u6c34\u9903\u5927\u738b\", price: \"$ (\u4eba\u5747 $50-$70)\", rating: \"4.7\", address: \"\u6a02\u9053 45\u865f\u5730\u8216\", phone: \"+852 2388-2222\", highlight: \"\u73fe\u5305\u73fe\u716e\u98fd\u6eff\u591a\u6c41\uff0c\u9178\u8fa3\u6e6f\u6599\u591a\u5be6\u5728\u5728\u5730\u4eba\u6700\u611b\u3002\" },\n                            { name: \"\u5ee3\u8a18\u6e2f\u5f0f\u71d2\u81d8\u5feb\u9910\", price: \"$ (\u4eba\u5747 $60-$85)\", rating: \"4.6\", address: \"\u5f4c\u6566\u9053 88\u865f\", phone: \"+852 2388-3333\", highlight: \"\u6cb9\u96de\u76ae\u8106\u8089\u5ae9\uff0c\u96d9\u62fc\u98ef\u4fbf\u7576\u4efd\u91cf\u5927\u4e14\u9644\u4f8b\u6e6f\u3002\" },\n                            { name: \"\u5fb7\u8a18\u8001\u724c\u6f6e\u5dde\u6253\u51b7\", price: \"$$ (\u4eba\u5747 $80-$120)\", rating: \"4.8\", address: \"\u539a\u798f\u8857 15\u865f\", phone: \"+852 2388-4444\", highlight: \"\u6ef7\u6c34\u9d5d\u7247\u8089\u8cea\u7d30\u5ae9\u5165\u5473\uff0c\u5bb5\u591c\u805a\u9910\u9996\u9078\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Corner \u7fa9\u5927\u5229\u9eb5\u5de5\u574a\", price: \"$$ (\u4eba\u5747 $80-$120)\", rating: \"4.8\", address: \"\u4e9e\u58eb\u5398\u9053 15\u865f\", phone: \"+852 2777-1111\", highlight: \"\u624b\u5de5\u5bec\u9eb5\u689d\u56bc\u52c1\u525b\u597d\uff0c\u5976\u6cb9\u677e\u9732\u91ac\u6c41\u9999\u6fc3\u4e0d\u81a9\u3002\" },\n                            { name: \"Mongkok Burger Co.\", price: \"$$ (\u4eba\u5747 $70-$110)\", rating: \"4.7\", address: \"\u767b\u6253\u58eb\u8857 55\u865f\", phone: \"+852 2999-1111\", highlight: \"\u539a\u5207\u5b89\u683c\u65af\u725b\u8089\u6f22\u5821\uff0c\u8089\u6c41\u6eff\u6ea2\u8d85\u6eff\u8db3\u3002\" },\n                            { name: \"Burger Spot \u7f8e\u5f0f\u624b\u6253\u6f22\u5821\", price: \"$$ (\u4eba\u5747 $70-$100)\", rating: \"4.7\", address: \"\u6d77\u9632\u9053 56\u865f\", phone: \"+852 2777-2222\", highlight: \"\u591a\u6c41\u624b\u6253\u725b\u8089\u6392\u642d\u914d\u73fe\u70b8\u9ec3\u91d1\u8106\u85af\uff0c\u7f8e\u5f0f\u5927\u4efd\u91cf\u3002\" },\n                            { name: \"Bella \u7fa9\u5f0f\u7aaf\u70e4\u62ab\u85a9\", price: \"$$ (\u4eba\u5747 $90-$140)\", rating: \"4.6\", address: \"\u5c71\u6797\u9053 8\u865f\", phone: \"+852 2777-3333\", highlight: \"\u6b63\u7d71\u62ff\u5761\u91cc\u8584\u76ae\u7aaf\u70e4\uff0c\u727d\u7d72\u8d77\u53f8\u9999\u6c23\u64b2\u9f3b\u3002\" },\n                            { name: \"Bistro 18 \u6b50\u98a8\u9910\u9152\u9928\", price: \"$$$ (\u4eba\u5747 $150-$250)\", rating: \"4.9\", address: \"\u5929\u6587\u53f0\u9053 2\u865f\", phone: \"+852 2777-4444\", highlight: \"\u7cbe\u7dfb\u6392\u9910\u8207\u7cbe\u9078\u7d05\u767d\u9152\uff0c\u6d6a\u6f2b\u7d04\u6703\u597d\u53bb\u8655\u3002\" }\n                        ]\n                    },\n                    \"\u6df1\u6c34\u57d7\u5340\": {\n                        chinese: [\n                            { name: \"\u516c\u548c\u8373\u54c1\u5ee0\", price: \"$ (\u4eba\u5747 $30-$50)\", rating: \"4.9\", address: \"\u5317\u6cb3\u8857 118\u865f\", phone: \"+852 2728-4444\", highlight: \"\u50b3\u7d71\u624b\u5de5\u8c46\u8150\u82b1\u6ed1\u9806\u7dbf\u5bc6\uff0c\u714e\u91c0\u8c46\u8150\u9999\u6c23\u5341\u8db3\u3002\" },\n                            { name: \"\u7dad\u8a18\u5496\u5561\u7c89\u9eb5\", price: \"$ (\u4eba\u5747 $45-$70)\", rating: \"4.8\", address: \"\u798f\u69ae\u8857 62\u865f\", phone: \"+852 2728-5555\", highlight: \"\u62db\u724c\u8c6c\u6f64\u725b\u8089\u9eb5\uff0c\u8c6c\u6f64\u723d\u8106\u6e6f\u982d\u9bae\u751c\u3002\" },\n                            { name: \"\u5408\u8208\u8a18\u5e73\u50f9\u6f6e\u5dde\u7c89\u9eb5\", price: \"$ (\u4eba\u5747 $40-$60)\", rating: \"4.8\", address: \"\u6c5d\u5dde\u8857 180\u865f\", phone: \"+852 2728-1111\", highlight: \"\u624b\u6253\u725b\u4e38\u5f48\u7259\u591a\u6c41\uff0c\u725b\u8169\u6e6f\u982d\u6fc3\u90c1\u9bae\u751c\u3002\" },\n                            { name: \"\u5289\u68ee\u8a18\u9eb5\u5bb6\", price: \"$ (\u4eba\u5747 $45-$70)\", rating: \"4.7\", address: \"\u6842\u6797\u8857 48\u865f\", phone: \"+852 2728-2222\", highlight: \"\u8766\u5b50\u6488\u9eb5\u9999\u6c23\u64b2\u9f3b\uff0c\u9eb5\u689d\u53e3\u611f\u723d\u8106\u5f48\u7259\u3002\" },\n                            { name: \"\u65b0\u9999\u56ed(\u575a\u8bb0) \u99b3\u540d\u86cb\u6cbb\", price: \"$ (\u4eba\u5747 $40-$65)\", rating: \"4.8\", address: \"\u6842\u6797\u8857 38\u865f\", phone: \"+852 2728-3333\", highlight: \"\u99b3\u540d\u5357\u4e73\u8c6c\u624b\u9eb5\u8207\u539a\u5207\u6ed1\u86cb\u725b\u8089\u6cbb\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Sham Shui Po Cafe\", price: \"$ (\u4eba\u5747 $60-$90)\", rating: \"4.6\", address: \"\u5927\u5357\u8857 150\u865f\", phone: \"+852 2361-1111\", highlight: \"\u6587\u9752\u98a8\u683c\u624b\u4f5c\u5496\u5561\u8207\u7cbe\u7dfb\u6cd5\u5f0f\u4e09\u660e\u6cbb\u3002\" },\n                            { name: \"Artisan Bakery \u624b\u4f5c\u574a\", price: \"$ (\u4eba\u5747 $50-$80)\", rating: \"4.7\", address: \"\u57fa\u9686\u8857 200\u865f\", phone: \"+852 2361-2222\", highlight: \"\u65b0\u9bae\u51fa\u7210\u9178\u7a2e\u9eb5\u5305\u8207\u53ef\u980c\u8c9d\u679c\u3002\" },\n                            { name: \"Pizza & Pasta Corner\", price: \"$$ (\u4eba\u5747 $75-$110)\", rating: \"4.6\", address: \"\u6c5d\u5dde\u8857 220\u865f\", phone: \"+852 2361-3333\", highlight: \"\u624b\u5de5\u62ff\u5761\u91cc\u62ab\u85a9\uff0c\u9905\u76ae\u9165\u8106\u5145\u6eff\u9ea5\u9999\u3002\" },\n                            { name: \"Burger Spot \u7f8e\u5f0f\u6f22\u5821\", price: \"$$ (\u4eba\u5747 $70-$100)\", rating: \"4.7\", address: \"\u798f\u69ae\u8857 100\u865f\", phone: \"+852 2361-4444\", highlight: \"\u539a\u5207\u725b\u8089\u6392\u914d\u91d1\u9ec3\u85af\u689d\uff0c\u7f8e\u5f0f\u5927\u4efd\u91cf\u3002\" },\n                            { name: \"Bistro 24 \u6b50\u98a8\u9910\u9152\u9928\", price: \"$$ (\u4eba\u5747 $90-$140)\", rating: \"4.8\", address: \"\u5927\u5357\u8857 180\u865f\", phone: \"+852 2361-5555\", highlight: \"\u7cbe\u7dfb\u7fa9\u5927\u5229\u9eb5\u8207\u7279\u8272\u8abf\u9152\uff0c\u6c23\u6c1b\u8212\u9069\u3002\" }\n                        ]\n                    },\n                    \"\u4e5d\u9f8d\u57ce\u5340\": {\n                        chinese: [\n                            { name: \"\u5408\u6210\u6f6e\u5dde\u98ef\u5e97\", price: \"$$ (\u4eba\u5747 $80-$130)\", rating: \"4.8\", address: \"\u5357\u89d2\u9053 9\u865f\", phone: \"+852 2382-1111\", highlight: \"\u6b63\u5b97\u6f6e\u5dde\u6253\u51b7\u8207\u53cd\u6c99\u828b\u982d\uff0c\u8001\u9955\u5fc5\u8a2a\u3002\" },\n                            { name: \"\u6cf0\u660c\u9905\u5bb6\u4e5d\u9f8d\u57ce\u5e97\", price: \"$ (\u4eba\u5747 $25-$50)\", rating: \"4.7\", address: \"\u4faf\u738b\u9053 24\u865f\", phone: \"+852 2382-2222\", highlight: \"\u62db\u724c\u50b3\u7d71\u86cb\u64bb\uff0c\u5916\u76ae\u9165\u8106\u5167\u9921\u6ed1\u5ae9\u3002\" },\n                            { name: \"\u4e5d\u9f8d\u57ce\u5e73\u50f9\u725b\u8089\u9eb5\", price: \"$$ (\u4eba\u5747 $70-$100)\", rating: \"4.6\", address: \"\u8cc8\u70b3\u9053 45\u865f\", phone: \"+852 2382-3333\", highlight: \"\u6fc3\u90c1\u7d05\u71d2\u725b\u7b4b\u8169\u9eb5\uff0c\u624b\u5de5\u62c9\u9eb5\u56bc\u52c1\u5341\u8db3\u3002\" },\n                            { name: \"\u65b9\u69ae\u8a18\u6c99\u55f2\u725b\u8089\u5c08\u5bb6\", price: \"$$ (\u4eba\u5747 $120-$200)\", rating: \"4.9\", address: \"\u4faf\u738b\u9053 85\u865f\", phone: \"+852 2382-4444\", highlight: \"\u7368\u9580\u6fc3\u90c1\u6c99\u55f2\u6e6f\u5e95\u6253\u908a\u7210\uff0c\u725b\u8089\u9bae\u5ae9\u591a\u6c41\u3002\" },\n                            { name: \"\u6a02\u5712\u5e73\u50f9\u8336\u6a94\", price: \"$ (\u4eba\u5747 $40-$65)\", rating: \"4.7\", address: \"\u4e5d\u9f8d\u57ce\u8857\u5e02 3\u6a13\", phone: \"+852 2382-5555\", highlight: \"\u62db\u724c\u6c99\u55f2\u725b\u8089\u86cb\u6cbb\u8207\u7d72\u896a\u5976\u8336\uff0c\u5728\u5730\u597d\u6ecb\u5473\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Kowloon City \u6b50\u98a8\u9910\u9152\u9928\", price: \"$$ (\u4eba\u5747 $90-$140)\", rating: \"4.7\", address: \"\u798f\u4f6c\u6751\u9053 12\u865f\", phone: \"+852 2718-1111\", highlight: \"\u7cbe\u7dfb\u7fa9\u5927\u5229\u9eb5\u8207\u7279\u8272\u624b\u5de5\u751c\u9ede\u3002\" },\n                            { name: \"Bistro \u4faf\u738b \u6b50\u98a8\u8f15\u98df\", price: \"$$ (\u4eba\u5747 $80-$120)\", rating: \"4.8\", address: \"\u4faf\u738b\u9053 15\u865f\", phone: \"+852 2718-2222\", highlight: \"\u7159\u71fb\u9bad\u9b5a\u65e9\u5348\u9910\u642d\u914d\u624b\u6c96\u62ff\u9435\u5496\u5561\u3002\" },\n                            { name: \"Italian Pizza \u7aaf\u70e4\u574a\", price: \"$$ (\u4eba\u5747 $90-$140)\", rating: \"4.6\", address: \"\u8859\u524d\u570d\u9053 50\u865f\", phone: \"+852 2718-3333\", highlight: \"\u6b63\u7d71\u62ff\u5761\u91cc\u8584\u76ae\u7aaf\u70e4\u62ab\u85a9\uff0c\u8d77\u53f8\u6fc3\u90c1\u727d\u7d72\u3002\" },\n                            { name: \"Burger Spot \u7f8e\u5f0f\u6f22\u5821\", price: \"$$ (\u4eba\u5747 $75-$115)\", rating: \"4.7\", address: \"\u592a\u5b50\u9053\u897f 350\u865f\", phone: \"+852 2718-4444\", highlight: \"100%\u624b\u6253\u591a\u6c41\u5b89\u683c\u65af\u725b\u5821\u8207\u9ec3\u91d1\u8106\u85af\u3002\" },\n                            { name: \"Cafe de Kowloon \u624b\u4f5c\u70d8\u7119\", price: \"$ (\u4eba\u5747 $55-$85)\", rating: \"4.6\", address: \"\u806f\u5408\u9053 20\u865f\", phone: \"+852 2718-5555\", highlight: \"\u65b0\u9bae\u51fa\u7210\u624b\u4f5c\u9178\u7a2e\u9eb5\u5305\u8207\u53ef\u980c\u8c9d\u679c\u3002\" }\n                        ]\n                    },\n                    \"\u9ec3\u5927\u4ed9\u5340\": {\n                        chinese: [\n                            { name: \"\u9ec3\u5927\u4ed9\u5e73\u50f9\u9ede\u5fc3\u574a\", price: \"$ (\u4eba\u5747 $50-$80)\", rating: \"4.6\", address: \"\u6b63\u5fb7\u8857 103\u865f\u4e0b\u90a8\", phone: \"+852 2320-1111\", highlight: \"\u9bae\u8766\u9903\u7687\u76ae\u8584\u9921\u6eff\uff0c\u84b8\u6392\u9aa8\u8edf\u5ae9\u5165\u5473\u3002\" },\n                            { name: \"\u65b0\u5149\u5e73\u50f9\u71d2\u81d8\u98ef\u5e97\", price: \"$ (\u4eba\u5747 $45-$70)\", rating: \"4.7\", address: \"\u9f8d\u7fd4\u9053 120\u865f\", phone: \"+852 2320-2222\", highlight: \"\u871c\u6c41\u53c9\u71d2\u8089\u8cea\u8edf\u5ae9\uff0c\u6cb9\u96de\u98ef\u4efd\u91cf\u5927\u5be6\u60e0\u3002\" },\n                            { name: \"\u6148\u96f2\u5c71\u5bb6\u5e38\u5c0f\u83dc\u9928\", price: \"$$ (\u4eba\u5747 $70-$100)\", rating: \"4.7\", address: \"\u6148\u96f2\u5c71\u4e2d\u5fc3\", phone: \"+852 2320-3333\", highlight: \"\u944a\u6c23\u5341\u8db3\u7684\u5ba2\u5bb6\u5c0f\u7092\u8207\u907f\u98a8\u5858\u7092\u8766\u3002\" },\n                            { name: \"\u6e90\u8a18\u6f6e\u5f0f\u7c89\u9eb5\", price: \"$ (\u4eba\u5747 $40-$60)\", rating: \"4.5\", address: \"\u7af9\u5712\u90a8\u5546\u5834\", phone: \"+852 2320-4444\", highlight: \"\u624b\u6253\u725b\u4e38\u5f48\u7259\u6709\u52c1\uff0c\u6e05\u751c\u6e6f\u982d\u5728\u5730\u6700\u611b\u3002\" },\n                            { name: \"\u5f69\u8679\u5e73\u50f9\u8336\u9910\u5ef3\", price: \"$ (\u4eba\u5747 $45-$70)\", rating: \"4.6\", address: \"\u5f69\u8679\u90a8\u91d1\u78a7\u6a13\", phone: \"+852 2320-5555\", highlight: \"\u7d93\u5178\u6e2f\u5f0f\u5e38\u9910\uff0c\u6ed1\u86cb\u725b\u8089\u98ef\u9999\u6fc3\u6ed1\u9806\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Wong Tai Sin Cafe\", price: \"$$ (\u4eba\u5747 $70-$100)\", rating: \"4.7\", address: \"\u9ec3\u5927\u4ed9\u4e2d\u5fc3\u5317\u9928\", phone: \"+852 2326-1111\", highlight: \"\u7159\u71fb\u9bad\u9b5a\u65e9\u5348\u9910\uff0c\u7a7a\u9593\u5bec\u655e\u8212\u9069\u3002\" },\n                            { name: \"Italian Pizza \u7aaf\u70e4\u574a\", price: \"$$ (\u4eba\u5747 $85-$130)\", rating: \"4.6\", address: \"\u947d\u77f3\u5c71\u8377\u91cc\u6d3b\u5ee3\u5834\", phone: \"+852 2326-2222\", highlight: \"\u624b\u5de5\u62ff\u5761\u91cc\u62ab\u85a9\uff0c\u9905\u76ae\u9999\u8106\u6709\u56bc\u52c1\u3002\" },\n                            { name: \"Bistro 88 \u6b50\u98a8\u9910\u9152\u9928\", price: \"$$$ (\u4eba\u5747 $130-$200)\", rating: \"4.8\", address: \"\u725b\u6c60\u7063\u6e05\u6c34\u7063\u9053\", phone: \"+852 2326-3333\", highlight: \"\u7cbe\u7dfb\u6392\u9910\u8207\u7279\u8272\u8abf\u9152\uff0c\u6c23\u6c1b\u512a\u96c5\u3002\" },\n                            { name: \"Burger & Co. \u7f8e\u5f0f\u6f22\u5821\", price: \"$$ (\u4eba\u5747 $75-$110)\", rating: \"4.7\", address: \"\u65b0\u84b2\u5d17\u666f\u798f\u8857\", phone: \"+852 2326-4444\", highlight: \"\u539a\u5207\u5b89\u683c\u65af\u725b\u8089\u6f22\u5821\uff0c\u8089\u6c41\u6eff\u6ea2\u8d85\u6eff\u8db3\u3002\" },\n                            { name: \"Corner Bake \u624b\u4f5c\u70d8\u7119\", price: \"$ (\u4eba\u5747 $50-$80)\", rating: \"4.5\", address: \"\u9ec3\u5927\u4ed9\u4e0b\u90a8\u5546\u5834\", phone: \"+852 2326-5555\", highlight: \"\u65b0\u9bae\u51fa\u7210\u624b\u4f5c\u9165\u76ae\u86cb\u64bb\u8207\u7cbe\u7dfb\u4e09\u660e\u6cbb\u3002\" }\n                        ]\n                    },\n                    \"\u89c0\u5858\u5340\": {\n                        chinese: [\n                            { name: \"\u5de5\u696d\u5340\u5e73\u50f9\u84b8\u54c1\", price: \"$ (\u4eba\u5747 $50-$70)\", rating: \"4.7\", address: \"\u958b\u6e90\u9053 60\u865f\", phone: \"+852 2342-1111\", highlight: \"\u4e0a\u73ed\u65cf\u5927\u611b\uff0c\u84b8\u8089\u9905\u98ef\u71b1\u9a30\u9a30\u8d85\u4e0b\u98ef\u3002\" },\n                            { name: \"\u6e90\u8a18\u6f6e\u5f0f\u7c89\u9eb5\", price: \"$ (\u4eba\u5747 $45-$65)\", rating: \"4.6\", address: \"\u6210\u696d\u8857 18\u865f\", phone: \"+852 2342-2222\", highlight: \"\u624b\u6253\u725b\u4e38\u5f48\u7259\u6709\u52c1\uff0c\u725b\u96dc\u6e6f\u982d\u6e05\u751c\u3002\" },\n                            { name: \"\u6210\u8a18\u5e73\u50f9\u71d2\u81d8\u98ef\u5e97\", price: \"$ (\u4eba\u5747 $50-$75)\", rating: \"4.7\", address: \"\u9d3b\u5716\u9053 45\u865f\", phone: \"+852 2342-3333\", highlight: \"\u871c\u6c41\u53c9\u71d2\u80a5\u7626\u9069\u4e2d\uff0c\u6cb9\u96de\u98ef\u4efd\u91cf\u5341\u8db3\u3002\" },\n                            { name: \"\u9806\u767c\u5bb6\u5e38\u5c0f\u7092\u738b\", price: \"$$ (\u4eba\u5747 $75-$110)\", rating: \"4.8\", address: \"\u5de7\u660e\u8857 100\u865f\", phone: \"+852 2342-4444\", highlight: \"\u944a\u6c23\u5341\u8db3\u7684\u6912\u9e7d\u9bae\u9b77\uff0c\u767d\u98ef\u7121\u9650\u5403\u5230\u98fd\u3002\" },\n                            { name: \"\u5b89\u8a18\u6f6e\u5dde\u7c89\u9eb5\u9928\", price: \"$ (\u4eba\u5747 $45-$65)\", rating: \"4.6\", address: \"\u99ff\u696d\u8857 56\u865f\", phone: \"+852 2342-5555\", highlight: \"\u62db\u724c\u725b\u8169\u4f0a\u9eb5\u6e6f\u982d\u6fc3\u90c1\uff0c\u8001\u5b57\u865f\u597d\u5473\u9053\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Kwun Tong \u5496\u5561\u8f15\u98df\", price: \"$$ (\u4eba\u5747 $70-$100)\", rating: \"4.8\", address: \"\u9d3b\u5716\u9053 35\u865f\", phone: \"+852 2797-1111\", highlight: \"\u7159\u71fb\u9bad\u9b5a\u65e9\u5348\u9910\uff0c\u7a7a\u9593\u5bec\u655e\u9069\u5408\u805a\u6703\u3002\" },\n                            { name: \"Factory Pizza \u7aaf\u70e4\u574a\", price: \"$$ (\u4eba\u5747 $90-$130)\", rating: \"4.7\", address: \"\u5de7\u660e\u8857 110\u865f\", phone: \"+852 2797-2222\", highlight: \"\u624b\u5de5\u62ff\u5761\u91cc\u62ab\u85a9\uff0c\u9905\u76ae\u9999\u8106\u6709\u56bc\u52c1\u3002\" },\n                            { name: \"Industrial Bistro \u9910\u9152\u9928\", price: \"$$$ (\u4eba\u5747 $120-$180)\", rating: \"4.6\", address: \"\u6d77\u6ff1\u9053 123\u865f\", phone: \"+852 2797-3333\", highlight: \"\u5de5\u696d\u98a8\u88dd\u6f62\u642d\u914d\u7cbe\u7dfb\u6392\u9910\u8207\u7279\u8272\u5496\u5561\u3002\" },\n                            { name: \"Pasta & Co. \u7fa9\u9eb5\u5c4b\", price: \"$$ (\u4eba\u5747 $75-$115)\", rating: \"4.7\", address: \"\u958b\u6e90\u9053 79\u865f\", phone: \"+852 2797-4444\", highlight: \"\u624b\u5de5\u7fa9\u5927\u5229\u9eb5\u56bc\u52c1\u525b\u597d\uff0c\u5976\u6cb9\u677e\u9732\u91ac\u6fc3\u90c1\u3002\" },\n                            { name: \"Corner Cafe \u624b\u4f5c\u70d8\u7119\", price: \"$ (\u4eba\u5747 $55-$85)\", rating: \"4.5\", address: \"\u99ff\u696d\u91cc 6\u865f\", phone: \"+852 2797-5555\", highlight: \"\u65b0\u9bae\u51fa\u7210\u624b\u4f5c\u9165\u76ae\u86cb\u64bb\u8207\u7cbe\u7dfb\u4e09\u660e\u6cbb\u3002\" }\n                        ]\n                    },\n                    \"\u8475\u9752\u5340\": {\n                        chinese: [\n                            { name: \"\u8475\u6d8c\u5e73\u50f9\u8336\u9910\u5ef3\", price: \"$ (\u4eba\u5747 $45-$70)\", rating: \"4.6\", address: \"\u8475\u6d8c\u9053 100\u865f\", phone: \"+852 2420-1111\", highlight: \"\u7d93\u5178\u6e2f\u5f0f\u5e38\u9910\uff0c\u6ed1\u86cb\u725b\u8089\u98ef\u9999\u6fc3\u6ed1\u9806\u3002\" },\n                            { name: \"\u9752\u8863\u6d77\u9bae\u5c0f\u5eda\", price: \"$$ (\u4eba\u5747 $90-$140)\", rating: \"4.7\", address: \"\u9752\u8863\u57ce\u5546\u5834\", phone: \"+852 2495-2222\", highlight: \"\u907f\u98a8\u5858\u7092\u87f9\u8207\u6e05\u84b8\u9bae\u9b5a\uff0c\u6d77\u666f\u76f8\u4f34\u3002\" },\n                            { name: \"\u6e90\u8a18\u6f6e\u5f0f\u7c89\u9eb5\", price: \"$ (\u4eba\u5747 $40-$60)\", rating: \"4.6\", address: \"\u8475\u82b3\u6751\u5546\u5834\", phone: \"+852 2420-3333\", highlight: \"\u624b\u6253\u725b\u4e38\u5f48\u7259\u6709\u52c1\uff0c\u6e05\u751c\u6e6f\u982d\u5728\u5730\u6700\u611b\u3002\" },\n                            { name: \"\u65b0\u767c\u5e73\u50f9\u71d2\u81d8\u98ef\u5e97\", price: \"$ (\u4eba\u5747 $50-$75)\", rating: \"4.7\", address: \"\u5927\u7aa9\u53e3\u9053 50\u865f\", phone: \"+852 2420-4444\", highlight: \"\u871c\u6c41\u71d2\u8089\u76ae\u8106\u8089\u5ae9\uff0c\u6cb9\u96de\u98ef\u4efd\u91cf\u5341\u8db3\u3002\" },\n                            { name: \"\u8475\u8208\u5bb6\u5e38\u5c0f\u83dc\u9928\", price: \"$$ (\u4eba\u5747 $70-$100)\", rating: \"4.8\", address: \"\u8475\u8208\u8def 15\u865f\", phone: \"+852 2420-5555\", highlight: \"\u944a\u6c23\u5341\u8db3\u7684\u5ba2\u5bb6\u5c0f\u7092\u8207\u84b8\u8089\u9905\u98ef\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Kwai Chung \u6b50\u98a8\u9910\u9152\u9928\", price: \"$$ (\u4eba\u5747 $80-$120)\", rating: \"4.7\", address: \"\u8475\u82b3\u65b0\u90fd\u6703\u5ee3\u5834\", phone: \"+852 2489-1111\", highlight: \"\u7cbe\u7dfb\u7fa9\u5927\u5229\u624b\u5de5\u9eb5\u8207\u7cbe\u9078\u5496\u5561\u3002\" },\n                            { name: \"Tsing Yi Burger Spot\", price: \"$$ (\u4eba\u5747 $75-$110)\", rating: \"4.6\", address: \"\u9752\u8863\u57ce\u4e00\u671f\", phone: \"+852 2495-2222\", highlight: \"100%\u624b\u6253\u591a\u6c41\u725b\u8089\u5821\u8207\u91d1\u9ec3\u8106\u85af\u3002\" },\n                            { name: \"Italian Pizza \u7aaf\u70e4\u574a\", price: \"$$ (\u4eba\u5747 $90-$140)\", rating: \"4.7\", address: \"\u8475\u6d8c\u5ee3\u5834 2\u6a13\", phone: \"+852 2426-3333\", highlight: \"\u6b63\u5b97\u62ff\u5761\u91cc\u624b\u5de5\u62ab\u85a9\uff0c\u83ab\u672d\u745e\u62c9\u8d77\u53f8\u727d\u7d72\u3002\" },\n                            { name: \"Cafe de Kwai Chung \u65e9\u5348\u9910\", price: \"$$ (\u4eba\u5747 $75-$115)\", rating: \"4.8\", address: \"\u8475\u559c\u8857 8\u865f\", phone: \"+852 2426-4444\", highlight: \"\u6cd5\u5f0f\u73ed\u5c3c\u8fea\u514b\u86cb\u642d\u914d\u624b\u6c96\u62ff\u9435\u5496\u5561\u3002\" },\n                            { name: \"Bistro 20 \u6b50\u98a8\u8f15\u98df\", price: \"$$ (\u4eba\u5747 $85-$130)\", rating: \"4.6\", address: \"\u9752\u8863\u9752\u656c\u8def\", phone: \"+852 2495-5555\", highlight: \"\u7159\u71fb\u9bad\u9b5a\u65e9\u5348\u9910\u8207\u624b\u4f5c\u6cd5\u5f0f\u751c\u9ede\u3002\" }\n                        ]\n                    },\n                    \"\u8343\u7063\u5340\": {\n                        chinese: [\n                            { name: \"\u8343\u7063\u5e73\u50f9\u6f6e\u5dde\u7c89\u9eb5\", price: \"$ (\u4eba\u5747 $45-$65)\", rating: \"4.7\", address: \"\u773e\u5b89\u8857 50\u865f\", phone: \"+852 2493-1111\", highlight: \"\u624b\u6253\u725b\u4e38\u5f48\u7259\u591a\u6c41\uff0c\u725b\u8169\u6e6f\u982d\u6fc3\u90c1\u9bae\u751c\u3002\" },\n                            { name: \"\u65b0\u767c\u8a18\u71d2\u5473\u5c0f\u5eda\", price: \"$ (\u4eba\u5747 $50-$75)\", rating: \"4.6\", address: \"\u6c99\u5480\u9053 200\u865f\", phone: \"+852 2493-2222\", highlight: \"\u871c\u6c41\u53c9\u71d2\u80a5\u7626\u9069\u4e2d\uff0c\u6cb9\u96de\u98ef\u4efd\u91cf\u5341\u8db3\u3002\" },\n                            { name: \"\u5fb7\u8a18\u8001\u724c\u8336\u9910\u5ef3\", price: \"$ (\u4eba\u5747 $45-$70)\", rating: \"4.8\", address: \"\u5927\u6cb3\u9053 40\u865f\", phone: \"+852 2493-3333\", highlight: \"\u6ed1\u86cb\u725b\u8089\u98ef\u9999\u6fc3\u6ed1\u9806\uff0c\u7d72\u896a\u5976\u8336\u9999\u9187\u3002\" },\n                            { name: \"\u8343\u7063\u5bb6\u5e38\u5c0f\u83dc\u9928\", price: \"$$ (\u4eba\u5747 $75-$110)\", rating: \"4.7\", address: \"\u5ddd\u9f8d\u8857 15\u865f\", phone: \"+852 2493-4444\", highlight: \"\u944a\u6c23\u5341\u8db3\u7684\u6912\u9e7d\u9bae\u9b77\u8207\u5ba2\u5bb6\u5c0f\u7092\u3002\" },\n                            { name: \"\u6e90\u8a18\u5e73\u50f9\u96f2\u541e\u9eb5\", price: \"$ (\u4eba\u5747 $45-$65)\", rating: \"4.6\", address: \"\u8343\u660c\u4e2d\u5fc3\u5730\u8216\", phone: \"+852 2493-5555\", highlight: \"\u9bae\u8766\u96f2\u541e\u76ae\u8584\u9921\u591a\uff0c\u6e6f\u982d\u9bae\u751c\u6fc3\u90c1\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Tsuen Wan Bistro\", price: \"$$ (\u4eba\u5747 $80-$120)\", rating: \"4.8\", address: \"\u8343\u7063\u5ee3\u5834 3\u6a13\", phone: \"+852 2412-1111\", highlight: \"\u7cbe\u7dfb\u7fa9\u5927\u5229\u624b\u5de5\u9eb5\u8207\u62db\u724c\u63d0\u62c9\u7c73\u8607\u3002\" },\n                            { name: \"Burger Spot \u7f8e\u5f0f\u6f22\u5821\", price: \"$$ (\u4eba\u5747 $70-$110)\", rating: \"4.7\", address: \"\u6109\u666f\u65b0\u57ce\u5546\u5834\", phone: \"+852 2412-2222\", highlight: \"\u539a\u5207\u5b89\u683c\u65af\u725b\u8089\u6f22\u5821\uff0c\u8089\u6c41\u6eff\u6ea2\u8d85\u6eff\u8db3\u3002\" },\n                            { name: \"Italian Pizza \u7aaf\u70e4\u574a\", price: \"$$ (\u4eba\u5747 $90-$140)\", rating: \"4.6\", address: \"\u5927\u58e9\u8857 4-30\u865f\", phone: \"+852 2412-3333\", highlight: \"\u6b63\u5b97\u62ff\u5761\u91cc\u624b\u5de5\u62ab\u85a9\uff0c\u9905\u76ae\u9165\u8106\u5145\u6eff\u9ea5\u9999\u3002\" },\n                            { name: \"Cafe de Tsuen Wan \u8f15\u98df\u574a\", price: \"$$ (\u4eba\u5747 $75-$110)\", rating: \"4.7\", address: \"\u5357\u8c50\u7d17\u5ee0 1\u6a13\", phone: \"+852 2412-4444\", highlight: \"\u6587\u9752\u98a8\u683c\u624b\u4f5c\u5496\u5561\u8207\u7cbe\u7dfb\u6cd5\u5f0f\u4e09\u660e\u6cbb\u3002\" },\n                            { name: \"Steak Express \u5e73\u50f9\u725b\u6392\", price: \"$$ (\u4eba\u5747 $100-$150)\", rating: \"4.6\", address: \"\u773e\u5b89\u8857 68\u865f\", phone: \"+852 2412-5555\", highlight: \"\u9435\u677f\u725b\u6392\u8edf\u5ae9\u591a\u6c41\uff0c\u81ea\u52a9\u6c99\u62c9\u5427\u7121\u9650\u4f9b\u61c9\u3002\" }\n                        ]\n                    },\n                    \"\u5c6f\u9580\u5340\": {\n                        chinese: [\n                            { name: \"\u5c6f\u9580\u5e73\u50f9\u6d77\u9bae\u5c0f\u5eda\", price: \"$$ (\u4eba\u5747 $80-$130)\", rating: \"4.7\", address: \"\u4e09\u8056\u8857 2\u865f\", phone: \"+852 2450-1111\", highlight: \"\u65b0\u9bae\u6e05\u84b8\u6d77\u9bae\u8207\u907f\u98a8\u5858\u7092\u87f9\uff0c\u5728\u5730\u8001\u5b57\u865f\u3002\" },\n                            { name: \"\u65b0\u767c\u5e73\u50f9\u71d2\u81d8\u98ef\u5e97\", price: \"$ (\u4eba\u5747 $50-$75)\", rating: \"4.6\", address: \"\u5c6f\u9580\u9109\u4e8b\u6703\u8def\", phone: \"+852 2450-2222\", highlight: \"\u871c\u6c41\u53c9\u71d2\u8089\u8cea\u8edf\u5ae9\uff0c\u6cb9\u96de\u98ef\u4efd\u91cf\u5927\u5be6\u60e0\u3002\" },\n                            { name: \"\u6e90\u8a18\u6f6e\u5f0f\u7c89\u9eb5\", price: \"$ (\u4eba\u5747 $40-$60)\", rating: \"4.6\", address: \"\u5c6f\u9580\u5e02\u5ee3\u5834\", phone: \"+852 2450-3333\", highlight: \"\u624b\u6253\u725b\u4e38\u5f48\u7259\u6709\u52c1\uff0c\u6e05\u751c\u6e6f\u982d\u5728\u5730\u6700\u611b\u3002\" },\n                            { name: \"\u826f\u666f\u5bb6\u5e38\u5c0f\u83dc\u9928\", price: \"$$ (\u4eba\u5747 $70-$100)\", rating: \"4.7\", address: \"\u826f\u666f\u90a8\u5546\u5834\", phone: \"+852 2450-4444\", highlight: \"\u944a\u6c23\u5341\u8db3\u7684\u5ba2\u5bb6\u5c0f\u7092\u8207\u84b8\u8089\u9905\u98ef\u3002\" },\n                            { name: \"\u8774\u8776\u7063\u5e73\u50f9\u8336\u9910\u5ef3\", price: \"$ (\u4eba\u5747 $45-$70)\", rating: \"4.5\", address: \"\u8774\u8776\u90a8\u5546\u5834\", phone: \"+852 2450-5555\", highlight: \"\u7d93\u5178\u6e2f\u5f0f\u5e38\u9910\uff0c\u6ed1\u86cb\u725b\u8089\u98ef\u9999\u6fc3\u6ed1\u9806\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Tuen Mun \u6b50\u98a8\u9910\u9152\u9928\", price: \"$$ (\u4eba\u5747 $80-$120)\", rating: \"4.7\", address: \"\u5c6f\u9580\u5e02\u5ee3\u5834\u4e00\u671f\", phone: \"+852 2457-1111\", highlight: \"\u7cbe\u7dfb\u7fa9\u5927\u5229\u624b\u5de5\u9eb5\u8207\u7cbe\u9078\u5496\u5561\u3002\" },\n                            { name: \"Burger Spot \u7f8e\u5f0f\u6f22\u5821\", price: \"$$ (\u4eba\u5747 $75-$110)\", rating: \"4.6\", address: \"V City 1\u6a13\", phone: \"+852 2457-2222\", highlight: \"100%\u624b\u6253\u591a\u6c41\u725b\u8089\u5821\u8207\u91d1\u9ec3\u8106\u85af\u3002\" },\n                            { name: \"Italian Pizza \u7aaf\u70e4\u574a\", price: \"$$ (\u4eba\u5747 $90-$140)\", rating: \"4.7\", address: \"\u7f6e\u6a02\u82b1\u5712\u5546\u5834\", phone: \"+852 2457-3333\", highlight: \"\u6b63\u5b97\u62ff\u5761\u91cc\u624b\u5de5\u62ab\u85a9\uff0c\u83ab\u672d\u745e\u62c9\u8d77\u53f8\u727d\u7d72\u3002\" },\n                            { name: \"Cafe de Tuen Mun \u65e9\u5348\u9910\", price: \"$$ (\u4eba\u5747 $75-$115)\", rating: \"4.8\", address: \"\u6d77\u8da3\u574a\u5546\u5834\", phone: \"+852 2457-4444\", highlight: \"\u6cd5\u5f0f\u73ed\u5c3c\u8fea\u514b\u86cb\u642d\u914d\u624b\u6c96\u62ff\u9435\u5496\u5561\u3002\" },\n                            { name: \"Bistro 20 \u6b50\u98a8\u8f15\u98df\", price: \"$$ (\u4eba\u5747 $85-$130)\", rating: \"4.6\", address: \"\u5c6f\u9580\u78bc\u982d\u5ee3\u5834\", phone: \"+852 2457-5555\", highlight: \"\u7159\u71fb\u9bad\u9b5a\u65e9\u5348\u9910\u8207\u624b\u4f5c\u6cd5\u5f0f\u751c\u9ede\u3002\" }\n                        ]\n                    },\n                    \"\u5143\u6717\u5340\": {\n                        chinese: [\n                            { name: \"\u5143\u6717\u5e73\u50f9\u5927\u6392\u6a94\", price: \"$$ (\u4eba\u5747 $75-$120)\", rating: \"4.8\", address: \"\u5927\u68e0\u8def 20\u865f\", phone: \"+852 2476-1111\", highlight: \"\u944a\u6c23\u5341\u8db3\u7684\u907f\u98a8\u5858\u7092\u87f9\u8207\u6912\u9e7d\u9bae\u9b77\u3002\" },\n                            { name: \"\u597d\u9806\u8a18\u6f6e\u5f0f\u7c89\u9eb5\", price: \"$ (\u4eba\u5747 $45-$65)\", rating: \"4.7\", address: \"\u53c8\u65b0\u8857 35\u865f\", phone: \"+852 2476-2222\", highlight: \"\u624b\u6253\u725b\u4e38\u5f48\u7259\u591a\u6c41\uff0c\u725b\u8169\u6e6f\u982d\u6fc3\u90c1\u9bae\u751c\u3002\" },\n                            { name: \"\u65b0\u767c\u8a18\u71d2\u5473\u5c0f\u5eda\", price: \"$ (\u4eba\u5747 $50-$75)\", rating: \"4.6\", address: \"\u6559\u80b2\u8def 50\u865f\", phone: \"+852 2476-3333\", highlight: \"\u871c\u6c41\u53c9\u71d2\u80a5\u7626\u9069\u4e2d\uff0c\u6cb9\u96de\u98ef\u4efd\u91cf\u5341\u8db3\u3002\" },\n                            { name: \"\u6c38\u8a18\u5e73\u50f9\u96f2\u541e\u9eb5\", price: \"$ (\u4eba\u5747 $45-$65)\", rating: \"4.6\", address: \"\u5408\u76ca\u8def 10\u865f\", phone: \"+852 2476-4444\", highlight: \"\u9bae\u8766\u96f2\u541e\u76ae\u8584\u9921\u591a\uff0c\u6e6f\u982d\u9bae\u751c\u6fc3\u90c1\u3002\" },\n                            { name: \"\u5143\u6717\u5bb6\u5e38\u5c0f\u83dc\u9928\", price: \"$$ (\u4eba\u5747 $70-$100)\", rating: \"4.7\", address: \"\u897f\u83c1\u8857 12\u865f\", phone: \"+852 2476-5555\", highlight: \"\u62db\u724c\u5ba2\u5bb6\u9e79\u8c6c\u8089\uff0c\u5916\u76ae\u9165\u8106\u8d85\u4e0b\u98ef\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Yuen Long Bistro\", price: \"$$ (\u4eba\u5747 $80-$120)\", rating: \"4.8\", address: \"\u5143\u6717\u5f62\u9ede YOHO Mall\", phone: \"+852 2479-1111\", highlight: \"\u7cbe\u7dfb\u7fa9\u5927\u5229\u624b\u5de5\u9eb5\u8207\u62db\u724c\u63d0\u62c9\u7c73\u8607\u3002\" },\n                            { name: \"Burger Spot \u7f8e\u5f0f\u6f22\u5821\", price: \"$$ (\u4eba\u5747 $70-$110)\", rating: \"4.7\", address: \"\u9752\u5c71\u516c\u8def\u5143\u6717\u6bb5\", phone: \"+852 2479-2222\", highlight: \"\u539a\u5207\u5b89\u683c\u65af\u725b\u8089\u6f22\u5821\uff0c\u8089\u6c41\u6eff\u6ea2\u8d85\u6eff\u8db3\u3002\" },\n                            { name: \"Italian Pizza \u7aaf\u70e4\u574a\", price: \"$$ (\u4eba\u5747 $90-$140)\", rating: \"4.6\", address: \"\u9cf3\u6538\u5317\u8857 5\u865f\", phone: \"+852 2479-3333\", highlight: \"\u6b63\u5b97\u62ff\u5761\u91cc\u624b\u5de5\u62ab\u85a9\uff0c\u9905\u76ae\u9165\u8106\u5145\u6eff\u9ea5\u9999\u3002\" },\n                            { name: \"Cafe de Yuen Long \u8f15\u98df\u574a\", price: \"$$ (\u4eba\u5747 $75-$110)\", rating: \"4.7\", address: \"\u897f\u83c1\u8857 10\u865f\", phone: \"+852 2479-4444\", highlight: \"\u6587\u9752\u98a8\u683c\u624b\u4f5c\u5496\u5561\u8207\u7cbe\u7dfb\u6cd5\u5f0f\u4e09\u660e\u6cbb\u3002\" },\n                            { name: \"Steak Express \u5e73\u50f9\u725b\u6392\", price: \"$$ (\u4eba\u5747 $100-$150)\", rating: \"4.6\", address: \"\u5408\u76ca\u8def 88\u865f\", phone: \"+852 2479-5555\", highlight: \"\u9435\u677f\u725b\u6392\u8edf\u5ae9\u591a\u6c41\uff0c\u81ea\u52a9\u6c99\u62c9\u5427\u7121\u9650\u4f9b\u61c9\u3002\" }\n                        ]\n                    },\n                    \"\u5317\u5340\": {\n                        chinese: [\n                            { name: \"\u4e0a\u6c34\u5e73\u50f9\u8336\u9910\u5ef3\", price: \"$ (\u4eba\u5747 $45-$70)\", rating: \"4.6\", address: \"\u77f3\u6e56\u589f\u65b0\u6210\u8def\", phone: \"+852 2670-1111\", highlight: \"\u7d93\u5178\u6e2f\u5f0f\u5e38\u9910\uff0c\u6ed1\u86cb\u725b\u8089\u98ef\u9999\u6fc3\u6ed1\u9806\u3002\" },\n                            { name: \"\u7c89\u5dba\u6d77\u9bae\u5c0f\u5eda\", price: \"$$ (\u4eba\u5747 $85-$130)\", rating: \"4.7\", address: \"\u806f\u548c\u589f\u806f\u8208\u8857\", phone: \"+852 2675-2222\", highlight: \"\u907f\u98a8\u5858\u7092\u87f9\u8207\u6e05\u84b8\u9bae\u9b5a\uff0c\u5728\u5730\u9ad8\u4eba\u6c23\u3002\" },\n                            { name: \"\u6e90\u8a18\u6f6e\u5f0f\u7c89\u9eb5\", price: \"$ (\u4eba\u5747 $40-$60)\", rating: \"4.6\", address: \"\u4e0a\u6c34\u5ee3\u5834\u5546\u5834\", phone: \"+852 2670-3333\", highlight: \"\u624b\u6253\u725b\u4e38\u5f48\u7259\u6709\u52c1\uff0c\u6e05\u751c\u6e6f\u982d\u5728\u5730\u6700\u611b\u3002\" },\n                            { name: \"\u65b0\u767c\u5e73\u50f9\u71d2\u81d8\u98ef\u5e97\", price: \"$ (\u4eba\u5747 $50-$75)\", rating: \"4.7\", address: \"\u7c89\u5dba\u540d\u90fd\u5546\u5834\", phone: \"+852 2675-4444\", highlight: \"\u871c\u6c41\u71d2\u8089\u76ae\u8106\u8089\u5ae9\uff0c\u6cb9\u96de\u98ef\u4efd\u91cf\u5341\u8db3\u3002\" },\n                            { name: \"\u6c99\u982d\u89d2\u5bb6\u5e38\u5c0f\u83dc\u9928\", price: \"$$ (\u4eba\u5747 $70-$100)\", rating: \"4.8\", address: \"\u6c99\u982d\u89d2\u516c\u8def\", phone: \"+852 2670-5555\", highlight: \"\u944a\u6c23\u5341\u8db3\u7684\u5ba2\u5bb6\u5c0f\u7092\u8207\u84b8\u8089\u9905\u98ef\u3002\" }\n                        ],\n                        western: [\n                            { name: \"North District \u6b50\u98a8\u9910\u9152\u9928\", price: \"$$ (\u4eba\u5747 $80-$120)\", rating: \"4.7\", address: \"\u4e0a\u6c34\u4e2d\u5fc3\u5546\u5834\", phone: \"+852 2679-1111\", highlight: \"\u7cbe\u7dfb\u7fa9\u5927\u5229\u624b\u5de5\u9eb5\u8207\u7cbe\u9078\u5496\u5561\u3002\" },\n                            { name: \"Fanling Burger Spot\", price: \"$$ (\u4eba\u5747 $75-$110)\", rating: \"4.6\", address: \"\u7c89\u5dba\u4e2d\u5fc3\u5546\u5834\", phone: \"+852 2675-2222\", highlight: \"100%\u624b\u6253\u591a\u6c41\u725b\u8089\u5821\u8207\u91d1\u9ec3\u8106\u85af\u3002\" },\n                            { name: \"Italian Pizza \u7aaf\u70e4\u574a\", price: \"$$ (\u4eba\u5747 $90-$140)\", rating: \"4.7\", address: \"\u77f3\u6e56\u589f\u7b26\u8208\u8857\", phone: \"+852 2670-3333\", highlight: \"\u6b63\u5b97\u62ff\u5761\u91cc\u624b\u5de5\u62ab\u85a9\uff0c\u83ab\u672d\u745e\u62c9\u8d77\u53f8\u727d\u7d72\u3002\" },\n                            { name: \"Cafe de North \u65e9\u5348\u9910\", price: \"$$ (\u4eba\u5747 $75-$115)\", rating: \"4.8\", address: \"\u4e0a\u6c34\u9f8d\u741b\u8def\", phone: \"+852 2679-4444\", highlight: \"\u6cd5\u5f0f\u73ed\u5c3c\u8fea\u514b\u86cb\u642d\u914d\u624b\u6c96\u62ff\u9435\u5496\u5561\u3002\" },\n                            { name: \"Bistro 20 \u6b50\u98a8\u8f15\u98df\", price: \"$$ (\u4eba\u5747 $85-$130)\", rating: \"4.6\", address: \"\u806f\u548c\u589f\u548c\u6eff\u8857\", phone: \"+852 2675-5555\", highlight: \"\u7159\u71fb\u9bad\u9b5a\u65e9\u5348\u9910\u8207\u624b\u4f5c\u6cd5\u5f0f\u751c\u9ede\u3002\" }\n                        ]\n                    },\n                    \"\u5927\u57d4\u5340\": {\n                        chinese: [\n                            { name: \"\u5927\u57d4\u5e73\u50f9\u6f6e\u5dde\u7c89\u9eb5\", price: \"$ (\u4eba\u5747 $45-$65)\", rating: \"4.7\", address: \"\u5ee3\u798f\u9053 50\u865f\", phone: \"+852 2656-1111\", highlight: \"\u624b\u6253\u725b\u4e38\u5f48\u7259\u591a\u6c41\uff0c\u725b\u8169\u6e6f\u982d\u6fc3\u90c1\u9bae\u751c\u3002\" },\n                            { name: \"\u65b0\u767c\u8a18\u71d2\u5473\u5c0f\u5eda\", price: \"$ (\u4eba\u5747 $50-$75)\", rating: \"4.6\", address: \"\u5bf6\u9109\u8857 100\u865f\", phone: \"+852 2656-2222\", highlight: \"\u871c\u6c41\u53c9\u71d2\u80a5\u7626\u9069\u4e2d\uff0c\u6cb9\u96de\u98ef\u4efd\u91cf\u5341\u8db3\u3002\" },\n                            { name: \"\u5927\u57d4\u589f\u8857\u5e02\u5e73\u50f9\u719f\u98df\", price: \"$ (\u4eba\u5747 $45-$75)\", rating: \"4.8\", address: \"\u5927\u57d4\u589f\u8857\u5e02 2\u6a13\", phone: \"+852 2656-3333\", highlight: \"\u944a\u6c23\u5341\u8db3\u7684\u6912\u9e7d\u9bae\u9b77\u8207\u6ed1\u86cb\u8766\u4ec1\u98ef\u3002\" },\n                            { name: \"\u6e90\u8a18\u5e73\u50f9\u96f2\u541e\u9eb5\", price: \"$ (\u4eba\u5747 $45-$65)\", rating: \"4.6\", address: \"\u5b89\u6148\u8def 3\u865f\", phone: \"+852 2656-4444\", highlight: \"\u9bae\u8766\u96f2\u541e\u76ae\u8584\u9921\u591a\uff0c\u6e6f\u982d\u9bae\u751c\u6fc3\u90c1\u3002\" },\n                            { name: \"\u5927\u57d4\u5bb6\u5e38\u5c0f\u83dc\u9928\", price: \"$$ (\u4eba\u5747 $70-$100)\", rating: \"4.7\", address: \"\u6c40\u89d2\u8def 20\u865f\", phone: \"+852 2656-5555\", highlight: \"\u62db\u724c\u5ba2\u5bb6\u9e79\u8c6c\u8089\uff0c\u5916\u76ae\u9165\u8106\u8d85\u4e0b\u98ef\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Tai Po Bistro\", price: \"$$ (\u4eba\u5747 $80-$120)\", rating: \"4.8\", address: \"\u5927\u57d4\u8d85\u7d1a\u57ce\", phone: \"+852 2665-1111\", highlight: \"\u7cbe\u7dfb\u7fa9\u5927\u5229\u624b\u5de5\u9eb5\u8207\u62db\u724c\u63d0\u62c9\u7c73\u8607\u3002\" },\n                            { name: \"Burger Spot \u7f8e\u5f0f\u6f22\u5821\", price: \"$$ (\u4eba\u5747 $70-$110)\", rating: \"4.7\", address: \"\u5927\u57d4\u4e2d\u5fc3\u5546\u5834\", phone: \"+852 2665-2222\", highlight: \"\u539a\u5207\u5b89\u683c\u65af\u725b\u8089\u6f22\u5821\uff0c\u8089\u6c41\u6eff\u6ea2\u8d85\u6eff\u8db3\u3002\" },\n                            { name: \"Italian Pizza \u7aaf\u70e4\u574a\", price: \"$$ (\u4eba\u5747 $90-$140)\", rating: \"4.6\", address: \"\u5bf6\u6e56\u82b1\u5712\u5546\u5834\", phone: \"+852 2665-3333\", highlight: \"\u6b63\u5b97\u62ff\u5761\u91cc\u624b\u5de5\u62ab\u85a9\uff0c\u9905\u76ae\u9165\u8106\u5145\u6eff\u9ea5\u9999\u3002\" },\n                            { name: \"Cafe de Tai Po \u8f15\u98df\u574a\", price: \"$$ (\u4eba\u5747 $75-$110)\", rating: \"4.7\", address: \"\u5927\u57d4\u6d77\u6ff1\u516c\u5712\u65c1\", phone: \"+852 2665-4444\", highlight: \"\u6587\u9752\u98a8\u683c\u624b\u4f5c\u5496\u5561\u8207\u7cbe\u7dfb\u6cd5\u5f0f\u4e09\u660e\u6cbb\u3002\" },\n                            { name: \"Steak Express \u5e73\u50f9\u725b\u6392\", price: \"$$ (\u4eba\u5747 $100-$150)\", rating: \"4.6\", address: \"\u5357\u904b\u8def 9\u865f\", phone: \"+852 2665-5555\", highlight: \"\u9435\u677f\u725b\u6392\u8edf\u5ae9\u591a\u6c41\uff0c\u81ea\u52a9\u6c99\u62c9\u5427\u7121\u9650\u4f9b\u61c9\u3002\" }\n                        ]\n                    },\n                    \"\u6c99\u7530\u5340\": {\n                        chinese: [\n                            { name: \"\u6c99\u7530\u5e73\u50f9\u9ede\u5fc3\u574a\", price: \"$ (\u4eba\u5747 $50-$80)\", rating: \"4.7\", address: \"\u6c99\u7530\u6b63\u8857 18\u865f\u65b0\u57ce\u5e02\u5ee3\u5834\", phone: \"+852 2691-1111\", highlight: \"\u9bae\u8766\u9903\u7687\u76ae\u8584\u9921\u6eff\uff0c\u84b8\u6392\u9aa8\u8edf\u5ae9\u5165\u5473\u3002\" },\n                            { name: \"\u65b0\u7fe0\u8a18\u5e73\u50f9\u71d2\u81d8\", price: \"$ (\u4eba\u5747 $45-$70)\", rating: \"4.6\", address: \"\u5927\u570d\u6751\u5357\u9053 45\u865f\", phone: \"+852 2691-2222\", highlight: \"\u871c\u6c41\u71d2\u8089\u76ae\u8106\u8089\u5ae9\uff0c\u6cb9\u96de\u98ef\u4efd\u91cf\u5341\u8db3\u3002\" },\n                            { name: \"\u6e90\u8a18\u6f6e\u5f0f\u7c89\u9eb5\", price: \"$ (\u4eba\u5747 $40-$60)\", rating: \"4.7\", address: \"\u6c99\u7530\u4e2d\u5fc3 3\u968e\", phone: \"+852 2691-3333\", highlight: \"\u624b\u6253\u725b\u4e38\u5f48\u7259\u6709\u52c1\uff0c\u6e05\u751c\u6e6f\u982d\u5728\u5730\u6700\u611b\u3002\" },\n                            { name: \"\u597d\u904b\u71d2\u5473\u5c0f\u5eda\", price: \"$$ (\u4eba\u5747 $70-$100)\", rating: \"4.8\", address: \"\u597d\u904b\u4e2d\u5fc3\u5730\u8216\", phone: \"+852 2691-4444\", highlight: \"\u944a\u6c23\u5341\u8db3\u7684\u5ba2\u5bb6\u5c0f\u7092\u8207\u907f\u98a8\u5858\u7092\u8766\u3002\" },\n                            { name: \"\u6c99\u7530\u5bb6\u5e38\u5c0f\u83dc\u9928\", price: \"$$ (\u4eba\u5747 $75-$110)\", rating: \"4.6\", address: \"\u701d\u6e90\u90a8\u5546\u5834\", phone: \"+852 2691-5555\", highlight: \"\u62db\u724c\u863f\u8514\u7cd5\u8207\u5bb6\u5e38\u84b8\u8089\u9905\uff0c\u61f7\u820a\u597d\u6ecb\u5473\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Shatin \u7fa9\u9eb5\u5c4b\", price: \"$$ (\u4eba\u5747 $80-$120)\", rating: \"4.7\", address: \"\u6c99\u7530\u6b63\u8857 2-8\u865f\", phone: \"+852 2606-1111\", highlight: \"\u660e\u592a\u5b50\u9bae\u8766\u6241\u610f\u7c89\uff0c\u91ac\u6c41\u6fc3\u90c1\u5f48\u7259\u3002\" },\n                            { name: \"Burger & Co. \u7f8e\u5f0f\u6f22\u5821\", price: \"$$ (\u4eba\u5747 $75-$115)\", rating: \"4.6\", address: \"\u65b0\u57ce\u5e02\u5ee3\u5834\u4e00\u671f\", phone: \"+852 2606-2222\", highlight: \"100%\u624b\u6253\u591a\u6c41\u725b\u8089\u6392\uff0c\u7f8e\u5f0f\u5927\u4efd\u91cf\u3002\" },\n                            { name: \"Italian Pizza \u7aaf\u70e4\u574a\", price: \"$$ (\u4eba\u5747 $90-$140)\", rating: \"4.8\", address: \"\u6c99\u7530\u5ee3\u5834 4\u865f\", phone: \"+852 2606-3333\", highlight: \"\u6b63\u5b97\u62ff\u5761\u91cc\u624b\u5de5\u62ab\u85a9\uff0c\u83ab\u672d\u745e\u62c9\u8d77\u53f8\u727d\u7d72\u3002\" },\n                            { name: \"Cafe de Shatin \u65e9\u5348\u9910\", price: \"$$ (\u4eba\u5747 $85-$130)\", rating: \"4.7\", address: \"\u5e0c\u723e\u9813\u4e2d\u5fc3 3\u6a13\", phone: \"+852 2606-4444\", highlight: \"\u6cd5\u5f0f\u73ed\u5c3c\u8fea\u514b\u86cb\u642d\u914d\u624b\u6c96\u62ff\u9435\uff0c\u8212\u9069\u7a7a\u9593\u3002\" },\n                            { name: \"Bistro 88 \u6b50\u98a8\u9910\u9152\u9928\", price: \"$$$ (\u4eba\u5747 $140-$220)\", rating: \"4.8\", address: \"\u9e97\u8c6a\u9152\u5e97\u65c1\", phone: \"+852 2606-5555\", highlight: \"\u7cbe\u7dfb\u6392\u9910\u8207\u7cbe\u9078\u7d05\u767d\u9152\uff0c\u6cb3\u666f\u512a\u7f8e\u3002\" }\n                        ]\n                    },\n                    \"\u897f\u8ca2\u5340\": {\n                        chinese: [\n                            { name: \"\u897f\u8ca2\u6d77\u9bae\u5168\u5305\u5bb4\", price: \"$$$ (\u4eba\u5747 $150-$250)\", rating: \"4.9\", address: \"\u897f\u8ca2\u6d77\u508d\u8857 20\u865f\", phone: \"+852 2792-1111\", highlight: \"\u73fe\u6488\u6d3b\u6d77\u9bae\u6e05\u84b8\u8207\u907f\u98a8\u5858\u7092\u87f9\uff0c\u6d77\u666f\u7b2c\u4e00\u6392\u3002\" },\n                            { name: \"\u5c07\u8ecd\u6fb3\u5e73\u50f9\u8336\u9910\u5ef3\", price: \"$ (\u4eba\u5747 $45-$70)\", rating: \"4.6\", address: \"\u5c07\u8ecd\u6fb3\u5751\u53e3\u6751\", phone: \"+852 2623-2222\", highlight: \"\u7d93\u5178\u6e2f\u5f0f\u5e38\u9910\uff0c\u6ed1\u86cb\u725b\u8089\u98ef\u9999\u6fc3\u6ed1\u9806\u3002\" },\n                            { name: \"\u6e90\u8a18\u6f6e\u5f0f\u7c89\u9eb5\", price: \"$ (\u4eba\u5747 $40-$60)\", rating: \"4.6\", address: \"\u5bf6\u7433\u65b0\u90fd\u57ce\u4e2d\u5fc3\", phone: \"+852 2792-3333\", highlight: \"\u624b\u6253\u725b\u4e38\u5f48\u7259\u6709\u52c1\uff0c\u6e05\u751c\u6e6f\u982d\u5728\u5730\u6700\u611b\u3002\" },\n                            { name: \"\u897f\u8ca2\u5bb6\u5e38\u5c0f\u83dc\u9928\", price: \"$$ (\u4eba\u5747 $75-$110)\", rating: \"4.7\", address: \"\u897f\u8ca2\u5927\u8857 15\u865f\", phone: \"+852 2792-4444\", highlight: \"\u944a\u6c23\u5341\u8db3\u7684\u6912\u9e7d\u9bae\u9b77\u8207\u5ba2\u5bb6\u5c0f\u7092\u3002\" },\n                            { name: \"\u65b0\u767c\u5e73\u50f9\u71d2\u81d8\u98ef\u5e97\", price: \"$ (\u4eba\u5747 $50-$75)\", rating: \"4.7\", address: \"\u5c07\u8ecd\u6fb3\u5c1a\u5fb7\u5546\u5834\", phone: \"+852 2623-5555\", highlight: \"\u871c\u6c41\u71d2\u8089\u76ae\u8106\u8089\u5ae9\uff0c\u6cb9\u96de\u98ef\u4efd\u91cf\u5341\u8db3\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Sai Kung \u666f\u89c0\u9910\u9152\u9928\", price: \"$$$ (\u4eba\u5747 $140-$220)\", rating: \"4.9\", address: \"\u897f\u8ca2\u6d77\u508d\u5ee3\u5834\", phone: \"+852 2792-8888\", highlight: \"\u6d6a\u6f2b\u6d77\u666f\u9732\u53f0\uff0c\u4eab\u7528\u7cbe\u7dfb\u6392\u9910\u8207\u7279\u8272\u8abf\u9152\u3002\" },\n                            { name: \"Tseung Kwan O Bistro\", price: \"$$ (\u4eba\u5747 $80-$120)\", rating: \"4.7\", address: \"\u5c07\u8ecd\u6fb3 PopCorn\", phone: \"+852 2623-1111\", highlight: \"\u7cbe\u7dfb\u7fa9\u5927\u5229\u624b\u5de5\u9eb5\u8207\u62db\u724c\u63d0\u62c9\u7c73\u8607\u3002\" },\n                            { name: \"Italian Pizza \u7aaf\u70e4\u574a\", price: \"$$ (\u4eba\u5747 $90-$140)\", rating: \"4.7\", address: \"\u897f\u8ca2\u5e02\u5834\u8857 8\u865f\", phone: \"+852 2792-2222\", highlight: \"\u6b63\u5b97\u62ff\u5761\u91cc\u624b\u5de5\u62ab\u85a9\uff0c\u83ab\u672d\u745e\u62c9\u8d77\u53f8\u727d\u7d72\u3002\" },\n                            { name: \"Cafe de Sai Kung \u65e9\u5348\u9910\", price: \"$$ (\u4eba\u5747 $85-$130)\", rating: \"4.8\", address: \"\u897f\u8ca2\u89aa\u6c11\u8857\", phone: \"+852 2792-3333\", highlight: \"\u6cd5\u5f0f\u73ed\u5c3c\u8fea\u514b\u86cb\u642d\u914d\u624b\u6c96\u62ff\u9435\u5496\u5561\u3002\" },\n                            { name: \"Burger Spot \u7f8e\u5f0f\u6f22\u5821\", price: \"$$ (\u4eba\u5747 $75-$110)\", rating: \"4.7\", address: \"\u5c07\u8ecd\u6fb3\u6771\u6e2f\u57ce\", phone: \"+852 2623-4444\", highlight: \"100%\u624b\u6253\u591a\u6c41\u725b\u8089\u5821\u8207\u91d1\u9ec3\u8106\u85af\u3002\" }\n                        ]\n                    },\n                    \"\u96e2\u5cf6\u5340\": {\n                        chinese: [\n                            { name: \"\u9577\u6d32\u5e73\u50f9\u6d77\u9bae\u5c0f\u5eda\", price: \"$$ (\u4eba\u5747 $90-$140)\", rating: \"4.8\", address: \"\u9577\u6d32\u6d77\u508d\u8857 50\u865f\", phone: \"+852 2981-1111\", highlight: \"\u65b0\u9bae\u6e05\u84b8\u6d77\u9bae\u8207\u5927\u9b5a\u86cb\uff0c\u5ea6\u5047\u98a8\u60c5\u6fc3\u539a\u3002\" },\n                            { name: \"\u6885\u7aa9\u5e73\u50f9\u8336\u9910\u5ef3\", price: \"$ (\u4eba\u5747 $45-$70)\", rating: \"4.6\", address: \"\u6885\u7aa9\u78bc\u982d\u8def\", phone: \"+852 2984-2222\", highlight: \"\u7d93\u5178\u6e2f\u5f0f\u5e38\u9910\uff0c\u6ed1\u86cb\u725b\u8089\u98ef\u9999\u6fc3\u6ed1\u9806\u3002\" },\n                            { name: \"\u5927\u6fb3\u6d77\u9bae\u5c0f\u5eda\", price: \"$$ (\u4eba\u5747 $85-$130)\", rating: \"4.7\", address: \"\u5927\u6fb3\u5409\u6176\u8857\", phone: \"+852 2985-3333\", highlight: \"\u9e79\u9b5a\u84b8\u8089\u9905\u8207\u65b0\u9bae\u6d77\u9bae\uff0c\u6c34\u9109\u61f7\u820a\u98a8\u5473\u3002\" },\n                            { name: \"\u6771\u6d8c\u5e73\u50f9\u71d2\u81d8\u98ef\u5e97\", price: \"$ (\u4eba\u5747 $50-$75)\", rating: \"4.6\", address: \"\u6771\u6d8c\u5bcc\u6771\u5546\u5834\", phone: \"+852 2109-4444\", highlight: \"\u871c\u6c41\u71d2\u8089\u76ae\u8106\u8089\u5ae9\uff0c\u6cb9\u96de\u98ef\u4efd\u91cf\u5341\u8db3\u3002\" },\n                            { name: \"\u6109\u666f\u7063\u5bb6\u5e38\u5c0f\u83dc\u9928\", price: \"$$ (\u4eba\u5747 $80-$120)\", rating: \"4.7\", address: \"\u6109\u666f\u7063\u5ee3\u5834\", phone: \"+852 2987-5555\", highlight: \"\u944a\u6c23\u5341\u8db3\u7684\u5ba2\u5bb6\u5c0f\u7092\u8207\u907f\u98a8\u5858\u7092\u8766\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Discovery Bay Bistro\", price: \"$$ (\u4eba\u5747 $100-$160)\", rating: \"4.8\", address: \"\u6109\u666f\u7063\u6d77\u6ff1\u9577\u5eca\", phone: \"+852 2987-1111\", highlight: \"\u6d6a\u6f2b\u6d77\u666f\u9732\u53f0\u5ea7\u4f4d\uff0c\u4eab\u7528\u7aaf\u70e4\u62ab\u85a9\u8207\u8abf\u9152\u3002\" },\n                            { name: \"Tung Chung Cafe \u8f15\u98df\u574a\", price: \"$$ (\u4eba\u5747 $80-$120)\", rating: \"4.7\", address: \"\u6771\u6d8c\u6771\u8588\u57ce\", phone: \"+852 2109-2222\", highlight: \"\u7cbe\u54c1\u624b\u6c96\u5496\u5561\u642d\u914d\u7159\u71fb\u9bad\u9b5a\u65e9\u5348\u9910\u3002\" },\n                            { name: \"Cheung Chau Italian Pizza\", price: \"$$ (\u4eba\u5747 $90-$140)\", rating: \"4.6\", address: \"\u9577\u6d32\u5317\u7063\u8def\", phone: \"+852 2981-3333\", highlight: \"\u6b63\u5b97\u62ff\u5761\u91cc\u624b\u5de5\u62ab\u85a9\uff0c\u6d77\u98a8\u4f34\u96a8\u8d77\u53f8\u9999\u6c23\u3002\" },\n                            { name: \"Lantau \u666f\u89c0\u9910\u5ef3\", price: \"$$$ (\u4eba\u5747 $150-$250)\", rating: \"4.9\", address: \"\u5927\u5dbc\u5c71\u6602\u576a\u5e02\u96c6\", phone: \"+852 2985-4444\", highlight: \"\u7cbe\u7dfb\u6b50\u98a8\u6392\u9910\u8207\u7279\u8272\u8abf\u9152\uff0c\u5c71\u666f\u512a\u7f8e\u3002\" },\n                            { name: \"Mui Wo Burger Spot\", price: \"$$ (\u4eba\u5747 $75-$110)\", rating: \"4.7\", address: \"\u6885\u7aa9\u9280\u7926\u7063\u8def\", phone: \"+852 2984-5555\", highlight: \"100%\u624b\u6253\u591a\u6c41\u725b\u8089\u5821\u8207\u91d1\u9ec3\u8106\u85af\u3002\" }\n                        ]\n                    }\n                }\n            },\n            \"\u6df1\u5733\": {\n                districts: [\"\u798f\u7530\u5340\", \"\u7f85\u6e56\u5340\", \"\u5357\u5c71\u5340\", \"\u5bf6\u5b89\u5340\", \"\u9f8d\u83ef\u5340\"],\n                data: {\n                    \"\u798f\u7530\u5340\": {\n                        chinese: [\n                            { name: \"\u5df4\u8700\u98a8\u624b\u5de5\u5ddd\u83dc\", price: \"$$ (\u4eba\u5747 \u00a580-120)\", rating: \"4.8\", address: \"\u798f\u83ef\u4e09\u8def\u661f\u6cb3COCO Park\", phone: \"+86 755 8203 1111\", highlight: \"\u6b63\u5b97\u6c34\u716e\u9b5a\u8207\u9ebb\u5a46\u8c46\u8150\uff0c\u9ebb\u8fa3\u9bae\u9999\u597d\u6ecb\u5473\u3002\" },\n                            { name: \"\u70b3\u52dd\u54c1\u5473\u7cb5\u83dc\", price: \"$$$ (\u4eba\u5747 \u00a5150-250)\", rating: \"4.9\", address: \"\u6df1\u5357\u5927\u9053\u4e2d\u822a\u57ce\", phone: \"+86 755 8328 2222\", highlight: \"\u62db\u724c\u539f\u6c41\u539f\u5473\u53c9\u71d2\u8207\u9b5a\u751f\uff0c\u7cb5\u83dc\u7cbe\u7dfb\u4ee3\u8868\u3002\" },\n                            { name: \"\u56db\u5b63\u6930\u5b50\u96de\", price: \"$$ (\u4eba\u5747 \u00a590-130)\", rating: \"4.8\", address: \"\u798f\u7530\u8857\u9053\u5353\u8d8aINTOWN\", phone: \"+86 755 8333 3333\", highlight: \"\u6930\u6c41\u6e05\u751c\u642d\u914d\u6587\u660c\u96de\uff0c\u8089\u8cea\u6ed1\u5ae9\u6e6f\u982d\u6e05\u723d\u3002\" },\n                            { name: \"\u4e39\u6842\u8ed2\u7d93\u5178\u65e9\u8336\", price: \"$$ (\u4eba\u5747 \u00a590-140)\", rating: \"4.7\", address: \"\u6df1\u5357\u5927\u9053\u9999\u683c\u91cc\u62c9\u5927\u9152\u5e97\", phone: \"+86 755 8396 1111\", highlight: \"\u8766\u9903\u7687\u76ae\u8584\u9921\u591a\uff0c\u50b3\u7d71\u7cb5\u5f0f\u9ede\u5fc3\u7cbe\u7dfb\u7f8e\u5473\u3002\" },\n                            { name: \"\u516b\u5408\u91cc\u725b\u8089\u706b\u934b\", price: \"$$ (\u4eba\u5747 \u00a590-130)\", rating: \"4.9\", address: \"\u798f\u83ef\u4e09\u8def\u7687\u5ead\u5ee3\u5834\", phone: \"+86 755 8358 1111\", highlight: \"\u6bcf\u65e5\u65b0\u9bae\u73fe\u5207\u725b\u8089\uff0c\u540a\u9f8d\u4f34\u8207\u5319\u67c4\u8089\u8cea\u6975\u4f73\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Paletto \u7fa9\u5927\u5229\u9910\u5ef3\", price: \"$$$ (\u4eba\u5747 \u00a5300-500)\", rating: \"4.9\", address: \"\u798f\u7530\u4e2d\u5fc3\u5340\u76ca\u7530\u8def\", phone: \"+86 755 8828 4444\", highlight: \"\u9802\u7d1a\u624b\u5de5\u7fa9\u5927\u5229\u9eb5\u8207\u9053\u5730\u7fa9\u5f0f\u7aaf\u70e4\u62ab\u85a9\u3002\" },\n                            { name: \"Craft Head \u7f8e\u5f0f\u7cbe\u91c0\u9910\u9152\u9928\", price: \"$$ (\u4eba\u5747 \u00a5120-200)\", rating: \"4.7\", address: \"\u798f\u83ef\u4e00\u8def\u8cfc\u7269\u516c\u5712\", phone: \"+86 755 8203 5555\", highlight: \"\u591a\u6c41\u624b\u6253\u5b89\u683c\u65af\u6f22\u5821\u8207\u8c50\u5bcc\u81ea\u91c0\u7cbe\u91c0\u5564\u9152\u3002\" },\n                            { name: \"Bistro 33 \u6b50\u98a8\u9910\u9152\u9928\", price: \"$$ (\u4eba\u5747 \u00a5110-170)\", rating: \"4.8\", address: \"\u91d1\u7530\u8def\u7687\u5d17\u5546\u52d9\u4e2d\u5fc3\", phone: \"+86 755 8388 2222\", highlight: \"\u7cbe\u7dfb\u6cd5\u5f0f\u7d05\u9152\u71c9\u725b\u8089\u8207\u7159\u71fb\u9bad\u9b5a\u6c99\u62c9\u3002\" },\n                            { name: \"Pizza Marzano \u7aaf\u70e4\u574a\", price: \"$$ (\u4eba\u5747 \u00a590-140)\", rating: \"4.6\", address: \"\u798f\u83ef\u4e09\u8def\u661f\u6cb3COCO Park\", phone: \"+86 755 8203 3333\", highlight: \"\u6b63\u5b97\u62ff\u5761\u91cc\u624b\u5de5\u62ab\u85a9\uff0c\u8d77\u53f8\u6fc3\u90c1\u727d\u7d72\u3002\" },\n                            { name: \"Rotterdamer \u5564\u9152\u574a\", price: \"$$ (\u4eba\u5747 \u00a5100-160)\", rating: \"4.7\", address: \"\u6c11\u7530\u8def\u65b0\u83ef\u4fdd\u96aa\u5927\u5ec8\", phone: \"+86 755 8288 5555\", highlight: \"\u9999\u8106\u5fb7\u5f0f\u8c6c\u8173\u642d\u914d\u591a\u6b3e\u9032\u53e3\u7cbe\u91c0\u751f\u5564\u3002\" }\n                        ]\n                    },\n                    \"\u7f85\u6e56\u5340\": {\n                        chinese: [\n                            { name: \"\u4e39\u6842\u8ed2\u7cbe\u7dfb\u7cb5\u83dc\", price: \"$$ (\u4eba\u5747 \u00a5100-160)\", rating: \"4.7\", address: \"\u5bf6\u5b89\u5357\u8def\u83ef\u6a02\u5927\u5ec8\", phone: \"+86 755 2588 1111\", highlight: \"\u7d93\u5178\u65e9\u8336\u9ede\u5fc3\u8207\u4e73\u8c6c\u62fc\u76e4\uff0c\u8001\u6df1\u5733\u6700\u611b\u3002\" },\n                            { name: \"\u9cf3\u51f0\u6a13\u8001\u5b57\u865f\u8336\u6a13\", price: \"$$ (\u4eba\u5747 \u00a580-120)\", rating: \"4.8\", address: \"\u6df1\u5357\u6771\u8def\u6771\u9580\", phone: \"+86 755 8222 2222\", highlight: \"\u50b3\u7d71\u63a8\u8eca\u5f0f\u9ede\u5fc3\uff0c\u8766\u9903\u7687\u8207\u6d41\u6c99\u5305\u5fc5\u9ede\u3002\" },\n                            { name: \"\u516b\u5408\u91cc\u725b\u8089\u706b\u934b\", price: \"$$ (\u4eba\u5747 \u00a590-130)\", rating: \"4.9\", address: \"\u4eba\u6c11\u5357\u8def\u91d1\u5149\u83ef\u5ee3\u5834\", phone: \"+86 755 8261 3333\", highlight: \"\u73fe\u5207\u9bae\u725b\u8089\uff0c\u540a\u9f8d\u4f34\u8207\u5319\u67c4\u8089\u8cea\u6975\u4f73\u3002\" },\n                            { name: \"\u9762\u9ede\u738b\u5e73\u50f9\u4e2d\u5f0f\u5feb\u9910\", price: \"$ (\u4eba\u5747 \u00a535-60)\", rating: \"4.6\", address: \"\u6771\u9580\u4e2d\u8def\u6b65\u884c\u8857\", phone: \"+86 755 8218 4444\", highlight: \"\u624b\u5de5\u725b\u8089\u62c9\u9eb5\u8207\u9bae\u8089\u5305\u5b50\uff0c\u7d93\u6fdf\u5be6\u60e0\u3002\" },\n                            { name: \"\u52dd\u8a18\u6d77\u9bae\u9152\u5bb6\", price: \"$$ (\u4eba\u5747 \u00a5110-180)\", rating: \"4.8\", address: \"\u5bf6\u5b89\u5357\u8def\u842c\u8c61\u57ce\u65c1\", phone: \"+86 755 8248 5555\", highlight: \"\u767d\u707c\u6d77\u751f\u8766\u8207\u6e05\u84b8\u6d3b\u9b5a\uff0c\u9bae\u751c\u7121\u6bd4\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Luohu Bistro \u6b50\u98a8\u9910\u9152\u9928\", price: \"$$ (\u4eba\u5747 \u00a5110-180)\", rating: \"4.6\", address: \"\u5efa\u8a2d\u8def\u4eba\u6c11\u5357\u8def\", phone: \"+86 755 8233 4444\", highlight: \"\u6cd5\u5f0f\u5976\u6cb9\u8611\u83c7\u6fc3\u6e6f\u8207\u7159\u71fb\u9bad\u9b5a\u62ab\u85a9\u3002\" },\n                            { name: \"The Bull \u725b\u6392\u5c4b\", price: \"$$$ (\u4eba\u5747 \u00a5200-350)\", rating: \"4.8\", address: \"\u5bf6\u5b89\u5357\u8def\u842c\u8c61\u57ce\", phone: \"+86 755 8266 5555\", highlight: \"\u7cbe\u9078\u6fb3\u6d32\u5b89\u683c\u65af\u719f\u6210\u725b\u6392\uff0c\u8089\u6c41\u98fd\u6eff\u3002\" },\n                            { name: \"Italian Pizza \u7aaf\u70e4\u574a\", price: \"$$ (\u4eba\u5747 \u00a590-140)\", rating: \"4.7\", address: \"\u4eba\u6c11\u5357\u8def\u91d1\u5149\u83ef\u5ee3\u5834\", phone: \"+86 755 8261 6666\", highlight: \"\u624b\u5de5\u62ff\u5761\u91cc\u62ab\u85a9\uff0c\u9905\u76ae\u9165\u8106\u5145\u6eff\u9ea5\u9999\u3002\" },\n                            { name: \"Cafe de Luohu \u8f15\u98df\u574a\", price: \"$$ (\u4eba\u5747 \u00a575-110)\", rating: \"4.6\", address: \"\u6df1\u5357\u6771\u8def\u4eac\u57fa\u767e\u7d0d\", phone: \"+86 755 8239 7777\", highlight: \"\u7cbe\u54c1\u624b\u6c96\u5496\u5561\u642d\u914d\u7cbe\u7dfb\u65e9\u5348\u9910\u73ed\u5c3c\u8fea\u514b\u86cb\u3002\" },\n                            { name: \"Burger Spot \u7f8e\u5f0f\u6f22\u5821\", price: \"$$ (\u4eba\u5747 \u00a570-110)\", rating: \"4.7\", address: \"\u6771\u9580\u6b65\u884c\u8857\u5546\u5834\", phone: \"+86 755 8222 8888\", highlight: \"100%\u624b\u6253\u591a\u6c41\u725b\u8089\u5821\u8207\u91d1\u9ec3\u73fe\u70b8\u85af\u689d\u3002\" }\n                        ]\n                    },\n                    \"\u5357\u5c71\u5340\": {\n                        chinese: [\n                            { name: \"\u6930\u5b50\u96de\u5c08\u9580\u5e97\", price: \"$$ (\u4eba\u5747 \u00a590-130)\", rating: \"4.8\", address: \"\u79d1\u82d1\u5357\u8def\u6d77\u5cb8\u57ce\", phone: \"+86 755 8633 1111\", highlight: \"\u6e05\u751c\u6930\u5b50\u6e6f\u5e95\u642d\u914d\u9bae\u5ae9\u571f\u96de\uff0c\u6696\u80c3\u9996\u9078\u3002\" },\n                            { name: \"\u6f6e\u6c5f\u6625\u6f6e\u5dde\u83dc\", price: \"$$ (\u4eba\u5747 \u00a5110-180)\", rating: \"4.7\", address: \"\u5357\u6d77\u5927\u9053\u6d77\u5370\u9577\u57ce\", phone: \"+86 755 2606 2222\", highlight: \"\u50b3\u7d71\u6ef7\u6c34\u62fc\u76e4\u8207\u6f6e\u5dde\u51cd\u87f9\uff0c\u6975\u81f4\u9bae\u7f8e\u3002\" },\n                            { name: \"\u8001\u897f\u5b89\u624b\u5de5\u8089\u593e\u9943\", price: \"$ (\u4eba\u5747 \u00a535-60)\", rating: \"4.6\", address: \"\u79d1\u6280\u5712\u5357\u5340\u5927\u51b2\", phone: \"+86 755 2655 3333\", highlight: \"\u5916\u76ae\u9165\u8106\u8089\u6c41\u6fc3\u90c1\u7684\u8089\u593e\u9943\u8207\u6cb9\u6f51\u9eb5\u3002\" },\n                            { name: \"\u70b3\u52dd\u54c1\u5473\u7cb5\u83dc\", price: \"$$$ (\u4eba\u5747 \u00a5150-250)\", rating: \"4.9\", address: \"\u5357\u5c71\u5927\u9053\u6df1\u5733\u7063\u842c\u8c61\u57ce\", phone: \"+86 755 8668 4444\", highlight: \"\u62db\u724c\u539f\u6c41\u539f\u5473\u53c9\u71d2\u8207\u9b5a\u751f\uff0c\u7cb5\u83dc\u7cbe\u7dfb\u4ee3\u8868\u3002\" },\n                            { name: \"\u516b\u5408\u91cc\u725b\u8089\u706b\u934b\", price: \"$$ (\u4eba\u5747 \u00a590-130)\", rating: \"4.8\", address: \"\u6587\u5fc3\u4e94\u8def\u6d77\u5cb8\u57ce\", phone: \"+86 755 8635 5555\", highlight: \"\u6bcf\u65e5\u65b0\u9bae\u73fe\u5207\u725b\u8089\uff0c\u540a\u9f8d\u4f34\u8207\u5319\u67c4\u8089\u8cea\u6975\u4f73\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Nanshan Craft Beer & Pizza\", price: \"$$ (\u4eba\u5747 \u00a5100-160)\", rating: \"4.8\", address: \"\u86c7\u53e3\u6d77\u4e0a\u4e16\u754c\", phone: \"+86 755 2688 4444\", highlight: \"\u6d77\u666f\u6236\u5916\u5ea7\u4f4d\uff0c\u4eab\u7528\u624b\u5de5\u7aaf\u70e4\u62ab\u85a9\u8207\u7cbe\u91c0\u3002\" },\n                            { name: \"Rosewood Western Grill\", price: \"$$$ (\u4eba\u5747 \u00a5250-400)\", rating: \"4.9\", address: \"\u79d1\u6280\u5712\u9ad8\u65b0\u5357\u56db\u9053\", phone: \"+86 755 8655 5555\", highlight: \"\u9ad8\u7d1a\u897f\u5f0f\u6392\u9910\uff0c\u74b0\u5883\u512a\u96c5\u6d6a\u6f2b\u3002\" },\n                            { name: \"Bistro 42 \u6b50\u98a8\u9910\u9152\u9928\", price: \"$$ (\u4eba\u5747 \u00a5110-170)\", rating: \"4.7\", address: \"\u5f8c\u6d77\u5927\u9053\u4fdd\u5229\u6587\u5316\u5ee3\u5834\", phone: \"+86 755 8612 1111\", highlight: \"\u7cbe\u7dfb\u7fa9\u5927\u5229\u624b\u5de5\u9eb5\u8207\u62db\u724c\u63d0\u62c9\u7c73\u8607\u3002\" },\n                            { name: \"Sea World Burger Co.\", price: \"$$ (\u4eba\u5747 \u00a580-120)\", rating: \"4.7\", address: \"\u86c7\u53e3\u6d77\u4e0a\u4e16\u754c\u5ee3\u5834\", phone: \"+86 755 2668 2222\", highlight: \"\u539a\u5207\u5b89\u683c\u65af\u725b\u8089\u6f22\u5821\uff0c\u8089\u6c41\u6eff\u6ea2\u8d85\u6eff\u8db3\u3002\" },\n                            { name: \"Artisan Cafe \u624b\u6c96\u5496\u5561\u9928\", price: \"$$ (\u4eba\u5747 \u00a575-110)\", rating: \"4.8\", address: \"\u79d1\u6280\u5712\u5357\u5340\u9ad8\u65b0\u5357\u74b0\u8def\", phone: \"+86 755 2699 3333\", highlight: \"\u7cbe\u54c1\u624b\u6c96\u5496\u5561\u642d\u914d\u65b0\u9bae\u51fa\u7210\u624b\u4f5c\u8c9d\u679c\u3002\" }\n                        ]\n                    },\n                    \"\u5bf6\u5b89\u5340\": {\n                        chinese: [\n                            { name: \"\u5bf6\u5b89\u8001\u5b57\u865f\u4e73\u9d3f\u738b\", price: \"$$ (\u4eba\u5747 \u00a580-120)\", rating: \"4.8\", address: \"\u65b0\u5b89\u8857\u9053\u524d\u9032\u8def\", phone: \"+86 755 2778 1111\", highlight: \"\u62db\u724c\u7d05\u71d2\u4e73\u9d3f\u5916\u76ae\u9165\u8106\u3001\u8089\u6c41\u98fd\u6eff\u3002\" },\n                            { name: \"\u9806\u5fb7\u79c1\u623f\u83dc\", price: \"$$ (\u4eba\u5747 \u00a590-140)\", rating: \"4.7\", address: \"\u897f\u9109\u8857\u9053\u5bf6\u6e90\u8def\", phone: \"+86 755 2790 2222\", highlight: \"\u6b63\u5b97\u9806\u5fb7\u7121\u9aa8\u9b5a\u8207\u5747\u5b89\u84b8\u8c6c\uff0c\u53e3\u611f\u6ed1\u5ae9\u3002\" },\n                            { name: \"\u5ba2\u5bb6\u571f\u6a13\u91c0\u8c46\u8150\", price: \"$ (\u4eba\u5747 \u00a550-80)\", rating: \"4.6\", address: \"\u6c99\u4e95\u8857\u9053\u897f\u74b0\u8def\", phone: \"+86 755 2721 3333\", highlight: \"\u50b3\u7d71\u624b\u5de5\u91c0\u8c46\u8150\uff0c\u8c46\u9999\u6fc3\u90c1\u8089\u9921\u9bae\u7f8e\u3002\" },\n                            { name: \"\u56db\u5b63\u6930\u5b50\u96de\", price: \"$$ (\u4eba\u5747 \u00a590-130)\", rating: \"4.8\", address: \"\u5bf6\u5b89\u4e2d\u5fc3\u5340\u58f9\u65b9\u57ce\", phone: \"+86 755 2969 1111\", highlight: \"\u6930\u6c41\u6e05\u751c\u642d\u914d\u6587\u660c\u96de\uff0c\u8089\u8cea\u6ed1\u5ae9\u6e6f\u982d\u6e05\u723d\u3002\" },\n                            { name: \"\u516b\u5408\u91cc\u725b\u8089\u706b\u934b\", price: \"$$ (\u4eba\u5747 \u00a590-130)\", rating: \"4.9\", address: \"\u65b0\u5b89\u8857\u9053\u6d77\u79c0\u8def\", phone: \"+86 755 2788 2222\", highlight: \"\u6bcf\u65e5\u65b0\u9bae\u73fe\u5207\u725b\u8089\uff0c\u540a\u9f8d\u4f34\u8207\u5319\u67c4\u8089\u8cea\u6975\u4f73\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Baoan Italian Pizza\", price: \"$$ (\u4eba\u5747 \u00a590-140)\", rating: \"4.7\", address: \"\u5bf6\u5b89\u4e2d\u5fc3\u5340\u58f9\u65b9\u57ce\", phone: \"+86 755 2969 4444\", highlight: \"\u6b63\u5b97\u62ff\u5761\u91cc\u624b\u5de5\u62ab\u85a9\uff0c\u83ab\u672d\u745e\u62c9\u8d77\u53f8\u9999\u6fc3\u3002\" },\n                            { name: \"Cafe de Baoan \u8f15\u98df\u574a\", price: \"$$ (\u4eba\u5747 \u00a570-110)\", rating: \"4.6\", address: \"\u6d77\u79c0\u8def\u5bf6\u5b89\u5716\u66f8\u9928\u65c1\", phone: \"+86 755 2788 5555\", highlight: \"\u624b\u6c96\u5496\u5561\u642d\u914d\u7cbe\u7dfb\u65e9\u5348\u9910\u73ed\u5c3c\u8fea\u514b\u86cb\u3002\" },\n                            { name: \"Bistro 168 \u6b50\u98a8\u9910\u9152\u9928\", price: \"$$ (\u4eba\u5747 \u00a5110-170)\", rating: \"4.7\", address: \"\u897f\u9109\u8857\u9053\u5929\u8679\u5546\u5834\", phone: \"+86 755 2744 1111\", highlight: \"\u7cbe\u7dfb\u7fa9\u5927\u5229\u624b\u5de5\u9eb5\u8207\u7279\u8272\u8abf\u9152\u3002\" },\n                            { name: \"Burger Spot \u7f8e\u5f0f\u6f22\u5821\", price: \"$$ (\u4eba\u5747 \u00a575-115)\", rating: \"4.6\", address: \"\u5bf6\u5b89\u6d77\u96c5\u7e7d\u7d1b\u57ce\", phone: \"+86 755 2755 2222\", highlight: \"100%\u624b\u6253\u591a\u6c41\u725b\u8089\u5821\u8207\u91d1\u9ec3\u8106\u85af\u3002\" },\n                            { name: \"Steak Express \u5e73\u50f9\u725b\u6392\", price: \"$$ (\u4eba\u5747 \u00a5100-150)\", rating: \"4.7\", address: \"\u65b0\u5b89\u8857\u9053\u5275\u696d\u4e00\u8def\", phone: \"+86 755 2777 3333\", highlight: \"\u9435\u677f\u725b\u6392\u8edf\u5ae9\u591a\u6c41\uff0c\u81ea\u52a9\u6c99\u62c9\u5427\u7121\u9650\u4f9b\u61c9\u3002\" }\n                        ]\n                    },\n                    \"\u9f8d\u83ef\u5340\": {\n                        chinese: [\n                            { name: \"\u9f8d\u83ef\u5ba2\u5bb6\u738b\u5c0f\u9928\", price: \"$$ (\u4eba\u5747 \u00a570-110)\", rating: \"4.7\", address: \"\u6c11\u6cbb\u8857\u9053\u6885\u9f8d\u8def\", phone: \"+86 755 2811 1111\", highlight: \"\u5ba2\u5bb6\u9e79\u96de\u8207\u6885\u83dc\u6263\u8089\uff0c\u9999\u5473\u56db\u6ea2\u8d85\u4e0b\u98ef\u3002\" },\n                            { name: \"\u6f6e\u6c55\u624b\u5de5\u725b\u8089\u4e38\", price: \"$ (\u4eba\u5747 \u00a545-75)\", rating: \"4.6\", address: \"\u9f8d\u83ef\u5927\u9053\u7d05\u5c71\", phone: \"+86 755 2933 2222\", highlight: \"\u624b\u5de5\u6376\u6253\u725b\u8089\u4e38\u5f48\u7259\u591a\u6c41\uff0c\u725b\u9aa8\u6e05\u6e6f\u9bae\u751c\u3002\" },\n                            { name: \"\u5ddd\u5473\u5c0f\u5eda\u9ebb\u8fa3\u9999\u934b\", price: \"$ (\u4eba\u5747 \u00a560-90)\", rating: \"4.7\", address: \"\u6e05\u6e56\u8def\u661f\u6cb3iC CITY\", phone: \"+86 755 2819 3333\", highlight: \"\u9ebb\u8fa3\u904e\u766e\u81ea\u7531\u642d\u914d\uff0c\u9999\u6c23\u64b2\u9f3b\u4efd\u91cf\u8db3\u3002\" },\n                            { name: \"\u56db\u5b63\u6930\u5b50\u96de\", price: \"$$ (\u4eba\u5747 \u00a590-130)\", rating: \"4.8\", address: \"\u6c11\u6cbb\u8857\u9053\u4e5d\u65b9\u8cfc\u7269\u4e2d\u5fc3\", phone: \"+86 755 8170 4444\", highlight: \"\u6930\u6c41\u6e05\u751c\u642d\u914d\u6587\u660c\u96de\uff0c\u8089\u8cea\u6ed1\u5ae9\u6e6f\u982d\u6e05\u723d\u3002\" },\n                            { name: \"\u70b3\u52dd\u54c1\u5473\u7cb5\u83dc\", price: \"$$$ (\u4eba\u5747 \u00a5150-250)\", rating: \"4.9\", address: \"\u9f8d\u83ef\u5927\u9053\u58f9\u65b9\u5929\u5730\", phone: \"+86 755 2938 5555\", highlight: \"\u62db\u724c\u539f\u6c41\u539f\u5473\u53c9\u71d2\u8207\u9b5a\u751f\uff0c\u7cb5\u83dc\u7cbe\u7dfb\u4ee3\u8868\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Longhua Western Bistro\", price: \"$$ (\u4eba\u5747 \u00a580-130)\", rating: \"4.6\", address: \"\u6c11\u6cbb\u5927\u9053\u7396\u9f8d\u81fa\", phone: \"+86 755 8171 4444\", highlight: \"\u7cbe\u7dfb\u7fa9\u5927\u5229\u9eb5\u8207\u9999\u70e4\u96de\u6392\uff0c\u6c23\u6c1b\u8212\u9069\u3002\" },\n                            { name: \"Red Mountain Cafe\", price: \"$$ (\u4eba\u5747 \u00a570-110)\", rating: \"4.7\", address: \"\u7d05\u5c71 69\u63a1\u8cfc\u4e2d\u5fc3\", phone: \"+86 755 2988 5555\", highlight: \"\u7cbe\u54c1\u5496\u5561\u642d\u914d\u65b0\u9bae\u51fa\u7210\u624b\u4f5c\u70d8\u7119\u8c9d\u679c\u3002\" },\n                            { name: \"Italian Pizza \u7aaf\u70e4\u574a\", price: \"$$ (\u4eba\u5747 \u00a590-140)\", rating: \"4.7\", address: \"\u9f8d\u83ef\u58f9\u65b9\u5929\u5730 C\u5340\", phone: \"+86 755 2936 1111\", highlight: \"\u6b63\u5b97\u62ff\u5761\u91cc\u624b\u5de5\u62ab\u85a9\uff0c\u8d77\u53f8\u6fc3\u90c1\u727d\u7d72\u3002\" },\n                            { name: \"Burger Spot \u7f8e\u5f0f\u6f22\u5821\", price: \"$$ (\u4eba\u5747 \u00a575-115)\", rating: \"4.6\", address: \"\u6c11\u6cbb\u8857\u9053\u4f50\u963e\u9999\u980c\", phone: \"+86 755 8172 2222\", highlight: \"\u539a\u5207\u5b89\u683c\u65af\u725b\u8089\u6f22\u5821\uff0c\u8089\u6c41\u6eff\u6ea2\u8d85\u6eff\u8db3\u3002\" },\n                            { name: \"Cafe de Longhua \u8f15\u98df\u574a\", price: \"$$ (\u4eba\u5747 \u00a575-110)\", rating: \"4.7\", address: \"\u6e05\u6e56\u8def\u661f\u6cb3ico\", phone: \"+86 755 2818 3333\", highlight: \"\u6cd5\u5f0f\u73ed\u5c3c\u8fea\u514b\u86cb\u642d\u914d\u624b\u6c96\u62ff\u9435\u5496\u5561\u3002\" }\n                        ]\n                    }\n                }\n            },\n            \"\u73e0\u6d77\": {\n                districts: [\"\u9999\u6d32\u5340\", \"\u6597\u9580\u5340\", \"\u91d1\u7063\u5340\", \"\u6a6b\u7434\u7cb5\u6fb3\u6df1\u5ea6\u5408\u4f5c\u5340\"],\n                data: {\n                    \"\u9999\u6d32\u5340\": {\n                        chinese: [\n                            { name: \"\u6a6b\u7434\u8814\u838a\u6d77\u9bae\u574a\", price: \"$$ (\u4eba\u5747 \u00a5110-180)\", rating: \"4.8\", address: \"\u5409\u5927\u666f\u5c71\u8def\", phone: \"+86 756 3332 1111\", highlight: \"\u78b3\u70e4\u751f\u8814\u80a5\u7f8e\u591a\u6c41\uff0c\u65b0\u9bae\u6d77\u9bae\u7a2e\u985e\u8c50\u5bcc\u3002\" },\n                            { name: \"\u73e0\u6d77\u8001\u5b57\u865f\u8336\u6a13\", price: \"$$ (\u4eba\u5747 \u00a575-120)\", rating: \"4.7\", address: \"\u62f1\u5317\u53e3\u5cb8\u8fce\u8cd3\u5357\u8def\", phone: \"+86 756 8888 2222\", highlight: \"\u8766\u9903\u7687\u8207\u6d41\u6c99\u5305\uff0c\u6e2f\u6fb3\u65c5\u5ba2\u904e\u95dc\u5fc5\u8a2a\u65e9\u8336\u3002\" },\n                            { name: \"\u91d1\u574a\u9806\u5fb7\u83dc\u9928\", price: \"$$ (\u4eba\u5747 \u00a590-140)\", rating: \"4.8\", address: \"\u9999\u6d32\u5340\u60c5\u4fb6\u4e2d\u8def\", phone: \"+86 756 2266 3333\", highlight: \"\u60c5\u4fb6\u8def\u65c1\u4eab\u7528\u6b63\u5b97\u9806\u5fb7\u62c6\u9b5a\u7fb9\u8207\u6851\u62ff\u96de\u3002\" },\n                            { name: \"\u65b0\u6d77\u5229\u6d77\u9bae\u9152\u5bb6\", price: \"$$ (\u4eba\u5747 \u00a5100-160)\", rating: \"4.8\", address: \"\u5409\u5927\u4e5d\u6d32\u5927\u9053\", phone: \"+86 756 3322 4444\", highlight: \"\u99b3\u540d\u4e73\u8c6c\u62fc\u76e4\u8207\u65b0\u9bae\u6d77\u9bae\u7802\u934b\u7ca5\u3002\" },\n                            { name: \"\u590f\u7063\u591c\u5e02\u5927\u6392\u6a94\", price: \"$ (\u4eba\u5747 \u00a550-80)\", rating: \"4.6\", address: \"\u590f\u7063\u62f1\u5317\u767c\u7965\u8def\", phone: \"+86 756 8822 5555\", highlight: \"\u944a\u6c23\u5341\u8db3\u7684\u7092\u7c73\u7c89\u8207\u78b3\u70e4\u751f\u8814\u5bb5\u591c\u9996\u9078\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Lovers Road Seaview Bistro\", price: \"$$ (\u4eba\u5747 \u00a5120-190)\", rating: \"4.9\", address: \"\u60c5\u4fb6\u4e2d\u8def\u6f01\u5973\u65c1\", phone: \"+86 756 2233 4444\", highlight: \"\u6d6a\u6f2b\u6d77\u666f\u9732\u53f0\uff0c\u4eab\u7528\u7fa9\u5f0f\u624b\u5de5\u62ab\u85a9\u8207\u8abf\u9152\u3002\" },\n                            { name: \"Gongbei Western Grill\", price: \"$$ (\u4eba\u5747 \u00a5100-160)\", rating: \"4.7\", address: \"\u62f1\u5317\u6842\u82b1\u5357\u8def\", phone: \"+86 756 8111 5555\", highlight: \"\u78b3\u70e4\u808b\u773c\u725b\u6392\u8207\u7cbe\u7dfb\u51f1\u85a9\u6c99\u62c9\u3002\" },\n                            { name: \"Italian Pizza \u7aaf\u70e4\u574a\", price: \"$$ (\u4eba\u5747 \u00a590-140)\", rating: \"4.7\", address: \"\u5409\u5927\u73e0\u6d77\u767e\u8ca8\u65c1\", phone: \"+86 756 3355 6666\", highlight: \"\u6b63\u5b97\u62ff\u5761\u91cc\u624b\u5de5\u62ab\u85a9\uff0c\u9905\u76ae\u9165\u8106\u5145\u6eff\u9ea5\u9999\u3002\" },\n                            { name: \"Cafe de Zhuhai \u8f15\u98df\u574a\", price: \"$$ (\u4eba\u5747 \u00a575-110)\", rating: \"4.6\", address: \"\u9999\u6d32\u5bcc\u83ef\u91cc\", phone: \"+86 756 8666 7777\", highlight: \"\u624b\u6c96\u5496\u5561\u642d\u914d\u7cbe\u7dfb\u6cd5\u5f0f\u73ed\u5c3c\u8fea\u514b\u86cb\u65e9\u5348\u9910\u3002\" },\n                            { name: \"Burger Spot \u7f8e\u5f0f\u6f22\u5821\", price: \"$$ (\u4eba\u5747 \u00a575-115)\", rating: \"4.7\", address: \"\u62f1\u5317\u4e2d\u6d77\u5bcc\u83ef\u91cc\", phone: \"+86 756 8688 8888\", highlight: \"100%\u624b\u6253\u591a\u6c41\u725b\u8089\u5821\u8207\u91d1\u9ec3\u9165\u8106\u85af\u689d\u3002\" }\n                        ]\n                    },\n                    \"\u6597\u9580\u5340\": {\n                        chinese: [\n                            { name: \"\u6597\u9580\u767d\u8549\u6d77\u9c78\u9b5a\u6751\", price: \"$$ (\u4eba\u5747 \u00a580-130)\", rating: \"4.7\", address: \"\u4e95\u5cb8\u93ae\u6c5f\u7063\u8def\", phone: \"+86 756 5522 1111\", highlight: \"\u62db\u724c\u6e05\u84b8\u6d77\u9c78\u9b5a\u8089\u8cea\u7d30\u5ae9\uff0c\u9bae\u751c\u7121\u6bd4\u3002\" },\n                            { name: \"\u9109\u4e0b\u5ba2\u5bb6\u91c0\u4e09\u5bf6\", price: \"$ (\u4eba\u5747 \u00a550-80)\", rating: \"4.6\", address: \"\u767d\u8549\u93ae\u7fd4\u9806\u8def\", phone: \"+86 756 5588 2222\", highlight: \"\u50b3\u7d71\u5ba2\u5bb6\u91c0\u8c46\u8150\u8207\u91c0\u82e6\u74dc\uff0c\u5bb6\u5e38\u7f8e\u5473\u3002\" },\n                            { name: \"\u6597\u9580\u6cb3\u9bae\u5927\u6392\u6a94\", price: \"$$ (\u4eba\u5747 \u00a590-140)\", rating: \"4.8\", address: \"\u4e7e\u52d9\u93ae\u9ec3\u694a\u5927\u9053\", phone: \"+86 756 5777 3333\", highlight: \"\u897f\u6c5f\u6cb3\u9bae\u73fe\u6488\u73fe\u716e\uff0c\u944a\u6c23\u5341\u8db3\u8d85\u4e0b\u98ef\u3002\" },\n                            { name: \"\u4e95\u5cb8\u8001\u5b57\u865f\u8336\u6a13\", price: \"$$ (\u4eba\u5747 \u00a570-110)\", rating: \"4.7\", address: \"\u4e95\u5cb8\u93ae\u4e2d\u8208\u8def\", phone: \"+86 756 5511 4444\", highlight: \"\u8766\u9903\u7687\u8207\u6d41\u6c99\u5305\uff0c\u65e9\u8336\u9ede\u5fc3\u9078\u64c7\u8c50\u5bcc\u3002\" },\n                            { name: \"\u767d\u8549\u5ba2\u5bb6\u54b8\u96de\u738b\", price: \"$$ (\u4eba\u5747 \u00a575-115)\", rating: \"4.6\", address: \"\u767d\u8549\u958b\u767c\u5340\", phone: \"+86 756 5533 5555\", highlight: \"\u5ba2\u5bb6\u571f\u96de\u76ae\u8106\u8089\u5ae9\uff0c\u4f34\u96a8\u6fc3\u90c1\u6c99\u8591\u9999\u5473\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Doumen Western Cafe\", price: \"$$ (\u4eba\u5747 \u00a570-110)\", rating: \"4.6\", address: \"\u4e95\u5cb8\u6b65\u884c\u8857\u5546\u5834\", phone: \"+86 756 5511 4444\", highlight: \"\u624b\u6c96\u5496\u5561\u642d\u914d\u7cbe\u7dfb\u6cd5\u5f0f\u8d77\u53f8\u4e09\u660e\u6cbb\u3002\" },\n                            { name: \"Italian Pizza \u7aaf\u70e4\u574a\", price: \"$$ (\u4eba\u5747 \u00a585-130)\", rating: \"4.7\", address: \"\u6597\u9580\u7f8e\u5e73\u897f\u8def\", phone: \"+86 756 5222 5555\", highlight: \"\u624b\u5de5\u62ff\u5761\u91cc\u62ab\u85a9\uff0c\u9905\u76ae\u9165\u8106\u5145\u6eff\u9ea5\u9999\u3002\" },\n                            { name: \"Bistro 18 \u6b50\u98a8\u9910\u9152\u9928\", price: \"$$ (\u4eba\u5747 \u00a590-140)\", rating: \"4.7\", address: \"\u4e95\u5cb8\u4e2d\u8208\u5357\u8def\", phone: \"+86 756 5544 6666\", highlight: \"\u7cbe\u7dfb\u7fa9\u5927\u5229\u624b\u5de5\u9eb5\u8207\u7279\u8272\u8abf\u9152\u3002\" },\n                            { name: \"Burger Spot \u7f8e\u5f0f\u6f22\u5821\", price: \"$$ (\u4eba\u5747 \u00a570-110)\", rating: \"4.6\", address: \"\u6597\u9580\u5927\u4fe1\u65b0\u90fd\u532f\", phone: \"+86 756 5288 7777\", highlight: \"\u539a\u5207\u5b89\u683c\u65af\u725b\u8089\u6f22\u5821\uff0c\u8089\u6c41\u6eff\u6ea2\u8d85\u6eff\u8db3\u3002\" },\n                            { name: \"Cafe de Doumen \u8f15\u98df\u574a\", price: \"$$ (\u4eba\u5747 \u00a575-110)\", rating: \"4.6\", address: \"\u4e95\u5cb8\u73e0\u5cf0\u5927\u9053\", phone: \"+86 756 5599 8888\", highlight: \"\u7cbe\u54c1\u624b\u6c96\u5496\u5561\u642d\u914d\u7f8e\u5473\u70d8\u7119\u8c9d\u679c\u3002\" }\n                        ]\n                    },\n                    \"\u91d1\u7063\u5340\": {\n                        chinese: [\n                            { name: \"\u4e09\u7076\u8814\u6d77\u9bae\u98df\u5e9c\", price: \"$$ (\u4eba\u5747 \u00a590-140)\", rating: \"4.8\", address: \"\u4e09\u7076\u93ae\u6a5f\u5834\u8def\", phone: \"+86 756 7766 1111\", highlight: \"\u99b3\u540d\u4e09\u7076\u751f\u8814\uff0c\u849c\u84c9\u7c89\u7d72\u84b8\u8814\u80a5\u7f8e\u9bae\u751c\u3002\" },\n                            { name: \"\u91d1\u7063\u6d77\u9bae\u5927\u6392\u6a94\", price: \"$$ (\u4eba\u5747 \u00a5100-160)\", rating: \"4.7\", address: \"\u7d05\u65d7\u93ae\u73e0\u6d77\u5927\u9053\", phone: \"+86 756 7888 2222\", highlight: \"\u907f\u98a8\u5858\u7092\u87f9\u8207\u6e05\u84b8\u6d77\u9bae\uff0c\u5728\u5730\u4eba\u6975\u529b\u63a8\u85a6\u3002\" },\n                            { name: \"\u822a\u7a7a\u65b0\u57ce\u5bb6\u5e38\u83dc\", price: \"$$ (\u4eba\u5747 \u00a570-110)\", rating: \"4.6\", address: \"\u91d1\u7063\u83ef\u767c\u5546\u90fd\", phone: \"+86 756 7666 3333\", highlight: \"\u7cbe\u7dfb\u5ee3\u5f0f\u5bb6\u5e38\u5c0f\u7092\uff0c\u74b0\u5883\u8212\u9069\u660e\u4eae\u3002\" },\n                            { name: \"\u7d05\u65d7\u93ae\u8001\u5b57\u865f\u9d5d\u8089\u98ef\", price: \"$ (\u4eba\u5747 \u00a550-80)\", rating: \"4.7\", address: \"\u7d05\u65d7\u93ae\u8679\u6689\u8def\", phone: \"+86 756 7833 4444\", highlight: \"\u62db\u724c\u6ef7\u6c34\u7345\u982d\u9d5d\u8089\uff0c\u8089\u8cea\u7d30\u5ae9\u5165\u5473\u8d85\u4e0b\u98ef\u3002\" },\n                            { name: \"\u4e09\u7076\u5ee3\u5f0f\u65e9\u8336\u6a13\", price: \"$$ (\u4eba\u5747 \u00a575-115)\", rating: \"4.7\", address: \"\u4e09\u7076\u93ae\u91d1\u6d77\u5cb8\u5927\u9053\", phone: \"+86 756 7711 5555\", highlight: \"\u50b3\u7d71\u84b8\u9ede\u5fc3\u8207\u624b\u5de5\u8178\u7c89\uff0c\u53e3\u611f\u6ed1\u9806\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Jinwan Seaview Bistro\", price: \"$$ (\u4eba\u5747 \u00a590-150)\", rating: \"4.7\", address: \"\u91d1\u7063\u91d1\u5c71\u516c\u5712\u65c1\", phone: \"+86 756 7711 4444\", highlight: \"\u6b50\u98a8\u7fa9\u5927\u5229\u9eb5\u8207\u7279\u8272\u8abf\u9152\uff0c\u6e56\u666f\u76f8\u4f34\u3002\" },\n                            { name: \"Cafe de Jinwan \u65e9\u5348\u9910\", price: \"$$ (\u4eba\u5747 \u00a575-115)\", rating: \"4.6\", address: \"\u822a\u7a7a\u65b0\u57ce\u83ef\u767c\u5546\u90fd\", phone: \"+86 756 7622 5555\", highlight: \"\u6cd5\u5f0f\u73ed\u5c3c\u8fea\u514b\u86cb\u642d\u914d\u7cbe\u7dfb\u624b\u6c96\u62ff\u9435\u3002\" },\n                            { name: \"Italian Pizza \u7aaf\u70e4\u574a\", price: \"$$ (\u4eba\u5747 \u00a590-140)\", rating: \"4.7\", address: \"\u91d1\u7063\u4e2d\u6d77\u9280\u6d77\u7063\", phone: \"+86 756 7688 6666\", highlight: \"\u6b63\u5b97\u62ff\u5761\u91cc\u624b\u5de5\u62ab\u85a9\uff0c\u83ab\u672d\u745e\u62c9\u8d77\u53f8\u727d\u7d72\u3002\" },\n                            { name: \"Burger Spot \u7f8e\u5f0f\u6f22\u5821\", price: \"$$ (\u4eba\u5747 \u00a575-110)\", rating: \"4.6\", address: \"\u822a\u7a7a\u65b0\u57ce\u91d1\u7063\u91cc\", phone: \"+86 756 7633 7777\", highlight: \"100%\u624b\u6253\u591a\u6c41\u725b\u8089\u5821\u8207\u91d1\u9ec3\u8106\u85af\u3002\" },\n                            { name: \"Bistro 22 \u6b50\u98a8\u9910\u9152\u9928\", price: \"$$ (\u4eba\u5747 \u00a5100-160)\", rating: \"4.8\", address: \"\u4e09\u7076\u93ae\u91d1\u7063\u9ad8\u723e\u592b\", phone: \"+86 756 7799 8888\", highlight: \"\u7cbe\u7dfb\u897f\u5f0f\u6392\u9910\u8207\u7cbe\u9078\u7d05\u767d\u9152\uff0c\u74b0\u5883\u512a\u96c5\u3002\" }\n                        ]\n                    },\n                    \"\u6a6b\u7434\u7cb5\u6fb3\u6df1\u5ea6\u5408\u4f5c\u5340\": {\n                        chinese: [\n                            { name: \"\u6a6b\u7434\u8814\u751f\u614b\u98df\u838a\", price: \"$$ (\u4eba\u5747 \u00a5120-200)\", rating: \"4.9\", address: \"\u6a6b\u7434\u93ae\u74b0\u5cf6\u6771\u8def\", phone: \"+86 756 8999 1111\", highlight: \"\u9802\u7d1a\u6a6b\u7434\u751f\u8814\uff0c\u8089\u8cea\u723d\u8106\u9bae\u751c\u7121\u8165\u5473\u3002\" },\n                            { name: \"\u6fb3\u7434\u878d\u5408\u8336\u9910\u5ef3\", price: \"$ (\u4eba\u5747 \u00a560-95)\", rating: \"4.7\", address: \"\u6a6b\u7434\u53e3\u5cb8\u5546\u5834\", phone: \"+86 756 8988 2222\", highlight: \"\u8c6c\u6252\u5305\u8207\u8461\u5f0f\u86cb\u64bb\uff0c\u878d\u5408\u6e2f\u6fb3\u98a8\u5473\u3002\" },\n                            { name: \"\u7cb5\u6e2f\u6fb3\u98a8\u5473\u79c1\u623f\u83dc\", price: \"$$$ (\u4eba\u5747 \u00a5150-250)\", rating: \"4.8\", address: \"\u6a6b\u7434\u5275\u65b0\u65b9\u5546\u5834\", phone: \"+86 756 8977 3333\", highlight: \"\u9802\u7d1a\u7cb5\u83dc\u8207\u5275\u610f\u6d77\u9bae\u6599\u7406\uff0c\u5bb4\u5ba2\u9996\u9078\u3002\" },\n                            { name: \"\u6a6b\u7434\u9806\u5fb7\u79c1\u623f\u83dc\", price: \"$$ (\u4eba\u5747 \u00a5100-160)\", rating: \"4.8\", address: \"\u6a6b\u7434\u53e3\u5cb8\u9806\u666f\u8def\", phone: \"+86 756 8966 4444\", highlight: \"\u6b63\u5b97\u9806\u5fb7\u62c6\u9b5a\u7fb9\u8207\u6851\u62ff\u9bae\u9b5a\uff0c\u53e3\u611f\u5ae9\u6ed1\u3002\" },\n                            { name: \"\u7434\u6fb3\u8001\u5b57\u865f\u9ede\u5fc3\u574a\", price: \"$$ (\u4eba\u5747 \u00a580-130)\", rating: \"4.7\", address: \"\u6a6b\u7434\u5929\u6c90\u6cb3\u5546\u696d\u8857\", phone: \"+86 756 8955 5555\", highlight: \"\u8766\u9903\u7687\u8207\u9bae\u8766\u8178\u7c89\uff0c\u624b\u5de5\u73fe\u505a\u98a8\u5473\u6975\u4f73\u3002\" }\n                        ],\n                        western: [\n                            { name: \"Hengqin Italian Grill\", price: \"$$ (\u4eba\u5747 \u00a5110-180)\", rating: \"4.8\", address: \"\u6a6b\u7434\u53e3\u5cb8\u5ee3\u5834\", phone: \"+86 756 8966 4444\", highlight: \"\u6b63\u5b97\u62ff\u5761\u91cc\u624b\u5de5\u7aaf\u70e4\u62ab\u85a9\u8207\u63d0\u62c9\u7c73\u8607\u3002\" },\n                            { name: \"Macau Style Western Bistro\", price: \"$$$ (\u4eba\u5747 \u00a5140-220)\", rating: \"4.9\", address: \"\u6a6b\u7434\u5929\u6c90\u6cb3\u7554\", phone: \"+86 756 8955 5555\", highlight: \"\u8461\u5f0f\u70e4\u4e73\u8c6c\u8207\u9802\u7d1a\u725b\u6392\uff0c\u6cb3\u666f\u512a\u7f8e\u6c23\u6c1b\u6d6a\u6f2b\u3002\" },\n                            { name: \"Bistro 88 \u6b50\u98a8\u9910\u9152\u9928\", price: \"$$$ (\u4eba\u5747 \u00a5150-250)\", rating: \"4.8\", address: \"\u6a6b\u7434\u5275\u65b0\u65b9\u5546\u5834\", phone: \"+86 756 8944 1111\", highlight: \"\u7cbe\u7dfb\u7fa9\u5927\u5229\u624b\u5de5\u9eb5\u8207\u7cbe\u9078\u7279\u8272\u8abf\u9152\u3002\" },\n                            { name: \"Cafe de Hengqin \u624b\u4f5c\u5496\u5561\", price: \"$$ (\u4eba\u5747 \u00a580-120)\", rating: \"4.7\", address: \"\u6a6b\u7434\u53e3\u5cb8\u884c\u653f\u5927\u6a13\", phone: \"+86 756 8933 2222\", highlight: \"\u7cbe\u54c1\u624b\u6c96\u5496\u5561\u642d\u914d\u7cbe\u7dfb\u6cd5\u5f0f\u53ef\u980c\u8f15\u98df\u3002\" },\n                            { name: \"Hengqin Burger Co.\", price: \"$$ (\u4eba\u5747 \u00a585-130)\", rating: \"4.7\", address: \"\u6a6b\u7434\u93ae\u4e2d\u592e\u532f\", phone: \"+86 756 8922 3333\", highlight: \"\u539a\u5207\u5b89\u683c\u65af\u725b\u8089\u6f22\u5821\u642d\u914d\u9165\u8106\u91d1\u9ec3\u85af\u689d\u3002\" }\n                        ]\n                    }\n                }\n            }\n        };\n\n        \/\/ \u7576\u57ce\u5e02\u6539\u8b8a\u6642\uff0c\u52d5\u614b\u66f4\u65b0\u5730\u5340\u9078\u55ae\u5167\u5bb9\n        function updateDistricts() {\n            const citySelect = document.getElementById(\"citySelect\");\n            const districtSelect = document.getElementById(\"districtSelect\");\n            \n            const selectedCity = citySelect.value;\n            const districts = globalDatabase[selectedCity].districts;\n\n            \/\/ \u6e05\u7a7a\u820a\u9078\u9805\n            districtSelect.innerHTML = \"\";\n\n            \/\/ \u586b\u5165\u65b0\u9078\u9805\n            districts.forEach(district => {\n                const option = document.createElement(\"option\");\n                option.value = district;\n                option.textContent = district;\n                districtSelect.appendChild(option);\n            });\n\n            \/\/ \u66f4\u65b0\u5b8c\u5730\u5340\u5f8c\uff0c\u91cd\u65b0\u6574\u7406\u63a8\u85a6\u7d50\u679c\n            getRecommendations();\n        }\n\n        \/\/ \u6a21\u64ec\u5f9e\u7db2\u7ad9\u91cd\u65b0\u4e0b\u8f09\/\u540c\u6b65\u6700\u65b0\u9910\u9928\u8cc7\u6599\u7684\u529f\u80fd\n        function refreshRestaurantData() {\n            const statusDiv = document.getElementById(\"status\");\n            const resultsContainer = document.getElementById(\"results\");\n\n            statusDiv.textContent = \"\u6b63\u5728\u5f9e\u7db2\u7ad9\u91cd\u65b0\u4e0b\u8f09\u6700\u65b0\u9910\u9928\u6e05\u55ae...\";\n            resultsContainer.innerHTML = '<div class=\"placeholder-text\">\u8cc7\u6599\u66f4\u65b0\u4e2d\uff0c\u8acb\u7a0d\u5019...<\/div>';\n\n            \/\/ \u4f7f\u7528 fetch \u6a21\u64ec\u975e\u540c\u6b65\u9060\u7aef\u4e0b\u8f09\u8cc7\u6599 (\u5be6\u969b\u61c9\u7528\u4e2d\u53ef\u66ff\u63db\u70ba\u771f\u5be6\u7684 API URL)\n            \/\/ \u9019\u88e1\u4f7f\u7528 setTimeout \u6a21\u64ec\u7db2\u8def\u5ef6\u9072\n            setTimeout(() => {\n                \/\/ \u5047\u8a2d\u6b64\u8655\u6210\u529f\u53d6\u5f97\u9060\u7aef\u6700\u65b0\u7684 JSON \u8cc7\u6599\u4e26\u66f4\u65b0 globalDatabase\n                \/\/ \u70ba\u4e86\u793a\u7bc4\uff0c\u6211\u5011\u91cd\u65b0\u8ce6\u503c\u6216\u66f4\u65b0 globalDatabase\n                \n                \/\/ \u6a21\u64ec\u4e0b\u8f09\u6210\u529f\u5f8c\uff0c\u91cd\u65b0\u6574\u7406\u756b\u9762\u4e0a\u7684\u63a8\u85a6\u6e05\u55ae\n                getRecommendations();\n                \n                \/\/ \u986f\u793a\u66f4\u65b0\u6210\u529f\u63d0\u793a\n                statusDiv.textContent = \"\u2705 \u8cc7\u6599\u5df2\u6210\u529f\u5f9e\u7db2\u7ad9\u91cd\u65b0\u4e0b\u8f09\u4e26\u66f4\u65b0\uff01\";\n            }, 1000);\n        }\n\n        \/\/ \u53d6\u5f97\u4e26\u986f\u793a\u9910\u9928\u6e05\u55ae\n        function getRecommendations() {\n            const citySelect = document.getElementById(\"citySelect\");\n            const districtSelect = document.getElementById(\"districtSelect\");\n            const cuisineSelect = document.getElementById(\"cuisineType\");\n            const resultsContainer = document.getElementById(\"results\");\n            const statusDiv = document.getElementById(\"status\");\n\n            const selectedCity = citySelect.value;\n            const selectedDistrict = districtSelect.value;\n            const selectedCuisine = cuisineSelect.value;\n\n            \/\/ \u9632\u5446\u6aa2\u67e5\uff1a\u78ba\u4fdd\u5730\u5340\u9078\u9805\u5df2\u5b58\u5728\n            if (!selectedDistrict) return;\n\n            statusDiv.textContent = `\u5df2\u5207\u63db\u81f3\u300c${selectedCity} - ${selectedDistrict}\u300d\u5730\u5340\uff0c\u70ba\u60a8\u63a8\u85a6\u4ee5\u4e0b\u9910\u9928\uff1a`;\n            \n            \/\/ \u5f9e\u5b8c\u6574\u8cc7\u6599\u5eab\u4e2d\u6293\u53d6\u5c0d\u61c9\u7684 5 \u9593\u9910\u5ef3\n            const cityData = globalDatabase[selectedCity].data;\n            const restaurants = (cityData[selectedDistrict] && cityData[selectedDistrict][selectedCuisine]) || [];\n\n            resultsContainer.innerHTML = \"\";\n\n            restaurants.forEach(item => {\n                const fullAddress = `${selectedCity} ${selectedDistrict} ${item.address}`;\n                const encodedQuery = encodeURIComponent(`${item.name} ${fullAddress}`);\n                const googleMapUrl = `https:\/\/www.google.com\/maps\/search\/?api=1&query=${encodedQuery}`;\n\n                const card = document.createElement(\"div\");\n                card.className = \"restaurant-card\";\n                card.innerHTML = `\n                    <div class=\"restaurant-header\">\n                        <h3 class=\"restaurant-name\">${item.name}<\/h3>\n                        <span class=\"restaurant-rating\">\u2605 ${item.rating}<\/span>\n                    <\/div>\n                    <div class=\"restaurant-details\">\u50f9\u4f4d\uff1a${item.price}<\/div>\n                    <div class=\"restaurant-details\">\u57ce\u5e02 \/ \u5730\u5340\uff1a${selectedCity} - ${selectedDistrict}<\/div>\n                    <div class=\"restaurant-details\">\u5730\u5740\uff1a${item.address}<\/div>\n                    <div class=\"restaurant-details\">\u96fb\u8a71\uff1a${item.phone}<\/div>\n                    <div class=\"restaurant-highlight\">\u7279\u8272\uff1a${item.highlight}<\/div>\n                    <a href=\"${googleMapUrl}\" target=\"_blank\" class=\"nav-btn\">\ud83d\uddfa\ufe0f Google Maps \u5c0e\u822a\u524d\u5f80<\/a>\n                `;\n                resultsContainer.appendChild(card);\n            });\n        }\n\n        \/\/ \u9801\u9762\u521d\u6b21\u8f09\u5165\u6642\uff0c\u5148\u521d\u59cb\u5316\u5730\u5340\u9078\u55ae\n        window.onload = function() {\n            updateDistricts();\n        };\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>\u57ce\u5e02\u8207\u5730\u5340\u9910\u9928\u5c0e\u822a\u7cfb\u7d71 \u57ce\u5e02\u8207\u5730\u5340\u9910\u9928\u5c0e\u822a \u9999\u6e2f\u6df1\u5733\u73e0\u6d77 \u4e2d\u9910\u9928 \/ \u5728\u5730\u6599\u7406\u897f\u9910\u9928 \/ \u7570\u570b\u6599\u7406 \u91cd\u65b0\u6574\u7406\u63a8\u85a6\u6e05\u55ae \u8acb\u9078\u64c7\u57ce\u5e02\u3001\u5730\u5340\u8207\u83dc\u7cfb \u8f09\u5165\u4e2d&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-18658","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/c.tunght.xyz\/index.php\/wp-json\/wp\/v2\/pages\/18658","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/c.tunght.xyz\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/c.tunght.xyz\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/c.tunght.xyz\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/c.tunght.xyz\/index.php\/wp-json\/wp\/v2\/comments?post=18658"}],"version-history":[{"count":1,"href":"https:\/\/c.tunght.xyz\/index.php\/wp-json\/wp\/v2\/pages\/18658\/revisions"}],"predecessor-version":[{"id":18659,"href":"https:\/\/c.tunght.xyz\/index.php\/wp-json\/wp\/v2\/pages\/18658\/revisions\/18659"}],"wp:attachment":[{"href":"https:\/\/c.tunght.xyz\/index.php\/wp-json\/wp\/v2\/media?parent=18658"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}