{"id":9,"date":"2025-10-28T13:17:41","date_gmt":"2025-10-28T17:17:41","guid":{"rendered":"https:\/\/onefisherislandresidences.com\/?page_id=9"},"modified":"2025-10-30T16:53:20","modified_gmt":"2025-10-30T20:53:20","slug":"home","status":"publish","type":"page","link":"https:\/\/onefisherislandresidences.com\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9\" class=\"elementor elementor-9\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c62837c e-con-full e-flex e-con e-parent\" data-id=\"c62837c\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/onefisherislandresidences.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/OneFisherIsland.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<div class=\"elementor-element elementor-element-fa27324 elementor-widget elementor-widget-html\" data-id=\"fa27324\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- HTML: keep class names consistent -->\n<div class=\"overlay\">  <!-- was overlay already; keep CSS in sync below -->\n  <div class=\"content\">\n    <h1>One<\/h1>\n    <h1 class=\"gold\">The Final<\/h1>\n    <h1>Fisher<\/h1>\n    <h1 class=\"gold\">Masterpiece<\/h1>\n    <h1>Island<\/h1>\n  <\/div>\n<\/div>\n\n<script>\n  (function () {\n    const start = () => {\n      const h1s = document.querySelectorAll('.content h1');\n      if (h1s.length < 5) return;\n\n      \/\/ Force a reflow to ensure the browser commits initial styles before we animate\n      \/\/ (prevents that micro-stutter at the first frame of the transition)\n      \/\/ eslint-disable-next-line no-unused-expressions\n      h1s[0].offsetWidth;\n\n      setTimeout(() => {\n        \/\/ Fade the middle lines\n        h1s[1].classList.add('hidden');\n        h1s[3].classList.add('hidden');\n\n        \/\/ Next frame, move the outer lines\n        requestAnimationFrame(() => {\n          h1s[0].classList.add('moved');\n          h1s[4].classList.add('moved');\n        });\n      }, 3000);\n    };\n\n    const onReady = async () => {\n      try {\n        if (document.fonts && document.fonts.ready) {\n          await document.fonts.ready; \/\/ wait for webfonts to avoid any metric swap jank\n        }\n      } catch (e) { \/* noop *\/ }\n      requestAnimationFrame(start);\n    };\n\n    if (document.readyState === 'loading') {\n      document.addEventListener('DOMContentLoaded', onReady);\n    } else {\n      onReady();\n    }\n  })();\n<\/script>\n\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-37438a3 e-con-full elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-parent\" data-id=\"37438a3\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/onefisherislandresidences.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/OneFisherIsland.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<div class=\"elementor-element elementor-element-ba2fbba elementor-widget elementor-widget-html\" data-id=\"ba2fbba\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Text Animation<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            \n            width: 100vw;\n            height: 100vh;\n            margin: 0;\n            padding: 0;\n        }\n\n        .video-container {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100vw;\n            height: 100vh;\n            overflow: hidden;\n            z-index: -1;\n        }\n\n        video {\n           position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            object-position: center;\n        }\n\n        .overlay2 {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100vw;\n            height: 100vh;\n            z-index: 1;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: rgba(0, 0, 0, 0.3);\n        }\n\n        .content {\n            text-align: center;\n            color: white;\n            padding: 2rem;\n        }\n\n        .content h1 {\n            color: var(--White, #F8F6F0);\n            text-align: center;\n            font-family: \"F37 Britain Serif Light\", Sans-serif;\n            font-size: clamp(48px, 8vw, 120px);\n            font-style: normal;\n            font-weight: 300;\n            line-height: 100%; \/* 120px *\/\n            text-transform: uppercase;\n            transition: transform 1s ease-in-out, opacity 1s ease-in-out;\n        }\n         .content h1:nth-of-type(1).moved {\n            transform: translateY(calc(clamp(48px, 8vw, 120px) * 1));\n        }\n\n        .content h1:nth-of-type(5).moved {\n            transform: translateY(calc(clamp(48px, 8vw, 120px) * -1));\n        }\n        .content h1.hidden {\n            opacity: 0;\n        }\n\n        .content h1.gold{\n            background: var(--Gold-gradient, linear-gradient(90deg, #9C7844 0%, #D1B67F 25%, #B28E54 55%, #E5D19F 85%, #B49262 100%));\n            background-clip: text;\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            transition: opacity 1s ease;\n        }\n        \n        @media (max-width: 768px) {\n            .content h1 {\n                font-size: 48px;\n            }\n              .content h1:nth-of-type(1).moved {\n            transform: translateY(48px);\n            }\n\n            .content h1:nth-of-type(5).moved {\n                transform: translateY(-48px);\n            }\n\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"video-container\">\n        <video id=\"bgVideo\" autoplay muted loop playsinline>\n            <source src=\"1 Fisher Island_720.mp4\" type=\"video\/mp4\">\n            Your browser does not support the video tag.\n        <\/video>\n    <\/div>\n\n    <div class=\"overlay\">\n        <div class=\"content\">\n            <h1>One<\/h1>\n            <h1 class=\"gold\">The Final<\/h1>\n            <h1>Fisher<\/h1>\n            <h1 class=\"gold\">Masterpiece<\/h1>\n            <h1>Island<\/h1>\n        <\/div>\n    <\/div>\n    <script>\n         const h1s = document.querySelectorAll('.content h1');\n         window.addEventListener('load', function() {\n            setTimeout(function() {\n                h1s[1].classList.add('hidden');\n                h1s[3].classList.add('hidden');\n                h1s[0].classList.add('moved');\n                h1s[4].classList.add('moved');\n            }, 3000);\n        });\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2c3d695 e-flex e-con-boxed e-con e-parent\" data-id=\"2c3d695\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e65a527 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"e65a527\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The Final Masterpiece<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fa3bd92 elementor-widget__width-initial elementor-widget-laptop__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"fa3bd92\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>A world unto itself, One Fisher Island stands as the island\u2019s final and most extraordinary address. Grand-scale residences of four to six bedrooms capture sweeping views and effortless sophistication, complemented by a suite of amenities without equal. Set within the privacy of Fisher Island and the legacy of its world-renowned Club, this is more than a home, it\u2019s a rare privilege of place.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b319c56 elementor-widget elementor-widget-button\" data-id=\"b319c56\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6Ijg4IiwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Inquire<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d920d67 elementor-widget elementor-widget-image\" data-id=\"d920d67\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1200\" height=\"900\" src=\"https:\/\/onefisherislandresidences.com\/wp-content\/uploads\/2025\/10\/OneFisher.jpg\" class=\"attachment-full size-full wp-image-119\" alt=\"One Fisher Island\" srcset=\"https:\/\/onefisherislandresidences.com\/wp-content\/uploads\/2025\/10\/OneFisher.jpg 1200w, https:\/\/onefisherislandresidences.com\/wp-content\/uploads\/2025\/10\/OneFisher-300x225.jpg 300w, https:\/\/onefisherislandresidences.com\/wp-content\/uploads\/2025\/10\/OneFisher-1024x768.jpg 1024w, https:\/\/onefisherislandresidences.com\/wp-content\/uploads\/2025\/10\/OneFisher-768x576.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-85bf938 e-con-full e-flex e-con e-parent\" data-id=\"85bf938\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3dab98b elementor-widget elementor-widget-image\" data-id=\"3dab98b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"435\" height=\"24\" src=\"https:\/\/onefisherislandresidences.com\/wp-content\/uploads\/2025\/10\/partners.svg\" class=\"attachment-full size-full wp-image-186\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3856c58 elementor-icon-list--layout-inline elementor-align-right elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"3856c58\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjEyNyIsInRvZ2dsZSI6ZmFsc2V9\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Disclaimer<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u00a92025 All Rights Reserved<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>One The Final Fisher Masterpiece Island Text Animation Your browser does not support the video tag. One The Final Fisher Masterpiece Island The Final Masterpiece A world unto itself, One Fisher Island stands as the island\u2019s final and most extraordinary address. Grand-scale residences of four to six bedrooms capture sweeping views and effortless sophistication, complemented [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":165,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-9","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>One Fisher Island &#8211; Fisher Island&#039;s Most Extraordinary Address<\/title>\n<meta name=\"description\" content=\"Experience the final masterpiece of One Fisher Island\u2014exclusive residences and impeccable amenities within the privacy of Fisher Island. Inquire to learn more.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onefisherislandresidences.com\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"One Fisher Island &#8211; Fisher Island&#039;s Most Extraordinary Address\" \/>\n<meta property=\"og:description\" content=\"Experience the final masterpiece of One Fisher Island\u2014exclusive residences and impeccable amenities within the privacy of Fisher Island. Inquire to learn more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onefisherislandresidences.com\/\" \/>\n<meta property=\"og:site_name\" content=\"One Fisher Island\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-30T20:53:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onefisherislandresidences.com\/wp-content\/uploads\/2025\/10\/Onefisher-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onefisherislandresidences.com\/\",\"url\":\"https:\/\/onefisherislandresidences.com\/\",\"name\":\"One Fisher Island &#8211; Fisher Island's Most Extraordinary Address\",\"isPartOf\":{\"@id\":\"https:\/\/onefisherislandresidences.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onefisherislandresidences.com\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onefisherislandresidences.com\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/onefisherislandresidences.com\/wp-content\/uploads\/2025\/10\/Onefisher-1.jpg\",\"datePublished\":\"2025-10-28T17:17:41+00:00\",\"dateModified\":\"2025-10-30T20:53:20+00:00\",\"description\":\"Experience the final masterpiece of One Fisher Island\u2014exclusive residences and impeccable amenities within the privacy of Fisher Island. Inquire to learn more.\",\"breadcrumb\":{\"@id\":\"https:\/\/onefisherislandresidences.com\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onefisherislandresidences.com\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onefisherislandresidences.com\/#primaryimage\",\"url\":\"https:\/\/onefisherislandresidences.com\/wp-content\/uploads\/2025\/10\/Onefisher-1.jpg\",\"contentUrl\":\"https:\/\/onefisherislandresidences.com\/wp-content\/uploads\/2025\/10\/Onefisher-1.jpg\",\"width\":1200,\"height\":630,\"caption\":\"One Fisher Island\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onefisherislandresidences.com\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onefisherislandresidences.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onefisherislandresidences.com\/#website\",\"url\":\"https:\/\/onefisherislandresidences.com\/\",\"name\":\"One Fisher Island\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/onefisherislandresidences.com\/#organization\"},\"alternateName\":\"One Fisher Island\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onefisherislandresidences.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/onefisherislandresidences.com\/#organization\",\"name\":\"One Fisher Island\",\"alternateName\":\"One Fisher Island\",\"url\":\"https:\/\/onefisherislandresidences.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onefisherislandresidences.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/onefisherislandresidences.com\/wp-content\/uploads\/2025\/10\/OneFisherIsland.svg\",\"contentUrl\":\"https:\/\/onefisherislandresidences.com\/wp-content\/uploads\/2025\/10\/OneFisherIsland.svg\",\"width\":131,\"height\":96,\"caption\":\"One Fisher Island\"},\"image\":{\"@id\":\"https:\/\/onefisherislandresidences.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"One Fisher Island &#8211; Fisher Island's Most Extraordinary Address","description":"Experience the final masterpiece of One Fisher Island\u2014exclusive residences and impeccable amenities within the privacy of Fisher Island. Inquire to learn more.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/onefisherislandresidences.com\/","og_locale":"en_US","og_type":"article","og_title":"One Fisher Island &#8211; Fisher Island's Most Extraordinary Address","og_description":"Experience the final masterpiece of One Fisher Island\u2014exclusive residences and impeccable amenities within the privacy of Fisher Island. Inquire to learn more.","og_url":"https:\/\/onefisherislandresidences.com\/","og_site_name":"One Fisher Island","article_modified_time":"2025-10-30T20:53:20+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/onefisherislandresidences.com\/wp-content\/uploads\/2025\/10\/Onefisher-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onefisherislandresidences.com\/","url":"https:\/\/onefisherislandresidences.com\/","name":"One Fisher Island &#8211; Fisher Island's Most Extraordinary Address","isPartOf":{"@id":"https:\/\/onefisherislandresidences.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onefisherislandresidences.com\/#primaryimage"},"image":{"@id":"https:\/\/onefisherislandresidences.com\/#primaryimage"},"thumbnailUrl":"https:\/\/onefisherislandresidences.com\/wp-content\/uploads\/2025\/10\/Onefisher-1.jpg","datePublished":"2025-10-28T17:17:41+00:00","dateModified":"2025-10-30T20:53:20+00:00","description":"Experience the final masterpiece of One Fisher Island\u2014exclusive residences and impeccable amenities within the privacy of Fisher Island. Inquire to learn more.","breadcrumb":{"@id":"https:\/\/onefisherislandresidences.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onefisherislandresidences.com\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onefisherislandresidences.com\/#primaryimage","url":"https:\/\/onefisherislandresidences.com\/wp-content\/uploads\/2025\/10\/Onefisher-1.jpg","contentUrl":"https:\/\/onefisherislandresidences.com\/wp-content\/uploads\/2025\/10\/Onefisher-1.jpg","width":1200,"height":630,"caption":"One Fisher Island"},{"@type":"BreadcrumbList","@id":"https:\/\/onefisherislandresidences.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onefisherislandresidences.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/onefisherislandresidences.com\/#website","url":"https:\/\/onefisherislandresidences.com\/","name":"One Fisher Island","description":"","publisher":{"@id":"https:\/\/onefisherislandresidences.com\/#organization"},"alternateName":"One Fisher Island","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onefisherislandresidences.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/onefisherislandresidences.com\/#organization","name":"One Fisher Island","alternateName":"One Fisher Island","url":"https:\/\/onefisherislandresidences.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onefisherislandresidences.com\/#\/schema\/logo\/image\/","url":"https:\/\/onefisherislandresidences.com\/wp-content\/uploads\/2025\/10\/OneFisherIsland.svg","contentUrl":"https:\/\/onefisherislandresidences.com\/wp-content\/uploads\/2025\/10\/OneFisherIsland.svg","width":131,"height":96,"caption":"One Fisher Island"},"image":{"@id":"https:\/\/onefisherislandresidences.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/onefisherislandresidences.com\/index.php?rest_route=\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onefisherislandresidences.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/onefisherislandresidences.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/onefisherislandresidences.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/onefisherislandresidences.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9"}],"version-history":[{"count":133,"href":"https:\/\/onefisherislandresidences.com\/index.php?rest_route=\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":206,"href":"https:\/\/onefisherislandresidences.com\/index.php?rest_route=\/wp\/v2\/pages\/9\/revisions\/206"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onefisherislandresidences.com\/index.php?rest_route=\/wp\/v2\/media\/165"}],"wp:attachment":[{"href":"https:\/\/onefisherislandresidences.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}