Regular Expressions 101

Save & Share

  • Regex Version: ver. 1
  • Update Regex
    ctrl+⇧+s
  • Save new Regex
    ctrl+s
  • Add to Community Library

Flavor

  • PCRE2 (PHP >=7.3)
  • PCRE (PHP <7.3)
  • ECMAScript (JavaScript)
  • Python
  • Golang
  • Java 8
  • .NET 7.0 (C#)
  • Rust
  • Regex Flavor Guide

Function

  • Match
  • Substitution
  • List
  • Unit Tests

Tools

Sponsors
There are currently no sponsors. Become a sponsor today!
An explanation of your regex will be automatically generated as you type.
Detailed match information will be displayed here automatically.
  • All Tokens
  • Common Tokens
  • General Tokens
  • Anchors
  • Meta Sequences
  • Quantifiers
  • Group Constructs
  • Character Classes
  • Flags/Modifiers
  • Substitution
  • A single character of: a, b or c
    [abc]
  • A character except: a, b or c
    [^abc]
  • A character in the range: a-z
    [a-z]
  • A character not in the range: a-z
    [^a-z]
  • A character in the range: a-z or A-Z
    [a-zA-Z]
  • Any single character
    .
  • Alternate - match either a or b
    a|b
  • Any whitespace character
    \s
  • Any non-whitespace character
    \S
  • Any digit
    \d
  • Any non-digit
    \D
  • Any word character
    \w
  • Any non-word character
    \W
  • Non-capturing group
    (?:...)
  • Capturing group
    (...)
  • Zero or one of a
    a?
  • Zero or more of a
    a*
  • One or more of a
    a+
  • Exactly 3 of a
    a{3}
  • 3 or more of a
    a{3,}
  • Between 3 and 6 of a
    a{3,6}
  • Start of string
    ^
  • End of string
    $
  • A word boundary
    \b
  • Non-word boundary
    \B

Regular Expression

/
/
gm

Test String

Code Generator

Generated Code

# coding=utf8 # the above tag defines encoding for this document and is for Python 2.x compatibility import re regex = r"*" test_str = ("<div id=\"home-details-render\"><div id=\"home-details-content\"><div class=\"hdp__sc-9dqr3g-0 eYlcPS ds-wrapper fs-package\"><div class=\"hdp__sc-9dqr3g-1 eASkrr ds-container\"><div class=\"layout-wrapper\" style=\"height: auto;\"><button class=\"ds-close-lightbox-icon hc-back-to-list\" aria-label=\"close\" autofocus=\"\"><svg viewBox=\"0 0 24 24\" class=\"sc-gsDKAQ hDhDYS sc-furwcr kqVGZL\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.8 11.8L4 4l7.8 7.8L4 19.6l7.8-7.8zm0 0l7.8 7.8-7.8-7.8L19.6 4l-7.8 7.8z\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></button><div class=\"header-container\"><div id=\"navbar-container\" class=\"\"></div></div><div class=\"layout-container \" style=\"height: 590px;\"><div class=\"media-column-container\"><div><div class=\"hdp__sc-ys97yr-0 bcCfOH\"><div data-media-col=\"true\"><div class=\"hdp__sc-1k3ghj4-0 gjmYYi\"></div><button class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 hesLpw hdp__sc-181gmr1-0 eyNvbe\">Skip Photos</button><ul class=\"hdp__sc-1wi9vqt-0 kcBLbG ds-media-col media-stream\"><li class=\"media-stream-tile media-stream-tile--prominent\"><figure><button aria-label=\"view larger view of the 1 photo of this home\" class=\"sc-bdvvtL hdp__sc-1hfifce-0 ksREEs hvRfvV\"><picture class=\"sc-iqseJM kcLLyf\"><source type=\"image/webp\" srcset=\"https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_192.webp 192w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_384.webp 384w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_576.webp 576w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_768.webp 768w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_960.webp 960w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_1152.webp 1152w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_1344.webp 1344w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_1536.webp 1536w\" sizes=\"(min-width: 1280px) 768px, (min-width: 1024px) 60vw, (min-width: 900px) 60vw, (min-width: 768px) 55vw, 100vw\"><source type=\"image/jpeg\" srcset=\"https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_192.jpg 192w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_384.jpg 384w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_576.jpg 576w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_768.jpg 768w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_960.jpg 960w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_1152.jpg 1152w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_1344.jpg 1344w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_1536.jpg 1536w\" sizes=\"(min-width: 1280px) 768px, (min-width: 1024px) 60vw, (min-width: 900px) 60vw, (min-width: 768px) 55vw, 100vw\"><img src=\"https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_960.jpg\" alt=\"\"></picture></button></figure></li><li class=\"media-stream-tile tile-1\"><figure><button aria-label=\"view larger view of the 2 photo of this home\" class=\"sc-bdvvtL hdp__sc-1hfifce-0 ksREEs hvRfvV\"><picture class=\"sc-iqseJM kcLLyf\"><source type=\"image/webp\" srcset=\"https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_192.webp 192w, https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_384.webp 384w, https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_576.webp 576w, https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_768.webp 768w\" sizes=\"(min-width: 1280px) 384px, (min-width: 1024px) 30vw, (min-width: 900px) 30vw, (min-width: 768px) 55vw, (min-width: 550px) 50vw, 100vw\"><source type=\"image/jpeg\" srcset=\"https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_192.jpg 192w, https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_384.jpg 384w, https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_576.jpg 576w, https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_768.jpg 768w\" sizes=\"(min-width: 1280px) 384px, (min-width: 1024px) 30vw, (min-width: 900px) 30vw, (min-width: 768px) 55vw, (min-width: 550px) 50vw, 100vw\"><img src=\"https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_576.jpg\" alt=\"\"></picture></button></figure></li><li class=\"media-stream-tile tile-2\"><figure><button aria-label=\"view larger view of the 3 photo of this home\" class=\"sc-bdvvtL hdp__sc-1hfifce-0 ksREEs hvRfvV\"><picture class=\"sc-iqseJM kcLLyf\"><source type=\"image/webp\" srcset=\"https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_192.webp 192w, https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_384.webp 384w, https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_576.webp 576w, https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_768.webp 768w\" sizes=\"(min-width: 1280px) 384px, (min-width: 1024px) 30vw, (min-width: 900px) 30vw, (min-width: 768px) 55vw, (min-width: 550px) 50vw, 100vw\"><source type=\"image/jpeg\" srcset=\"https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_192.jpg 192w, https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_384.jpg 384w, https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_576.jpg 576w, https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_768.jpg 768w\" sizes=\"(min-width: 1280px) 384px, (min-width: 1024px) 30vw, (min-width: 900px) 30vw, (min-width: 768px) 55vw, (min-width: 550px) 50vw, 100vw\"><img src=\"https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_576.jpg\" alt=\"\"></picture></button></figure></li><li class=\"media-stream-tile tile-3\"><figure><button aria-label=\"view larger view of the 4 photo of this home\" class=\"sc-bdvvtL hdp__sc-1hfifce-0 ksREEs hvRfvV\"><picture class=\"sc-iqseJM kcLLyf\"><source type=\"image/webp\" srcset=\"https://photos.zillowstatic.com/fp/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_192.webp 192w, https://photos.zillowstatic.com/fp/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_384.webp 384w, https://photos.zillowstatic.com/fp/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_576.webp 576w, https://photos.zillowstatic.com/fp/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_768.webp 768w\" sizes=\"(min-width: 1280px) 384px, (min-width: 1024px) 30vw, (min-width: 900px) 30vw, (min-width: 768px) 55vw, (min-width: 550px) 50vw, 100vw\"><source type=\"image/jpeg\" srcset=\"https://photos.zillowstatic.com/fp/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_192.jpg 192w, https://photos.zillowstatic.com/fp/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_384.jpg 384w, https://photos.zillowstatic.com/fp/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_576.jpg 576w, https://photos.zillowstatic.com/fp/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_768.jpg 768w\" sizes=\"(min-width: 1280px) 384px, (min-width: 1024px) 30vw, (min-width: 900px) 30vw, (min-width: 768px) 55vw, (min-width: 550px) 50vw, 100vw\"><img src=\"https://photos.zillowstatic.com/fp/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_576.jpg\" alt=\"\"></picture></button></figure></li><li class=\"media-stream-tile tile-4\"><figure><button aria-label=\"view larger view of the 5 photo of this home\" class=\"sc-bdvvtL hdp__sc-1hfifce-0 ksREEs hvRfvV\"><picture class=\"sc-iqseJM kcLLyf\"><source type=\"image/webp\" srcset=\"https://photos.zillowstatic.com/fp/19369ad2675cbb63a580dc204697ab07-cc_ft_192.webp 192w, https://photos.zillowstatic.com/fp/19369ad2675cbb63a580dc204697ab07-cc_ft_384.webp 384w, https://photos.zillowstatic.com/fp/19369ad2675cbb63a580dc204697ab07-cc_ft_576.webp 576w, https://photos.zillowstatic.com/fp/19369ad2675cbb63a580dc204697ab07-cc_ft_768.webp 768w\" sizes=\"(min-width: 1280px) 384px, (min-width: 1024px) 30vw, (min-width: 900px) 30vw, (min-width: 768px) 55vw, (min-width: 550px) 50vw, 100vw\"><source type=\"image/jpeg\" srcset=\"https://photos.zillowstatic.com/fp/19369ad2675cbb63a580dc204697ab07-cc_ft_192.jpg 192w, https://photos.zillowstatic.com/fp/19369ad2675cbb63a580dc204697ab07-cc_ft_384.jpg 384w, https://photos.zillowstatic.com/fp/19369ad2675cbb63a580dc204697ab07-cc_ft_576.jpg 576w, https://photos.zillowstatic.com/fp/19369ad2675cbb63a580dc204697ab07-cc_ft_768.jpg 768w\" sizes=\"(min-width: 1280px) 384px, (min-width: 1024px) 30vw, (min-width: 900px) 30vw, (min-width: 768px) 55vw, (min-width: 550px) 50vw, 100vw\"><img src=\"https://photos.zillowstatic.com/fp/19369ad2675cbb63a580dc204697ab07-cc_ft_576.jpg\" alt=\"\"></picture></button></figure></li><li class=\"media-stream-tile tile-5\"><figure><button aria-label=\"view larger view of the 6 photo of this home\" class=\"sc-bdvvtL hdp__sc-1hfifce-0 ksREEs hvRfvV\"><picture class=\"sc-iqseJM kcLLyf\"><source type=\"image/webp\" srcset=\"https://photos.zillowstatic.com/fp/a59b1aba32afef92744c3a5b17123275-cc_ft_192.webp 192w, https://photos.zillowstatic.com/fp/a59b1aba32afef92744c3a5b17123275-cc_ft_384.webp 384w, https://photos.zillowstatic.com/fp/a59b1aba32afef92744c3a5b17123275-cc_ft_576.webp 576w, https://photos.zillowstatic.com/fp/a59b1aba32afef92744c3a5b17123275-cc_ft_768.webp 768w\" sizes=\"(min-width: 1280px) 384px, (min-width: 1024px) 30vw, (min-width: 900px) 30vw, (min-width: 768px) 55vw, (min-width: 550px) 50vw, 100vw\"><source type=\"image/jpeg\" srcset=\"https://photos.zillowstatic.com/fp/a59b1aba32afef92744c3a5b17123275-cc_ft_192.jpg 192w, https://photos.zillowstatic.com/fp/a59b1aba32afef92744c3a5b17123275-cc_ft_384.jpg 384w, https://photos.zillowstatic.com/fp/a59b1aba32afef92744c3a5b17123275-cc_ft_576.jpg 576w, https://photos.zillowstatic.com/fp/a59b1aba32afef92744c3a5b17123275-cc_ft_768.jpg 768w\" sizes=\"(min-width: 1280px) 384px, (min-width: 1024px) 30vw, (min-width: 900px) 30vw, (min-width: 768px) 55vw, (min-width: 550px) 50vw, 100vw\"><img src=\"https://photos.zillowstatic.com/fp/a59b1aba32afef92744c3a5b17123275-cc_ft_576.jpg\" alt=\"\"></picture></button></figure></li><li class=\"media-stream-tile tile-6\"><figure><button aria-label=\"view larger view of the 7 photo of this home\" class=\"sc-bdvvtL hdp__sc-1hfifce-0 ksREEs hvRfvV\"><picture class=\"sc-iqseJM kcLLyf\"><source type=\"image/webp\" srcset=\"https://photos.zillowstatic.com/fp/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_192.webp 192w, https://photos.zillowstatic.com/fp/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_384.webp 384w, https://photos.zillowstatic.com/fp/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_576.webp 576w, https://photos.zillowstatic.com/fp/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_768.webp 768w\" sizes=\"(min-width: 1280px) 384px, (min-width: 1024px) 30vw, (min-width: 900px) 30vw, (min-width: 768px) 55vw, (min-width: 550px) 50vw, 100vw\"><source type=\"image/jpeg\" srcset=\"https://photos.zillowstatic.com/fp/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_192.jpg 192w, https://photos.zillowstatic.com/fp/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_384.jpg 384w, https://photos.zillowstatic.com/fp/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_576.jpg 576w, https://photos.zillowstatic.com/fp/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_768.jpg 768w\" sizes=\"(min-width: 1280px) 384px, (min-width: 1024px) 30vw, (min-width: 900px) 30vw, (min-width: 768px) 55vw, (min-width: 550px) 50vw, 100vw\"><img src=\"https://photos.zillowstatic.com/fp/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_576.jpg\" alt=\"\"></picture></button></figure></li><li class=\"media-stream-tile tile-7\"></li><li class=\"media-stream-tile tile-8\"></li><li class=\"media-stream-tile tile-9\"></li><li class=\"media-stream-tile tile-10\"></li><li class=\"media-stream-tile tile-11\"></li><li class=\"media-stream-tile tile-12\"></li><li class=\"media-stream-tile tile-13\"></li><li class=\"media-stream-tile tile-14\"></li><li class=\"media-stream-tile tile-15\"></li><li class=\"media-stream-tile tile-16\"></li><li class=\"media-stream-tile tile-17\"></li><li class=\"media-stream-tile tile-18\"></li><li class=\"media-stream-tile tile-19\"></li><li class=\"media-stream-tile tile-20\"></li><li class=\"media-stream-tile tile-21\"></li><li class=\"media-stream-tile tile-22\"></li><li class=\"media-stream-tile tile-23\"></li><li class=\"media-stream-tile tile-24\"></li><li class=\"media-stream-tile tile-25\"></li><li class=\"media-stream-tile tile-26\"></li><li class=\"media-stream-tile tile-27\"></li><li class=\"media-stream-tile media-stream-tile--upsell\"></li></ul><button class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 hesLpw hdp__sc-181gmr1-0 eyNvbe\">Skip Photos</button><div class=\"hdp__sc-1k3ghj4-0 gjmYYi\"></div></div></div><div class=\"hdp__sc-ys97yr-1 bzXMGb\"><button class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 hesLpw dpf__sc-bfl6r0-0 iKbTCV\">Skip to end of photos</button><div data-integration-test-id=\"photo-carousel\" class=\"dpf__sc-1dbq79x-0 eSynBG\"><div class=\"sc-iJKOTD fFKfOL dpf__sc-1ezqz18-0 ffmUFx\"><ul class=\"dpf__sc-1ezqz18-1 jlCXYx\"><li><button type=\"button\" class=\"UnstyledButton-c11n-8-63-0__sc-13jpj60-0 dpf__sc-1obsll-1 iOmGyf cRAcWS\"><span class=\"StyledTag-c11n-8-63-0__sc-1945joc-0 bALTW dpf__sc-1obsll-0 gKnSpp\">1<!-- --> of <!-- -->28</span><picture class=\"sc-kDTinF ggyMuw\"><source type=\"image/webp\" srcset=\"https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_192.webp 192w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_384.webp 384w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_576.webp 576w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_768.webp 768w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_960.webp 960w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_1152.webp 1152w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_1344.webp 1344w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_1536.webp 1536w\" sizes=\"100vw\"><source type=\"image/jpeg\" srcset=\"https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_192.jpg 192w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_384.jpg 384w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_576.jpg 576w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_768.jpg 768w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_960.jpg 960w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_1152.jpg 1152w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_1344.jpg 1344w, https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_1536.jpg 1536w\" sizes=\"100vw\"><img src=\"https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-cc_ft_960.jpg\" alt=\"\"></picture></button></li><li><button type=\"button\" class=\"UnstyledButton-c11n-8-63-0__sc-13jpj60-0 dpf__sc-1obsll-1 iOmGyf cRAcWS\"><picture class=\"sc-kDTinF ggyMuw\"><source type=\"image/webp\" srcset=\"https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_192.webp 192w, https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_384.webp 384w, https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_576.webp 576w, https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_768.webp 768w, https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_960.webp 960w, https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_1152.webp 1152w, https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_1344.webp 1344w, https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_1536.webp 1536w\" sizes=\"100vw\"><source type=\"image/jpeg\" srcset=\"https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_192.jpg 192w, https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_384.jpg 384w, https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_576.jpg 576w, https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_768.jpg 768w, https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_960.jpg 960w, https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_1152.jpg 1152w, https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_1344.jpg 1344w, https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_1536.jpg 1536w\" sizes=\"100vw\"><img src=\"https://photos.zillowstatic.com/fp/209c61592b999d83ca05b9b1e76edb5c-cc_ft_960.jpg\" alt=\"\"></picture></button></li><li><button type=\"button\" class=\"UnstyledButton-c11n-8-63-0__sc-13jpj60-0 dpf__sc-1obsll-1 iOmGyf cRAcWS\"><picture class=\"sc-kDTinF ggyMuw\"><source type=\"image/webp\" srcset=\"https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_192.webp 192w, https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_384.webp 384w, https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_576.webp 576w, https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_768.webp 768w, https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_960.webp 960w, https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_1152.webp 1152w, https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_1344.webp 1344w, https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_1536.webp 1536w\" sizes=\"100vw\"><source type=\"image/jpeg\" srcset=\"https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_192.jpg 192w, https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_384.jpg 384w, https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_576.jpg 576w, https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_768.jpg 768w, https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_960.jpg 960w, https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_1152.jpg 1152w, https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_1344.jpg 1344w, https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_1536.jpg 1536w\" sizes=\"100vw\"><img src=\"https://photos.zillowstatic.com/fp/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_960.jpg\" alt=\"\"></picture></button></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li></ul><button tabindex=\"-1\" aria-label=\"Next set of items\" type=\"button\" class=\"UnstyledButton-c11n-8-63-0__sc-13jpj60-0 iOmGyf\"><svg viewBox=\"0 0 32 32\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 iRHGvV IconChevronRight-c11n-8-63-0__sc-19mpgrq-0 jcJxDZ\" aria-hidden=\"true\" focusable=\"false\" role=\"img\"><title>Chevron Right</title><path stroke=\"none\" d=\"M29.41 8.59a2 2 0 00-2.83 0L16 19.17 5.41 8.59a2 2 0 00-2.83 2.83l12 12a2 2 0 002.82 0l12-12a2 2 0 00.01-2.83z\"></path></svg></button></div></div><button class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 hesLpw dpf__sc-bfl6r0-0 iKbTCV\">Skip to beginning of photos</button></div></div></div><div class=\"data-column-container\"><div class=\"side-by-side-action-bar\"><div class=\"hdp__sc-664ky2-0 brApPT\"><div class=\"hdp__sc-1dupnse-5 bJbqYs\"><div class=\"hdp__sc-1dupnse-9 hioLMb ds-action-bar\" style=\" \"><nav aria-label=\"utility\" class=\"hdp__sc-1dupnse-8 fBUbAA\" style=\" \"><div class=\"hdp__sc-199cylr-1 hIESIh\"><div aria-label=\"close\" class=\"hdp__sc-199cylr-2 dIuCgl\"><button class=\"hdp__sc-199cylr-3 kIdZVF\"><svg viewBox=\"0 0 32 32\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 hjToGA IconChevronLeft-c11n-8-63-0__sc-ddr5cu-0 hdp__sc-199cylr-0 ffgIMi bfgLqL\" aria-hidden=\"true\" focusable=\"false\" role=\"img\"><title>Chevron Left</title><path stroke=\"none\" d=\"M29.41 8.59a2 2 0 00-2.83 0L16 19.17 5.41 8.59a2 2 0 00-2.83 2.83l12 12a2 2 0 002.82 0l12-12a2 2 0 00.01-2.83z\"></path></svg></button></div></div><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 162 34\" role=\"img\" aria-labelledby=\"zillow-logo-title\" focusable=\"false\" aria-hidden=\"false\" class=\"sc-iqseJM fguHQG hdp__sc-1dupnse-0 EVIbN\" style=\" \"><title id=\"zillow-logo-title\">Zillow</title><path d=\"M124 12.6h6.7l2 6.2a253.4 253.4 0 011.7 6l1.7-6 2-6.2h4.9l2 6.2a230.6 230.6 0 011.7 6s1-3.9 1.7-6l2-6.2h6l-6.6 20.6h-6l-1.6-5a413.5 413.5 0 01-1.9-6s-1 3.8-1.8 5.9l-1.6 5.4h-6.2L124 12.6zM86.2 1.8h-6.7v31.7h6.7V1.8zM98 1.8h-6.8v31.7h6.7V1.8zM117.3 23c0-3-2.2-5.1-4.8-5.1-2.7 0-4.9 2-4.9 5.1 0 3.1 2.2 5.2 4.9 5.2 2.6 0 4.8-2 4.8-5.2zm-16.1 0c0-6.2 5-10.9 11.3-10.9a11 11 0 110 22 11 11 0 01-11.3-11M40.8 4.7v5.9h11.9v.2L41 31l-.4 1.1v1.4h22.8v-6.2H50.6l12-20.5.2-.8V4.7h-22zM67.7 12.6h6.8v20.9h-6.8V12.6zm3.4-10.3A3.8 3.8 0 0175 6a3.8 3.8 0 11-7.7 0 3.8 3.8 0 013.8-3.7M20.6 9a.3.3 0 01.3.2 163.3 163.3 0 012.7 3.4 61.4 61.4 0 00-9.3 9.2c3.7-1.6 12.3-4.1 16.2-4.8v-5L15.3 0 0 12v5.4c4.7-2.8 15.7-7.1 20.6-8.4z\"></path><path d=\"M8.2 29.7a.3.3 0 01-.3 0L5 26.3V26a53.6 53.6 0 019.6-10.4C11.6 16.6 3 20.2 0 22v11.5h30.5v-11c-4.2.6-16.6 4.3-22.3 7.2z\"></path></svg><ul class=\"hdp__sc-1dupnse-7 eFmsue\"><li class=\"hdp__sc-1dupnse-1 khZLFs\"><button aria-pressed=\"false\" class=\"sc-bdvvtL ksREEs hdp__sc-14xnfdo-0 fZoOjk\" data-test-id=\"save-hdp-button\"><div class=\"hdp__sc-1dupnse-4 fehjDq\"><div aria-hidden=\"true\" class=\"hdp__sc-1dupnse-2 hdp__sc-1dupnse-10 bOUQPz liqkzF\"><svg viewBox=\"0 0 32 32\" aria-hidden=\"true\" focusable=\"false\" role=\"img\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 avrKj\"><title>Heart</title><path stroke=\"none\" d=\"M27.66 6.19a7.85 7.85 0 00-11 .13L16 7l-.65-.66a7.85 7.85 0 00-11-.13 8.23 8.23 0 00.09 11.59l.42.42L15.29 28.7a1 1 0 001.42 0l10.44-10.5.42-.42a8.23 8.23 0 00.09-11.59zm-1.42 10.06l-.52.52L16 26.55l-9.72-9.78-.52-.52A6.15 6.15 0 014 13.19a5.91 5.91 0 011.62-5.43 5.81 5.81 0 014.67-1.71 6 6 0 013.78 1.87l.5.5 1.08 1.08a.5.5 0 00.7 0l1.08-1.08.5-.5a6 6 0 013.78-1.87 5.81 5.81 0 014.67 1.71A5.91 5.91 0 0128 13.19a6.15 6.15 0 01-1.76 3.06z\"></path></svg></div><span class=\"hdp__sc-1dupnse-3 kZaUmP\"> Save<!-- --> </span></div></button></li><li class=\"hdp__sc-1dupnse-1 khZLFs\"><button type=\"button\" class=\"hdp__sc-1dupnse-4 fehjDq\"><div class=\"hdp__sc-1dupnse-2 bOUQPz\"><svg viewBox=\"0 0 23 18\" focusable=\"false\"><g fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(0)\" class=\"ds-action-bar-icon-fill\" fill-rule=\"nonzero\"><path d=\"m22.504 7.0047l-9.4663-6.7849c-0.2188-0.18177-0.53451-0.22356-0.79965-0.10586-0.26514 0.11771-0.42736 0.37168-0.41087 0.64327v3.4148c-2.9503 0.066134-5.77 1.1388-7.9168 3.0118-2.3605 2.2392-3.4984 5.3966-3.3895 9.5391 0.0061638 0.30779 0.2342 0.57373 0.55684 0.64938h0.18158c0.2629 2.775e-4 0.50471-0.13305 0.62947-0.34708 0.89579-1.5115 4.2005-6.2922 9.8174-6.2922h0.12105v3.2245l0.060526 0.44785 0.33895 0.15675c0.25053 0.11823 0.55234 0.092065 0.77474-0.067177l9.2242-6.6169 0.27842-0.25751v-0.61579zm-9.43 6.0571v-2.7431c4.845e-4 -0.35828-0.30312-0.65386-0.69-0.67177-5.3505-0.31349-8.8853 3.2021-10.604 5.4749 0.023449-2.6474 1.1158-5.1911 3.0626-7.132 2.0065-1.7327 4.6512-2.6935 7.3963-2.6871h0.14526c0.19332-1.3199e-4 0.37937-0.068163 0.52053-0.19033l0.21789-0.24632v-3.2021l7.9532 5.6989-8.0016 5.6989z\"></path></g></g></svg></div><span class=\"hdp__sc-1dupnse-3 kZaUmP\">Share</span></button></li><li class=\"hdp__sc-1dupnse-4 vhicf\"><button aria-expanded=\"false\" aria-haspopup=\"menu\" class=\"StyledDropdownIcon-c11n-8-63-0__sc-7y5ig8-0 dqneIF DropdownPopper-c11n-8-63-0__sc-1vnow1h-0 djhlbh MenuPopper-c11n-8-63-0__sc-1uu201g-0 cjNCxc\"><div data-test-selector=\"ds-more-button\" class=\"hdp__sc-1dupnse-4 fehjDq\"><div class=\"hdp__sc-1dupnse-2 hdp__sc-1dupnse-10 bOUQPz liqkzF\"><svg viewBox=\"0 0 32 32\" aria-hidden=\"true\" focusable=\"false\" role=\"img\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 avrKj\"><title>More</title><g stroke=\"none\"><path d=\"M16,14a2,2,0,1,1-2,2,2,2,0,0,1,2-2m0-2a4,4,0,1,0,4,4,4,4,0,0,0-4-4Z\"></path><path d=\"M6,14a2,2,0,1,1-2,2,2,2,0,0,1,2-2m0-2a4,4,0,1,0,4,4,4,4,0,0,0-4-4Z\"></path><path d=\"M26,14a2,2,0,1,1-2,2,2,2,0,0,1,2-2m0-2a4,4,0,1,0,4,4,4,4,0,0,0-4-4Z\"></path></g></svg></div><span class=\"hdp__sc-1dupnse-3 kZaUmP\">More</span></div><span class=\"VisuallyHidden-c11n-8-63-0__sc-t8tewe-0 ldGncB\">Show more</span></button></li></ul></nav></div></div></div></div><div class=\"summary-container\"><div><div data-renderstrat=\"ssr\"><div><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 kZsyMM\" style=\" \"><div class=\"hdp__sc-7rrrvq-0 bmsYGF\"><div class=\"hdp__sc-7rrrvq-1 bpWSeR\"><span data-testid=\"price\" class=\"Text-c11n-8-63-0__sc-aiai24-0 dpf__sc-1me8eh6-0 cfVcI fzJCbY\"><span>$3,250,000</span></span><div class=\"hdp__sc-7rrrvq-2 cYYUen\"><span data-testid=\"bed-bath-beyond\"><span data-testid=\"bed-bath-item\" class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\"><strong>4</strong><span> <!-- -->bd</span></span><span class=\"dpf__sc-13frln-0 erIJut\"></span><button type=\"button\" aria-expanded=\"false\" aria-haspopup=\"false\" class=\"TriggerText-c11n-8-63-0__sc-139r5uq-0 dPNACq TooltipPopper-c11n-8-63-0__sc-io290n-0 hdp__sc-1vcj1w9-0 dwspDM dTwXPP\"><span data-testid=\"bed-bath-item\" class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\"><strong>2</strong><span> <!-- -->ba</span></span></button><span class=\"dpf__sc-13frln-0 erIJut\"></span><span data-testid=\"bed-bath-item\" class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\"><strong>1,848</strong><span> <!-- -->sqft</span></span></span></div></div></div><div class=\"hdp__sc-1gqth4d-0 jCfqsU\"><h1 class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">6267 Goddess Ct,<!-- -->&nbsp;<!-- -->San Jose, CA 95129</h1></div><div class=\"hdp__sc-crj6pq-0 ds-chip-removable-content\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-s9676m-0 gbKiss beYbML\"><div class=\"dpf__sc-1yftt2a-0 gjSUtn\"><span class=\"dpf__sc-1s8zaki-0 HiIXT\"></span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 dpf__sc-1yftt2a-1 gbKiss iOiapS\">For sale</span></div><span class=\"dpf__sc-13frln-0 erIJut\"></span><div class=\"hdp__sc-s9676m-1 bhjILh\"><span data-testid=\"zestimate-text\" class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\"><button type=\"button\" aria-expanded=\"false\" aria-haspopup=\"dialog\" class=\"TriggerText-c11n-8-63-0__sc-139r5uq-0 dPNACq\">Zestimate<sup>®</sup></button>: <span class=\"Text-c11n-8-63-0__sc-aiai24-0 kHCdln\"><span>$3,525,300</span></span></span></div></span></div><div class=\"sc-jJoQJp bhImaV\"><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 kxBTqu\"><span class=\"sc-kLwhqv ZXscY\">Est. payment:&nbsp;</span><span>$16,723/mo</span></div><a href=\"https://www.zillow.com/pre-qualify/#/pre-qualify&amp;zipCode=95129&amp;propertyValue=3250000&amp;propertyType=SingleFamilyHome&amp;source=Z_ForsaleHDP_Getpre-approved&amp;hdpSource=FS_HDP\" class=\"sc-iJKOTD kuSzaT sc-bYoBSM hLeqZX\"><span class=\"sc-ezbkAF chsFTP\"><svg viewBox=\"0 0 50 50\" xmlns=\"http://www.w3.org/2000/svg\" height=\"20px\" width=\"20px\"><g fill-rule=\"nonzero\" fill=\"none\"><circle fill=\"#0074E4\" cx=\"25\" cy=\"25\" r=\"25\"></circle><path d=\"M33.438 14.688l-1.876 3.124c-1.562-1.25-3.125-1.875-5-2.187v6.563c5.313 1.25 7.5 3.437 7.5 7.187 0 3.75-2.812 6.25-7.187 6.563v3.437H23.75v-3.438c-3.125-.312-5.938-1.562-8.125-3.437l2.188-3.125c1.875 1.563 3.75 2.5 5.937 3.125v-6.875c-5-1.25-7.5-3.125-7.5-7.188 0-3.75 2.813-6.25 7.188-6.562V10h3.125v2.188c2.5 0 5 .937 6.875 2.5zM30 29.374c0-1.563-.625-2.5-3.438-3.125v6.25c2.5-.313 3.438-1.25 3.438-3.125zm-9.375-11.25c0 1.563.625 2.5 3.438 3.125v-5.938c-2.188.313-3.438 1.25-3.438 2.813z\" fill=\"#FFF\"></path></g></svg></span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 eyOUuQ\">Get pre-qualified</span></a></div></div></div></div><div data-cft-name=\"contact-buttons\" class=\"hdp__sc-h6x2kh-0 gHiZbF\"><ul class=\"contact-button-group\"><li class=\"contact-button prominent\"><button class=\"StyledButton-c11n-8-63-0__sc-wpcbcc-0 gBGCoT contact-button-condensed ds-button ds-label-small\" data-cft-name=\"contact-button-tour\"><div>Request a tour<p class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledParagraph-c11n-8-63-0__sc-18ze78a-0 khqFQN\">as early as today at 11:00 am</p></div></button></li><li class=\"contact-button\"><button class=\"StyledButton-c11n-8-63-0__sc-wpcbcc-0 fFaIrd contact-button-condensed ds-button ds-label-small\" data-cft-name=\"contact-button-message\">Contact agent</button></li></ul></div></div></div><div class=\"data-view-container\"><div class=\"ds-data-view-list\"><div class=\"hdp__sc-1jydst6-0 iQHtwi\"><div><div class=\"sc-dJjYzT dTCftj\"><div class=\"sc-fKVqWL eVWDxS\"><div class=\"sc-bkkeKt hgAzZy\"><div class=\"sc-fFeiMQ dFkDFl\"></div><svg viewBox=\"0 0 32 32\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 avrKj IconChevronLeftOutline-c11n-8-63-0__sc-hujn6u-0 mDvzN\" aria-hidden=\"true\" focusable=\"false\" role=\"img\"><title>Chevron Left</title><path stroke=\"none\" d=\"M29.7 8.8a1 1 0 00-1.4 0L16 21 3.7 8.8a1 1 0 00-1.4 0 1 1 0 000 1.4l13 13a1 1 0 001.4 0l13-13a1 1 0 000-1.4z\"></path></svg></div><div class=\"sc-bkkeKt XUmze\"><div class=\"sc-fFeiMQ dFkDFl\"></div><svg viewBox=\"0 0 32 32\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 avrKj IconChevronRightOutline-c11n-8-63-0__sc-1yzayyv-0 daZHnF\" aria-hidden=\"true\" focusable=\"false\" role=\"img\"><title>Chevron Right</title><path stroke=\"none\" d=\"M29.7 8.8a1 1 0 00-1.4 0L16 21 3.7 8.8a1 1 0 00-1.4 0 1 1 0 000 1.4l13 13a1 1 0 001.4 0l13-13a1 1 0 000-1.4z\"></path></svg></div><nav aria-label=\"page\" class=\"sc-dlVxhl bityNa\"><ul class=\"sc-iwjdpV dXlbWh\"><li class=\"sc-cxpSdN kehmeZ\"><a href=\"#\" class=\"sc-ieecCq gmWEDE\">Overview</a></li><li class=\"sc-cxpSdN kehmeZ\"><a href=\"#\" class=\"sc-ieecCq dOCqij\">Facts and features</a></li><li class=\"sc-cxpSdN kehmeZ\"><a href=\"#\" class=\"sc-ieecCq dOCqij\">Home value</a></li><li class=\"sc-cxpSdN kehmeZ\"><a href=\"#\" class=\"sc-ieecCq dOCqij\">Price and tax history</a></li><li class=\"sc-cxpSdN kehmeZ\"><a href=\"#\" class=\"sc-ieecCq dOCqij\">Monthly cost</a></li><li class=\"sc-cxpSdN kehmeZ\"><a href=\"#\" class=\"sc-ieecCq dOCqij\">Down payment assistance</a></li><li class=\"sc-cxpSdN kehmeZ\"><a href=\"#\" class=\"sc-ieecCq dOCqij\">Rental value</a></li><li class=\"sc-cxpSdN kehmeZ\"><a href=\"#\" class=\"sc-ieecCq dOCqij\">Nearby schools</a></li><li class=\"sc-cxpSdN kehmeZ\"><a href=\"#\" class=\"sc-ieecCq dOCqij\">Similar homes</a></li><li class=\"sc-cxpSdN kehmeZ\"><a href=\"#\" class=\"sc-ieecCq dOCqij\">Neighborhood</a></li><li class=\"sc-cxpSdN kehmeZ\"><a href=\"#\" class=\"sc-ieecCq dOCqij\">Local legal protections</a></li></ul></nav></div></div><ul class=\"zsg-tooltip-viewport\"><li data-renderstrat=\"ssr\"><div></div></li><li data-renderstrat=\"ssr\"><div><div data-renderstrat=\"inline\"><div><div><div class=\"StyledCard-c11n-8-63-0__sc-rmiu6p-0 ehejws Upsell-c11n-8-63-0__sc-1tgvknj-0 UpsellWrapper__StyledUpsell-sc-1pdnb2w-0 imzwjB cceYNc UpsellWrapper-sc-1pdnb2w-2 icKZKz\"><div class=\"MediaObject__StyledMediaObject-sc-12gs3hz-0 HYeOy MediaObject-sc-12gs3hz-1 bAIOVp MediaObject-c11n-8-63-0__sc-1c6i1ap-0 ddZiKK\"><div class=\"MediaObject__Media-sc-12gs3hz-3 hMSCUL\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 44 44\" width=\"44\" height=\"44\" class=\"DisplayIcon-yrsdm5-0 OmpIcon__StyledDisplayIcon-efg9jb-0 cfiyfj hBuDEg omp_display_icon\"><title>Dollar House</title><path d=\"m19.919 4c-0.3713-0.00484-0.7323 0.12199-1.019 0.358l-13.881 13.191c-0.60957 0.586-0.9738 1.3817-1.019 2.226v20.868c-4e-3 0.3559 0.13357 0.6989 0.38243 0.9534 0.24887 0.2545 0.58865 0.3997 0.94457 0.4036h29.184c0.3559-0.0039 0.6957-0.1491 0.9446-0.4036 0.2488-0.2545 0.3864-0.5975 0.3824-0.9534v-20.868c-0.0452-0.8443-0.4094-1.64-1.019-2.226l-13.881-13.191c-0.2868-0.23586-0.6477-0.36267-1.019-0.358z\" fill=\"#A6E5FF\"></path><path d=\"m23.906 2.339c0.2797-0.22405 0.6286-0.3439 0.987-0.339 0.3586-0.00471 0.7078 0.1151 0.988 0.339l13.453 12.497c0.5885 0.5496 0.9424 1.3051 0.988 2.109v19.769c0 0.7103-0.5758 1.286-1.286 1.286h-28.286c-0.341 0-0.668-0.1355-0.90899-0.3767-0.24101-0.2412-0.37628-0.5683-0.37601-0.9093v-19.766c0.04518-0.804 0.39913-1.5596 0.988-2.109l13.453-12.5zm13.678 14.381-12.691-11.788-12.695 11.792-0.051 0.047c-0.0478 0.0735-0.0851 0.1533-0.111 0.237v18.421h25.71v-18.425c-0.0259-0.0837-0.0632-0.1635-0.111-0.237l-0.051-0.047z\" clip-rule=\"evenodd\" fill=\"#0D4599\" fill-rule=\"evenodd\"></path><circle cx=\"25.5\" cy=\"23.5\" r=\"8.5\" fill=\"#F2A619\"></circle><path d=\"m24.58 29.177v-0.6741c-1.4974-0.0371-2.842-0.8648-3.4675-2.1345-0.0717-0.1578-0.1099-0.327-0.1126-0.4983-0.0087-0.2738 0.1108-0.5377 0.3274-0.7227 0.2166-0.1851 0.5088-0.273 0.8005-0.2409 0.4902 0.0016 0.9299 0.2816 1.1102 0.7069 0.4089 0.8075 1.3313 1.275 2.28 1.1558 1.2905-0.0076 2.1093-0.4729 2.1093-1.3404 0-0.7145-0.7076-1.1002-1.9805-1.3721l-1.1522-0.2415c-2.0917-0.4413-3.4337-1.501-3.4337-3.0741 0.0525-1.7853 1.6102-3.2115 3.5245-3.2272v-0.6905c-0.0124-0.2901 0.1464-0.5633 0.4139-0.7118 0.2674-0.1485 0.6006-0.1485 0.868 0 0.2675 0.1485 0.4263 0.4217 0.4139 0.7118v0.6905c1.4737 0.0549 2.7748 0.9135 3.3211 2.1915 0.061 0.157 0.0931 0.3224 0.0949 0.4894 0 0.5222-0.4216 0.8434-1.0587 0.8434-0.4916 0.0093-0.9417-0.2559-1.1441-0.674-0.3524-0.7496-1.1836-1.2009-2.0564-1.1166-1.2308 0-1.9452 0.4983-1.9452 1.2772 0 0.6576 0.6981 1.0913 1.8341 1.324l1.0844 0.2327c2.2801 0.4742 3.5882 1.5086 3.5882 3.107 0 1.998-1.7039 3.1058-3.7169 3.322v0.6665c0.0124 0.2901-0.1464 0.5633-0.4139 0.7118s-0.6006 0.1485-0.8681 0c-0.2674-0.1485-0.4263-0.4217-0.4138-0.7118h-0.0068z\" fill=\"#F2FAFF\"></path></svg></div><div class=\"MediaObject__Body-sc-12gs3hz-2 hxYEka\"><h6 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 kHCdln\">Get pre-qualified for a loan</h6><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Talking to a lender early to get pre-qualified for a mortgage can give you an advantage in a competitive market. <p class=\"zg-mls-note\">Zillow Group Marketplace, Inc. NMLS #1303160 </p><style> div[class*=Upsell-] .zg-mls-note{ font-size: 10px; font-weight: 400; position: absolute; right: 4px; bottom: 0; margin-bottom: -4px; color: grey; } </style></span><button data-actiontype=\"url_link\" class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 hesLpw\">Start now</button></div></div></div></div></div></div><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 kRWqsU\"><div data-renderstrat=\"inline\"><div><div data-zon=\"commute\"><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 lcakLT\"><div class=\"hdp__sc-1p0eage-0 iKyZBa\"><div id=\"hdp-commute-zmc\" class=\"zillow-map-control map-street-view\"><div class=\"map-container\" style=\"position: absolute; width: 100%; height: 100%;\"><div style=\"position: absolute; width: 100%; height: 100%; overflow: hidden;\"><div style=\"height: 100%; width: 100%; position: absolute; top: 0px; left: 0px; background-color: rgb(229, 227, 223);\"><div style=\"overflow: hidden;\"></div><div class=\"gm-style\" style=\"position: absolute; z-index: 0; left: 0px; top: 0px; height: 100%; width: 100%; padding: 0px; border-width: 0px; margin: 0px;\"><div tabindex=\"0\" aria-label=\"Map\" aria-roledescription=\"map\" role=\"region\" style=\"position: absolute; z-index: 0; left: 0px; top: 0px; height: 100%; width: 100%; padding: 0px; border-width: 0px; margin: 0px; cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; touch-action: pan-x pan-y;\"><div style=\"z-index: 1; position: absolute; left: 50%; top: 50%; width: 100%; transform: translate(0px, 0px);\"><div style=\"position: absolute; left: 0px; top: 0px; z-index: 100; width: 100%;\"><div style=\"position: absolute; left: 0px; top: 0px; z-index: 0;\"><div style=\"position: absolute; z-index: 984; transform: matrix(1, 0, 0, 1, -42, -91);\"><div style=\"position: absolute; left: 0px; top: 0px; width: 256px; height: 256px;\"><div style=\"width: 256px; height: 256px;\"></div></div><div style=\"position: absolute; left: -256px; top: 0px; width: 256px; height: 256px;\"><div style=\"width: 256px; height: 256px;\"></div></div><div style=\"position: absolute; left: -256px; top: -256px; width: 256px; height: 256px;\"><div style=\"width: 256px; height: 256px;\"></div></div><div style=\"position: absolute; left: 0px; top: -256px; width: 256px; height: 256px;\"><div style=\"width: 256px; height: 256px;\"></div></div><div style=\"position: absolute; left: 256px; top: -256px; width: 256px; height: 256px;\"><div style=\"width: 256px; height: 256px;\"></div></div><div style=\"position: absolute; left: 256px; top: 0px; width: 256px; height: 256px;\"><div style=\"width: 256px; height: 256px;\"></div></div></div></div></div><div style=\"position: absolute; left: 0px; top: 0px; z-index: 101; width: 100%;\"></div><div style=\"position: absolute; left: 0px; top: 0px; z-index: 102; width: 100%;\"></div><div style=\"position: absolute; left: 0px; top: 0px; z-index: 103; width: 100%;\"></div><div style=\"position: absolute; left: 0px; top: 0px; z-index: 0;\"></div></div><div style=\"z-index: 3; position: absolute; height: 100%; width: 100%; padding: 0px; border-width: 0px; margin: 0px; left: 0px; top: 0px; touch-action: pan-x pan-y;\"><div style=\"z-index: 4; position: absolute; left: 50%; top: 50%; width: 100%; transform: translate(0px, 0px);\"><div style=\"position: absolute; left: 0px; top: 0px; z-index: 104; width: 100%;\"></div><div style=\"position: absolute; left: 0px; top: 0px; z-index: 105; width: 100%;\"></div><div style=\"position: absolute; left: 0px; top: 0px; z-index: 106; width: 100%;\"><span id=\"5A59F001-8187-49EF-A09A-4F4689FF2390\" style=\"display: none;\">To navigate, press the arrow keys.</span><div style=\"border-style: none; border-width: 0px; position: absolute;\"><div aria-label=\"Points of Interest\" role=\"region\" class=\"zillow-map-layer\"><div class=\"BulkPropertyMapMarker high-zoom few-results\"><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-48.7502px) translateY(-50%) translateY(-0.0817415px);\"><div class=\"marker-flex\"><span class=\"hdp__sc-vky89d-0 hFtxKt\"><svg height=\"30px\" width=\"24px\" northSouthLat=\"37.303093\" eastWestLng=\"-122.014305\" class=\"hdp__sc-vky89d-1 jKkWrN\"><title>This property on the map</title><path d=\"M24 12c0 6.6-3.9 9.8-7.4 11.2-3.4 1.4-4 3.6-4.6 3.6-.5 0-1.4-2.4-4.2-3.6C3.6 21.6 0 18.6 0 12a12 12 0 0 1 24 0ZM13.2 28.8a1.2 1.2 0 1 1-2.4 0 1.2 1.2 0 0 1 2.4 0Z\" fill=\"#0C4599\"></path><path d=\"m12.5 6.2 4 3.6c.2.1.3.3.3.6V16c0 .5-.4.8-.8.8H8a.8.8 0 0 1-.8-.8v-5.7c0-.3.1-.5.3-.6l4-3.6a.8.8 0 0 1 1 0Zm-2.1 10h3.2V13c0-.4-.4-.8-.8-.8h-1.6c-.4 0-.8.4-.8.8v3Z\" fill=\"#fff\"></path></svg></span></div></div></div></div></div></div><div style=\"position: absolute; left: 0px; top: 0px; z-index: 107; width: 100%;\"></div></div></div><div class=\"gm-style-moc\" style=\"z-index: 4; position: absolute; height: 100%; width: 100%; padding: 0px; border-width: 0px; margin: 0px; left: 0px; top: 0px; opacity: 0;\"><p class=\"gm-style-mot\"></p></div></div><iframe aria-hidden=\"true\" frameborder=\"0\" tabindex=\"-1\" style=\"z-index: -1; position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border: none;\"></iframe><div style=\"pointer-events: none; width: 100%; height: 100%; box-sizing: border-box; position: absolute; z-index: 1000002; opacity: 0; border: 2px solid rgb(26, 115, 232);\"></div></div></div></div></div></div><button type=\"button\" class=\"UnstyledButton-c11n-8-63-0__sc-13jpj60-0 hdp__sc-1p0eage-2 iOmGyf jUzGQr\"><svg viewBox=\"0 0 24 24\" stroke-width=\"0\" aria-hidden=\"true\" focusable=\"false\" role=\"img\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 kUdcgc\"><title>Expand this map</title><path d=\"M4.62.92h14.76a3.7 3.7 0 0 1 3.7 3.7v14.76a3.7 3.7 0 0 1-3.7 3.7H4.62a3.7 3.7 0 0 1-3.7-3.7V4.62a3.7 3.7 0 0 1 3.7-3.7z\" fill=\"#fff\" stroke=\"#a6a5ab\" stroke-width=\"1\"></path><path d=\"M17.73 5.57a.44.44 0 0 1 .28.41v3.55a.44.44 0 0 1-.89 0V7.05l-3.87 3.87-.62-.62 3.87-3.87h-2.48a.44.44 0 1 1 0-.89h3.55a.4.4 0 0 1 .16.03zM5.81 17.98a.44.44 0 0 1-.27-.41v-3.55a.44.44 0 0 1 .89 0v2.48l3.87-3.87.62.62-3.87 3.88h2.48a.44.44 0 0 1 0 .88H5.98a.42.42 0 0 1-.17-.03zM16.62 13.07c0-.25.2-.44.44-.44s.44.2.44.44v3.55c0 .49-.4.88-.88.88H14.4v-.88h2.22zm-9.75-6.2v.88h-.89v-.88c0-.5.4-.89.89-.89h3.99c.24 0 .44.2.44.45 0 .24-.2.44-.44.44z\" fill=\"#0069ff\"></path><path d=\"M8.64 5.98H6.87c-.5 0-.89.4-.89.89v3.54a.44.44 0 0 0 .89 0V6.87h1.77zm7.98 8.42v2.22h-4a.44.44 0 1 0 0 .88h4c.49 0 .88-.4.88-.88V14.4z\" fill=\"#0069ff\"></path></svg></button><div class=\"hdp__sc-1p0eage-1 cHCfGU\"><button class=\"sc-bdvvtL hdp__sc-1kl7eia-0 ksREEs Grstw street-view-tile\" aria-label=\"Open street view dialog\"><div class=\"street-view-image\" style=\"background-image: url(&quot;https://maps.googleapis.com/maps/api/streetview?location=6267+Goddess+Ct%2C+San+Jose%2C+CA+95129&amp;size=512x234&amp;key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&amp;source=outdoor&amp;signature=43tGstB4KZuZS6nTmjOdhBP5Abo=&quot;);\"></div><div class=\"hdp__sc-1kl7eia-1 dyBZID street-view-label\"><span class=\"street-view-text\">Street View</span></div></button></div></div></div><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 iiFqVP\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 ieLruI\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 jGlIFm\"><h5 class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-18kv5r2-8 cwCoBs bJMSyX\">Travel times</h5><input id=\"travel times toggle\" type=\"checkbox\" class=\"StyledFormControl-c11n-8-63-0__sc-18qgis1-0 jQGCoo StyledCheckbox-c11n-8-63-0__sc-xbn46a-0 jZYhuw\"><label for=\"travel times toggle\" class=\"StyledSwitch-c11n-8-63-0__sc-17oy7v3-0 hQFeZI hdp__sc-18kv5r2-10 gidJCh\"></label></div></div><div class=\"hdp__sc-18kv5r2-6 ccMLut\"><div><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 etphLf\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 cUrKSV\"><div class=\"StyledAdornedInput-c11n-8-63-0__sc-1kgphdl-0 bKSREH\"><input placeholder=\"Add work destination\" type=\"text\" class=\"StyledFormControl-c11n-8-63-0__sc-18qgis1-0 jQGCoo Input-c11n-8-63-0__sc-4ry0fw-0 dEBIUZ\" value=\"\"><label aria-hidden=\"true\" for=\"__c11n_f8ma\" id=\"__c11n_f8mb\" class=\"StyledAdornment-c11n-8-63-0__sc-1kerx9v-0 AdornmentLeft-c11n-8-63-0__sc-1kerx9v-1 fnnUhK eLqJky\"><svg viewBox=\"0 0 32 32\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 avrKj hdp__sc-18kv5r2-4 knBhFs\" aria-hidden=\"true\" focusable=\"false\" role=\"img\"><title>Car</title><path stroke=\"none\" d=\"M28 12h-4l-3.42-5a2 2 0 00-1.74-1H6.32a2 2 0 00-1.84 1.21l-2.26 4.36a2.08 2.08 0 00-.22.92V20a2 2 0 002 2 4 4 0 008 0h8a4 4 0 008 0 2 2 0 002-2v-6a2 2 0 00-2-2zM14 8h4.84l2.73 4H14zM6.32 8H12v4H4.25zM8 24a2 2 0 112-2 2 2 0 01-2 2zm16 0a2 2 0 112-2 2 2 0 01-2 2zm4-4h-.54a4 4 0 00-6.92 0h-9.08a4 4 0 00-6.92 0H4v-6h24z\"></path></svg></label></div></div></div></div></div></div></div></div></div></div></div></li><li data-renderstrat=\"ssr\"><div><div tabindex=\"-1\" id=\"Overview\"></div><div data-renderstrat=\"inline\"><div><div class=\"hdp__sc-1j01zad-0 bNxDKz\"><h4 class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-vwszk-0 gIOCeY fHJlku hdp__sc-1j01zad-5 bOGcXJ\">Overview</h4><div class=\"hdp__sc-1j01zad-1 hmkpQE\"><dl class=\"hdp__sc-7d6bsa-0 cUSEtc\"><dt>Time on Zillow</dt><dd><strong>1 day</strong></dd><div class=\"hdp__sc-7d6bsa-1 htxaHh\">|</div><dt><button type=\"button\" aria-expanded=\"false\" aria-haspopup=\"false\" class=\"TriggerText-c11n-8-63-0__sc-139r5uq-0 dPNACq TooltipPopper-c11n-8-63-0__sc-io290n-0 hdp__sc-1vcj1w9-0 dwspDM dTwXPP\">Views</button></dt><dd><strong>383</strong></dd><div class=\"hdp__sc-7d6bsa-1 htxaHh\">|</div><dt><button type=\"button\" aria-expanded=\"false\" aria-haspopup=\"false\" class=\"TriggerText-c11n-8-63-0__sc-139r5uq-0 dPNACq TooltipPopper-c11n-8-63-0__sc-io290n-0 hdp__sc-1vcj1w9-0 dwspDM dTwXPP\">Saves</button></dt><dd><strong>18</strong></dd><div class=\"hdp__sc-7d6bsa-1 htxaHh\">|</div></dl><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 iiFqVP\"><div class=\"sc-gGCDDS cUJujS\"><div class=\"Text-c11n-8-63-0__sc-aiai24-0 sc-ehCJOs gbKiss hWUYuu\">Located in one of West San Jose's Finest Neighborhoods, on a 12,100 SQFT LOT, sits this Wonderful Family Home* Amenities include Copper Plumbing, Central AC, &amp; Dual Pane Windows**Enjoy the Enlarged Family Room w/ Fireplace or Step Outside and Relax in your Lush Private Backyard Oasis**Award Winning Schools are Close By***This home needs a little TLC but What Potential!!! A Must See...</div><button class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 hesLpw sc-lcepkR kurhbs\">Read more</button></div><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 cGxFrh\"><div class=\"hdp__sc-ld4j6f-0 jOTCMt\"><span class=\"StyledTag-c11n-8-63-0__sc-1945joc-0 bMAJsj hdp__sc-ld4j6f-1 WDKcH\">Wonderful family home</span><span class=\"StyledTag-c11n-8-63-0__sc-1945joc-0 bMAJsj hdp__sc-ld4j6f-1 WDKcH\">Copper plumbing</span><span class=\"StyledTag-c11n-8-63-0__sc-1945joc-0 bMAJsj hdp__sc-ld4j6f-1 WDKcH\">Central ac</span></div></div></div><div><h5 class=\"Text-c11n-8-63-0__sc-aiai24-0 isfznl\">Open Houses</h5><ul class=\"hdp__sc-4puwwb-0 ktkiu\"><li><div class=\"Text-c11n-8-63-0__sc-aiai24-0 kHCdln\">Sat, May 28</div><p class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledParagraph-c11n-8-63-0__sc-18ze78a-0 gbKiss\">1:00 PM - 4:00 PM</p><script type=\"application/ld+json\">{\"@type\":\"Event\",\"@context\":\"http://schema.org\",\"startDate\":\"2022-05-28T13:00:00\",\"endDate\":\"2022-05-28T16:00:00\",\"name\":\"Open House - 1:00 PM - 4:00 PM\",\"description\":\"Open House\",\"url\":\"https://www.zillow.com/homedetails/6267-Goddess-Ct-San-Jose-CA-95129/19646000_zpid/\",\"location\":{\"@type\":\"Place\",\"@context\":\"http://schema.org\",\"name\":\"6267 Goddess Ct\",\"address\":{\"@type\":\"PostalAddress\",\"@context\":\"http://schema.org\",\"streetAddress\":\"6267 Goddess Ct\",\"postalCode\":\"95129\",\"addressLocality\":\"San Jose\",\"addressRegion\":\"CA\"}},\"image\":\"https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-p_h.jpg\",\"offers\":{\"@type\":\"Offer\",\"price\":3250000,\"priceCurrency\":\"USD\",\"availability\":\"http://schema.org/InStock\",\"url\":\"https://www.zillow.com/homedetails/6267-Goddess-Ct-San-Jose-CA-95129/19646000_zpid/\"},\"performer\":\"Legacy Real Estate & Associates\"}</script></li><li><div class=\"Text-c11n-8-63-0__sc-aiai24-0 kHCdln\">Sun, May 29</div><p class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledParagraph-c11n-8-63-0__sc-18ze78a-0 gbKiss\">1:00 PM - 4:00 PM</p><script type=\"application/ld+json\">{\"@type\":\"Event\",\"@context\":\"http://schema.org\",\"startDate\":\"2022-05-29T13:00:00\",\"endDate\":\"2022-05-29T16:00:00\",\"name\":\"Open House - 1:00 PM - 4:00 PM\",\"description\":\"Open House\",\"url\":\"https://www.zillow.com/homedetails/6267-Goddess-Ct-San-Jose-CA-95129/19646000_zpid/\",\"location\":{\"@type\":\"Place\",\"@context\":\"http://schema.org\",\"name\":\"6267 Goddess Ct\",\"address\":{\"@type\":\"PostalAddress\",\"@context\":\"http://schema.org\",\"streetAddress\":\"6267 Goddess Ct\",\"postalCode\":\"95129\",\"addressLocality\":\"San Jose\",\"addressRegion\":\"CA\"}},\"image\":\"https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-p_h.jpg\",\"offers\":{\"@type\":\"Offer\",\"price\":3250000,\"priceCurrency\":\"USD\",\"availability\":\"http://schema.org/InStock\",\"url\":\"https://www.zillow.com/homedetails/6267-Goddess-Ct-San-Jose-CA-95129/19646000_zpid/\"},\"performer\":\"Legacy Real Estate & Associates\"}</script></li></ul></div><div data-cft-name=\"listing-attribution-overview\" class=\"Flex-c11n-8-63-0__sc-n94bjd-0 kLOXxT\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 cgXfEQ\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Listed by:</span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\"><p data-testid=\"attribution-agent\" class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\"><button data-testid=\"listing-agent-contact-link\" class=\"Anchor-c11n-8-63-0__sc-hn4bge-0 sc-13mg4kr-0 eIwztK fQUpZW\">Ross Meiklejohn</button> </p><p data-testid=\"attribution-broker\" class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Legacy Real Estate &amp; Associates</p></span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\"></span></div></div><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 ckAXLu\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 ixzvGO\">Source: MLSListings Inc,</span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 ixzvGO\">MLS#: ML81893441</span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 ixzvGO\"><img src=\"https://photos.zillowstatic.com/fp/5273d6e56ef4c68cf7b7b4dd452c58d5-zillow_web_95_35.jpg\" alt=\"MLS Logo\" height=\"20\"></span></div><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 kRWqsU\"></div><p class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Zillow checked: May 26, 2022 at 10:02pm</p><p class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Data updated: May 25, 2022 at 11:50am</p><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 jEFmft\"></div></div><div class=\"hdp__sc-1j01zad-2 gZIMhn\"></div></div></div></div></div></li><li data-renderstrat=\"ssr\"><div></div></li><li data-renderstrat=\"ssr\"><div><div data-renderstrat=\"inline\"><div><div class=\"hdp__sc-1j01zad-0 bNxDKz\"><h4 class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-vwszk-0 gIOCeY fHJlku hdp__sc-1j01zad-5 bOGcXJ\">Take a Tour with a Buyer's Agent</h4><div class=\"hdp__sc-1j01zad-1 hmkpQE\"><div class=\"contact-form-tour\"><div role=\"group\" class=\"StyledButtonGroup-c11n-8-63-0__sc-12tlbte-0 dElEbP\"><button aria-pressed=\"true\" type=\"button\" value=\"in-person\" class=\"StyledButton-c11n-8-63-0__sc-wpcbcc-0 llgied\">In-person</button><button aria-pressed=\"false\" type=\"button\" value=\"virtual\" class=\"StyledButton-c11n-8-63-0__sc-wpcbcc-0 llgied\">Video chat</button></div><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 eCgyes\"><label class=\"StyledLabel-c11n-8-63-0__sc-qq9hfi-0 klEHJq Text-c11n-8-63-0__sc-aiai24-0 kHCdln\">Select a preferred time</label></div><div aria-live=\"polite\"><div class=\"StyledFormField-c11n-8-63-0__sc-24oslp-0 fVLtxl\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 gxZTku\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 gpHlPo\"><button type=\"button\" data-cft-name=\"date-time-form-previous-button\" disabled=\"\" class=\"sc-1kw3ohd-2 fDXizH\"><svg viewBox=\"0 0 32 32\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 kUdcgc IconChevronLeftOutline-c11n-8-63-0__sc-hujn6u-0 mDvzN\" aria-hidden=\"true\" focusable=\"false\" role=\"img\"><title>Chevron Left</title><path stroke=\"none\" d=\"M29.7 8.8a1 1 0 00-1.4 0L16 21 3.7 8.8a1 1 0 00-1.4 0 1 1 0 000 1.4l13 13a1 1 0 001.4 0l13-13a1 1 0 000-1.4z\"></path></svg><span class=\"VisuallyHidden-c11n-8-63-0__sc-t8tewe-0 ldGncB\">Previous</span></button></div><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 dkYPol\"><div data-testid=\"tour-date-options\" class=\"Flex-c11n-8-63-0__sc-n94bjd-0 dkYPol\"><button aria-pressed=\"true\" type=\"button\" data-cft-name=\"date-time-form-date-button\" value=\"Fri May 27 2022 00:00:00 GMT+0200 (Central European Summer Time)\" class=\"StyledButton-c11n-8-63-0__sc-wpcbcc-0 fcWavK sc-1kw3ohd-0 ScWmy\"><time datetime=\"2022-05-27\"><p class=\"Text-c11n-8-63-0__sc-aiai24-0 eyOUuQ\"><strong>FRI</strong></p><p class=\"Text-c11n-8-63-0__sc-aiai24-0 sc-1kw3ohd-1 eyOUuQ jfvJis\">May 27</p></time></button><button aria-pressed=\"false\" type=\"button\" data-cft-name=\"date-time-form-date-button\" value=\"Sat May 28 2022 00:00:00 GMT+0200 (Central European Summer Time)\" class=\"StyledButton-c11n-8-63-0__sc-wpcbcc-0 fcWavK sc-1kw3ohd-0 ScWmy\"><time datetime=\"2022-05-28\"><p class=\"Text-c11n-8-63-0__sc-aiai24-0 eyOUuQ\"><strong>SAT</strong></p><p class=\"Text-c11n-8-63-0__sc-aiai24-0 sc-1kw3ohd-1 eyOUuQ jfvJis\">May 28</p></time></button><button aria-pressed=\"false\" type=\"button\" data-cft-name=\"date-time-form-date-button\" value=\"Sun May 29 2022 00:00:00 GMT+0200 (Central European Summer Time)\" class=\"StyledButton-c11n-8-63-0__sc-wpcbcc-0 fcWavK sc-1kw3ohd-0 ScWmy\"><time datetime=\"2022-05-29\"><p class=\"Text-c11n-8-63-0__sc-aiai24-0 eyOUuQ\"><strong>SUN</strong></p><p class=\"Text-c11n-8-63-0__sc-aiai24-0 sc-1kw3ohd-1 eyOUuQ jfvJis\">May 29</p></time></button><button aria-pressed=\"false\" type=\"button\" data-cft-name=\"date-time-form-date-button\" value=\"Mon May 30 2022 00:00:00 GMT+0200 (Central European Summer Time)\" class=\"StyledButton-c11n-8-63-0__sc-wpcbcc-0 fcWavK sc-1kw3ohd-0 ScWmy\"><time datetime=\"2022-05-30\"><p class=\"Text-c11n-8-63-0__sc-aiai24-0 eyOUuQ\"><strong>MON</strong></p><p class=\"Text-c11n-8-63-0__sc-aiai24-0 sc-1kw3ohd-1 eyOUuQ jfvJis\">May 30</p></time></button></div></div><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 gpHlPo\"><button type=\"button\" data-cft-name=\"date-time-form-next-button\" class=\"sc-1kw3ohd-2 fDXizH\"><svg viewBox=\"0 0 32 32\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 kUdcgc IconChevronRightOutline-c11n-8-63-0__sc-1yzayyv-0 daZHnF\" aria-hidden=\"true\" focusable=\"false\" role=\"img\"><title>Chevron Right</title><path stroke=\"none\" d=\"M29.7 8.8a1 1 0 00-1.4 0L16 21 3.7 8.8a1 1 0 00-1.4 0 1 1 0 000 1.4l13 13a1 1 0 001.4 0l13-13a1 1 0 000-1.4z\"></path></svg><span class=\"VisuallyHidden-c11n-8-63-0__sc-t8tewe-0 ldGncB\">Next</span></button></div></div></div><div class=\"StyledFormField-c11n-8-63-0__sc-24oslp-0 grMHBK\"><select id=\"__c11n_f8mj\" name=\"selectedDateTime\" class=\"StyledFormControl-c11n-8-63-0__sc-18qgis1-0 jQGCoo Select-c11n-8-63-0__sc-1p9r1r3-0 iCexlc\"><option value=\"Fri May 27 2022 11:00:00 GMT+0200 (Central European Summer Time)\" selected=\"\">11:00 am</option><option value=\"Fri May 27 2022 11:30:00 GMT+0200 (Central European Summer Time)\">11:30 am</option><option value=\"Fri May 27 2022 12:00:00 GMT+0200 (Central European Summer Time)\">12:00 pm</option><option value=\"Fri May 27 2022 12:30:00 GMT+0200 (Central European Summer Time)\">12:30 pm</option><option value=\"Fri May 27 2022 13:00:00 GMT+0200 (Central European Summer Time)\">1:00 pm</option><option value=\"Fri May 27 2022 13:30:00 GMT+0200 (Central European Summer Time)\">1:30 pm</option><option value=\"Fri May 27 2022 14:00:00 GMT+0200 (Central European Summer Time)\">2:00 pm</option><option value=\"Fri May 27 2022 14:30:00 GMT+0200 (Central European Summer Time)\">2:30 pm</option><option value=\"Fri May 27 2022 15:00:00 GMT+0200 (Central European Summer Time)\">3:00 pm</option><option value=\"Fri May 27 2022 15:30:00 GMT+0200 (Central European Summer Time)\">3:30 pm</option><option value=\"Fri May 27 2022 16:00:00 GMT+0200 (Central European Summer Time)\">4:00 pm</option><option value=\"Fri May 27 2022 16:30:00 GMT+0200 (Central European Summer Time)\">4:30 pm</option><option value=\"Fri May 27 2022 17:00:00 GMT+0200 (Central European Summer Time)\">5:00 pm</option><option value=\"Fri May 27 2022 17:30:00 GMT+0200 (Central European Summer Time)\">5:30 pm</option><option value=\"Fri May 27 2022 18:00:00 GMT+0200 (Central European Summer Time)\">6:00 pm</option><option value=\"Fri May 27 2022 18:30:00 GMT+0200 (Central European Summer Time)\">6:30 pm</option><option value=\"Fri May 27 2022 19:00:00 GMT+0200 (Central European Summer Time)\">7:00 pm</option></select></div></div><form><div class=\"StyledFormField-c11n-8-63-0__sc-24oslp-0 grMHBK\"><button type=\"submit\" data-testid=\"request-tour-button\" class=\"StyledButton-c11n-8-63-0__sc-wpcbcc-0 gBGCoT\">Request this time</button></div></form></div></div><div class=\"hdp__sc-1j01zad-2 gZIMhn\"></div></div></div></div></div></li><li data-renderstrat=\"ssr\"><div></div></li><li data-renderstrat=\"ssr\"><div><div tabindex=\"-1\" id=\"Facts-and-features\"></div><div data-renderstrat=\"inline\"><div><div class=\"hdp__sc-1j01zad-0 bNxDKz\"><h4 class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-vwszk-0 gIOCeY fHJlku hdp__sc-1j01zad-5 bOGcXJ\">Facts and features</h4><div class=\"hdp__sc-1j01zad-1 hmkpQE\"><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 glwdZi\"><ul class=\"dpf__sc-xzpkxd-0 kExvOu\"><li class=\"dpf__sc-2arhs5-0 ecJCxh\"><span class=\"dpf__sc-2arhs5-1 iJTVOZ\"><svg viewBox=\"0 0 32 32\" aria-hidden=\"true\" focusable=\"false\" role=\"img\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 kUdcgc\"><title>Type</title><g stroke=\"none\"><path d=\"M24 2H8a2 2 0 00-2 2v24a2 2 0 002 2h16a2 2 0 002-2V4a2 2 0 00-2-2zm-9 26v-5h2v5zm9 0h-5v-6.5a.5.5 0 00-.5-.5h-5a.5.5 0 00-.5.5V28H8V4h16z\"></path><rect x=\"11\" y=\"13\" width=\"4\" height=\"4\" rx=\".5\"></rect><rect x=\"17\" y=\"13\" width=\"4\" height=\"4\" rx=\".5\"></rect><rect x=\"11\" y=\"7\" width=\"4\" height=\"4\" rx=\".5\"></rect><rect x=\"17\" y=\"7\" width=\"4\" height=\"4\" rx=\".5\"></rect></g></svg></span><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 kxBTqu\"></div><span class=\"Text-c11n-8-63-0__sc-aiai24-0 dpf__sc-2arhs5-3 gbKiss btxEYg\">Residential, single family residence</span></li><li class=\"dpf__sc-2arhs5-0 ecJCxh\"><span class=\"dpf__sc-2arhs5-1 iJTVOZ\"><svg viewBox=\"0 0 32 32\" aria-hidden=\"true\" focusable=\"false\" role=\"img\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 kUdcgc\"><title>Bedrooms</title><path stroke=\"none\" d=\"M28 14V5a1 1 0 00-2 0v2H6V5a1 1 0 00-2 0v9a2 2 0 00-2 2v11a1 1 0 002 0v-4h24v4a1 1 0 002 0V16a2 2 0 00-2-2zM17 9h9v5h-9zM6 9h9v5H6zm22 12H4v-5h24z\"></path></svg></span><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 kxBTqu\"></div><span class=\"Text-c11n-8-63-0__sc-aiai24-0 dpf__sc-2arhs5-3 gbKiss btxEYg\">4 bedrooms</span></li><li class=\"dpf__sc-2arhs5-0 ecJCxh\"><span class=\"dpf__sc-2arhs5-1 iJTVOZ\"><svg viewBox=\"0 0 32 32\" aria-hidden=\"true\" focusable=\"false\" role=\"img\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 kUdcgc\"><title>Bathrooms</title><g stroke=\"none\"><path d=\"M27 19v3.76A3.24 3.24 0 0123.76 26H8.24A3.24 3.24 0 015 22.76V19zM5 17a2 2 0 00-2 2v3.76A5.26 5.26 0 008.24 28h15.52A5.26 5.26 0 0029 22.76V19a2 2 0 00-2-2z\"></path><path d=\"M22 27v2a1 1 0 002 0v-2zM8 27v2a1 1 0 002 0v-2z\"></path><path d=\"M19.05 2a4.47 4.47 0 00-5 4.09 4 4 0 00-3 3.29.51.51 0 00.5.59h6.92a.51.51 0 00.5-.59 4 4 0 00-2.88-3.24A2.41 2.41 0 0118.45 4 2.61 2.61 0 0121 6.63V17h2V6.69A4.64 4.64 0 0019.05 2z\"></path></g></svg></span><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 kxBTqu\"></div><span class=\"Text-c11n-8-63-0__sc-aiai24-0 dpf__sc-2arhs5-3 gbKiss btxEYg\">2 bathrooms</span></li><li class=\"dpf__sc-2arhs5-0 ecJCxh\"><span class=\"dpf__sc-2arhs5-1 iJTVOZ\"><svg viewBox=\"0 0 32 32\" aria-hidden=\"true\" focusable=\"false\" role=\"img\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 kUdcgc\"><title>Year Built</title><g stroke=\"none\"><rect x=\"8\" y=\"16\" width=\"4\" height=\"4\" rx=\".5\"></rect><rect x=\"20\" y=\"16\" width=\"4\" height=\"4\" rx=\".5\"></rect><rect x=\"14\" y=\"16\" width=\"4\" height=\"4\" rx=\".5\"></rect><rect x=\"8\" y=\"22\" width=\"4\" height=\"4\" rx=\".5\"></rect><rect x=\"20\" y=\"22\" width=\"4\" height=\"4\" rx=\".5\"></rect><rect x=\"14\" y=\"22\" width=\"4\" height=\"4\" rx=\".5\"></rect><path d=\"M25 5h-1V3a1 1 0 00-2 0v2H10V3a1 1 0 00-2 0v2H7a3 3 0 00-3 3v19a3 3 0 003 3h18a3 3 0 003-3V8a3 3 0 00-3-3zM7 7h1v2a1 1 0 002 0V7h12v2a1 1 0 002 0V7h1a1 1 0 011 1v4H6V8a1 1 0 011-1zm18 21H7a1 1 0 01-1-1V14h20v13a1 1 0 01-1 1z\"></path></g></svg></span><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 kxBTqu\"></div><span class=\"Text-c11n-8-63-0__sc-aiai24-0 dpf__sc-2arhs5-3 gbKiss btxEYg\">Built in 1961</span></li><li class=\"dpf__sc-2arhs5-0 ecJCxh\"><span class=\"dpf__sc-2arhs5-1 iJTVOZ\"><svg viewBox=\"0 0 32 32\" aria-hidden=\"true\" focusable=\"false\" role=\"img\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 kUdcgc\"><title>Heating</title><g stroke=\"none\"><path d=\"M21 18.11V7a5 5 0 00-10 0v11.11a7 7 0 1010 0zM16 28a5 5 0 01-3.57-8.5l.57-.58V7a3 3 0 016 0v11.92l.57.58A5 5 0 0116 28z\"></path><path d=\"M17 20.18V8a1 1 0 00-2 0v12.18a3 3 0 102 0z\"></path></g></svg></span><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 kxBTqu\"></div><span class=\"Text-c11n-8-63-0__sc-aiai24-0 dpf__sc-2arhs5-3 gbKiss btxEYg\">Central forced air</span></li><li class=\"dpf__sc-2arhs5-0 ecJCxh\"><span class=\"dpf__sc-2arhs5-1 iJTVOZ\"><svg viewBox=\"0 0 32 32\" aria-hidden=\"true\" focusable=\"false\" role=\"img\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 kUdcgc\"><title>Cooling</title><path stroke=\"none\" d=\"M28.49 17.71a1 1 0 00-1.23-.71l-5.06 1.34L18 16l4.2-2.34L27.26 15h.26a1 1 0 001-.71 1 1 0 00-.71-1.18l-3.13-.81 3.1-1.73a.94.94 0 00.37-1.31 1 1 0 00-1.37-.35l-3.1 1.72.84-3a1 1 0 00-.71-1.18 1 1 0 00-1.22.68L21.2 12 17 14.33V9.66l3.7-3.57a.94.94 0 000-1.36 1 1 0 00-1.41 0L17 6.93V3a1 1 0 00-2 0v4l-2.29-2.2a1 1 0 00-1.41 0 .94.94 0 000 1.36l3.7 3.5v4.67L10.8 12 9.44 7.12a1 1 0 00-1.22-.68 1 1 0 00-.71 1.18l.84 3-3.1-1.71a1 1 0 00-1.37.35.94.94 0 00.37 1.31l3.1 1.73-3.13.81a1 1 0 00-.71 1.18 1 1 0 001 .71h.26l5.03-1.34L14 16l-4.2 2.34L4.74 17a1 1 0 00-1.23.68 1 1 0 00.71 1.18l3.13.81-3.1 1.73a.94.94 0 00-.37 1.31 1 1 0 001.37.35l3.1-1.72-.84 3a1 1 0 00.71 1.18.78.78 0 00.26 0 1 1 0 001-.72L10.8 20l4.2-2.33v4.67l-3.7 3.57a.94.94 0 000 1.36 1 1 0 001.41 0l2.29-2.2v4a1 1 0 002 0v-4l2.29 2.2a1 1 0 00.71.29 1 1 0 00.7-.29.94.94 0 000-1.36L17 22.34v-4.67L21.2 20l1.36 4.87a1 1 0 001 .72.78.78 0 00.26 0 1 1 0 00.71-1.18l-.84-3 3.1 1.72a1 1 0 001.37-.35.94.94 0 00-.37-1.31l-3.1-1.73 3.13-.81a1 1 0 00.67-1.22z\"></path></svg></span><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 kxBTqu\"></div><span class=\"Text-c11n-8-63-0__sc-aiai24-0 dpf__sc-2arhs5-3 gbKiss btxEYg\">Ceiling fan(s), central air</span></li><li class=\"dpf__sc-2arhs5-0 ecJCxh\"><span class=\"dpf__sc-2arhs5-1 iJTVOZ\"><svg viewBox=\"0 0 32 32\" aria-hidden=\"true\" focusable=\"false\" role=\"img\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 kUdcgc\"><title>Parking</title><g stroke=\"none\"><path d=\"M28,4V28H4V4H28m0-2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4a2,2,0,0,0-2-2Z\"></path><path d=\"M17.56,8H11V24h4V19h2.52A5.13,5.13,0,0,0,23,13.53,5.18,5.18,0,0,0,17.56,8Zm-1,8H15V11h1.94a2.29,2.29,0,0,1,2.5,2.5C19.44,15.32,18.32,16,16.51,16Z\"></path></g></svg></span><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 kxBTqu\"></div><span class=\"Text-c11n-8-63-0__sc-aiai24-0 dpf__sc-2arhs5-3 gbKiss btxEYg\">2 Attached garage spaces</span></li><li class=\"dpf__sc-2arhs5-0 ecJCxh\"><span class=\"dpf__sc-2arhs5-1 iJTVOZ\"><svg viewBox=\"0 0 32 32\" aria-hidden=\"true\" focusable=\"false\" role=\"img\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 kUdcgc\"><title>Lot</title><path stroke=\"none\" d=\"M30.9 26.4l-5.6-8a1 1 0 00-.8-.4H13v-2a4.7 4.7 0 004-4.5 4.3 4.3 0 00-1.6-3.3 4 4 0 10-6.8 0A4.3 4.3 0 007 11.5a4.7 4.7 0 004 4.4V18H7.5a1 1 0 00-.8.4l-5.6 8a1 1 0 00.8 1.6h28.2a1 1 0 00.8-1.6zM9 11.5a2.3 2.3 0 011-1.8 2 2 0 00.3-2.6A2 2 0 0110 6a2 2 0 014 0 2 2 0 01-.3 1 2 2 0 00.4 2.7 2.3 2.3 0 01.9 1.8 2.6 2.6 0 01-2 2.4V11a1 1 0 00-2 0v2.9a2.6 2.6 0 01-2-2.4zM3.8 26L8 20h3v2a1 1 0 002 0v-2h11l4.2 6z\"></path></svg></span><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 kxBTqu\"></div><span class=\"Text-c11n-8-63-0__sc-aiai24-0 dpf__sc-2arhs5-3 gbKiss btxEYg\">0.28 Acres</span></li><li class=\"dpf__sc-2arhs5-0 ecJCxh\"><span class=\"dpf__sc-2arhs5-1 iJTVOZ\"><svg viewBox=\"0 0 32 32\" aria-hidden=\"true\" focusable=\"false\" role=\"img\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 kUdcgc\"><title>Price/sqft</title><g stroke=\"none\"><path d=\"M29 21H11V3a1.003 1.003 0 00-1-1H3a1.003 1.003 0 00-1 1v26a1.003 1.003 0 001 1h26a1.003 1.003 0 001-1v-7a1.003 1.003 0 00-1-1zm-1 7H4V4h5v2H8a1 1 0 000 2h1v3H8a1 1 0 000 2h1v3H8a1 1 0 000 2h1v5h5v1a1 1 0 002 0v-1h3v1a1 1 0 002 0v-1h3v1a1 1 0 002 0v-1h2z\"></path><path d=\"M20.038 14.587a2.882 2.882 0 01-1.947-.831 1.347 1.347 0 00-.926-.419.802.802 0 00-.865.825 1.578 1.578 0 00.595 1.141 4.027 4.027 0 002.19.883v.885a.929.929 0 001.858 0v-.913a2.949 2.949 0 002.757-2.875c0-1.385-.838-2.23-2.54-2.562l-1.278-.263c-.858-.17-1.25-.494-1.25-1 0-.568.506-1.02 1.303-1.02a2.31 2.31 0 011.737.763 1.414 1.414 0 00.98.419.751.751 0 00.777-.757 1.622 1.622 0 00-.58-1.136 3.7 3.7 0 00-1.907-.856v-.943a.929.929 0 00-1.857 0v.927a2.834 2.834 0 00-2.67 2.772c0 1.378.824 2.257 2.46 2.595l1.27.277c.974.21 1.359.507 1.359 1.014 0 .649-.514 1.074-1.466 1.074z\"></path></g></svg></span><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 kxBTqu\"></div><span class=\"Text-c11n-8-63-0__sc-aiai24-0 dpf__sc-2arhs5-3 gbKiss btxEYg\">$1,759 price/sqft</span></li></ul></div></div><div class=\"hdp__sc-1j01zad-2 jAXiZn\"><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 eeMiQV\"><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 dgYgBm\"><h5 class=\"Text-c11n-8-63-0__sc-aiai24-0 dpf__sc-1qwb4yr-0 dpsLMZ gFHTdP\">Interior details</h5><div class=\"dpf__sc-1qwb4yr-1 eGgNnR\"><div class=\"dpf__sc-1j9xcg4-0 gjalta\"><h6 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 kHCdln\">Bedrooms and bathrooms</h6><ul class=\"List-c11n-8-63-0__sc-1smrmqp-0 dpf__sc-1j9xcg4-1 foDUlq iHjRQW\"><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Bedrooms: 4</span></li><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Bathrooms: 2</span></li><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Full bathrooms: 2</span></li></ul></div><div class=\"dpf__sc-1j9xcg4-0 gjalta\"><h6 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 kHCdln\">Bedroom</h6><ul class=\"List-c11n-8-63-0__sc-1smrmqp-0 dpf__sc-1j9xcg4-1 foDUlq iHjRQW\"><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Features: More than One Bedroom on Ground Floor</span></li></ul></div><div class=\"dpf__sc-1j9xcg4-0 gjalta\"><h6 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 kHCdln\">Bathroom</h6><ul class=\"List-c11n-8-63-0__sc-1smrmqp-0 dpf__sc-1j9xcg4-1 foDUlq iHjRQW\"><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Features: Primary - Stall Shower(s), Shower over Tub - 1</span></li></ul></div><div class=\"dpf__sc-1j9xcg4-0 gjalta\"><h6 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 kHCdln\">DiningRoom</h6><ul class=\"List-c11n-8-63-0__sc-1smrmqp-0 dpf__sc-1j9xcg4-1 foDUlq iHjRQW\"><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Features: Dining Area</span></li></ul></div><div class=\"dpf__sc-1j9xcg4-0 gjalta\"><h6 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 kHCdln\">FamilyRoom</h6><ul class=\"List-c11n-8-63-0__sc-1smrmqp-0 dpf__sc-1j9xcg4-1 foDUlq iHjRQW\"><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Features: Separate Family Room</span></li></ul></div><div class=\"dpf__sc-1j9xcg4-0 gjalta\"><h6 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 kHCdln\">Flooring</h6><ul class=\"List-c11n-8-63-0__sc-1smrmqp-0 dpf__sc-1j9xcg4-1 foDUlq iHjRQW\"><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Flooring: Carpet, Hardwood, Tile, Vinyl / Linoleum</span></li></ul></div><div class=\"dpf__sc-1j9xcg4-0 gjalta\"><h6 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 kHCdln\">Heating</h6><ul class=\"List-c11n-8-63-0__sc-1smrmqp-0 dpf__sc-1j9xcg4-1 foDUlq iHjRQW\"><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Heating features: Central Forced Air</span></li></ul></div><div class=\"dpf__sc-1j9xcg4-0 gjalta\"><h6 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 kHCdln\">Cooling</h6><ul class=\"List-c11n-8-63-0__sc-1smrmqp-0 dpf__sc-1j9xcg4-1 foDUlq iHjRQW\"><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Cooling features: Ceiling Fan(s), Central Air</span></li></ul></div><div class=\"dpf__sc-1j9xcg4-0 gjalta\"><h6 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 kHCdln\">Appliances</h6><ul class=\"List-c11n-8-63-0__sc-1smrmqp-0 dpf__sc-1j9xcg4-1 foDUlq iHjRQW\"><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Appliances included: Electric Cooktop, Dishwasher, Exhaust Fan, Disposal, Microwave, Oven</span></li><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Laundry features: In Garage</span></li></ul></div><div class=\"dpf__sc-1j9xcg4-0 gjalta\"><h6 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 kHCdln\">Other interior features</h6><ul class=\"List-c11n-8-63-0__sc-1smrmqp-0 dpf__sc-1j9xcg4-1 foDUlq iHjRQW\"><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Total structure area: 1,848</span></li><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Total interior livable area: 1,848 sqft</span></li><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Fireplace features: Family Room, Wood Burning</span></li><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Virtual tour: <a href=\"https://tours.victorlinphoto.com/2004529\" target=\"_blank\" rel=\"nofollow noopener\" class=\"Anchor-c11n-8-63-0__sc-hn4bge-0 eSFYZn\">View virtual tour</a></span></li></ul></div></div></div><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 dgYgBm\"><h5 class=\"Text-c11n-8-63-0__sc-aiai24-0 dpf__sc-1qwb4yr-0 dpsLMZ gFHTdP\">Property details</h5><div class=\"dpf__sc-1qwb4yr-1 eGgNnR\"><div class=\"dpf__sc-1j9xcg4-0 gjalta\"><h6 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 kHCdln\">Parking</h6><ul class=\"List-c11n-8-63-0__sc-1smrmqp-0 dpf__sc-1j9xcg4-1 foDUlq iHjRQW\"><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Total spaces: 2</span></li><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Parking features: Attached, Garage Door Opener</span></li><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Garage spaces: 2</span></li><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Covered spaces: 2</span></li></ul></div><div class=\"dpf__sc-1j9xcg4-0 gjalta\"><h6 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 kHCdln\">Property</h6><ul class=\"List-c11n-8-63-0__sc-1smrmqp-0 dpf__sc-1j9xcg4-1 foDUlq iHjRQW\"><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Exterior features: Back Yard, Balcony / Patio</span></li><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Fencing: Fenced</span></li></ul></div><div class=\"dpf__sc-1j9xcg4-0 gjalta\"><h6 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 kHCdln\">Lot</h6><ul class=\"List-c11n-8-63-0__sc-1smrmqp-0 dpf__sc-1j9xcg4-1 foDUlq iHjRQW\"><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Lot size: 0.28 Acres</span></li><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Lot features: Level, Sprinklers - Lawn, City Lot</span></li></ul></div><div class=\"dpf__sc-1j9xcg4-0 gjalta\"><h6 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 kHCdln\">Other property information</h6><ul class=\"List-c11n-8-63-0__sc-1smrmqp-0 dpf__sc-1j9xcg4-1 foDUlq iHjRQW\"><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Additional structures included: Storage</span></li><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Parcel number: 37717011</span></li><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Zoning: R1-8</span></li></ul></div></div></div><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 dgYgBm\"><h5 class=\"Text-c11n-8-63-0__sc-aiai24-0 dpf__sc-1qwb4yr-0 dpsLMZ gFHTdP\">Construction details</h5><div class=\"dpf__sc-1qwb4yr-1 eGgNnR\"><div class=\"dpf__sc-1j9xcg4-0 gjalta\"><h6 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 kHCdln\">Type and style</h6><ul class=\"List-c11n-8-63-0__sc-1smrmqp-0 dpf__sc-1j9xcg4-1 foDUlq iHjRQW\"><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Home type: SingleFamily</span></li><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Property subType: Residential, Single Family Residence</span></li></ul></div><div class=\"dpf__sc-1j9xcg4-0 gjalta\"><h6 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 kHCdln\">Material information</h6><ul class=\"List-c11n-8-63-0__sc-1smrmqp-0 dpf__sc-1j9xcg4-1 foDUlq iHjRQW\"><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Foundation: Slab, Post and Pier</span></li><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Roof: Composition,Rolled/Hot Mop</span></li></ul></div><div class=\"dpf__sc-1j9xcg4-0 gjalta\"><h6 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 kHCdln\">Condition</h6><ul class=\"List-c11n-8-63-0__sc-1smrmqp-0 dpf__sc-1j9xcg4-1 foDUlq iHjRQW\"><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Year built: 1961</span></li></ul></div></div></div><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 dgYgBm\"><h5 class=\"Text-c11n-8-63-0__sc-aiai24-0 dpf__sc-1qwb4yr-0 dpsLMZ gFHTdP\">Utilities / Green Energy Details</h5><div class=\"dpf__sc-1qwb4yr-1 eGgNnR\"><div class=\"dpf__sc-1j9xcg4-0 gjalta\"><h6 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 kHCdln\">Utility</h6><ul class=\"List-c11n-8-63-0__sc-1smrmqp-0 dpf__sc-1j9xcg4-1 foDUlq iHjRQW\"><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Sewer information: Public Sewer</span></li><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Water information: Public</span></li><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Utilities for property: Public Utilities</span></li></ul></div></div></div><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 dgYgBm\"><h5 class=\"Text-c11n-8-63-0__sc-aiai24-0 dpf__sc-1qwb4yr-0 dpsLMZ gFHTdP\">Community and Neighborhood Details</h5><div class=\"dpf__sc-1qwb4yr-1 eGgNnR\"><div class=\"dpf__sc-1j9xcg4-0 gjalta\"><h6 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 kHCdln\">Location</h6><ul class=\"List-c11n-8-63-0__sc-1smrmqp-0 dpf__sc-1j9xcg4-1 foDUlq iHjRQW\"><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Region: San Jose</span></li></ul></div></div></div><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 dgYgBm\"><h5 class=\"Text-c11n-8-63-0__sc-aiai24-0 dpf__sc-1qwb4yr-0 dpsLMZ gFHTdP\">HOA and financial details</h5><div class=\"dpf__sc-1qwb4yr-1 eGgNnR\"><div class=\"dpf__sc-1j9xcg4-0 gjalta\"><h6 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 kHCdln\">HOA</h6><ul class=\"List-c11n-8-63-0__sc-1smrmqp-0 dpf__sc-1j9xcg4-1 foDUlq iHjRQW\"><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Has HOA: No</span></li></ul></div><div class=\"dpf__sc-1j9xcg4-0 gjalta\"><h6 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 kHCdln\">Other financial information</h6><ul class=\"List-c11n-8-63-0__sc-1smrmqp-0 dpf__sc-1j9xcg4-1 foDUlq iHjRQW\"><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Annual tax amount: $2,562</span></li></ul></div></div></div><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 dgYgBm\"><h5 class=\"Text-c11n-8-63-0__sc-aiai24-0 dpf__sc-1qwb4yr-0 dpsLMZ gFHTdP\">Other</h5><div class=\"dpf__sc-1qwb4yr-1 eGgNnR\"><div class=\"dpf__sc-1j9xcg4-0 gjalta\"><h6 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 kHCdln\">Other facts</h6><ul class=\"List-c11n-8-63-0__sc-1smrmqp-0 dpf__sc-1j9xcg4-1 foDUlq iHjRQW\"><li class=\"ListItem-c11n-8-63-0__sc-10e22w8-0 dKEIdb\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Listing Agreement: Exclusive Right To Sell</span></li></ul></div></div></div></div><div class=\"hdp__sc-1j01zad-3 gBMJzV\"></div></div><div class=\"hdp__sc-1j01zad-4 jOrEIc ds-expandable-card-footer\"><button class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 hesLpw\"><svg class=\"sc-gsDKAQ sc-dkPtRN fezxT kOuJiG\" direction=\"DOWN\" viewBox=\"0 0 512 512\" shape=\"circle\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M97 276L325 503C330 509 337 512 345 512C352 512 359 509 365 503C376 492 376 474 365 463L158 256L365 49C376 38 376 20 365 9C359 3 352 0 345 0C337 0 330 3 325 9L97 236C92 241 89 249 89 256C89 263 92 271 97 276Z\" fill=\"currentColor\"></path></svg><span class=\"sc-eCImPb gZqyem\">See more facts and features</span></button></div></div><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 fuvKbf\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 kHCdln\">Services availability</span><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 jMtphZ\"><div><div id=\"gpt-ad-554f82a3-78f0-463e-8dc6-d7f063d93305-config\" class=\"google-ad-config\" data-frame-id=\"gpt-ad-554f82a3-78f0-463e-8dc6-d7f063d93305\" style=\"display: none;\">{\"targetDiv\":\"gpt-ad-554f82a3-78f0-463e-8dc6-d7f063d93305\",\"slot\":\"zillow/property_details/buy_agent/rtt_main_p1\",\"network\":\"7449\",\"sizes\":[\"fluid\"],\"defer_ad\":true,\"explicit_defer_ad\":false,\"defer_target_frame\":false,\"targets\":{\"aamgnrc1\":\"6267 Goddess Ct\",\"bd\":\"4\",\"fsbid\":\"900\",\"city\":\"San_Jose\",\"proptp\":\"sfh\",\"pid\":\"19646000\",\"lot\":\"3\",\"zestibuck\":\"3m-3_999m\",\"listtp\":\"buy_agent\",\"sqftrange\":\"1500-1999\",\"price\":\"3250000\",\"oh\":\"yes\",\"sqft\":\"1848\",\"state\":\"CA\",\"mlong\":\"-122.014305\",\"cnty\":\"Santa_Clara\",\"prange\":\"3m-3_999m\",\"zip\":\"95129\",\"mlat\":\"37.303093\",\"zusr\":\"true\",\"price_band\":\"z3m\",\"yrblt\":\"1960-1969\",\"zestimate\":\"3525300\",\"premieragent\":\"no\",\"dma\":\"37\",\"guid\":\"15c0da3e-dc22-4acf-ac8f-9ac598849325\",\"ssid\":\"900\"}}</div><div id=\"gpt-ad-554f82a3-78f0-463e-8dc6-d7f063d93305\" class=\"deferred-iframe-target\"><div id=\"google_ads_iframe_/7449/zillow/property_details/buy_agent/rtt_main_p1_0__container__\" style=\"border: 0pt none;\"></div></div></div></div></div></div></div></div></li><li data-renderstrat=\"ssr\"><div><div data-renderstrat=\"inline\" style=\"\"><div><div class=\"hdp__sc-1j01zad-0 bNxDKz\"><h4 class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-vwszk-0 gIOCeY fHJlku hdp__sc-1j01zad-5 bOGcXJ\">Contact Agent</h4><div class=\"hdp__sc-1j01zad-1 hmkpQE\"><section data-test-id=\"contact-form\" class=\"contact-form-opaque\"><form><div class=\"StyledFormField-c11n-8-63-0__sc-24oslp-0 kAhDWH\"><label id=\"__c11n_f8mr\" for=\"data-view-name\" class=\"StyledLabel-c11n-8-63-0__sc-qq9hfi-0 RLOwN\">Name</label><input id=\"data-view-name\" aria-invalid=\"false\" aria-describedby=\"data-view-name-error\" aria-required=\"true\" name=\"name\" aria-label=\"Name\" type=\"text\" class=\"StyledFormControl-c11n-8-63-0__sc-18qgis1-0 jQGCoo Input-c11n-8-63-0__sc-4ry0fw-0 dEBIUZ\" value=\"\"></div><div class=\"StyledFormField-c11n-8-63-0__sc-24oslp-0 kAhDWH\"><label id=\"__c11n_f8mu\" for=\"data-view-phone\" class=\"StyledLabel-c11n-8-63-0__sc-qq9hfi-0 RLOwN\">Phone</label><input id=\"data-view-phone\" aria-invalid=\"false\" aria-describedby=\"data-view-phone-error\" aria-required=\"true\" name=\"phone\" aria-label=\"Phone\" type=\"tel\" class=\"StyledFormControl-c11n-8-63-0__sc-18qgis1-0 jQGCoo Input-c11n-8-63-0__sc-4ry0fw-0 dEBIUZ\" value=\"\"></div><div class=\"StyledFormField-c11n-8-63-0__sc-24oslp-0 kAhDWH\"><label id=\"__c11n_f8mx\" for=\"data-view-email\" class=\"StyledLabel-c11n-8-63-0__sc-qq9hfi-0 RLOwN\">Email</label><input id=\"data-view-email\" aria-invalid=\"false\" aria-describedby=\"data-view-email-error\" aria-required=\"true\" name=\"email\" aria-label=\"Email\" type=\"email\" class=\"StyledFormControl-c11n-8-63-0__sc-18qgis1-0 jQGCoo Input-c11n-8-63-0__sc-4ry0fw-0 dEBIUZ\" value=\"\"></div><div class=\"StyledFormField-c11n-8-63-0__sc-24oslp-0 kAhDWH\"><label id=\"__c11n_f8m10\" for=\"data-view-message\" class=\"StyledLabel-c11n-8-63-0__sc-qq9hfi-0 RLOwN\">Message</label><textarea id=\"data-view-message\" aria-invalid=\"false\" aria-describedby=\"data-view-message-error\" aria-required=\"true\" name=\"message\" aria-label=\"Message\" placeholder=\"\" rows=\"3\" class=\"StyledFormControl-c11n-8-63-0__sc-18qgis1-0 jQGCoo Textarea-c11n-8-63-0__sc-ulc0xn-0 sc-1obnmak-0 bMKtLr hkeFef\">I am interested in 6267 Goddess Ct, San Jose, CA 95129.</textarea></div><div class=\"StyledFormField-c11n-8-63-0__sc-24oslp-0 kKNYds\"><button type=\"submit\" aria-describedby=\"tcpa-text\" class=\"StyledButton-c11n-8-63-0__sc-wpcbcc-0 gBGCoT\">Contact Agent</button><span class=\"VisuallyHidden-c11n-8-63-0__sc-t8tewe-0 ldGncB\"><div aria-live=\"polite\" aria-relevant=\"additions text\"></div></span></div><div class=\"StyledLabeledControl-c11n-8-63-0__sc-1hafskn-0 kKPqTH\"><input id=\"data-view-financing\" name=\"preapproval\" type=\"checkbox\" class=\"StyledFormControl-c11n-8-63-0__sc-18qgis1-0 jQGCoo StyledCheckbox-c11n-8-63-0__sc-xbn46a-0 cltjXp\" checked=\"\"><label for=\"data-view-financing\" class=\"StyledLabel-c11n-8-63-0__sc-qq9hfi-0 RLOwN\">I want financing information</label></div></form><p id=\"tcpa-text\" class=\"Text-c11n-8-63-0__sc-aiai24-0 sc-6bxini-1 kiHLER dOdmnV\">By pressing Contact Agent, you agree that Zillow Group and its affiliates, and <button type=\"button\" aria-expanded=\"false\" aria-haspopup=\"false\" class=\"TriggerText-c11n-8-63-0__sc-139r5uq-0 dPNACq TooltipPopper-c11n-8-63-0__sc-io290n-0 dwspDM\">real estate professionals</button> may call/text you about your inquiry, which may involve use of automated means and prerecorded/artificial voices. You don't need to consent as a condition of buying any property, goods or services. Message/data rates may apply. You also agree to our <a href=\"/corp/Terms.htm\" target=\"_blank\" class=\"Anchor-c11n-8-63-0__sc-hn4bge-0 eSFYZn\">Terms of Use</a>. Zillow does not endorse any real estate professionals. We may share information about your recent and future site activity with your agent to help them understand what you're looking for in a home.</p></section></div><div class=\"hdp__sc-1j01zad-2 gZIMhn\"></div></div></div></div></div></li><li data-renderstrat=\"ssr\"><div></div></li><li data-renderstrat=\"ssr\"><div></div></li><li data-renderstrat=\"ssr\"><div><div tabindex=\"-1\" id=\"Home-value\"></div><div style=\"\" data-renderstrat=\"inline\"><div><div id=\"ds-home-values\"><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 jQufYL\"><h4 class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-vwszk-0 gIOCeY fHJlku\">Estimated market value</h4><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 iHHxDa\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 dcyKRu\"><button type=\"button\" aria-expanded=\"false\" id=\"ds-primary-zestimate-tooltip\" aria-haspopup=\"dialog\" class=\"TriggerText-c11n-8-63-0__sc-139r5uq-0 dPNACq\"><h5 class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-111s858-4 fZNkmj cIArYN\">Zestimate<sup>®</sup></h5></button><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 iSTIYu\"><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 gioeNQ\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gcMaSQ\">$3,525,300</span></div></div></div><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 gkDfgS\"><button type=\"button\" aria-expanded=\"false\" id=\"ds-zestimate-range-tooltip\" aria-haspopup=\"dialog\" class=\"TriggerText-c11n-8-63-0__sc-139r5uq-0 dPNACq\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-1w7ie4j-1 hdp__sc-111s858-2 eUgTvl HlmdD iyMmAr\">Estimated sales range: <span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-1w7ie4j-1 hdp__sc-111s858-5 kHCdln HlmdD bHpWSU\">$3.14M - $3.91M</span></span></button></div><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 fNxPGt\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 ekLmba\"><button type=\"button\" aria-expanded=\"false\" id=\"ds-zestimate-history-tooltip\" aria-haspopup=\"dialog\" class=\"TriggerText-c11n-8-63-0__sc-139r5uq-0 dPNACq\"><h5 class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-3189w5-0 kHCdln kmiMlX\"> Zestimate history</h5></button><div aria-expanded=\"false\" aria-haspopup=\"dialog\" class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 cEtybR\"><button type=\"button\" class=\"TriggerText-c11n-8-63-0__sc-139r5uq-0 dPNACq\"><p class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-111s858-4 fZNkmj cIArYN\">Table view</p></button></div></div></div><div class=\"hdp__sc-ukgrfg-11 fAEBbU\"><div class=\"hdp__sc-ukgrfg-2 fjkLZY\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 hdp__sc-ukgrfg-9 PviYN eAcSKa\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 hdp__sc-ukgrfg-6 fdXomm dnZLyr\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 ekLmba\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 hdp__sc-ukgrfg-7 fckwYy\"><svg fill=\"none\" viewBox=\"0 0 75 5\" role=\"presentation\" aria-hidden=\"true\" focusable=\"false\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 avrKj\"><path stroke=\"#006AFF\" stroke-width=\"5\" d=\"M0 2.5h75\"></path></svg></div><span class=\"Text-c11n-8-63-0__sc-aiai24-0 fZNkmj\">This home</span></div><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 ekLmba\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 hdp__sc-ukgrfg-7 fckwYy\"></div><span class=\"Text-c11n-8-63-0__sc-aiai24-0 eyOUuQ\">NA</span></div></div></div><div class=\"hdp__sc-ukgrfg-4 jljoqX\" style=\"transform: translate(396px, -85%) translateX(-50%);\"><div class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-ukgrfg-5 eyOUuQ ijgfEw\"><div>Listed for</div><div>$3.3M</div><div>on 5/25/22</div></div></div><svg focusable=\"false\" class=\"hdp__sc-ukgrfg-14 kzEbAV\" style=\"width: 451px; height: 205.333px;\"><g transform=\"translate(0, 150.33333333333334)\" fill=\"none\" font-size=\"10\" font-family=\"sans-serif\" text-anchor=\"middle\"><g class=\"tick\" opacity=\"1\" transform=\"translate(63.46389590500245,0)\"><line stroke=\"currentColor\" y2=\"6\"></line><text fill=\"currentColor\" y=\"9\" dy=\"0.71em\">2014</text></g><g class=\"tick\" opacity=\"1\" transform=\"translate(142.75712881584514,0)\"><line stroke=\"currentColor\" y2=\"6\"></line><text fill=\"currentColor\" y=\"9\" dy=\"0.71em\">2016</text></g><g class=\"tick\" opacity=\"1\" transform=\"translate(222.15898259368893,0)\"><line stroke=\"currentColor\" y2=\"6\"></line><text fill=\"currentColor\" y=\"9\" dy=\"0.71em\">2018</text></g><g class=\"tick\" opacity=\"1\" transform=\"translate(301.4522155045316,0)\"><line stroke=\"currentColor\" y2=\"6\"></line><text fill=\"currentColor\" y=\"9\" dy=\"0.71em\">2020</text></g><g class=\"tick\" opacity=\"1\" transform=\"translate(380.8540692823754,0)\"><line stroke=\"currentColor\" y2=\"6\"></line><text fill=\"currentColor\" y=\"9\" dy=\"0.71em\">2022</text></g></g><g transform=\"translate(-55, 0)\" fill=\"none\" font-size=\"10\" font-family=\"sans-serif\" text-anchor=\"start\"><g class=\"tick\" opacity=\"1\" transform=\"translate(0,103.98603012857065)\"><line stroke=\"currentColor\" x2=\"461\"></line><text fill=\"currentColor\" x=\"464\" dy=\"0.32em\">$2M</text></g><g class=\"tick\" opacity=\"1\" transform=\"translate(0,52.39726547061262)\"><line stroke=\"currentColor\" x2=\"461\"></line><text fill=\"currentColor\" x=\"464\" dy=\"0.32em\">$3M</text></g><g class=\"tick\" opacity=\"1\" transform=\"translate(0,0.8085008126545931)\"><line stroke=\"currentColor\" x2=\"461\"></line><text fill=\"currentColor\" x=\"464\" dy=\"0.32em\">$4M</text></g></g><g id=\"This home_0\"><path d=\"M0,144.07441932098297L3.25862601003463,142.12152663485597L6.625872887070414,142.99146797328314L9.993119764106199,141.90309980529418L13.251745774140828,141.9807408961044L16.61899265117661,141.83742730788458L19.88214453066962,140.24668774965645L23.249391407705406,137.95619818760778L26.616638284741192,137.9554243561379L29.65802256077351,137.38727729095982L33.020743568350916,136.56268247666702L36.27936957838554,136.25650315842205L39.64661645542133,135.43185675536458L42.90524246545596,134.31526953310774L46.272489342491745,135.21595777527102L49.63973621952753,135.9551731840549L52.89836222956215,137.305199566389L56.26560910659794,135.53400250938734L59.52876098609095,137.36112178727822L62.896007863126734,134.50382646793258L66.26325474016251,132.10278218322188L69.30463901619484,131.2003915118249L72.66736002377225,131.74367279243785L75.92598603380688,129.10165738800984L79.29323291084266,126.14515687422691L82.55185892087728,126.97867654480555L85.91910579791306,124.50674929745483L89.28635267494886,124.53728984613235L92.54497868498349,123.17090982540167L95.91222556201927,121.60178595956522L99.17537744151228,119.01765314908344L102.54262431854806,118.9822632565281L105.90987119558385,115.63817635386994L108.95125547161616,116.43259174083784L112.31397647919357,113.90536133777378L115.57260248922822,115.33060413897918L118.939849366264,112.97531908852011L122.1984753762986,113.30151484745238L125.56572225333439,114.38627180191526L128.93296913037017,113.06792092108114L132.19159514040481,111.27789396497931L135.55884201744058,110.7546807138183L138.8219938969336,112.60403474927679L142.18924077396937,111.78712666091802L145.5564876510052,114.2432677462834L148.70649279403867,113.03861850275541L152.06921380161606,111.11853627095088L155.32783981165068,112.584998495118L158.69508668868647,114.66474795353892L161.9537126987211,112.03305030204251L165.3209595757569,109.5463686679996L168.68820645279266,108.64366846401467L171.9468324628273,108.27284842365326L175.31407933986307,108.57742849019385L178.5772312193561,109.30694521122201L181.94447809639186,108.01217039583659L185.31172497342766,107.20269108958858L188.35310924945998,105.88480450763639L191.7158302570374,106.88908298923285L194.97445626707201,106.18912663035368L198.3417031441078,101.01074961151717L201.60032915414243,106.27636323139028L204.9675760311782,106.01661380133747L208.334822908214,103.15483025946656L211.5934489182486,99.23826283539904L214.96069579528444,98.68786230526328L218.22384767477743,95.47439815471908L221.59109455181323,94.57892037778625L224.958341428849,92.09873892809026L227.9997257048813,89.33064058283821L231.3624467124587,83.92898739056206L234.62107272249332,85.85665317077131L237.98831959952912,81.92569248136424L241.24694560956377,79.62096442026997L244.61419248659956,79.65841786341163L247.98143936363533,88.97720595616654L251.24006537366995,86.69161732676038L254.60731225070575,90.87335100116978L257.87046413019874,91.78807138732003L261.2377110072345,94.31009132515364L264.6049578842703,97.73130343097544L267.64634216030265,99.38333044161723L271.0090631678801,100.5354623227234L274.2676891779147,100.90091713156036L277.63493605495046,100.22964412583103L280.8935620649851,100.24445010128785L284.26080894202084,101.95549465869834L287.6280558190566,99.77638523954622L290.8866818290913,99.65731837071566L294.25392870612706,98.9802674233446L297.5170805856201,100.20818319973333L300.88432746265585,98.54831469686351L304.2515743396917,96.34005762567962L307.40157948272514,90.64311034450131L310.7643004903025,89.25919014378692L314.0229265003371,89.57450067337636L317.39017337737295,93.03946005162813L320.64879938740756,95.15769472848388L324.0160462644434,93.66548971075245L327.38329314147916,93.57639591418815L330.6419191515138,92.7757898754613L334.00916602854954,91.77166616015882L337.27231790804257,92.5637600527171L340.63956478507833,92.43370477701438L344.0068116621141,90.66065052448502L347.0481959381464,90.66678958747931L350.41091694572384,90.33440317678809L353.6695429557585,83.96582176852783L357.0367898327943,76.51062621027701L360.2954158428289,74.36933135561915L363.66266271986467,73.74510730325784L367.02990959690044,77.60910577613892L370.2885356069351,77.88252622882608L373.6557824839709,75.04514417263839L376.9189343634639,70.53112726506707L380.2861812404997,67.00245576246274L383.65342811753544,63.25195257182919L386.6948123935678,62.82376582516814L390.0575334011452,18.906250471848455L393.3161594111798,18.787596313135154L395.7058184852052,25.28778066003786\" stroke=\"#006AFF\" class=\"hdp__sc-ukgrfg-0 hWZapr\"></path></g><g id=\"listed_1\"><circle cx=\"396\" cy=\"39.0000743061231\" r=\"5\" stroke=\"#006AFF\" stroke-width=\"3\" fill=\"none\"></circle></g><path d=\"M396,150.33333333333334 396,0\" opacity=\"1\" class=\"hdp__sc-ukgrfg-8 jLpAfj\"></path><circle opacity=\"0\" r=\"3\" class=\"hdp__sc-ukgrfg-10 oyAbE\"></circle><circle opacity=\"1\" r=\"3\" class=\"hdp__sc-ukgrfg-10 dUbKsL\" transform=\"translate(396,39.0000743061231)\"></circle></svg></div></div></div></div></div></div></div></div></li><li data-renderstrat=\"ssr\"><div><div style=\"\" data-renderstrat=\"inline\"><div></div></div></div></li><li data-renderstrat=\"ssr\"><div></div></li><li data-renderstrat=\"ssr\"><div><div tabindex=\"-1\" id=\"Price-and-tax-history\"></div><div style=\"\" data-renderstrat=\"inline\"><div><div class=\"hdp__sc-1j01zad-0 bNxDKz\"><h4 class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-vwszk-0 gIOCeY fHJlku hdp__sc-1j01zad-5 bOGcXJ\">Price and tax history</h4><div class=\"hdp__sc-1j01zad-1 hmkpQE\"><div><h5 class=\"Text-c11n-8-63-0__sc-aiai24-0 isfznl\">Price history</h5><table class=\"hdp__sc-f00yqe-2 cQFnnD\"><thead><tr><th class=\"hdp__sc-f00yqe-1 gwMosX\">Date</th><th class=\"hdp__sc-f00yqe-1 djNrtF\">Event</th><th class=\"hdp__sc-f00yqe-1 ijXZwu\">Price</th></tr></thead><tbody><tr id=\"1653436800000\" label=\"Date: 05/25/22, Event: Listed for sale, Price: $3,250,000 (0%)\" class=\"hdp__sc-f00yqe-3 kURlOl\"><td class=\"hdp__sc-f00yqe-0 gRNynB\"><span class=\"hdp__sc-reo5z7-1 hNZRgt\">5/25/2022</span></td><td class=\"hdp__sc-f00yqe-0 gRNynB\"><span class=\"hdp__sc-reo5z7-1 hNZRgt\">Listed for sale</span></td><td class=\"hdp__sc-f00yqe-0 gRNynB\"><span class=\"hdp__sc-reo5z7-1 hvBPYp\">$3,250,000 </span><span class=\"hdp__sc-reo5z7-1 gMmnBm\"> $1,759/sqft</span></td></tr><tr class=\"hdp__sc-f00yqe-3 UkVgE\"><td colspan=\"3\" class=\"hdp__sc-f00yqe-0 kDAsOo\"><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 AFbpn\"><span color=\"gray400\" class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-1w7ie4j-1 fZNkmj hTvwbq\">Source: <span color=\"gray400\" class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-1w7ie4j-1 fZNkmj hTvwbq\"><span class=\"hdp__sc-dcwba6-0 ecLved\"><img src=\"https://photos.zillowstatic.com/fp/5273d6e56ef4c68cf7b7b4dd452c58d5-zillow_web_logo_inf_11.jpg\" alt=\"\" height=\"11\"></span><span> MLSListings Inc</span><span> #ML81893441</span></span></span> <button class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 ijazhw\">Report<span class=\"VisuallyHidden-c11n-8-63-0__sc-t8tewe-0 ldGncB\"> a problem</span></button></div></td></tr></tbody></table></div><div><h5 class=\"Text-c11n-8-63-0__sc-aiai24-0 isfznl\">Public tax history</h5><table class=\"hdp__sc-f00yqe-2 kkEhCu\"><thead><tr><th class=\"hdp__sc-f00yqe-1 ijXZwu\">Year</th><th class=\"hdp__sc-f00yqe-1 ijXZwu\">Property Taxes</th><th class=\"hdp__sc-f00yqe-1 ijXZwu\">Tax Assessment</th></tr></thead><tbody><tr class=\"hdp__sc-f00yqe-3 UkVgE\"><td class=\"hdp__sc-f00yqe-0 kcmYn\"><span class=\"hdp__sc-reo5z7-1 yAzQT\">2021</span></td><td class=\"hdp__sc-f00yqe-0 kcmYn\"><span class=\"hdp__sc-reo5z7-1 yAzQT\">$2,562 <span color=\"green600\" class=\"hdp__sc-vcntbl-0 ipCiZX\">(+4.1%)</span></span></td><td class=\"hdp__sc-f00yqe-0 kcmYn\"><span class=\"hdp__sc-reo5z7-1 yAzQT\">$105,036 <span color=\"green600\" class=\"hdp__sc-vcntbl-0 ipCiZX\">(+1%)</span></span></td></tr><tr class=\"hdp__sc-f00yqe-3 UkVgE\"><td class=\"hdp__sc-f00yqe-0 kcmYn\"><span class=\"hdp__sc-reo5z7-1 yAzQT\">2020</span></td><td class=\"hdp__sc-f00yqe-0 kcmYn\"><span class=\"hdp__sc-reo5z7-1 yAzQT\">$2,460 </span></td><td class=\"hdp__sc-f00yqe-0 kcmYn\"><span class=\"hdp__sc-reo5z7-1 yAzQT\">$103,960 <span color=\"green600\" class=\"hdp__sc-vcntbl-0 ipCiZX\">(+2%)</span></span></td></tr><tr class=\"hdp__sc-f00yqe-3 UkVgE\"><td class=\"hdp__sc-f00yqe-0 kcmYn\"><span class=\"hdp__sc-reo5z7-1 yAzQT\">2019</span></td><td class=\"hdp__sc-f00yqe-0 kcmYn\"><span class=\"hdp__sc-reo5z7-1 yAzQT\">$2,460 <span color=\"green600\" class=\"hdp__sc-vcntbl-0 ipCiZX\">(+6.9%)</span></span></td><td class=\"hdp__sc-f00yqe-0 kcmYn\"><span class=\"hdp__sc-reo5z7-1 yAzQT\">$101,922 <span color=\"green600\" class=\"hdp__sc-vcntbl-0 ipCiZX\">(+2%)</span></span></td></tr></tbody><tfoot><tr class=\"hdp__sc-f00yqe-3 UkVgE\"><td colspan=\"3\" class=\"hdp__sc-f00yqe-0 kcmYn\"><div display=\"flex\" class=\"hdp__sc-hd9rq9-0 hoeJmM\"><button class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 hesLpw\"><svg class=\"sc-gsDKAQ sc-dkPtRN fezxT kOuJiG\" direction=\"DOWN\" viewBox=\"0 0 512 512\" shape=\"circle\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M97 276L325 503C330 509 337 512 345 512C352 512 359 509 365 503C376 492 376 474 365 463L158 256L365 49C376 38 376 20 365 9C359 3 352 0 345 0C337 0 330 3 325 9L97 236C92 241 89 249 89 256C89 263 92 271 97 276Z\" fill=\"currentColor\"></path></svg><span class=\"sc-eCImPb gZqyem\">See complete tax history</span></button></div></td></tr></tfoot></table><p class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-reo5z7-0 fZNkmj eLakMA\">Find assessor info on the <a class=\"countyLink\" href=\"https://www.zillow.com/CountyAssessorPage.htm?COUNTY_ID=6085&amp;FORCE_GENERIC=false&amp;LINK_LOCATION=TaxHistory&amp;PARCEL_NUM=37717011\" target=\"_blank\" rel=\"nofollow\">county website</a></p></div></div><div class=\"hdp__sc-1j01zad-2 gZIMhn\"></div></div></div></div></div></li><li data-renderstrat=\"ssr\"><div></div></li><li data-renderstrat=\"ssr\"><div><div tabindex=\"-1\" id=\"Monthly-cost\"></div><div style=\"\" data-renderstrat=\"inline\"><div><div class=\"hdp__sc-1j01zad-0 bNxDKz\"><h4 class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-vwszk-0 gIOCeY fHJlku hdp__sc-1j01zad-5 bOGcXJ\">Monthly cost</h4><div class=\"hdp__sc-1j01zad-1 hmkpQE\"><div class=\"ds-expandable-card undefined\"><div class=\"sc-ikJyIC ljuOka\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">Estimated monthly cost</span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gcMaSQ\">$16,723</span></div><div class=\"sc-lbhJGD bHaCdQ\"><div class=\"sc-gSQFLo ezlscf\"><button aria-expanded=\"false\" aria-controls=\"section-pi\" id=\"label-pi\" type=\"button\" class=\"UnstyledButton-c11n-8-63-0__sc-13jpj60-0 sc-hUpaCq iOmGyf kplfMD\"><div class=\"sc-iNGGcK huceHM\"><h5 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 fZNkmj\">Principal &amp; interest</h5><span class=\"Text-c11n-8-63-0__sc-aiai24-0 eyOUuQ\">$13,500/mo</span></div><svg viewBox=\"0 0 32 32\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 avrKj sc-khQegj kcEIJw\" aria-hidden=\"true\" focusable=\"false\" role=\"img\"><title>Chevron Down</title><path stroke=\"none\" d=\"M29.41 8.59a2 2 0 00-2.83 0L16 19.17 5.41 8.59a2 2 0 00-2.83 2.83l12 12a2 2 0 002.82 0l12-12a2 2 0 00.01-2.83z\"></path></svg></button></div><div class=\"sc-gSQFLo ezlscf\"><button aria-expanded=\"false\" aria-controls=\"section-pmi\" id=\"label-pmi\" type=\"button\" class=\"UnstyledButton-c11n-8-63-0__sc-13jpj60-0 sc-hUpaCq iOmGyf kplfMD\"><div class=\"sc-iNGGcK huceHM\"><h5 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 fZNkmj\">Mortgage insurance</h5><span class=\"Text-c11n-8-63-0__sc-aiai24-0 eyOUuQ\">$0/mo</span></div><svg viewBox=\"0 0 32 32\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 avrKj sc-khQegj kcEIJw\" aria-hidden=\"true\" focusable=\"false\" role=\"img\"><title>Chevron Down</title><path stroke=\"none\" d=\"M29.41 8.59a2 2 0 00-2.83 0L16 19.17 5.41 8.59a2 2 0 00-2.83 2.83l12 12a2 2 0 002.82 0l12-12a2 2 0 00.01-2.83z\"></path></svg></button></div><div class=\"sc-gSQFLo ezlscf\"><button aria-expanded=\"false\" aria-controls=\"section-property-tax\" id=\"label-property-tax\" type=\"button\" class=\"UnstyledButton-c11n-8-63-0__sc-13jpj60-0 sc-hUpaCq iOmGyf kplfMD\"><div class=\"sc-iNGGcK huceHM\"><h5 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 fZNkmj\">Property taxes</h5><span class=\"Text-c11n-8-63-0__sc-aiai24-0 eyOUuQ\">$2,085/mo</span></div><svg viewBox=\"0 0 32 32\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 avrKj sc-khQegj kcEIJw\" aria-hidden=\"true\" focusable=\"false\" role=\"img\"><title>Chevron Down</title><path stroke=\"none\" d=\"M29.41 8.59a2 2 0 00-2.83 0L16 19.17 5.41 8.59a2 2 0 00-2.83 2.83l12 12a2 2 0 002.82 0l12-12a2 2 0 00.01-2.83z\"></path></svg></button></div><div class=\"sc-gSQFLo ezlscf\"><button aria-expanded=\"false\" aria-controls=\"section-home-insurance\" id=\"label-home-insurance\" type=\"button\" class=\"UnstyledButton-c11n-8-63-0__sc-13jpj60-0 sc-hUpaCq iOmGyf kplfMD\"><div class=\"sc-iNGGcK huceHM\"><h5 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 fZNkmj\">Home insurance</h5><span class=\"Text-c11n-8-63-0__sc-aiai24-0 eyOUuQ\">$1,138/mo</span></div><svg viewBox=\"0 0 32 32\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 avrKj sc-khQegj kcEIJw\" aria-hidden=\"true\" focusable=\"false\" role=\"img\"><title>Chevron Down</title><path stroke=\"none\" d=\"M29.41 8.59a2 2 0 00-2.83 0L16 19.17 5.41 8.59a2 2 0 00-2.83 2.83l12 12a2 2 0 002.82 0l12-12a2 2 0 00.01-2.83z\"></path></svg></button></div><div class=\"sc-gSQFLo ezlscf\"><button aria-expanded=\"false\" aria-controls=\"section-hoa\" id=\"label-hoa\" type=\"button\" class=\"UnstyledButton-c11n-8-63-0__sc-13jpj60-0 sc-hUpaCq iOmGyf kplfMD\"><div class=\"sc-iNGGcK huceHM\"><h5 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 fZNkmj\">HOA fees</h5><span class=\"Text-c11n-8-63-0__sc-aiai24-0 eyOUuQ\">N/A</span></div><svg viewBox=\"0 0 32 32\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 avrKj sc-khQegj kcEIJw\" aria-hidden=\"true\" focusable=\"false\" role=\"img\"><title>Chevron Down</title><path stroke=\"none\" d=\"M29.41 8.59a2 2 0 00-2.83 0L16 19.17 5.41 8.59a2 2 0 00-2.83 2.83l12 12a2 2 0 002.82 0l12-12a2 2 0 00.01-2.83z\"></path></svg></button></div><div class=\"sc-gSQFLo ezlscf\"><button aria-expanded=\"false\" aria-controls=\"section-utilities\" id=\"label-utilities\" type=\"button\" class=\"UnstyledButton-c11n-8-63-0__sc-13jpj60-0 sc-hUpaCq iOmGyf kplfMD\"><div class=\"sc-iNGGcK huceHM\"><h5 class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledHeading-c11n-8-63-0__sc-ktujwe-0 fZNkmj\">Utilities</h5><span class=\"Text-c11n-8-63-0__sc-aiai24-0 eyOUuQ\">Not included</span></div><svg viewBox=\"0 0 32 32\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 avrKj sc-khQegj kcEIJw\" aria-hidden=\"true\" focusable=\"false\" role=\"img\"><title>Chevron Down</title><path stroke=\"none\" d=\"M29.41 8.59a2 2 0 00-2.83 0L16 19.17 5.41 8.59a2 2 0 00-2.83 2.83l12 12a2 2 0 002.82 0l12-12a2 2 0 00.01-2.83z\"></path></svg></button></div></div><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 caJuaI\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 izdcsr\">All calculations are estimates and provided for informational purposes only. Actual amounts may vary.</span></div><div class=\"sc-efQSVx bcZvbI\"><div class=\"sc-dPiLbb EkiCS\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 sc-bBHHxi gbKiss kPBBCI\"><span class=\"sc-jObWnj eoHmNJ\">Don't miss out on this home,</span> or any <span class=\"sc-jObWnj eoHmNJ\">other on your list.</span></span><a href=\"https://www.zillow.com/pre-qualify/#/pre-qualify&amp;zipCode=95129&amp;propertyValue=3250000&amp;propertyType=SingleFamilyHome&amp;source=FS_HDP_Mortgage_Module\" class=\"sc-iJKOTD kuSzaT sc-iAKWXU sc-cNKqjZ fPMBYu bjPKtt\"><span class=\"sc-cTAqQK cxgRvA\"><svg viewBox=\"0 0 50 50\" xmlns=\"http://www.w3.org/2000/svg\" height=\"21px\" width=\"21px\"><g fill-rule=\"nonzero\" fill=\"none\"><circle fill=\"#0074E4\" cx=\"25\" cy=\"25\" r=\"25\"></circle><path d=\"M33.438 14.688l-1.876 3.124c-1.562-1.25-3.125-1.875-5-2.187v6.563c5.313 1.25 7.5 3.437 7.5 7.187 0 3.75-2.812 6.25-7.187 6.563v3.437H23.75v-3.438c-3.125-.312-5.938-1.562-8.125-3.437l2.188-3.125c1.875 1.563 3.75 2.5 5.937 3.125v-6.875c-5-1.25-7.5-3.125-7.5-7.188 0-3.75 2.813-6.25 7.188-6.562V10h3.125v2.188c2.5 0 5 .937 6.875 2.5zM30 29.374c0-1.563-.625-2.5-3.438-3.125v6.25c2.5-.313 3.438-1.25 3.438-3.125zm-9.375-11.25c0 1.563.625 2.5 3.438 3.125v-5.938c-2.188.313-3.438 1.25-3.438 2.813z\" fill=\"#FFF\"></path></g></svg></span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 eyOUuQ\">Get pre-qualified</span></a></div></div></div></div><div class=\"hdp__sc-1j01zad-2 gZIMhn\"></div></div></div></div></div></li><li data-renderstrat=\"ssr\"><div><div tabindex=\"-1\" id=\"Down-payment-assistance\"></div><div style=\"\" data-renderstrat=\"inline\"><div><div class=\"hdp__sc-1j01zad-0 bNxDKz\"><h4 class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-vwszk-0 gIOCeY fHJlku hdp__sc-1j01zad-5 bOGcXJ\">Down payment assistance</h4><div class=\"hdp__sc-1j01zad-1 hmkpQE\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 iJnFIU\"><svg viewBox=\"0 0 44 44\" class=\"DetailedIcon-c11n-8-63-0__sc-1u552bz-0 fWPtGF hdp__sc-1cgrqms-6 kXuEwe\" aria-hidden=\"true\" focusable=\"false\" role=\"img\" status=\"info\"><title>Down Payment Assistance</title><path class=\"DetailedIcon__secondary-color-fill\" d=\"M38.625,8.375,6.375,40.625c-.756.756-.5,1.375.569,1.375H38.056A1.95,1.95,0,0,0,40,40.056V8.944C40,7.875,39.381,7.619,38.625,8.375ZM34.167,33.337a2.56,2.56,0,0,1-2.552,2.552H23.108c-1.4,0-1.74-.812-.748-1.8l10-10c.993-.992,1.8-.656,1.8.748Z\"></path><path class=\"DetailedIcon__no-fill\" d=\"M7.71,4.57V35.43H33.43V4.57Zm6.43,28.29H11.57a1.285,1.285,0,0,1,0-2.57h2.57a1.285,1.285,0,1,1,0,2.57Zm0-5.15H11.57a1.285,1.285,0,0,1,0-2.57h2.57a1.285,1.285,0,1,1,0,2.57Zm0-5.14H11.57a1.285,1.285,0,0,1,0-2.57h2.57a1.285,1.285,0,1,1,0,2.57Zm7.72,10.29H19.29a1.285,1.285,0,1,1,0-2.57h2.57a1.285,1.285,0,0,1,0,2.57Zm0-5.15H19.29a1.285,1.285,0,1,1,0-2.57h2.57a1.285,1.285,0,0,1,0,2.57Zm0-5.14H19.29a1.285,1.285,0,1,1,0-2.57h2.57a1.285,1.285,0,0,1,0,2.57Zm7.71,10.29H27a1.285,1.285,0,1,1,0-2.57h2.57a1.285,1.285,0,1,1,0,2.57Zm0-5.15H27a1.285,1.285,0,1,1,0-2.57h2.57a1.285,1.285,0,1,1,0,2.57Zm0-5.14H27A1.285,1.285,0,1,1,27,20h2.57a1.285,1.285,0,1,1,0,2.57Zm1.29-7.07a.64.64,0,0,1-.65.64H10.93a.632.632,0,0,1-.64-.64V7.79a.64.64,0,0,1,.64-.65H30.21a.649.649,0,0,1,.65.65Z\"></path><rect class=\"DetailedIcon__secondary-color-fill\" x=\"12.86\" y=\"9.71\" width=\"15.43\" height=\"3.86\"></rect><path class=\"DetailedIcon__foreground-color-fill\" d=\"M33.43,2H7.71A2.569,2.569,0,0,0,5.14,4.57V35.43A2.569,2.569,0,0,0,7.71,38H33.43A2.569,2.569,0,0,0,36,35.43V4.57A2.569,2.569,0,0,0,33.43,2Zm0,33.43H7.71V4.57H33.43Z\"></path><path class=\"DetailedIcon__foreground-color-fill\" d=\"M30.21,7.14H10.93a.64.64,0,0,0-.64.65V15.5a.632.632,0,0,0,.64.64H30.21a.64.64,0,0,0,.65-.64V7.79A.649.649,0,0,0,30.21,7.14Zm-1.92,6.43H12.86V9.71H28.29Z\"></path><path class=\"DetailedIcon__foreground-color-fill\" d=\"M11.571,22.571h2.572a1.286,1.286,0,1,0,0-2.571H11.571a1.286,1.286,0,0,0,0,2.571Z\"></path><path class=\"DetailedIcon__foreground-color-fill\" d=\"M21.857,20H19.286a1.286,1.286,0,1,0,0,2.571h2.571a1.286,1.286,0,1,0,0-2.571Z\"></path><path class=\"DetailedIcon__foreground-color-fill\" d=\"M21.857,25.143H19.286a1.286,1.286,0,1,0,0,2.571h2.571a1.286,1.286,0,1,0,0-2.571Z\"></path><path class=\"DetailedIcon__foreground-color-fill\" d=\"M29.571,20H27a1.286,1.286,0,1,0,0,2.571h2.571a1.286,1.286,0,1,0,0-2.571Z\"></path><path class=\"DetailedIcon__foreground-color-fill\" d=\"M11.571,27.714h2.572a1.286,1.286,0,1,0,0-2.571H11.571a1.286,1.286,0,0,0,0,2.571Z\"></path><path class=\"DetailedIcon__foreground-color-fill\" d=\"M29.571,25.143H27a1.286,1.286,0,1,0,0,2.571h2.571a1.286,1.286,0,1,0,0-2.571Z\"></path><path class=\"DetailedIcon__accent-color-fill\" d=\"M21.857,30.286H19.286a1.286,1.286,0,1,0,0,2.571h2.571a1.286,1.286,0,1,0,0-2.571Z\"></path><path class=\"DetailedIcon__accent-color-fill\" d=\"M11.571,32.857h2.572a1.286,1.286,0,1,0,0-2.571H11.571a1.286,1.286,0,0,0,0,2.571Z\"></path><path class=\"DetailedIcon__foreground-color-fill\" d=\"M29.571,30.286H27a1.286,1.286,0,1,0,0,2.571h2.571a1.286,1.286,0,1,0,0-2.571Z\"></path></svg><p class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledParagraph-c11n-8-63-0__sc-18ze78a-0 gbKiss\">No <button type=\"button\" aria-expanded=\"false\" aria-haspopup=\"dialog\" class=\"TriggerText-c11n-8-63-0__sc-139r5uq-0 dPNACq\">down payment assistance</button> programs available for this specific home. Keep searching, because another home may deliver different results.</p></div><button aria-expanded=\"false\" aria-haspopup=\"dialog\" class=\"StyledButton-c11n-8-63-0__sc-wpcbcc-0 fxSXnF\">Enter your information</button><span class=\"Text-c11n-8-63-0__sc-aiai24-0 fZNkmj\">Source: Down Payment Resource<sup>®</sup></span></div><div class=\"hdp__sc-1j01zad-2 gZIMhn\"></div></div></div></div></div></li><li data-renderstrat=\"ssr\"><div><div tabindex=\"-1\" id=\"Rental-value\"></div><div style=\"\" data-renderstrat=\"inline\"><div><div id=\"ds-rental-home-values\"><div class=\"hdp__sc-1j01zad-0 bNxDKz\"><h4 class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-vwszk-0 gIOCeY fHJlku hdp__sc-1j01zad-5 bOGcXJ\">Rental value</h4><div class=\"hdp__sc-1j01zad-1 hmkpQE\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 dcyKRu\"><button type=\"button\" aria-expanded=\"false\" id=\"ds-primary-zestimate-tooltip\" aria-haspopup=\"dialog\" class=\"TriggerText-c11n-8-63-0__sc-139r5uq-0 dPNACq\"><h5 class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-111s858-4 gbKiss cIArYN\">Rent Zestimate<sup>®</sup></h5></button><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 iSTIYu\"><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 gioeNQ\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 gcMaSQ\">$4,800/mo</span></div></div></div></div><div class=\"hdp__sc-1j01zad-2 gZIMhn\"></div></div></div></div></div></div></li><li data-renderstrat=\"ssr\"><div><div tabindex=\"-1\" id=\"Nearby-schools\"></div><div style=\"\" data-renderstrat=\"inline\"><div><div class=\"hdp__sc-1j01zad-0 bNxDKz\"><h4 class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-vwszk-0 gIOCeY fHJlku hdp__sc-1j01zad-5 bOGcXJ\">Nearby schools in San Jose</h4><div class=\"hdp__sc-1j01zad-1 gbYWEX\"><div class=\"hdp__sc-1gp195n-0 ewIoSl\"><button type=\"button\" aria-expanded=\"false\" id=\"greatSchoolTooltip\" aria-haspopup=\"dialog\" class=\"TriggerText-c11n-8-63-0__sc-139r5uq-0 dPNACq\"><h5 class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-ljtams-0 jypvgX jhxghw\">GreatSchools rating</h5></button></div><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 iiFqVP\"><ul id=\"ds-nearby-schools-list\"><li class=\"hdp__sc-12m9m4o-0 SnHKV\"><div class=\"hdp__sc-12m9m4o-1 bIcTBN\"><div class=\"hdp__sc-ze6skz-0 dgmDiK\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 kHCdln\">9</span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 izdcsr\">/10</span></div></div><div class=\"hdp__sc-12m9m4o-2 eGtbuX\"><a class=\"hdp__sc-12m9m4o-4 iQQcBk notranslate\" href=\"https://www.greatschools.org/school?id=05432&amp;state=CA\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">Nelson S. Dilworth Elementary School</a><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-12m9m4o-3 gbKiss jHTtyF\"><div>Grades: <span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">K-5</span></div><div>Distance: <span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">0.5 mi</span></div></span></div></li><li class=\"hdp__sc-12m9m4o-0 SnHKV\"><div class=\"hdp__sc-12m9m4o-1 bIcTBN\"><div class=\"hdp__sc-ze6skz-0 dgmDiK\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 kHCdln\">9</span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 izdcsr\">/10</span></div></div><div class=\"hdp__sc-12m9m4o-2 eGtbuX\"><a class=\"hdp__sc-12m9m4o-4 iQQcBk notranslate\" href=\"https://www.greatschools.org/school?id=05442&amp;state=CA\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">Joaquin Miller Middle School</a><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-12m9m4o-3 gbKiss jHTtyF\"><div>Grades: <span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">6-8</span></div><div>Distance: <span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">0.2 mi</span></div></span></div></li><li class=\"hdp__sc-12m9m4o-0 SnHKV\"><div class=\"hdp__sc-12m9m4o-1 bIcTBN\"><div class=\"hdp__sc-ze6skz-0 dgmDiK\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 kHCdln\">10</span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 izdcsr\">/10</span></div></div><div class=\"hdp__sc-12m9m4o-2 eGtbuX\"><a class=\"hdp__sc-12m9m4o-4 iQQcBk notranslate\" href=\"https://www.greatschools.org/school?id=05499&amp;state=CA\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">Lynbrook High School</a><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-12m9m4o-3 gbKiss jHTtyF\"><div>Grades: <span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">9-12</span></div><div>Distance: <span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">0.6 mi</span></div></span></div></li></ul></div><div class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-1bbxd6-1 gbKiss bYjtcE\"><h5 id=\"about-great-schools\" class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-1bbxd6-0 jypvgX eTvoff\">About GreatSchools</h5><div><p class=\"Text-c11n-8-63-0__sc-aiai24-0 bSnaWx\">The GreatSchools Summary Rating is based on several metrics.</p><div class=\"text-fold-container\"><div class=\"truncated\" style=\"white-space: pre-wrap; max-height: 240px;\"><div class=\"attribution\"><p class=\"Text-c11n-8-63-0__sc-aiai24-0 bSnaWx\"><strong>About the ratings: </strong>GreatSchools Ratings are designed to be a starting point to help parents compare schools, and should not be the only factor used in selecting the right school for your family. Zillow and GreatSchools recommend that parents tour multiple schools in-person to inform that choice. As of October 2020, the GreatSchools Ratings methodology continues to move beyond proficiency and standardized test scores. The latest methodology prioritizes student growth through measures of equity and school quality.<a href=\"http://www.greatschools.org/gk/ratings/\" rel=\"nofollow noopener noreferrer\" target=\"_blank\"> Learn more</a></p><p class=\"Text-c11n-8-63-0__sc-aiai24-0 bSnaWx\"><strong>Disclaimer: </strong>School attendance zone boundaries are provided by a third party and are subject to change. They are not guaranteed to be accurate, up to date, or complete. Check with the applicable school district prior to making a decision based on these boundaries.</p></div></div><div class=\"read-more\"><button aria-describedby=\"about-great-schools\" class=\"sc-bdvvtL dpf__yjtdv7-0 ksREEs ckhBzR\">Read more&nbsp;<span class=\"zsg-icon-expando-down\"></span></button></div></div></div></div></div><div class=\"hdp__sc-1j01zad-2 eYyFco\"></div></div></div></div></div></li><li data-renderstrat=\"ssr\"><div><div tabindex=\"-1\" id=\"Similar-homes\"></div><div style=\"\" data-renderstrat=\"inline\"><div><div class=\"hdp__sc-1j01zad-0 bNxDKz\"><h4 class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-vwszk-0 gIOCeY fHJlku hdp__sc-1j01zad-5 bOGcXJ\">Similar homes</h4><div class=\"hdp__sc-1j01zad-1 hmkpQE\"><button class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 hesLpw hdp__sc-181gmr1-0 eyNvbe\">Skip carousel</button><div class=\"hdp__sc-1udhzz9-0 bFGcHQ\"><button disabled=\"\" tabindex=\"-1\" title=\"Previous card\" class=\"StyledButton-c11n-8-63-0__sc-wpcbcc-0 caomCy PaginationButton-c11n-8-63-0__sc-si2hz6-0 hdp__sc-1udhzz9-2 haFgWK kEmbch\"><svg viewBox=\"0 0 32 32\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 eIIaNo IconChevronLeft-c11n-8-63-0__sc-ddr5cu-0 ffgIMi\" aria-hidden=\"true\" focusable=\"false\" role=\"img\"><title>Chevron Left</title><path stroke=\"none\" d=\"M29.41 8.59a2 2 0 00-2.83 0L16 19.17 5.41 8.59a2 2 0 00-2.83 2.83l12 12a2 2 0 002.82 0l12-12a2 2 0 00.01-2.83z\"></path></svg></button><ul><li data-index=\"0\" class=\"hdp__sc-1udhzz9-1 eaaIhu\"><a href=\"/homedetails/5569-Bigoak-Dr-San-Jose-CA-95129/19647185_zpid/\"><div><div><div class=\"StyledCard-c11n-8-63-0__sc-rmiu6p-0 fBfece sc-iCfMLu ePWIpg hdp__sc-1tpxfko-4 fNfWYC\"><div class=\"sc-jRQBWg dsgEqc\"><div><img src=\"https://photos.zillowstatic.com/fp/0e28098a238e43035f8069e5c9186841-p_c.jpg\" alt=\"\"><div class=\"hdp__sc-1tpxfko-8 jbQtWs\"></div></div></div><div class=\"sc-gKclnd cqUDIZ\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 hdp__sc-1tpxfko-1 ekLmba eiiKTl\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 kHCdln\">$3,300,000</span></div><div class=\"Text-c11n-8-63-0__sc-aiai24-0 izdcsr\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 jGlIFm\"><span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 htgeIY\"><span class=\"hdp__sc-1tpxfko-0 bbGDBg\">5</span></span>&nbsp;bd</span><div class=\"hdp__sc-1tpxfko-7 gaAVOt\"></div><span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 htgeIY\"><span class=\"hdp__sc-1tpxfko-0 bbGDBg\">3</span></span>&nbsp;ba</span><div class=\"hdp__sc-1tpxfko-7 gaAVOt\"></div><span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 htgeIY\"><span class=\"hdp__sc-1tpxfko-0 bbGDBg\">2.1k</span></span>&nbsp;sqft</span></div></div><div class=\"Text-c11n-8-63-0__sc-aiai24-0 izdcsr\">5569 Bigoak Dr, San Jose, CA 95129</div><div class=\"Text-c11n-8-63-0__sc-aiai24-0 izdcsr\"><span class=\"zsg-icon-for-sale\"></span><span class=\"hdp__sc-1tpxfko-3 eBzArn\">For Sale</span></div><script type=\"application/ld+json\">{\"@type\":\"SingleFamilyResidence\",\"@context\":\"http://schema.org\",\"name\":\"5569 Bigoak Dr, San Jose, CA 95129\",\"floorSize\":{\"@type\":\"QuantitativeValue\",\"@context\":\"http://schema.org\",\"value\":\"2,112\"},\"numberOfRooms\":5,\"address\":{\"@type\":\"PostalAddress\",\"@context\":\"http://schema.org\",\"streetAddress\":\"5569 Bigoak Dr\",\"addressLocality\":\"San Jose\",\"addressRegion\":\"CA\",\"postalCode\":\"95129\"},\"geo\":{\"@type\":\"GeoCoordinates\",\"@context\":\"http://schema.org\",\"latitude\":37.307987,\"longitude\":-122.00037},\"url\":\"/homedetails/5569-Bigoak-Dr-San-Jose-CA-95129/19647185_zpid/\"}</script></div></div></div></div></a><div class=\"hdp__sc-1tpxfko-11 kHIbXR\">MLS ID #ML81889082, Hoi Wing Ng, 650-283-4362, 408-979-5900</div><button aria-pressed=\"false\" aria-label=\"Save\" class=\"sc-bdvvtL hdp__sc-1tpxfko-5 ksREEs AzBYS\"><svg viewBox=\"0 0 32 32\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 kUdcgc hdp__sc-1tpxfko-6 etxSma\" aria-hidden=\"true\" focusable=\"false\" role=\"img\"><title>Heart</title><path stroke=\"none\" d=\"M27 5.6a7.91 7.91 0 00-10.49.87l-.51.47-.46-.47A7.91 7.91 0 005.05 5.6a8 8 0 00-.76 11.92l.65.66L15.29 28.7a1 1 0 001.42 0l10.35-10.52.65-.66A8 8 0 0027 5.6z\"></path></svg></button></li><li data-index=\"1\" class=\"hdp__sc-1udhzz9-1 eaaIhu\"><a href=\"/homedetails/1218-Miller-Ave-San-Jose-CA-95129/19646030_zpid/\"><div><div><div class=\"StyledCard-c11n-8-63-0__sc-rmiu6p-0 fBfece sc-iCfMLu ePWIpg hdp__sc-1tpxfko-4 fNfWYC\"><div class=\"sc-jRQBWg dsgEqc\"><div><img src=\"https://photos.zillowstatic.com/fp/e62273479245c8b08710b1cfbb540fc5-p_c.jpg\" alt=\"\"><div class=\"hdp__sc-1tpxfko-8 jbQtWs\"></div></div></div><div class=\"sc-gKclnd cqUDIZ\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 hdp__sc-1tpxfko-1 ekLmba eiiKTl\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 kHCdln\">$2,500,000</span></div><div class=\"Text-c11n-8-63-0__sc-aiai24-0 izdcsr\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 jGlIFm\"><span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 htgeIY\"><span class=\"hdp__sc-1tpxfko-0 bbGDBg\">4</span></span>&nbsp;bd</span><div class=\"hdp__sc-1tpxfko-7 gaAVOt\"></div><span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 htgeIY\"><span class=\"hdp__sc-1tpxfko-0 bbGDBg\">2</span></span>&nbsp;ba</span><div class=\"hdp__sc-1tpxfko-7 gaAVOt\"></div><span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 htgeIY\"><span class=\"hdp__sc-1tpxfko-0 bbGDBg\">1.7k</span></span>&nbsp;sqft</span></div></div><div class=\"Text-c11n-8-63-0__sc-aiai24-0 izdcsr\">1218 Miller Ave, San Jose, CA 95129</div><div class=\"Text-c11n-8-63-0__sc-aiai24-0 izdcsr\"><span class=\"zsg-icon-for-sale\"></span><span class=\"hdp__sc-1tpxfko-3 eBzArn\">For Sale</span></div><script type=\"application/ld+json\">{\"@type\":\"SingleFamilyResidence\",\"@context\":\"http://schema.org\",\"name\":\"1218 Miller Ave, San Jose, CA 95129\",\"floorSize\":{\"@type\":\"QuantitativeValue\",\"@context\":\"http://schema.org\",\"value\":\"1,787\"},\"numberOfRooms\":4,\"address\":{\"@type\":\"PostalAddress\",\"@context\":\"http://schema.org\",\"streetAddress\":\"1218 Miller Ave\",\"addressLocality\":\"San Jose\",\"addressRegion\":\"CA\",\"postalCode\":\"95129\"},\"geo\":{\"@type\":\"GeoCoordinates\",\"@context\":\"http://schema.org\",\"latitude\":37.302364,\"longitude\":-122.01469},\"url\":\"/homedetails/1218-Miller-Ave-San-Jose-CA-95129/19646030_zpid/\"}</script></div></div></div></div></a><div class=\"hdp__sc-1tpxfko-11 kHIbXR\">MLS ID #ML81886714, Andy Tse, 408-807-8808, 408-741-1600</div><button aria-pressed=\"false\" aria-label=\"Save\" class=\"sc-bdvvtL hdp__sc-1tpxfko-5 ksREEs AzBYS\"><svg viewBox=\"0 0 32 32\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 kUdcgc hdp__sc-1tpxfko-6 etxSma\" aria-hidden=\"true\" focusable=\"false\" role=\"img\"><title>Heart</title><path stroke=\"none\" d=\"M27 5.6a7.91 7.91 0 00-10.49.87l-.51.47-.46-.47A7.91 7.91 0 005.05 5.6a8 8 0 00-.76 11.92l.65.66L15.29 28.7a1 1 0 001.42 0l10.35-10.52.65-.66A8 8 0 0027 5.6z\"></path></svg></button></li><li data-index=\"2\" class=\"hdp__sc-1udhzz9-1 eaaIhu\"><a href=\"/homedetails/1029-Huntingdon-Dr-San-Jose-CA-95129/19646995_zpid/\"><div><div><div class=\"StyledCard-c11n-8-63-0__sc-rmiu6p-0 fBfece sc-iCfMLu ePWIpg hdp__sc-1tpxfko-4 fNfWYC\"><div class=\"sc-jRQBWg dsgEqc\"><div><img src=\"https://photos.zillowstatic.com/fp/01dbd1271c929f4a91de7ec0234b6a0a-p_c.jpg\" alt=\"\"><div class=\"hdp__sc-1tpxfko-8 jbQtWs\"></div></div></div><div class=\"sc-gKclnd cqUDIZ\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 hdp__sc-1tpxfko-1 ekLmba eiiKTl\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 kHCdln\">$2,998,000</span></div><div class=\"Text-c11n-8-63-0__sc-aiai24-0 izdcsr\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 jGlIFm\"><span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 htgeIY\"><span class=\"hdp__sc-1tpxfko-0 bbGDBg\">3</span></span>&nbsp;bd</span><div class=\"hdp__sc-1tpxfko-7 gaAVOt\"></div><span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 htgeIY\"><span class=\"hdp__sc-1tpxfko-0 bbGDBg\">2</span></span>&nbsp;ba</span><div class=\"hdp__sc-1tpxfko-7 gaAVOt\"></div><span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 htgeIY\"><span class=\"hdp__sc-1tpxfko-0 bbGDBg\">1.5k</span></span>&nbsp;sqft</span></div></div><div class=\"Text-c11n-8-63-0__sc-aiai24-0 izdcsr\">1029 Huntingdon Dr, San Jose, CA 95129</div><div class=\"Text-c11n-8-63-0__sc-aiai24-0 izdcsr\"><span class=\"zsg-icon-for-sale\"></span><span class=\"hdp__sc-1tpxfko-3 eBzArn\">For Sale</span></div><script type=\"application/ld+json\">{\"@type\":\"SingleFamilyResidence\",\"@context\":\"http://schema.org\",\"name\":\"1029 Huntingdon Dr, San Jose, CA 95129\",\"floorSize\":{\"@type\":\"QuantitativeValue\",\"@context\":\"http://schema.org\",\"value\":\"1,527\"},\"numberOfRooms\":3,\"address\":{\"@type\":\"PostalAddress\",\"@context\":\"http://schema.org\",\"streetAddress\":\"1029 Huntingdon Dr\",\"addressLocality\":\"San Jose\",\"addressRegion\":\"CA\",\"postalCode\":\"95129\"},\"geo\":{\"@type\":\"GeoCoordinates\",\"@context\":\"http://schema.org\",\"latitude\":37.30823,\"longitude\":-122.00203},\"url\":\"/homedetails/1029-Huntingdon-Dr-San-Jose-CA-95129/19646995_zpid/\"}</script></div></div></div></div></a><div class=\"hdp__sc-1tpxfko-11 kHIbXR\">MLS ID #ML81892898, Steve McCarrick, 408-656-0788, 408-996-1100</div><button aria-pressed=\"false\" aria-label=\"Save\" class=\"sc-bdvvtL hdp__sc-1tpxfko-5 ksREEs AzBYS\"><svg viewBox=\"0 0 32 32\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 kUdcgc hdp__sc-1tpxfko-6 etxSma\" aria-hidden=\"true\" focusable=\"false\" role=\"img\"><title>Heart</title><path stroke=\"none\" d=\"M27 5.6a7.91 7.91 0 00-10.49.87l-.51.47-.46-.47A7.91 7.91 0 005.05 5.6a8 8 0 00-.76 11.92l.65.66L15.29 28.7a1 1 0 001.42 0l10.35-10.52.65-.66A8 8 0 0027 5.6z\"></path></svg></button></li></ul><button title=\"Next card\" class=\"StyledButton-c11n-8-63-0__sc-wpcbcc-0 kKSLsc PaginationButton-c11n-8-63-0__sc-si2hz6-0 hdp__sc-1udhzz9-2 haFgWK kEmbcg\"><svg viewBox=\"0 0 32 32\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 eIIaNo IconChevronRight-c11n-8-63-0__sc-19mpgrq-0 jcJxDZ\" aria-hidden=\"true\" focusable=\"false\" role=\"img\"><title>Chevron Right</title><path stroke=\"none\" d=\"M29.41 8.59a2 2 0 00-2.83 0L16 19.17 5.41 8.59a2 2 0 00-2.83 2.83l12 12a2 2 0 002.82 0l12-12a2 2 0 00.01-2.83z\"></path></svg></button></div><button class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 hesLpw hdp__sc-181gmr1-0 eyNvbe\">Skip carousel</button></div><div class=\"hdp__sc-1j01zad-2 gZIMhn\"></div></div></div></div></div></li><li data-renderstrat=\"ssr\"><div><div style=\"\" data-renderstrat=\"inline\"><div><div class=\"hdp__sc-1j01zad-0 bNxDKz\"><h4 class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-vwszk-0 gIOCeY fHJlku hdp__sc-1j01zad-5 bOGcXJ\">Your personal guides</h4><div class=\"hdp__sc-1j01zad-1 hmkpQE\"><section class=\"CardSection-c11n-8-63-0__sc-10rcp1p-0 cWUDvh\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 gkDfgS\"><div class=\"MediaObject__StyledMediaObject-sc-12gs3hz-0 HYeOy MediaObject-sc-12gs3hz-1 bAIOVp MediaObject-c11n-8-63-0__sc-1c6i1ap-0 sc-hmjpVf hJVSOh fuVUXo\"><div class=\"MediaObject__Media-sc-12gs3hz-3 hMSCUL\"><div class=\"StyledAvatar-c11n-8-63-0__sc-kppzr1-0 fuSJza\"><img alt=\"agent image\" src=\"https://photos.zillowstatic.com/h_n/ISmm73orhfdvjc0000000000.jpg\" class=\"Image-c11n-8-63-0__sc-1rtmhsc-0\"></div></div></div><div class=\"MediaObject__StyledMediaObject-sc-12gs3hz-0 HYeOy MediaObject-sc-12gs3hz-1 bAIOVp MediaObject-c11n-8-63-0__sc-1c6i1ap-0 sc-hmjpVf hJVSOh fuVUXo\"><div class=\"MediaObject__Media-sc-12gs3hz-3 hMSCUL\"><div class=\"StyledAvatar-c11n-8-63-0__sc-kppzr1-0 fuSJza\"><img alt=\"agent image\" src=\"https://photos.zillowstatic.com/h_n/ISfk0e3gmo1x6r0000000000.jpg\" class=\"Image-c11n-8-63-0__sc-1rtmhsc-0\"></div></div></div></div><p class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledParagraph-c11n-8-63-0__sc-18ze78a-0 bmjJVX\"><strong>Get to know the neighborhood.</strong> Find an amazing local agent to set up tours, give advice and negotiate with sellers.</p><a href=\"/local-experts/95129/\" class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 hesLpw\">Learn more</a></section><section class=\"CardSection-c11n-8-63-0__sc-10rcp1p-0 yQFVW\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0\"><p class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledParagraph-c11n-8-63-0__sc-18ze78a-0 gbKiss\"><strong>Make sure your offer is ready when you are.</strong></p><p class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledParagraph-c11n-8-63-0__sc-18ze78a-0 eZLFkq\">These lenders can help.</p><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 gkDfgS\"><div class=\"MediaObject__StyledMediaObject-sc-12gs3hz-0 HYeOy MediaObject-sc-12gs3hz-1 bAIOVp MediaObject-c11n-8-63-0__sc-1c6i1ap-0 sc-hmjpVf hJVSOh fuVUXo\"><div class=\"MediaObject__Media-sc-12gs3hz-3 hMSCUL\"><div class=\"StyledAvatar-c11n-8-63-0__sc-kppzr1-0 fuSJza\"><img alt=\"Suraj Chhatry\" src=\"https://mortgageapi.zillow.com/getLenderProfileImage?lenderId=ZU14aita41va0p5_10irz&amp;imageId=7c8c9d5465033c1e3f3572f6737abb2f&amp;treatment=36x36\" class=\"Image-c11n-8-63-0__sc-1rtmhsc-0\"></div></div><div class=\"MediaObject__Body-sc-12gs3hz-2 hxYEka\"><p class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledParagraph-c11n-8-63-0__sc-18ze78a-0 izdcsr\">Suraj Chhatry</p><p class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledParagraph-c11n-8-63-0__sc-18ze78a-0 lkeFXw\">NMLS #448318</p></div></div><div class=\"MediaObject__StyledMediaObject-sc-12gs3hz-0 HYeOy MediaObject-sc-12gs3hz-1 bAIOVp MediaObject-c11n-8-63-0__sc-1c6i1ap-0 sc-hmjpVf hJVSOh fuVUXo\"></div></div></div></section></div><div class=\"hdp__sc-1j01zad-2 gZIMhn\"></div></div></div></div></div></li><li data-renderstrat=\"ssr\"><div><div tabindex=\"-1\" id=\"Neighborhood\"></div><div style=\"\" data-renderstrat=\"inline\"><div><div class=\"hdp__sc-1j01zad-0 bNxDKz ds-neighborhood\"><h4 class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-vwszk-0 gIOCeY fHJlku hdp__sc-1j01zad-5 bOGcXJ\">Neighborhood: West San Jose</h4><div class=\"hdp__sc-1j01zad-1 hmkpQE\"><div class=\"Text-c11n-8-63-0__sc-aiai24-0 kPhHFn\"><ul class=\"neighborhood-scores\"><li class=\"hdp__sc-m7cx3m-0 fxWeZy\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-m7cx3m-3 kHCdln eOYStM\"><svg viewBox=\"0 0 415.07 849.01\" fill=\"none\" class=\"hdp__sc-m7cx3m-2 gFuTVS\"><defs><clipPath id=\"clip-path\"><path d=\"M236.59 139.23c-1.78-2.39-5.44-5.12-6.45-11.65l-2-13c-3.64-23.6-23.45-38.27-44.57-35s-35.67 22.63-32 46.22c2.25 14.63 12.2 17.88 17.43 29.56 7.14 16-1.95 51.37-1.95 51.37h43.72l-5-25.05c-1.58-8.4 3.84-8.95 7.49-9.52l8.39-1.29c5.38-.82 9.34-3.95 9.1-12.41l-.06-9.93a4 4 0 0 1 3.43-4h.27c2.87-.48 3.98-2.91 2.2-5.3Z\" fill=\"none\"></path></clipPath></defs><path fill=\"#f6ce9b\" d=\"M311.5 437.2c1.89 12.09 1.64 24.36-4.6 34.05-5.75 8.93-15.19 9.67-23.06 2.78-14.08-12.33 4.73-23.93 7.66-33.37-.58-1.07 1.12-27.85.59-28.94l16.51-.4Z\"></path><path fill=\"#f1ae34\" d=\"M346 768.85c-14.19-4.17-44.39-16.53-38.69-43.37l-27.75 3.12 1.34 55.4 75.9 1.09-1-4.89c-1.18-5.59-4.95-9.93-9.8-11.35ZM144.6 786c-9.61-11.24-28.17-38.07-8.75-57.45L110.9 716l-29.09 47.16 63 42.34 1.81-4.66A14.59 14.59 0 0 0 144.6 786Z\"></path><path fill=\"#136ffa\" d=\"m237.28 350.83 1.92 3.79c.63 1.26 1.3 2.55 1.84 3.74l1.7 3.64.85 1.82.78 1.78c2.11 4.75 4 9.4 5.89 14 3.69 9.22 7 18.26 10.2 27.29 6.37 18 12.15 35.92 17.71 53.82s10.84 35.77 16 53.67q3.84 13.43 7.57 26.87l3.7 13.47 3.66 13.58.57 2.11c.08.33.15.67.21 1l.83 5.57.77 5.41 1.46 10.77q1.41 10.76 2.64 21.51 2.49 21.52 4.27 43.16c1.17 14.44 2.09 28.94 2.64 43.55.25 7.31.43 14.64.47 22s-.06 14.8-.32 22.28h-48.77c-.29-6.66-.74-13.37-1.29-20.1s-1.28-13.52-2.05-20.3c-1.58-13.58-3.52-27.2-5.72-40.82s-4.65-27.24-7.31-40.82q-2-10.18-4.14-20.33l-2.19-10.11-1.12-5-1.12-4.85.77 3.11-4.54-12.78-4.65-12.85q-4.68-12.86-9.46-25.66-9.59-25.59-19.62-50.87c-6.71-16.81-13.6-33.5-20.8-49.68a719.33 719.33 0 0 0-11-23.68 302.23 302.23 0 0 0-5.7-11l-.72-1.34-.72-1.25-1.49-2.55c-.47-.87-.94-1.58-1.4-2.34l-1.39-2.27Z\"></path><path fill=\"#136ffa\" d=\"M192.18 388.74a149.77 149.77 0 0 1 7.36 26.44 240.59 240.59 0 0 1 3.46 25.49 422.91 422.91 0 0 1 .67 49.91c-.67 16.49-2.17 32.88-3.62 49.2L199 552c-.34 4.08-.68 8.15-1 12.22s-.6 8.14-.87 12.21-.5 8.1-.78 12.34l-.26 4a3.56 3.56 0 0 1-.08.57l-.33 1.59-.31 1.41-.63 2.75-1.29 5.38a806.35 806.35 0 0 1-8.5 31.52 786.4 786.4 0 0 1-13.29 41.28c-2.39 6.84-5 13.62-7.61 20.4s-5.43 13.54-8.36 20.25-6.05 13.41-9.26 20.08c-1.65 3.33-3.29 6.65-5 10s-3.55 6.6-5.31 9.91l-42.54-23.8q4.61-8.26 8.58-17c.68-1.45 1.32-2.94 2-4.42s1.27-3 1.87-4.46l1.83-4.49 1.76-4.55a393.95 393.95 0 0 0 11.89-37.49c1.71-6.37 3.31-12.79 4.7-19.26s2.74-13 4-19.48a433.76 433.76 0 0 0 4.48-29.35l.56-4.82.24-2.37.11-1.14v-.98l-.34 4.57c-.3-3.78-.56-7.8-.93-11.72s-.74-7.88-1.18-11.82-.91-7.89-1.42-11.83L130 541.6c-2.27-15.73-4.95-31.38-7.24-46.91s-4.38-30.92-6-46c-.78-7.54-1.41-15-1.84-22.3s-.77-14.42-.51-21Z\"></path><path stroke=\"#105bce\" stroke-miterlimit=\"1.59px\" stroke-width=\"1\" d=\"M125.2 452.71s30 2.3 25.58-28.43\"></path><path fill=\"#f6ce9b\" d=\"M85.47 434.48c1.88 12.1 1.64 24.36-4.6 34-5.76 8.94-15.2 9.68-23.06 2.79-14.09-12.34 4.72-23.94 7.66-33.38-.58-1.07 1.11-27.85.59-28.93l16.51-.4Z\"></path><path fill=\"#63d1fd\" d=\"M223.9 201h-17.41c25.29 84.73 62.9 174 78.3 235.2l26.9-2.49s22.26-125.82-58.53-217c-5.32-6.03-21.23-15.71-29.26-15.71ZM141.81 203.73a15.07 15.07 0 0 1 16.13 19.53c-24.81 77.84-57.36 157.11-71.42 212.94l-26.9-2.49s-24.24-123.53 57.74-214.56C122 214 135 204.54 141.81 203.73Z\"></path><path fill=\"#f6ce9b\" d=\"M236.59 139.23c-1.78-2.39-5.44-5.12-6.45-11.65l-2-13c-3.64-23.6-23.45-38.27-44.57-35s-35.67 22.63-32 46.22c2.25 14.63 12.2 17.88 17.43 29.56 7.14 16-1.95 51.37-1.95 51.37h43.72l-5-25.05c-1.58-8.4 3.84-8.95 7.49-9.52l8.39-1.29c5.38-.82 9.34-3.95 9.1-12.41l-.06-9.93a4 4 0 0 1 3.43-4h.27c2.87-.48 3.98-2.91 2.2-5.3Z\"></path><path d=\"M213.47 194.3c-2.72 12.45-31.65 12.45-47.7 2.23s-57.54 209.52-57.54 209.52-8.61 22 5.62 22c18.48 0 151.67-16.75 151.67-16.75s-49.33-229.45-52.05-217Z\" fill=\"#e8e8e9\"></path><path fill=\"#f1ae34\" d=\"M182.85 79.6c-21.45 3.25-36.23 22.62-32.53 46.22 2.29 14.63 12.4 17.88 17.71 29.56 2 4.43 2.94 16.61 3.64 18.07l12.53-19.9s-12.36 6.62-13.46-12.72c-.89-15.75 11.41-17.56 17.51-1.82a1.52 1.52 0 0 0 2.73.24c9.11-16.1 51.07-21.7 34.51-44.78-11.97-16.68-33.75-16.22-42.64-14.87Z\"></path><g clip-path=\"url(#clip-path)\"><path fill=\"#e2a65b\" d=\"M212.07 179.53c-1-.23-2-.43-3-.71a30.71 30.71 0 0 1-2.93-1 26.81 26.81 0 0 1-5.47-2.91 24.61 24.61 0 0 1-4.57-4.13 21.7 21.7 0 0 1-1.82-2.46 17 17 0 0 1-1.47-2.82 1.54 1.54 0 0 1 .86-2 1.56 1.56 0 0 1 1.91.63l.08.15a17.61 17.61 0 0 0 1.45 2 18 18 0 0 0 1.79 1.72 19.76 19.76 0 0 0 4.2 2.81 22.21 22.21 0 0 0 4.73 1.68c.8.24 1.66.29 2.47.46s1.69.13 2.52.21h.28a3.21 3.21 0 1 1-.6 6.39 3 3 0 0 1-.43-.02ZM234.65 147.57l-7.08-.66a.94.94 0 0 1-.84-1 .93.93 0 0 1 .84-.84l7.08-.66a1.6 1.6 0 0 1 .3 3.18 1.5 1.5 0 0 1-.3-.02Z\"></path></g><path fill=\"#e2a65b\" d=\"M178.19 133.26h.71a5.88 5.88 0 0 1 .6 0 6.29 6.29 0 0 1 1.16.25 7 7 0 0 1 2.12 1.05 8.66 8.66 0 0 1 2.82 3.52 10.9 10.9 0 0 1 .72 2 17.53 17.53 0 0 1 .33 2 18.49 18.49 0 0 1 0 2 17.45 17.45 0 0 1-.31 1.92 1.63 1.63 0 0 1-3.12.17l-.06-.17a12.88 12.88 0 0 1-.44-1.64c-.14-.53-.29-1-.4-1.55l-.43-1.46c-.18-.44-.3-.93-.51-1.32a7.12 7.12 0 0 0-1.33-2.16 5.72 5.72 0 0 0-.9-.8 4.59 4.59 0 0 0-.52-.33l-.26-.15c-.07 0-.21-.09-.18-.13a1.59 1.59 0 1 1 0-3.18Z\"></path><path fill=\"#63d1fd\" d=\"M170.68 190.71s-7.1 1.27-7.63 1.5C138 203 109 215.5 106.88 242.24c-3.42 44.11 1.94 164.76 1.94 164.76h61.73ZM206.49 190.71s7.1 1.27 7.64 1.5c25.05 10.75 47.73 23.29 49.8 50 3.42 44.11 15.5 164.78 15.5 164.78h-72.8Z\"></path><path stroke=\"#136ffa\" stroke-miterlimit=\"1.59px\" stroke-width=\"1\" d=\"M111.07 391.53c25.79-81.6 32-133.26 32-133.26\"></path><rect stroke=\"#136ffa\" stroke-miterlimit=\"1.59px\" stroke-width=\"1\" x=\"215.85\" y=\"263.25\" width=\"33.49\" height=\"33.49\" rx=\"4.76\"></rect><path stroke=\"#136ffa\" stroke-miterlimit=\"1.59px\" stroke-width=\"1\" d=\"M216.43 277.73c5 5.31 22.1 6.76 32.33 0\"></path><path fill=\"#136ffa\" d=\"M170.68 180.38c0-1.47-10.7 6.92-12.37 9.51-5.19 8.06-9.37 17.73-7.32 27.45 4.15 19.66 19.69 23.84 19.69 23.84ZM206.55 180.38c0-1.47 10.12 5.83 12.36 9.51 5 8.19 9.38 17.73 7.33 27.45-4.15 19.66-19.69 23.84-19.69 23.84Z\"></path><path stroke=\"#136ffa\" stroke-miterlimit=\"1.59px\" stroke-width=\"1\" d=\"M279.43 407c3-40.26-13.82-131.66-30.09-165.84M214.26 407.02v-18.41M224.19 407.02v-18.41M234.13 407.02v-18.41M244.06 407.02v-18.41M254 407.02v-18.41M263.93 407.02v-18.41M273.87 407.02v-18.41M120.82 407.02v-18.41M130.76 407.02v-18.41M140.69 407.02v-18.41M150.63 388.61v18.41M160.56 407.02v-18.41\"></path><path stroke=\"#105bce\" stroke-miterlimit=\"1.59px\" stroke-width=\"1\" d=\"m266.68 575.18-16.18 8.79M253.2 586.02l13.48 1.53\"></path><path fill=\"#136ffa\" d=\"m248.76 581.79-41-89.41a.82.82 0 0 0-1.56.26l-10 98.43-18-54.05 3.28-80.26 62.59-4.46v69.62Z\"></path></svg><span class=\"Text-c11n-8-63-0__sc-aiai24-0 khTUJM\"><button type=\"button\" aria-expanded=\"false\" aria-haspopup=\"dialog\" class=\"TriggerText-c11n-8-63-0__sc-139r5uq-0 dPNACq\">Walk Score<sup>®</sup></button><span style=\"\"></span></span></span><a href=\"https://www.walkscore.com/score/loc/lat=37.303093/lng=-122.014305/?utm_source=zillow2.com&amp;utm_medium=ws_api&amp;utm_campaign=ws_api\" target=\"_blank\" rel=\"nofollow\" class=\"ws-value\" aria-describedby=\"walk-score-text\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-m7cx3m-3 gbKiss iyhZVz\">58</span></a>&nbsp;<span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">(Somewhat Walkable)</span></li><li class=\"hdp__sc-m7cx3m-0 fxWeZy\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-m7cx3m-3 kHCdln eOYStM\"><svg viewBox=\"0 0 392.9 235.5\" class=\"hdp__sc-m7cx3m-1 bGKkyl\"><path fill=\"#082b61\" d=\"M313.5 156H329c12.1 0 22 11 22 24.8s-9.9 24.8-22 24.8h-15.5Z\"></path><path fill=\"#082b61\" d=\"M291.5 180.8c0 13.7 9.8 24.8 22 24.8s21.9-11.1 21.9-24.8-9.8-24.9-22-24.9-21.9 11.1-21.9 24.9Z\"></path><path fill=\"#082b61\" d=\"M347.8 193.6a21.6 21.6 0 0 1-18.8 12h-15.5v-12Z\"></path><path fill=\"#fed036\" d=\"M27.8 182v-57.8c0-8.6 3.7-21.6 8.3-28.8L61.3 55a31.4 31.4 0 0 1 23.9-13h155.5a15.6 15.6 0 0 1 15.6 15.6V182\"></path><path fill=\"#f2af34\" d=\"m344.4 109 7 5.8a37 37 0 0 1 12 25.5v38.1l-2.2 3.6h-96a15.6 15.6 0 0 1-15.5-15.6v-26.1c0-8.6-5.4-20-12-25.5l-7.1-5.9Z\"></path><path fill=\"#082b61\" d=\"m275.9 52.7 68.5 56.2H230.5L162 52.7h113.9z\"></path><path fill=\"#f2af34\" d=\"M161 51.8c-6.6-5.4-5-9.8 3.6-9.8h82.6c8.6 0 21 4.5 27.7 9.9l1 .8H162Z\"></path><path fill=\"#bfecff\" d=\"M284.5 141h42.7a3.9 3.9 0 0 1 4 3.9V169a3.9 3.9 0 0 1-4 3.9h-42.7a3.9 3.9 0 0 1-3.9-3.9v-24.3a3.9 3.9 0 0 1 3.9-3.8Zm51.4 4.8c0 8.3 4.8 15 10.8 15s10.8-6.7 10.8-15-4.8-15-10.8-15-10.8 6.8-10.8 15Zm-81.6 0c0 8.3 4.8 15 10.7 15s10.9-6.7 10.9-15-4.9-15-10.8-15-10.9 6.8-10.9 15Z\"></path><path fill=\"#f2af34\" d=\"m184.5 182 5.7-2.4v-73.1h-5.7V182zM114 108.9h5.8V182H114zm-70.8-2.4H49V182h-5.8z\"></path><path fill=\"#082b61\" d=\"M48.1 109c-4.4 0-6.2-3.2-4-7l25.6-42.4a16 16 0 0 1 12.3-7h45.5a23.4 23.4 0 0 1 14 5.7l46.9 45c3.2 3 2.1 5.6-2.3 5.6Z\"></path><path stroke=\"#bfecff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"20\" fill=\"#bfecff\" d=\"M361.4 175.7H243.3\"></path><path fill=\"#a3bfb7\" d=\"m179.5 165.4-14.3 16.8h16.3\"></path><path fill=\"#bfecff\" d=\"M165.5 182.2a6.4 6.4 0 0 1-5-10.6l17-20.3a6.4 6.4 0 0 1 9.8 8.2l-16.9 20.3a6.4 6.4 0 0 1-4.9 2.4Z\"></path><path fill=\"#082b61\" d=\"M197.8 156h15.5c12.1 0 22 11 22 24.8s-9.9 24.8-22 24.8h-15.5Z\"></path><path fill=\"#082b61\" d=\"M175.8 180.8c0 13.7 9.9 24.8 22 24.8s22-11.1 22-24.8-10-24.9-22-24.9-22 11.1-22 24.9Z\"></path><path fill=\"#a3bfb7\" d=\"M188.3 180.8c0 5.9 4.3 10.6 9.5 10.6s9.4-4.7 9.4-10.6-4.2-10.7-9.4-10.7-9.5 4.8-9.5 10.7Z\"></path><path opacity=\".2\" d=\"M232 193.6a21.5 21.5 0 0 1-18.7 12h-15.5v-12Z\" fill=\"#2a2f33\"></path><path fill=\"#fed036\" d=\"M195.1 139.7h52.1v33.2h-19.4l-32.7-33.2z\"></path><path fill=\"#bfecff\" d=\"M249.5 182.2h-21.7a6.4 6.4 0 0 1-4.5-2l-18.6-18.4h-22.3a6.4 6.4 0 0 1 0-12.9h25a6.5 6.5 0 0 1 4.6 2l18.5 18.4h19a6.4 6.4 0 1 1 0 12.9Z\"></path><path fill=\"#a3bfb7\" d=\"M49.2 165.2 35.6 182h15.6\"></path><path fill=\"#bfecff\" d=\"M34.5 182.2h-7.7a6.4 6.4 0 1 1 0-12.9h4.5l14-17.9a6.4 6.4 0 1 1 10.1 8l-15.8 20.3a6.4 6.4 0 0 1-5.1 2.5Z\"></path><path fill=\"#082b61\" d=\"M66.3 156H82c12 0 22 11 22 24.8s-9.9 24.8-22 24.8H66.3Z\"></path><path fill=\"#082b61\" d=\"M44.4 180.8c0 13.7 9.8 24.8 22 24.8s21.9-11.1 21.9-24.8-9.8-24.9-22-24.9-21.9 11.1-21.9 24.9Z\"></path><path fill=\"#a3bfb7\" d=\"M57 180.8c0 5.9 4.1 10.6 9.3 10.6s9.5-4.7 9.5-10.6-4.3-10.7-9.5-10.7-9.4 4.8-9.4 10.7Z\"></path><path fill=\"#082b61\" opacity=\".2\" d=\"M100.7 193.6a21.5 21.5 0 0 1-18.8 12H66.3v-12Z\"></path><path fill=\"#fed036\" d=\"M62.2 139.7h52.2v33.2H95l-32.8-33.2z\"></path><path fill=\"#bfecff\" d=\"M165.2 182.2H96.4a6.5 6.5 0 0 1-4.6-2l-18.5-18.4H51a6.4 6.4 0 1 1 0-12.9h25a6.4 6.4 0 0 1 4.5 2L99 169.2h66.2a6.4 6.4 0 1 1 0 12.9Z\"></path><path fill=\"#f2af34\" d=\"M113.3 52.7h7.1V109h-7.1z\"></path><path fill=\"#fed036\" d=\"M145.9 105.3a9 9 0 0 1 9-8.9h10.6a9 9 0 0 1 9 9 9 9 0 0 1-9 8.9h-10.7a9 9 0 0 1-9-9Z\"></path><path fill=\"#fed036\" d=\"M164.8 106.1h9.6v8.2h-9.6z\"></path></svg><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hNWcxA\"><button type=\"button\" aria-expanded=\"false\" aria-haspopup=\"dialog\" class=\"TriggerText-c11n-8-63-0__sc-139r5uq-0 dPNACq\">Transit Score<sup>™</sup></button><span style=\"\"></span></span></span><a href=\"https://www.walkscore.com/score/loc/lat=37.3031/lng=-122.0143/?utm_source=zillow2.com&amp;utm_medium=ts_api&amp;utm_campaign=ts_api\" target=\"_blank\" rel=\"nofollow\" class=\"ws-value\" aria-describedby=\"transit-score-text\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-m7cx3m-3 gbKiss iyhZVz\">26</span></a>&nbsp;<span class=\"Text-c11n-8-63-0__sc-aiai24-0 gbKiss\">(Some Transit)</span></li></ul></div><div role=\"region\" aria-label=\"Google Map, see the walk and transit scores directly above for additional neighborhood information\" class=\"hdp__sc-igurk2-1 jKrKRR\"><div class=\"hdp__sc-9q2fi-4 jYtcce\"><div class=\"hdp__sc-9q2fi-0 cleTba\"><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 cGxFrh\"><button aria-label=\"zoom in\" class=\"sc-bdvvtL ksREEs\"><svg viewBox=\"0 0 48 48\" class=\"sc-gsDKAQ dwswGm hdp__sc-mna4om-0 lcnSoz\" shape=\"circle\" focusable=\"false\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.5 20.5h17c2 0 3.5 1.5 3.5 3.4v.2c0 1.9-1.5 3.4-3.4 3.4h-17v17c0 2-1.6 3.5-3.5 3.5h-.2a3.4 3.4 0 0 1-3.4-3.4v-17h-17A3.4 3.4 0 0 1 0 24v-.2c0-1.9 1.5-3.4 3.4-3.4h17v-17C20.5 1.4 22 0 24 0h.2c1.9 0 3.4 1.5 3.4 3.4v17z\" fill=\"currentColor\"></path></svg></button></div><button aria-label=\"zoom out\" class=\"sc-bdvvtL ksREEs\"><svg viewBox=\"0 0 48 48\" class=\"sc-gsDKAQ dwswGm hdp__sc-mna4om-1 ftrWLS\" shape=\"circle\" focusable=\"false\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M44.5 20h-41a3.5 3.5 0 0 0 0 7h41a3.5 3.5 0 1 0 0-7z\" fill=\"currentColor\"></path></svg></button></div><div id=\"\" class=\"zillow-map-control map-aerial-view\"><div class=\"map-container\" style=\"position: absolute; width: 100%; height: 100%;\"><div style=\"position: absolute; width: 100%; height: 100%; overflow: hidden;\"><div style=\"height: 100%; width: 100%; position: absolute; top: 0px; left: 0px; background-color: rgb(229, 227, 223);\"><div style=\"overflow: hidden;\"></div><div class=\"gm-style\" style=\"position: absolute; z-index: 0; left: 0px; top: 0px; height: 100%; width: 100%; padding: 0px; border-width: 0px; margin: 0px;\"><div tabindex=\"0\" aria-label=\"Map\" aria-roledescription=\"map\" role=\"region\" style=\"position: absolute; z-index: 0; left: 0px; top: 0px; height: 100%; width: 100%; padding: 0px; border-width: 0px; margin: 0px; cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; touch-action: pan-x pan-y;\"><div style=\"z-index: 1; position: absolute; left: 50%; top: 50%; width: 100%; transform: translate(0px, 0px);\"><div style=\"position: absolute; left: 0px; top: 0px; z-index: 100; width: 100%;\"><div style=\"position: absolute; left: 0px; top: 0px; z-index: 0;\"><div style=\"position: absolute; z-index: 982; transform: matrix(1, 0, 0, 1, -229, -108);\"><div style=\"position: absolute; left: 256px; top: 0px; width: 256px; height: 256px;\"><div style=\"width: 256px; height: 256px;\"></div></div><div style=\"position: absolute; left: 0px; top: 0px; width: 256px; height: 256px;\"><div style=\"width: 256px; height: 256px;\"></div></div></div></div></div><div style=\"position: absolute; left: 0px; top: 0px; z-index: 101; width: 100%;\"></div><div style=\"position: absolute; left: 0px; top: 0px; z-index: 102; width: 100%;\"></div><div style=\"position: absolute; left: 0px; top: 0px; z-index: 103; width: 100%;\"></div><div style=\"position: absolute; left: 0px; top: 0px; z-index: 0;\"></div></div><div style=\"z-index: 3; position: absolute; height: 100%; width: 100%; padding: 0px; border-width: 0px; margin: 0px; left: 0px; top: 0px; touch-action: pan-x pan-y;\"><div style=\"z-index: 4; position: absolute; left: 50%; top: 50%; width: 100%; transform: translate(0px, 0px);\"><div style=\"position: absolute; left: 0px; top: 0px; z-index: 104; width: 100%;\"></div><div style=\"position: absolute; left: 0px; top: 0px; z-index: 105; width: 100%;\"></div><div style=\"position: absolute; left: 0px; top: 0px; z-index: 106; width: 100%;\"><span id=\"8E9B0E29-597D-4B88-AE84-70AB73DEBF3C\" style=\"display: none;\">To navigate, press the arrow keys.</span><div style=\"border-style: none; border-width: 0px; position: absolute;\"><div aria-hidden=\"true\" class=\"zillow-map-layer\" style=\"visibility: visible;\"><div class=\"BulkPropertyMapMarker high-zoom many-results\"><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642029\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 72 7 L 5 -1 L 9 -39 L 76 -32 L 72 7\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642030\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 324 48 L 257 41 L 261 -1 L 328 7 L 324 48\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642031\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 321 86 L 253 80 L 257 41 L 324 48 L 323 66 L 321 86\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642032\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 309 129 L 267 128 L 248 128 L 253 80 L 321 86 L 319 118 L 319 121 L 317 124 L 315 126 L 312 128 L 309 129\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642033\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 194 132 L 192 132 L 190 131 L 187 129 L 185 126 L 184 124 L 183 122 L 183 120 L 186 78 L 252 83 L 248 128 L 243 128 L 194 132\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642034\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 252 83 L 186 78 L 188 51 L 189 36 L 209 38 L 257 41 L 252 83\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642035\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 257 41 L 209 38 L 189 36 L 193 -7 L 261 0 L 257 41\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642036\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 261 0 L 193 -7 L 195 -31 L 198 -48 L 265 -39 L 261 0\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642050\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 154 13 L 85 7 L 89 -32 L 158 -25 L 154 13\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642051\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 150 54 L 81 49 L 85 7 L 154 13 L 152 27 L 150 54\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642052\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 147 92 L 80 89 L 78 76 L 81 49 L 150 54 L 147 92\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642053\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 87 140 L 80 89 L 147 92 L 145 117 L 144 121 L 144 123 L 142 126 L 140 130 L 137 132 L 133 135 L 131 136 L 129 136 L 125 137 L 87 140\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642054\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 49 144 L 44 78 L 78 76 L 87 140 L 49 144\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642055\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 264 147 L 258 78 L 268 77 L 269 80 L 300 78 L 305 144 L 264 147\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642056\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 227 150 L 221 81 L 258 78 L 264 147 L 227 150\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642057\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 189 153 L 183 84 L 221 81 L 227 150 L 189 153\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642058\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 147 156 L 142 88 L 183 84 L 189 153 L 147 156\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642059\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 105 160 L 100 91 L 142 88 L 147 156 L 105 160\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642060\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 67 163 L 62 94 L 100 91 L 105 160 L 67 163\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642061\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 25 166 L 20 97 L 62 94 L 67 163 L 25 166\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642062\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M -13 169 L -18 100 L 20 97 L 25 166 L -13 169\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642065\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M -18 100 L -24 33 L 15 30 L 20 97 L -18 100\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642066\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 20 97 L 15 30 L 56 27 L 62 94 L 20 97\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642067\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 62 94 L 56 27 L 95 24 L 100 91 L 62 94\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642068\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 100 91 L 95 24 L 137 21 L 142 88 L 100 91\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642069\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 142 88 L 137 21 L 178 18 L 183 84 L 142 88\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642070\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 183 84 L 178 18 L 216 15 L 221 81 L 183 84\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642071\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 221 81 L 216 15 L 220 14 L 225 14 L 229 15 L 233 15 L 240 16 L 243 16 L 250 14 L 268 77 L 221 81\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642072\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 269 80 L 250 14 L 253 13 L 258 11 L 264 7 L 267 5 L 334 74 L 334 76 L 269 80\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642073\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 78 74 L 11 5 L 14 1 L 17 -3 L 20 -7 L 22 -12 L 86 3 L 78 74\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642074\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 86 3 L 22 -12 L 23 -15 L 23 -19 L 24 -22 L 24 -25 L 24 -29 L 22 -38 L 23 -42 L 24 -48 L 90 -41 L 86 3\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642082\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 317 209 L 249 209 L 249 167 L 267 167 L 285 167 L 303 168 L 308 169 L 310 169 L 312 170 L 314 172 L 316 174 L 317 177 L 318 179 L 318 182 L 317 209\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642083\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 317 248 L 249 247 L 249 209 L 317 209 L 317 235 L 317 248\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642084\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 249 289 L 249 247 L 317 248 L 317 289 L 249 289\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642085\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 250 72 L 249 33 L 317 33 L 317 71 L 250 72\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642086\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 250 114 L 250 72 L 317 71 L 317 112 L 250 114\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642087\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 229 152 L 250 114 L 317 112 L 317 151 L 267 152 L 229 152\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642088\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 16 217 L 12 168 L 11 152 L 61 151 L 61 202 L 60 205 L 60 207 L 58 209 L 57 211 L 55 212 L 53 213 L 51 214 L 16 217\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642089\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 233 220 L 233 200 L 232 196 L 229 152 L 267 152 L 268 168 L 272 217 L 233 220\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642090\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 198 223 L 192 155 L 205 154 L 229 152 L 232 196 L 233 200 L 233 220 L 198 223\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642091\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 156 226 L 150 158 L 154 158 L 188 155 L 192 155 L 198 223 L 156 226\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642092\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 116 230 L 115 195 L 112 161 L 150 158 L 156 226 L 116 230\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642093\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 76 233 L 73 205 L 73 192 L 70 165 L 112 161 L 115 195 L 116 230 L 76 233\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642094\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 38 236 L 32 168 L 70 165 L 73 192 L 73 205 L 76 233 L 38 236\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642095\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 254 239 L 248 171 L 288 168 L 294 236 L 254 239\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642096\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 214 242 L 209 177 L 209 174 L 248 171 L 254 239 L 214 242\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642097\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 174 246 L 168 177 L 209 174 L 209 177 L 214 242 L 174 246\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642098\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 132 249 L 127 181 L 168 177 L 174 246 L 132 249\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642099\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 94 252 L 89 185 L 127 181 L 132 249 L 94 252\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642100\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 52 255 L 51 221 L 48 189 L 89 185 L 94 252 L 52 255\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642101\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 15 258 L 10 192 L 48 189 L 51 221 L 52 255 L 15 258\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642102\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M -19 261 L -21 261 L -23 260 L -25 259 L -27 258 L -29 255 L -31 253 L -31 251 L -32 249 L -36 197 L 10 192 L 15 258 L -19 261\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642103\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M -36 197 L -41 140 L -41 138 L -40 136 L -39 132 L -37 130 L -35 128 L -32 127 L -30 126 L 4 123 L 8 176 L 10 192 L -36 197\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642104\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 10 192 L 8 176 L 4 123 L 43 120 L 48 189 L 10 192\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642105\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 48 189 L 43 120 L 84 117 L 89 185 L 48 189\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642106\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 89 185 L 84 117 L 121 114 L 127 181 L 89 185\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642107\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 127 181 L 121 114 L 163 111 L 168 177 L 127 181\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642108\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 168 177 L 163 111 L 204 107 L 209 174 L 168 177\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642109\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 209 174 L 204 107 L 242 104 L 248 171 L 209 174\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642110\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 248 171 L 242 104 L 282 101 L 288 168 L 248 171\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642111\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 32 168 L 26 101 L 67 98 L 67 121 L 70 165 L 32 168\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642112\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 70 165 L 67 121 L 67 98 L 106 95 L 112 161 L 70 165\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642113\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 112 161 L 106 95 L 123 93 L 129 93 L 132 94 L 139 95 L 143 95 L 148 95 L 154 158 L 150 158 L 112 161\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642114\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 154 158 L 148 95 L 151 94 L 155 94 L 158 93 L 161 91 L 165 89 L 168 87 L 169 86 L 217 153 L 205 154 L 192 155 L 188 155 L 154 158\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642115\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 217 153 L 169 86 L 172 84 L 174 82 L 176 79 L 178 77 L 179 74 L 181 70 L 250 96 L 250 114 L 229 152 L 217 153\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642116\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 250 96 L 181 70 L 182 67 L 183 63 L 184 60 L 184 57 L 184 54 L 184 50 L 183 47 L 182 41 L 249 39 L 250 96\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642117\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 182 297 L 181 293 L 181 289 L 181 256 L 249 256 L 249 295 L 182 297\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642118\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 181 256 L 181 213 L 249 214 L 249 256 L 181 256\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642119\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 249 214 L 181 213 L 181 185 L 182 183 L 182 181 L 184 178 L 186 175 L 188 173 L 192 172 L 211 170 L 230 168 L 249 167 L 249 214\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642120\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 105 313 L 100 246 L 143 242 L 143 291 L 143 293 L 142 297 L 140 301 L 138 304 L 135 307 L 132 309 L 128 311 L 124 312 L 122 312 L 105 313\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642121\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 66 316 L 62 248 L 100 246 L 105 313 L 66 316\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642122\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 26 320 L 20 252 L 62 248 L 66 316 L 26 320\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642123\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 243 323 L 239 276 L 239 275 L 238 264 L 238 255 L 276 252 L 282 320 L 243 323\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642124\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 203 326 L 197 259 L 238 255 L 238 264 L 239 275 L 239 276 L 243 323 L 203 326\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642125\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 160 73 L 155 5 L 197 3 L 203 70 L 160 73\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642126\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 121 77 L 119 42 L 117 9 L 155 5 L 160 73 L 121 77\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642127\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 79 80 L 75 12 L 85 11 L 117 9 L 119 42 L 121 77 L 79 80\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642128\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 42 83 L 36 16 L 75 12 L 79 80 L 42 83\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642129\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 1 86 L -5 19 L 36 16 L 42 83 L 1 86\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642130\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M -34 89 L -36 89 L -39 88 L -41 87 L -42 86 L -45 83 L -46 81 L -47 79 L -47 77 L -51 23 L -5 19 L 1 86 L -34 89\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642132\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M -5 275 L -6 256 L -7 250 L -10 207 L 31 204 L 37 272 L -5 275\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642133\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 37 272 L 31 204 L 70 201 L 75 268 L 37 272\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642134\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 75 268 L 70 201 L 111 197 L 117 265 L 85 267 L 75 268\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642136\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 155 261 L 150 194 L 191 191 L 197 259 L 155 261\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642137\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 238 255 L 233 188 L 270 185 L 276 252 L 238 255\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642138\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 20 252 L 14 185 L 56 181 L 61 248 L 20 252\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642139\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 61 248 L 56 181 L 93 178 L 100 246 L 61 248\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19642140\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 100 246 L 93 178 L 130 175 L 132 176 L 135 176 L 137 177 L 138 178 L 140 180 L 142 183 L 143 185 L 143 187 L 143 242 L 100 246\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642141\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 14 107 L -27 104 L -27 86 L -27 77 L -28 71 L -29 57 L -29 52 L -27 49 L -25 46 L -23 45 L -20 43 L -15 42 L 11 41 L 15 87 L 17 107 L 14 107\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642142\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 17 107 L 15 87 L 11 41 L 49 37 L 55 106 L 17 107\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642143\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 55 106 L 49 37 L 85 35 L 88 73 L 90 104 L 55 106\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642144\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 90 104 L 88 73 L 85 35 L 121 32 L 127 103 L 90 104\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642145\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 127 103 L 121 32 L 157 29 L 159 57 L 160 76 L 163 102 L 127 103\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642146\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 163 102 L 160 76 L 159 57 L 157 29 L 193 26 L 199 101 L 163 102\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642147\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 199 101 L 193 26 L 228 23 L 230 43 L 232 65 L 235 99 L 199 101\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642148\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 235 99 L 232 65 L 230 43 L 228 23 L 264 20 L 269 81 L 270 97 L 235 99\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642149\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 14 97 L 13 81 L 8 20 L 43 17 L 50 96 L 14 97\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642150\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 50 96 L 43 17 L 80 14 L 83 55 L 83 94 L 50 96\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642151\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 83 55 L 80 14 L 131 10 L 133 10 L 137 11 L 139 12 L 141 13 L 143 16 L 146 20 L 146 22 L 146 24 L 147 51 L 83 55\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642152\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 83 94 L 83 55 L 147 51 L 147 92 L 83 94\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642153\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 83 132 L 83 94 L 147 92 L 148 132 L 83 132\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642154\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 84 173 L 83 132 L 148 132 L 148 159 L 148 162 L 147 164 L 146 167 L 144 169 L 142 171 L 139 172 L 135 173 L 84 173\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642155\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 48 174 L 48 96 L 83 94 L 84 173 L 48 174\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642156\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 12 174 L 12 98 L 48 96 L 48 174 L 12 174\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642157\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 233 174 L 232 99 L 268 98 L 268 174 L 233 174\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642158\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 197 175 L 196 101 L 232 99 L 233 174 L 197 175\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642159\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 161 175 L 161 102 L 196 101 L 197 175 L 161 175\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642160\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 125 176 L 125 103 L 161 102 L 161 175 L 125 176\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642161\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 89 176 L 88 104 L 125 103 L 125 176 L 89 176\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642162\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 52 176 L 51 106 L 88 104 L 89 176 L 52 176\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642163\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 34 177 L 14 176 L 13 107 L 51 106 L 52 176 L 34 177\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642164\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 14 176 L -15 176 L -17 176 L -19 176 L -22 174 L -24 173 L -26 170 L -27 167 L -28 163 L -27 104 L 13 107 L 14 176\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642165\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M -32 280 L -29 243 L -29 227 L -28 224 L -26 221 L -25 219 L -23 218 L -21 217 L -18 216 L -16 216 L 13 216 L 14 280 L -32 280\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642166\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 14 280 L 13 216 L 52 216 L 53 279 L 14 280\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642167\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 53 279 L 52 216 L 91 216 L 92 279 L 53 279\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642168\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 92 279 L 91 216 L 130 215 L 131 279 L 92 279\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642169\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 131 279 L 130 215 L 169 215 L 169 278 L 131 279\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642170\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 169 278 L 169 215 L 207 215 L 208 278 L 169 278\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642171\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 208 278 L 207 215 L 246 214 L 247 277 L 208 278\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642172\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 247 277 L 246 214 L 284 214 L 285 277 L 247 277\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642173\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 29 277 L 28 214 L 67 213 L 68 276 L 29 277\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642174\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 68 276 L 67 213 L 106 213 L 106 276 L 68 276\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642175\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 106 276 L 106 213 L 137 213 L 139 213 L 141 214 L 143 215 L 145 216 L 146 218 L 147 220 L 148 222 L 148 225 L 149 276 L 106 276\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642176\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 124 90 L 109 90 L 109 20 L 149 20 L 150 66 L 149 70 L 148 74 L 146 78 L 143 82 L 142 83 L 138 86 L 135 88 L 133 89 L 128 90 L 124 90\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642177\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 74 91 L 73 20 L 109 20 L 109 90 L 74 91\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642178\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 38 91 L 37 21 L 73 20 L 74 91 L 38 91\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642179\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 259 91 L 258 21 L 293 21 L 294 91 L 259 91\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642180\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 223 92 L 222 22 L 258 21 L 259 91 L 223 92\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642181\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 187 92 L 187 22 L 222 22 L 223 92 L 187 92\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642182\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 152 92 L 151 22 L 187 22 L 187 92 L 152 92\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642183\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 116 93 L 115 23 L 151 22 L 152 92 L 116 93\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642184\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 81 93 L 79 23 L 115 23 L 116 93 L 81 93\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642185\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 44 93 L 44 24 L 79 23 L 81 93 L 44 93\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642186\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 9 94 L 8 24 L 44 24 L 44 93 L 9 94\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642187\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M -22 95 L -26 95 L -28 94 L -29 93 L -31 92 L -32 90 L -34 88 L -35 86 L -35 84 L -35 81 L -32 24 L 8 24 L 9 94 L -22 95\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642188\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 253 299 L 252 258 L 304 254 L 306 254 L 309 255 L 312 256 L 315 258 L 316 260 L 317 262 L 318 264 L 318 266 L 319 296 L 253 299\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642189\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 253 80 L 253 43 L 319 40 L 319 78 L 253 80\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642190\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 254 116 L 253 80 L 319 78 L 319 115 L 254 116\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642191\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 320 153 L 254 153 L 254 116 L 319 115 L 320 153\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642192\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 255 190 L 254 153 L 320 153 L 320 190 L 255 190\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642193\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 255 228 L 255 190 L 320 190 L 321 226 L 255 228\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642194\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 255 265 L 255 228 L 321 226 L 321 264 L 255 265\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642195\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 256 46 L 255 9 L 321 8 L 322 45 L 256 46\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642196\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 256 83 L 256 46 L 322 45 L 322 82 L 256 83\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642197\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 256 121 L 256 83 L 322 82 L 322 119 L 256 121\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642198\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 256 157 L 256 121 L 322 119 L 323 156 L 256 157\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642199\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 246 197 L 256 157 L 323 156 L 323 196 L 246 197\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642200\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 247 265 L 246 197 L 283 196 L 283 264 L 247 265\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642201\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 211 265 L 210 197 L 246 197 L 247 265 L 211 265\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642202\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 174 265 L 174 197 L 210 197 L 211 265 L 174 265\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642203\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 138 266 L 138 198 L 174 197 L 174 265 L 138 266\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642204\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 103 266 L 101 198 L 138 198 L 138 266 L 103 266\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642205\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 66 266 L 65 198 L 101 198 L 103 266 L 66 266\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642206\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 30 267 L 29 199 L 65 198 L 66 266 L 30 267\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642207\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 249 267 L 249 199 L 285 199 L 286 267 L 249 267\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642208\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 213 267 L 213 199 L 249 199 L 249 267 L 213 267\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642209\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 177 268 L 176 200 L 213 199 L 213 267 L 177 268\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642210\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 141 268 L 140 200 L 176 200 L 177 268 L 141 268\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642211\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 105 269 L 104 200 L 140 200 L 141 268 L 105 269\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642212\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 68 269 L 68 201 L 104 200 L 105 269 L 68 269\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642213\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 32 269 L 32 201 L 68 201 L 68 269 L 32 269\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642214\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M -4 270 L -4 201 L 32 201 L 32 269 L -4 270\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642216\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M -44 202 L -40 145 L -39 142 L -38 139 L -36 137 L -35 136 L -32 134 L -30 133 L -27 133 L -1 133 L 0 201 L -44 202\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642217\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 0 201 L -1 133 L 34 132 L 37 201 L 0 201\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642218\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 37 201 L 34 132 L 71 132 L 73 200 L 37 201\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642219\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 73 200 L 71 132 L 107 131 L 110 200 L 73 200\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642220\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 110 200 L 107 131 L 143 131 L 146 200 L 110 200\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642221\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 146 200 L 143 131 L 181 131 L 181 200 L 146 200\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642222\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 181 200 L 181 131 L 217 130 L 218 199 L 181 200\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642223\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 218 199 L 217 130 L 253 130 L 254 199 L 218 199\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642224\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 254 199 L 253 130 L 290 130 L 291 199 L 254 199\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642225\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 35 199 L 34 130 L 70 129 L 71 198 L 35 199\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642226\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 71 198 L 70 129 L 107 129 L 107 198 L 71 198\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642227\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 107 198 L 107 129 L 128 129 L 133 129 L 137 130 L 141 131 L 144 132 L 144 180 L 145 185 L 144 198 L 107 198\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642228\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 144 198 L 145 185 L 144 180 L 144 132 L 148 132 L 151 132 L 155 132 L 161 130 L 166 128 L 206 197 L 144 198\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642229\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 206 197 L 166 128 L 170 126 L 174 124 L 177 121 L 182 116 L 186 111 L 205 126 L 228 141 L 237 145 L 256 159 L 246 197 L 206 197\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642230\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 256 159 L 237 145 L 228 141 L 205 126 L 186 111 L 188 106 L 190 100 L 191 95 L 191 91 L 256 95 L 256 121 L 256 157 L 256 159\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642231\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 256 95 L 191 91 L 191 87 L 191 83 L 189 74 L 188 61 L 189 54 L 256 54 L 256 95\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19642232\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 189 54 L 188 17 L 255 17 L 256 54 L 189 54\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642233\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 188 273 L 188 237 L 255 236 L 255 273 L 188 273\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642234\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 188 237 L 187 199 L 255 198 L 255 236 L 188 237\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642235\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 187 199 L 187 162 L 254 161 L 255 190 L 255 198 L 187 199\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642236\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 187 162 L 187 124 L 254 123 L 254 161 L 187 162\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642237\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 187 124 L 186 86 L 253 81 L 254 123 L 187 124\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19642238\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 186 86 L 186 47 L 253 41 L 253 81 L 186 86\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19642239\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 186 303 L 186 275 L 186 273 L 186 271 L 188 268 L 189 266 L 191 265 L 194 263 L 197 262 L 252 258 L 253 297 L 186 303\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19642252\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 45 304 L 45 251 L 45 248 L 47 245 L 48 243 L 50 241 L 53 239 L 56 239 L 58 239 L 88 238 L 89 303 L 45 304\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19642253\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 89 303 L 88 238 L 128 238 L 128 286 L 128 303 L 89 303\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19642254\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 128 303 L 128 286 L 128 238 L 177 237 L 178 302 L 128 303\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19642255\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 135 199 L 133 135 L 177 134 L 178 199 L 135 199\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19642256\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 95 200 L 94 136 L 133 135 L 135 199 L 95 200\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19642257\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 56 200 L 55 136 L 94 136 L 95 200 L 56 200\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19642258\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 17 201 L 17 136 L 28 136 L 55 136 L 56 200 L 17 201\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19642259\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M -12 201 L -14 201 L -17 201 L -19 200 L -21 198 L -23 197 L -24 195 L -25 191 L -26 188 L -27 136 L 17 136 L 17 201 L -12 201\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19642260\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M -27 136 L -27 84 L -27 80 L -25 77 L -24 75 L -21 73 L -18 72 L -16 71 L 17 71 L 17 136 L -27 136\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19642261\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 17 136 L 17 71 L 54 71 L 55 136 L 28 136 L 17 136\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19642262\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 55 136 L 54 71 L 93 70 L 94 136 L 55 136\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19642263\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 133 135 L 134 119 L 133 70 L 177 69 L 177 134 L 133 135\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19642264\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 100 166 L 99 67 L 134 67 L 134 166 L 100 166\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19642265\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 134 166 L 134 67 L 169 66 L 169 165 L 134 166\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19642266\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 169 165 L 169 66 L 203 66 L 204 165 L 169 165\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19642267\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 204 165 L 203 66 L 238 65 L 238 164 L 204 165\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19642268\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 238 164 L 238 65 L 272 65 L 273 163 L 238 164\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19642269\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 17 116 L 16 65 L 52 64 L 55 64 L 58 65 L 61 67 L 63 68 L 66 72 L 66 73 L 67 75 L 68 77 L 68 80 L 68 115 L 17 116\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19642270\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 17 163 L 17 116 L 68 115 L 68 163 L 17 163\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19642271\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 178 292 L 177 237 L 180 237 L 185 238 L 189 240 L 192 241 L 196 243 L 198 243 L 203 243 L 207 242 L 211 241 L 215 239 L 219 237 L 222 233 L 224 230 L 226 226 L 227 221 L 227 217 L 259 217 L 260 291 L 221 292 L 178 292\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19642272\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 259 217 L 227 217 L 226 213 L 226 210 L 224 206 L 222 202 L 219 199 L 218 123 L 258 123 L 259 217\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19642273\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 219 199 L 215 196 L 211 194 L 206 193 L 202 192 L 197 193 L 192 194 L 190 195 L 186 197 L 184 198 L 181 199 L 178 199 L 177 123 L 218 123 L 219 199\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19642699\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M -58 285 L -58 239 L -5 239 L -2 240 L 0 241 L 2 242 L 4 245 L 6 248 L 6 250 L 6 252 L 7 285 L -24 284 L -58 285\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19643333\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M -53 -2 L -55 -3 L -58 -3 L -60 -4 L -62 -6 L -64 -8 L -65 -10 L -66 -13 L -67 -17 L -65 -58 L 1 -55 L 0 -6 L -53 -2\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645455\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 314 64 L 252 46 L 263 9 L 325 27 L 314 64\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645456\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 303 102 L 241 82 L 252 46 L 314 64 L 303 102\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645457\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 294 134 L 228 127 L 241 82 L 303 102 L 294 134\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645458\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 284 178 L 218 158 L 228 127 L 294 134 L 290 146 L 287 159 L 285 171 L 284 178\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645459\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 268 215 L 252 212 L 244 210 L 236 208 L 215 204 L 206 203 L 218 158 L 284 178 L 282 192 L 281 205 L 280 208 L 279 210 L 278 212 L 275 214 L 272 215 L 268 215\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645460\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 206 203 L 195 201 L 174 199 L 151 197 L 149 196 L 147 195 L 146 194 L 144 192 L 143 191 L 142 188 L 142 184 L 142 182 L 153 141 L 218 160 L 206 203\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645461\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 218 160 L 153 141 L 164 104 L 229 123 L 218 160\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645462\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 229 123 L 164 104 L 174 69 L 239 88 L 229 123\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645463\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 239 88 L 174 69 L 185 35 L 250 53 L 239 88\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645464\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 250 309 L 185 291 L 195 256 L 260 274 L 250 309\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645465\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 260 274 L 195 256 L 207 218 L 272 237 L 260 274\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645466\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 272 237 L 207 218 L 217 181 L 283 200 L 272 237\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645467\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 283 200 L 217 181 L 227 144 L 294 163 L 283 200\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645468\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 294 163 L 227 144 L 230 134 L 234 124 L 241 108 L 304 127 L 294 163\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645469\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 304 127 L 241 108 L 246 97 L 250 85 L 253 72 L 315 90 L 304 127\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645470\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 315 90 L 253 72 L 263 37 L 286 43 L 325 55 L 315 90\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645825\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 216 63 L 167 51 L 144 44 L 150 18 L 191 16 L 230 15 L 216 63\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645826\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 204 100 L 135 79 L 144 44 L 167 51 L 216 63 L 213 76 L 209 88 L 204 100\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645827\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 190 134 L 124 115 L 135 79 L 204 100 L 199 111 L 194 122 L 190 134\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645828\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 181 171 L 114 152 L 124 115 L 190 134 L 181 171\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645829\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 170 209 L 101 201 L 107 177 L 114 152 L 181 171 L 170 209\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645830\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 141 275 L 111 271 L 120 203 L 170 209 L 153 266 L 152 268 L 150 270 L 148 272 L 144 274 L 141 275\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645831\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 111 271 L 73 267 L 76 236 L 81 199 L 120 203 L 111 271\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645832\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 73 267 L 35 262 L 39 229 L 43 195 L 81 199 L 76 236 L 73 267\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645833\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 291 262 L 253 258 L 260 190 L 299 195 L 295 229 L 291 262\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645834\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 253 258 L 215 253 L 222 186 L 260 190 L 253 258\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645835\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 215 253 L 176 249 L 184 181 L 213 185 L 222 186 L 215 253\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645836\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 176 249 L 158 246 L 153 244 L 149 242 L 146 239 L 142 235 L 140 231 L 138 227 L 137 222 L 139 177 L 184 181 L 176 249\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645837\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 177 181 L 139 177 L 140 119 L 141 117 L 142 114 L 144 112 L 145 110 L 147 109 L 150 108 L 152 108 L 154 107 L 185 111 L 177 181\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645838\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 213 185 L 177 181 L 185 111 L 221 115 L 213 185\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645839\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 249 189 L 222 186 L 213 185 L 221 115 L 253 119 L 257 119 L 249 189\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645840\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 300 195 L 249 189 L 257 119 L 259 120 L 265 122 L 272 124 L 279 124 L 286 123 L 289 123 L 300 195\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645841\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 101 201 L 44 195 L 33 123 L 38 121 L 42 119 L 47 116 L 50 114 L 107 177 L 101 201\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645842\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 107 177 L 50 114 L 53 111 L 56 108 L 58 105 L 60 101 L 62 97 L 64 93 L 125 112 L 107 177\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645843\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 125 112 L 64 93 L 65 89 L 65 86 L 66 82 L 66 78 L 66 74 L 64 70 L 63 66 L 62 64 L 61 58 L 138 66 L 135 79 L 125 112\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645844\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 138 66 L 61 58 L 66 21 L 147 31 L 138 66\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645845\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 112 26 L 66 21 L 71 -28 L 72 -31 L 73 -33 L 73 -35 L 75 -37 L 78 -39 L 80 -40 L 82 -40 L 84 -40 L 114 -37 L 112 26\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645846\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 147 31 L 112 26 L 114 -37 L 134 -35 L 146 -35 L 151 -35 L 150 18 L 147 31\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645847\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 150 18 L 151 -35 L 158 -35 L 171 -37 L 183 -40 L 192 -43 L 191 16 L 150 18\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645848\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 191 16 L 192 -43 L 195 -44 L 207 -49 L 218 -54 L 220 -55 L 223 -54 L 226 -53 L 229 -51 L 231 -50 L 232 -48 L 233 -46 L 234 -43 L 236 -33 L 237 -22 L 237 -11 L 235 -2 L 233 6 L 230 15 L 191 16\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645849\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 90 192 L 60 188 L 69 120 L 119 126 L 103 182 L 102 184 L 100 187 L 97 189 L 94 191 L 92 192 L 90 192\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645850\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 60 188 L 24 184 L 33 115 L 69 120 L 60 188\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645851\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 280 184 L 244 180 L 252 112 L 266 113 L 289 115 L 280 184\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645852\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 244 180 L 209 177 L 217 109 L 252 112 L 244 180\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645853\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 209 177 L 173 173 L 181 104 L 217 109 L 209 177\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645854\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 173 173 L 138 169 L 144 100 L 181 104 L 173 173\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645855\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 138 169 L 100 165 L 108 96 L 144 100 L 138 169\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645856\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 100 165 L 65 161 L 73 92 L 108 96 L 100 165\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645857\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 65 161 L 27 157 L 28 112 L 28 87 L 73 92 L 65 161\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645858\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 283 157 L 222 150 L 219 149 L 217 148 L 216 146 L 213 143 L 212 141 L 212 138 L 211 135 L 213 124 L 215 107 L 284 112 L 283 157\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645859\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 284 112 L 215 107 L 216 90 L 217 71 L 284 71 L 284 112\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645860\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 217 71 L 217 35 L 284 35 L 284 71 L 217 71\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645861\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 217 291 L 216 255 L 285 255 L 284 291 L 217 291\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645862\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 285 255 L 216 255 L 216 242 L 216 230 L 217 217 L 285 220 L 285 255\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645863\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 285 220 L 217 217 L 217 199 L 217 181 L 286 183 L 285 220\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645864\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 286 183 L 217 181 L 218 163 L 219 144 L 288 148 L 286 183\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645865\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 288 148 L 219 144 L 221 108 L 289 111 L 288 120 L 288 148\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645866\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 289 111 L 221 108 L 223 70 L 291 75 L 291 84 L 289 111\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645867\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 291 75 L 223 70 L 224 56 L 227 29 L 227 27 L 298 39 L 291 75\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645868\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 298 39 L 227 27 L 231 5 L 236 -15 L 303 2 L 298 39\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645869\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 303 2 L 236 -15 L 238 -24 L 241 -34 L 244 -44 L 247 -54 L 309 -34 L 303 2\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645874\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 163 -1 L 125 -13 L 143 -72 L 151 -69 L 178 -61 L 163 -1\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645875\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 203 8 L 163 -1 L 178 -61 L 200 -56 L 212 -54 L 203 8\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645876\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 242 12 L 203 8 L 212 -54 L 249 -50 L 242 12\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645877\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 265 81 L 263 81 L 235 78 L 242 12 L 284 17 L 278 70 L 277 72 L 276 74 L 275 76 L 273 79 L 270 80 L 268 81 L 265 81\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645878\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 235 78 L 197 73 L 205 8 L 242 12 L 235 78\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645879\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 197 73 L 170 70 L 168 70 L 164 69 L 160 67 L 168 0 L 205 8 L 197 73\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645880\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 160 67 L 158 66 L 154 63 L 153 61 L 149 57 L 147 55 L 146 54 L 142 52 L 138 50 L 134 50 L 130 50 L 126 50 L 96 -22 L 125 -13 L 163 -1 L 168 0 L 160 67\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645881\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 110 63 L 45 20 L 47 2 L 53 -34 L 96 -22 L 126 50 L 122 52 L 117 54 L 114 57 L 112 59 L 110 63\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645882\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 105 90 L 35 84 L 35 75 L 42 39 L 45 20 L 110 63 L 108 66 L 107 69 L 107 71 L 106 74 L 105 90\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645883\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 102 126 L 32 120 L 35 84 L 105 90 L 102 126\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645884\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 101 161 L 31 156 L 32 148 L 32 120 L 102 126 L 101 161\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645885\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 100 197 L 30 194 L 30 183 L 31 156 L 101 161 L 100 197\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645886\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 98 233 L 29 231 L 30 194 L 100 197 L 99 221 L 99 224 L 99 227 L 98 230 L 98 233\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645887\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 28 289 L 29 255 L 29 231 L 98 233 L 96 236 L 95 240 L 94 243 L 94 247 L 94 250 L 94 254 L 95 257 L 96 261 L 28 289\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645888\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 59 91 L 28 87 L 28 33 L 96 5 L 98 11 L 99 13 L 101 16 L 104 20 L 107 23 L 109 25 L 59 91\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645889\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 122 98 L 59 91 L 109 25 L 114 28 L 119 30 L 124 32 L 129 33 L 122 98\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645890\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 159 102 L 144 100 L 122 98 L 129 33 L 132 33 L 136 33 L 139 32 L 143 32 L 146 30 L 148 29 L 151 29 L 167 31 L 159 102\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645891\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 194 106 L 159 102 L 167 31 L 202 35 L 194 106\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645892\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 230 110 L 217 109 L 194 106 L 202 35 L 238 39 L 230 110\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645893\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 266 113 L 252 112 L 230 110 L 238 39 L 273 43 L 266 113\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645894\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 46 117 L 33 115 L 10 113 L 17 43 L 53 47 L 46 117\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645895\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 79 121 L 46 117 L 53 47 L 88 51 L 79 121\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645896\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 119 126 L 79 121 L 88 51 L 126 57 L 128 58 L 131 60 L 133 62 L 134 64 L 135 67 L 135 70 L 134 72 L 119 126\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645938\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 189 25 L 123 14 L 130 -25 L 196 -11 L 192 7 L 189 25\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645939\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 184 60 L 116 54 L 123 14 L 189 25 L 186 37 L 185 48 L 184 60\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645940\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 181 97 L 112 94 L 113 84 L 116 54 L 184 60 L 181 97\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645941\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 179 135 L 110 131 L 112 94 L 181 97 L 180 115 L 179 135\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645942\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 178 172 L 109 168 L 110 131 L 179 135 L 178 172\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645943\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 176 208 L 108 206 L 109 168 L 178 172 L 176 208\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645944\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 106 244 L 108 206 L 176 208 L 176 244 L 106 244\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645945\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 175 282 L 106 281 L 106 244 L 176 244 L 175 282\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645946\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 176 62 L 107 61 L 106 25 L 175 26 L 176 62\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645947\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 175 104 L 107 98 L 107 61 L 176 62 L 175 90 L 175 104\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645948\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 171 146 L 102 132 L 107 98 L 175 104 L 174 118 L 173 132 L 171 146\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645949\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 163 184 L 96 173 L 102 132 L 171 146 L 169 161 L 167 169 L 165 176 L 163 184\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645950\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 146 222 L 87 216 L 96 173 L 163 184 L 160 212 L 159 214 L 158 216 L 156 218 L 153 220 L 150 222 L 146 222\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645951\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 87 216 L 47 212 L 53 143 L 101 143 L 96 173 L 87 216\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645952\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 47 212 L 12 211 L 14 143 L 53 143 L 47 212\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645953\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 268 211 L 233 211 L 231 144 L 270 143 L 268 211\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645954\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 198 211 L 196 143 L 231 144 L 233 211 L 198 211\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645955\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 161 211 L 160 141 L 196 143 L 198 211 L 161 211\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645956\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 118 141 L 118 86 L 118 82 L 119 79 L 121 77 L 123 75 L 125 74 L 128 73 L 130 73 L 158 72 L 160 141 L 118 141\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645957\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 194 143 L 160 141 L 158 72 L 194 72 L 194 143\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645958\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 231 144 L 194 143 L 194 72 L 231 73 L 231 144\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645959\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 231 144 L 231 73 L 243 73 L 250 75 L 253 75 L 257 75 L 260 75 L 264 74 L 278 143 L 231 144\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645960\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 22 143 L 8 74 L 13 73 L 18 71 L 23 68 L 27 65 L 100 143 L 53 143 L 22 143\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645961\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 100 143 L 27 65 L 30 63 L 32 60 L 35 56 L 38 50 L 40 45 L 107 61 L 107 98 L 102 132 L 101 143 L 100 143\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645962\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 107 61 L 40 45 L 40 42 L 41 38 L 41 35 L 41 32 L 41 28 L 40 25 L 37 16 L 37 13 L 36 10 L 36 7 L 106 8 L 106 25 L 107 61\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645963\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 106 264 L 36 263 L 37 227 L 107 227 L 106 244 L 106 264\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645964\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 107 227 L 37 227 L 38 188 L 108 192 L 107 227\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645965\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 108 192 L 38 188 L 40 152 L 109 156 L 108 192\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645966\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 109 156 L 40 152 L 42 115 L 111 119 L 110 131 L 109 156\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645967\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 111 119 L 42 115 L 44 78 L 113 84 L 112 94 L 111 119\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645968\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 113 84 L 44 78 L 48 41 L 117 47 L 116 54 L 113 84\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645969\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 117 47 L 48 41 L 50 21 L 53 2 L 123 12 L 117 47\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645970\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 123 12 L 53 2 L 61 -35 L 129 -24 L 123 12\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645973\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 271 -2 L 205 -14 L 214 -47 L 214 -50 L 280 -41 L 276 -25 L 271 -2\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645974\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 267 34 L 199 26 L 204 -9 L 205 -14 L 271 -2 L 268 19 L 267 34\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645975\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 263 70 L 196 64 L 198 35 L 199 26 L 267 34 L 264 57 L 263 70\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645976\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 260 106 L 191 101 L 192 64 L 263 70 L 260 106\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645977\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 258 141 L 189 138 L 190 116 L 191 101 L 260 106 L 259 120 L 258 141\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645978\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 256 177 L 186 175 L 189 138 L 258 141 L 257 171 L 256 177\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645979\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 256 212 L 202 211 L 201 212 L 185 211 L 186 175 L 256 177 L 256 212\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645980\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 185 248 L 185 211 L 201 212 L 202 211 L 256 212 L 255 248 L 185 248\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645981\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 185 291 L 185 248 L 255 248 L 255 265 L 255 267 L 254 272 L 251 277 L 248 281 L 245 284 L 241 287 L 236 289 L 231 290 L 229 290 L 185 291\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645982\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 185 211 L 117 211 L 117 172 L 186 175 L 185 211\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645983\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 186 175 L 117 172 L 118 166 L 119 135 L 189 138 L 186 175\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645984\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 189 138 L 119 135 L 121 111 L 122 97 L 191 101 L 190 116 L 189 138\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645985\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 191 101 L 122 97 L 124 59 L 192 64 L 191 101\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645986\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 196 64 L 124 59 L 125 45 L 128 19 L 199 26 L 198 35 L 196 64\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-19645987\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 199 26 L 128 19 L 132 -21 L 205 -12 L 204 -9 L 199 26\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645990\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 190 328 L 190 290 L 190 249 L 226 249 L 227 324 L 190 328\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645991\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 240 324 L 227 324 L 226 249 L 245 249 L 263 249 L 264 323 L 240 324\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645992\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 8 323 L 7 249 L 29 250 L 40 249 L 44 249 L 45 323 L 8 323\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645993\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 45 323 L 44 249 L 62 252 L 81 254 L 82 322 L 45 323\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645994\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 120 325 L 82 322 L 81 254 L 119 258 L 120 325\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19645995\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 161 326 L 120 325 L 119 258 L 152 262 L 155 263 L 157 264 L 158 266 L 159 267 L 160 269 L 161 273 L 161 326\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19645996\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 120 141 L 120 69 L 161 70 L 162 127 L 161 131 L 159 134 L 157 137 L 155 138 L 153 140 L 150 141 L 120 141\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19645997\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 80 141 L 80 66 L 82 66 L 120 69 L 120 141 L 80 141\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19645998\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 58 141 L 54 141 L 51 140 L 49 139 L 45 137 L 45 67 L 80 66 L 80 141 L 58 141\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19645999\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 301 137 L 297 136 L 294 136 L 288 135 L 282 136 L 275 137 L 240 68 L 301 67 L 301 137\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19646000\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 261 151 L 227 138 L 190 121 L 190 72 L 227 68 L 240 68 L 275 137 L 271 139 L 267 142 L 264 145 L 263 147 L 261 151\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19646001\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 192 204 L 191 147 L 190 121 L 227 138 L 261 151 L 259 156 L 259 158 L 259 161 L 259 163 L 260 168 L 261 172 L 192 204\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19646002\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 193 258 L 192 204 L 261 172 L 263 176 L 265 178 L 267 180 L 269 182 L 271 184 L 275 186 L 240 258 L 193 258\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19646003\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 240 258 L 275 186 L 277 187 L 282 188 L 285 188 L 289 188 L 295 187 L 297 186 L 302 184 L 302 257 L 240 258\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19646004\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 46 257 L 46 184 L 49 182 L 51 181 L 53 180 L 57 180 L 59 179 L 81 180 L 82 234 L 83 257 L 46 257\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19646005\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 83 257 L 82 234 L 81 180 L 120 179 L 121 256 L 83 257\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19646006\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 121 256 L 120 179 L 150 179 L 153 180 L 155 181 L 157 182 L 158 183 L 160 186 L 161 189 L 162 191 L 162 256 L 121 256\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19646007\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 121 333 L 121 256 L 162 256 L 162 320 L 162 323 L 161 326 L 159 328 L 157 330 L 155 332 L 152 333 L 150 333 L 121 333\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19646008\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 83 333 L 83 257 L 121 256 L 121 333 L 83 333\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19646009\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 83 333 L 55 333 L 53 333 L 49 332 L 46 330 L 46 257 L 83 257 L 83 333\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19646010\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 302 330 L 298 328 L 295 327 L 290 326 L 288 326 L 283 327 L 280 328 L 276 330 L 240 258 L 302 257 L 302 330\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19646011\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 262 343 L 193 314 L 193 258 L 240 258 L 276 330 L 272 332 L 268 334 L 266 338 L 264 339 L 262 343\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19646012\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 193 144 L 194 117 L 193 58 L 262 87 L 261 92 L 260 94 L 260 99 L 261 104 L 261 106 L 263 110 L 193 144\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19646013\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 194 194 L 193 144 L 263 110 L 265 113 L 267 116 L 269 117 L 272 120 L 276 122 L 280 123 L 283 124 L 248 193 L 194 194\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19646014\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 248 193 L 283 124 L 288 124 L 295 124 L 297 123 L 301 122 L 303 121 L 306 119 L 308 119 L 308 192 L 248 193\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19646015\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 52 192 L 52 119 L 57 117 L 60 117 L 87 117 L 88 191 L 52 192\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19646016\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 88 191 L 87 117 L 124 116 L 125 155 L 124 155 L 124 175 L 124 191 L 88 191\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19646017\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 124 191 L 124 175 L 124 155 L 125 155 L 124 116 L 150 116 L 153 116 L 155 117 L 158 119 L 160 121 L 161 123 L 162 125 L 162 128 L 163 190 L 124 191\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19646018\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 124 260 L 124 191 L 163 190 L 163 248 L 162 251 L 162 253 L 160 255 L 158 257 L 156 259 L 153 260 L 152 260 L 124 260\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19646019\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 89 261 L 88 191 L 124 191 L 124 260 L 89 261\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19646020\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 53 261 L 52 192 L 88 191 L 89 261 L 53 261\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19646021\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 17 262 L 16 193 L 52 192 L 53 261 L 17 262\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19646022\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 238 263 L 237 193 L 272 193 L 273 262 L 238 263\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19646023\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 201 263 L 201 194 L 237 193 L 238 263 L 201 263\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19646024\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 166 263 L 166 194 L 201 194 L 201 263 L 166 263\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19646025\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 139 263 L 134 263 L 132 262 L 130 261 L 129 259 L 127 258 L 126 256 L 126 254 L 125 251 L 125 195 L 166 194 L 166 263 L 139 263\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19646026\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 125 195 L 124 155 L 194 154 L 194 194 L 125 195\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19646027\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 124 155 L 124 117 L 194 117 L 193 144 L 194 154 L 124 155\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19646028\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 124 117 L 123 79 L 193 78 L 194 117 L 124 117\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-19646029\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 123 79 L 123 41 L 193 40 L 193 78 L 123 79\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19646030\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 123 297 L 123 259 L 193 258 L 193 296 L 123 297\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19646031\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 123 259 L 122 222 L 192 221 L 193 258 L 123 259\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19646032\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 122 222 L 122 185 L 192 184 L 192 221 L 122 222\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19646033\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 122 185 L 121 147 L 191 147 L 192 184 L 122 185\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19646034\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 121 147 L 121 111 L 190 110 L 190 122 L 191 147 L 121 147\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19646035\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 121 111 L 121 73 L 190 72 L 190 110 L 121 111\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-19646036\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 121 73 L 120 36 L 190 34 L 190 72 L 121 73\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19646037\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 120 292 L 120 263 L 120 260 L 121 258 L 122 255 L 124 253 L 126 251 L 129 250 L 133 250 L 190 249 L 190 290 L 120 292\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19646038\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 237 259 L 199 255 L 197 244 L 197 230 L 198 219 L 199 209 L 201 198 L 201 197 L 202 194 L 204 192 L 206 190 L 208 189 L 210 188 L 214 187 L 244 191 L 237 259\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19646039\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 274 263 L 237 259 L 244 191 L 282 195 L 274 263\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19646040\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 56 267 L 18 263 L 26 195 L 64 199 L 56 267\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19646041\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 92 270 L 56 267 L 64 199 L 100 203 L 92 270\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19646042\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 131 274 L 92 270 L 100 203 L 138 207 L 131 274\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19646043\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 167 278 L 131 274 L 138 207 L 175 211 L 167 278\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19646044\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 206 282 L 167 278 L 175 211 L 214 215 L 206 282\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19646045\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 243 287 L 206 282 L 214 215 L 251 220 L 243 287\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19646046\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 280 291 L 243 287 L 251 220 L 288 223 L 280 291\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19646047\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 62 295 L 24 291 L 32 223 L 70 228 L 62 295\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19646048\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 100 299 L 62 295 L 70 228 L 108 232 L 100 299\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19646049\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 138 304 L 100 299 L 108 232 L 145 235 L 144 246 L 138 304\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19646050\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 177 308 L 138 304 L 144 246 L 145 235 L 190 241 L 196 241 L 177 308\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19646051\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 225 314 L 177 308 L 196 241 L 211 243 L 219 245 L 233 249 L 225 314\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-19646052\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 264 319 L 225 314 L 233 249 L 241 251 L 250 252 L 258 254 L 270 255 L 268 283 L 264 319\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646213\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 204 126 L 204 108 L 204 71 L 204 69 L 205 67 L 206 64 L 208 62 L 210 60 L 213 60 L 215 59 L 228 58 L 241 59 L 254 60 L 244 126 L 204 126\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646214\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 282 132 L 244 126 L 254 60 L 266 62 L 273 64 L 285 67 L 282 132\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646215\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 54 146 L 26 132 L 29 67 L 53 75 L 67 80 L 82 86 L 54 146\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646216\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 92 162 L 54 146 L 82 86 L 87 88 L 120 103 L 92 162\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646217\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 131 178 L 92 162 L 120 103 L 158 120 L 131 178\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646218\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 168 197 L 131 178 L 158 120 L 195 139 L 168 197\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646219\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 206 215 L 168 197 L 195 139 L 233 156 L 206 215\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646220\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 244 232 L 206 215 L 233 156 L 271 174 L 244 232\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646221\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 282 250 L 244 232 L 271 174 L 309 192 L 282 250\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646249\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 259 308 L 224 292 L 251 235 L 285 251 L 259 308\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646250\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 224 292 L 189 276 L 216 219 L 251 235 L 224 292\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646251\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 189 276 L 156 260 L 182 204 L 216 219 L 189 276\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646252\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 156 260 L 120 243 L 147 186 L 168 197 L 182 204 L 156 260\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646253\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 120 243 L 84 226 L 111 170 L 131 178 L 147 186 L 120 243\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646254\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 84 226 L 49 210 L 76 155 L 111 170 L 84 226\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646255\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 49 210 L 35 204 L 28 201 L 22 199 L 26 136 L 26 132 L 54 146 L 76 155 L 49 210\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646256\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 278 199 L 266 196 L 254 194 L 240 192 L 244 126 L 282 132 L 282 136 L 278 199\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646257\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 240 192 L 238 192 L 215 192 L 213 192 L 211 192 L 209 191 L 206 189 L 203 187 L 202 185 L 201 182 L 200 179 L 203 148 L 204 126 L 244 126 L 240 192\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646308\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 184 294 L 185 270 L 186 263 L 186 255 L 188 241 L 189 239 L 190 236 L 192 234 L 194 232 L 197 231 L 199 230 L 201 230 L 231 230 L 230 294 L 184 294\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646309\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 230 294 L 231 230 L 241 230 L 249 231 L 258 233 L 266 235 L 274 239 L 269 293 L 230 294\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646310\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 42 338 L 11 324 L 18 239 L 76 265 L 42 338\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646352\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 180 297 L 180 233 L 227 233 L 227 297 L 180 297\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646353\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 227 297 L 227 233 L 272 232 L 273 296 L 227 297\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646354\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 17 296 L 16 232 L 63 232 L 63 296 L 37 296 L 17 296\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646355\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 63 296 L 63 232 L 101 232 L 101 295 L 63 296\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646356\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 101 295 L 101 232 L 139 232 L 140 295 L 101 295\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646357\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 140 295 L 139 232 L 178 232 L 179 295 L 140 295\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646358\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 187 296 L 181 296 L 180 233 L 213 233 L 215 233 L 217 234 L 220 236 L 222 238 L 223 240 L 224 242 L 224 244 L 225 296 L 187 296\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646359\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 5 294 L 5 244 L 5 242 L 5 239 L 7 237 L 8 235 L 11 233 L 13 232 L 16 231 L 52 231 L 54 294 L 5 294\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646360\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 84 294 L 67 294 L 54 294 L 52 231 L 97 230 L 98 294 L 84 294\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646361\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 98 294 L 97 230 L 137 231 L 141 231 L 143 232 L 145 234 L 147 236 L 148 238 L 149 240 L 149 243 L 149 245 L 147 261 L 146 277 L 146 294 L 98 294\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646362\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 121 192 L 121 126 L 165 126 L 165 140 L 164 154 L 163 168 L 161 182 L 160 185 L 159 187 L 157 188 L 155 190 L 153 191 L 151 192 L 149 192 L 121 192\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646363\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 82 192 L 82 127 L 121 126 L 121 192 L 82 192\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646364\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 44 192 L 44 127 L 63 127 L 82 127 L 82 192 L 44 192\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646365\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 6 193 L 5 127 L 44 127 L 44 192 L 6 193\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646366\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 223 193 L 222 127 L 261 127 L 262 193 L 223 193\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646367\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 184 193 L 184 128 L 222 127 L 223 193 L 184 193\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646368\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 145 193 L 145 128 L 184 128 L 184 193 L 145 193\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646369\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 107 194 L 107 128 L 145 128 L 145 193 L 107 194\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646370\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 68 194 L 68 128 L 107 128 L 107 194 L 68 194\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646371\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 30 194 L 30 129 L 68 128 L 68 194 L 30 194\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646372\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 248 195 L 248 129 L 253 129 L 286 129 L 286 194 L 248 195\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646373\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 208 195 L 208 129 L 248 129 L 248 195 L 208 195\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646374\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 170 195 L 170 129 L 190 129 L 208 129 L 208 195 L 170 195\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646375\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 140 195 L 137 195 L 135 194 L 133 193 L 131 191 L 129 190 L 128 187 L 126 184 L 126 180 L 126 129 L 145 130 L 170 129 L 170 195 L 140 195\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646376\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 145 130 L 126 129 L 126 81 L 126 78 L 127 75 L 128 73 L 130 69 L 134 67 L 138 65 L 142 64 L 170 64 L 170 129 L 145 130\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646377\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 208 129 L 190 129 L 170 129 L 170 64 L 208 64 L 208 129\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646378\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 208 129 L 208 64 L 247 64 L 248 129 L 208 129\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646379\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 248 129 L 247 64 L 285 63 L 286 129 L 253 129 L 248 129\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646380\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 30 129 L 29 63 L 68 62 L 68 128 L 30 129\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646381\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 68 128 L 68 62 L 107 62 L 107 128 L 68 128\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646382\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 107 128 L 107 62 L 145 62 L 145 128 L 107 128\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646383\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 145 128 L 145 62 L 183 62 L 184 128 L 145 128\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646384\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 184 128 L 183 62 L 222 61 L 222 127 L 184 128\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646385\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 222 127 L 222 61 L 260 61 L 261 127 L 222 127\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646386\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 44 127 L 5 127 L 4 61 L 43 60 L 44 127\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646387\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 46 128 L 46 62 L 84 61 L 85 128 L 66 128 L 46 128\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646388\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 82 127 L 81 60 L 120 60 L 121 126 L 82 127\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646389\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 121 126 L 120 60 L 154 60 L 156 60 L 158 61 L 160 62 L 162 63 L 163 65 L 164 67 L 165 69 L 165 71 L 166 96 L 166 106 L 165 126 L 121 126\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-19646391\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 127 298 L 127 246 L 127 243 L 128 241 L 130 238 L 132 236 L 134 235 L 136 234 L 138 234 L 180 233 L 180 297 L 127 298\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-65393176\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 94 136 L 93 70 L 133 70 L 134 119 L 133 135 L 94 136\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-88887967\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 133 211 L 130 211 L 128 211 L 126 210 L 124 209 L 122 207 L 121 205 L 120 203 L 119 201 L 119 199 L 118 141 L 160 141 L 161 211 L 133 211\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(283px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-112090896\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42225\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 284 17 L 242 12 L 249 -50 L 280 -47 L 282 -46 L 285 -45 L 287 -42 L 288 -41 L 289 -39 L 289 -37 L 289 -34 L 284 17\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-112093682\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 197 259 L 191 191 L 233 188 L 238 255 L 197 259\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-112097749\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 27 264 L 27 196 L 67 196 L 68 250 L 68 254 L 66 257 L 65 259 L 63 261 L 61 262 L 57 263 L 27 264\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(27px) translateY(-50%) translateY(-364px);\"><div class=\"marker-flex\"><div id=\"parcel-153322275\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101756\" data-column=\"42224\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 562 780 L 539 775 L 515 771 L 492 769 L 216 772 L 212 771 L 209 770 L 206 768 L 204 766 L 202 763 L 201 759 L 199 488 L 199 255 L 272 263 L 387 274 L 462 282 L 499 287 L 574 295 L 612 299 L 689 308 L 562 780\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-808847762\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 349 146 L 171 62 L 120 38 L 85 24 L 50 12 L 177 -460 L 264 -449 L 521 -419 L 439 -146 L 447 -141 L 349 146\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(148px);\"><div class=\"marker-flex\"><div id=\"parcel-825625234\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101758\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 349 402 L 171 318 L 120 294 L 85 280 L 50 268 L 177 -204 L 264 -193 L 521 -163 L 439 110 L 447 115 L 349 402\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(539px) translateY(-50%) translateY(-108px);\"><div class=\"marker-flex\"><div id=\"parcel-842402706\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101757\" data-column=\"42226\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 349 658 L 171 574 L 120 550 L 85 536 L 50 524 L 177 52 L 264 63 L 521 93 L 439 366 L 447 371 L 349 658\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-1688421666\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M -156 290 L -156 250 L -156 166 L -122 166 L 68 163 L 68 227 L -45 228 L -45 290 L -156 290\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel-1688487202\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 100 290 L 100 250 L 100 166 L 134 166 L 324 163 L 324 227 L 211 228 L 211 290 L 100 290\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(-620px);\"><div class=\"marker-flex\"><div id=\"parcel-2132556740\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101755\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 117 265 L 111 197 L 150 194 L 155 261 L 117 265\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-741px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel--1320917725\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42221\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 260 291 L 259 217 L 258 123 L 177 123 L 177 69 L 355 67 L 356 250 L 356 290 L 274 291 L 260 291\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel--740014558\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 211 290 L 211 228 L 324 227 L 325 289 L 211 290\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-485px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel--1320983261\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42222\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M 4 291 L 3 217 L 2 123 L -79 123 L -79 69 L 99 67 L 100 250 L 100 290 L 18 291 L 4 291\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-229px) translateY(-50%) translateY(404px);\"><div class=\"marker-flex\"><div id=\"parcel--740080094\" class=\"full-boundary-container\" style=\"cursor: url(&quot;https://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default; overflow: visible;\"><svg class=\"full-boundary-svg\" data-row=\"101759\" data-column=\"42223\" style=\"overflow: visible;\"><path class=\"poly-parcel\" d=\" M -45 290 L -45 228 L 68 227 L 69 289 L -45 290\" stroke-width=\"2\" fill=\"none\"></path></svg></div></div></div></div></div></div><div style=\"border-style: none; border-width: 0px; position: absolute;\"><div class=\"zillow-map-layer\"><div class=\"BulkPropertyMapMarker high-zoom few-results\"><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-198.531px) translateY(-50%) translateY(-87.0376px);\"><div class=\"marker-flex\"><div class=\"streamlined-inverted-property-label rounded streamlined-marker-container streamlined-marker-position \" role=\"link\" tabindex=\"-1\" style=\"top: 0px;\">$2.6M</div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-197.786px) translateY(-50%) translateY(-10.1698px);\"><div class=\"marker-flex\"><div class=\"streamlined-inverted-property-label rounded streamlined-marker-container streamlined-marker-position \" role=\"link\" tabindex=\"-1\" style=\"top: 0px;\">$2.7M</div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(15.8443px) translateY(-50%) translateY(-94.0682px);\"><div class=\"marker-flex\"><div class=\"streamlined-inverted-property-label rounded streamlined-marker-container streamlined-marker-position \" role=\"link\" tabindex=\"-1\" style=\"top: 0px;\">$3.2M</div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(53.127px) translateY(-50%) translateY(-76.9604px);\"><div class=\"marker-flex\"><div class=\"streamlined-inverted-property-label rounded streamlined-marker-container streamlined-marker-position \" role=\"link\" tabindex=\"-1\" style=\"top: 0px;\">$3.5M</div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(127.692px) translateY(-50%) translateY(-73.6794px);\"><div class=\"marker-flex\"><div class=\"streamlined-inverted-property-label rounded streamlined-marker-container streamlined-marker-position \" role=\"link\" tabindex=\"-1\" style=\"top: 0px;\">$2.8M</div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(167.771px) translateY(-50%) translateY(-69.9298px);\"><div class=\"marker-flex\"><div class=\"streamlined-inverted-property-label rounded streamlined-marker-container streamlined-marker-position \" role=\"link\" tabindex=\"-1\" style=\"top: 0px;\">$2.7M</div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(167.771px) translateY(-50%) translateY(-2.90484px);\"><div class=\"marker-flex\"><div class=\"streamlined-inverted-property-label rounded streamlined-marker-container streamlined-marker-position \" role=\"link\" tabindex=\"-1\" style=\"top: 0px;\">$3M</div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(48.2803px) translateY(-50%) translateY(-11.3415px);\"><div class=\"marker-flex\"><div class=\"streamlined-inverted-property-label rounded streamlined-marker-container streamlined-marker-position \" role=\"link\" tabindex=\"-1\" style=\"top: 0px;\">$3.2M</div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-10.2536px) translateY(-50%) translateY(55.2145px);\"><div class=\"marker-flex\"><div class=\"streamlined-inverted-property-label rounded streamlined-marker-container streamlined-marker-position \" role=\"link\" tabindex=\"-1\" style=\"top: 0px;\">$2.8M</div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-72.5157px) translateY(-50%) translateY(-16.0286px);\"><div class=\"marker-flex\"><div class=\"streamlined-inverted-property-label rounded streamlined-marker-container streamlined-marker-position \" role=\"link\" tabindex=\"-1\" style=\"top: 0px;\">$4.2M</div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-71.77px) translateY(-50%) translateY(95.2886px);\"><div class=\"marker-flex\"><div class=\"streamlined-inverted-property-label rounded streamlined-marker-container streamlined-marker-position \" role=\"link\" tabindex=\"-1\" style=\"top: 0px;\">$2.8M</div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(89.6641px) translateY(-50%) translateY(-76.2573px);\"><div class=\"marker-flex\"><div class=\"streamlined-inverted-property-label rounded streamlined-marker-container streamlined-marker-position \" role=\"link\" tabindex=\"-1\" style=\"top: 0px;\">$3.4M</div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(126.574px) translateY(-50%) translateY(-4.31096px);\"><div class=\"marker-flex\"><div class=\"streamlined-inverted-property-label rounded streamlined-marker-container streamlined-marker-position \" role=\"link\" tabindex=\"-1\" style=\"top: 0px;\">$3.1M</div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-72.5157px) translateY(-50%) translateY(58.9641px);\"><div class=\"marker-flex\"><div class=\"streamlined-inverted-property-label rounded streamlined-marker-container streamlined-marker-position \" role=\"link\" tabindex=\"-1\" style=\"top: 0px;\">$2.8M</div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-198.531px) translateY(-50%) translateY(-47.6662px);\"><div class=\"marker-flex\"><div class=\"streamlined-inverted-property-label rounded streamlined-marker-container streamlined-marker-position \" role=\"link\" tabindex=\"-1\" style=\"top: 0px;\">$2.8M</div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-73.6342px) translateY(-50%) translateY(-53.5251px);\"><div class=\"marker-flex\"><div class=\"streamlined-inverted-property-label rounded streamlined-marker-container streamlined-marker-position \" role=\"link\" tabindex=\"-1\" style=\"top: 0px;\">$3.2M</div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-197.786px) translateY(-50%) translateY(26.1548px);\"><div class=\"marker-flex\"><div class=\"streamlined-inverted-property-label rounded streamlined-marker-container streamlined-marker-position \" role=\"link\" tabindex=\"-1\" style=\"top: 0px;\">$3M</div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-72.5157px) translateY(-50%) translateY(21.4678px);\"><div class=\"marker-flex\"><div class=\"streamlined-inverted-property-label rounded streamlined-marker-container streamlined-marker-position \" role=\"link\" tabindex=\"-1\" style=\"top: 0px;\">$3.1M</div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-21.4384px) translateY(-50%) translateY(-76.2573px);\"><div class=\"marker-flex\"><div class=\"streamlined-inverted-property-label rounded streamlined-marker-container streamlined-marker-position \" role=\"link\" tabindex=\"-1\" style=\"top: 0px;\">$3.5M</div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-73.6342px) translateY(-50%) translateY(-93.3651px);\"><div class=\"marker-flex\"><div class=\"streamlined-inverted-property-label rounded streamlined-marker-container streamlined-marker-position \" role=\"link\" tabindex=\"-1\" style=\"top: 0px;\">$4.8M</div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(89.6641px) translateY(-50%) translateY(-4.31096px);\"><div class=\"marker-flex\"><div class=\"streamlined-inverted-property-label rounded streamlined-marker-container streamlined-marker-position \" role=\"link\" tabindex=\"-1\" style=\"top: 0px;\">$4.8M</div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-197.786px) translateY(-50%) translateY(63.6511px);\"><div class=\"marker-flex\"><div class=\"streamlined-inverted-property-label rounded streamlined-marker-container streamlined-marker-position \" role=\"link\" tabindex=\"-1\" style=\"top: 0px;\">$2.9M</div></div></div><div class=\"marker-position\" role=\"presentation\" style=\"transform: translateX(-50%) translateX(-0.000831999px) translateY(-50%) translateY(-0.326966px);\"><div class=\"marker-flex\"><div class=\"hdp__sc-9q2fi-5 iAIoFF\"><div class=\"hdp__sc-9q2fi-7 jEaxkV\"><img src=\"https://photos.zillowstatic.com/fp/4e900eea9506449f780cf1ffe718ff0e-p_a.jpg\" class=\"hdp__sc-9q2fi-8 bQqmMa\"></div><div class=\"hdp__sc-9q2fi-6 dsBLsU\">&nbsp;</div></div><div class=\"property-dot streamlined-marker-container streamlined-marker-position streamlined-property-dot\" role=\"link\" tabindex=\"-1\" style=\"background: rgb(252, 56, 74);\"><div class=\"streamlined-property-label rounded\" style=\"top: 0px;\">$3.2M</div></div></div></div></div></div></div></div><div style=\"position: absolute; left: 0px; top: 0px; z-index: 107; width: 100%;\"></div></div></div><div class=\"gm-style-moc\" style=\"z-index: 4; position: absolute; height: 100%; width: 100%; padding: 0px; border-width: 0px; margin: 0px; left: 0px; top: 0px; opacity: 0;\"><p class=\"gm-style-mot\"></p></div></div><iframe aria-hidden=\"true\" frameborder=\"0\" tabindex=\"-1\" style=\"z-index: -1; position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border: none;\"></iframe><div style=\"pointer-events: none; width: 100%; height: 100%; box-sizing: border-box; position: absolute; z-index: 1000002; opacity: 0; border: 2px solid rgb(26, 115, 232);\"></div></div></div></div></div></div></div></div><div><h5 class=\"Text-c11n-8-63-0__sc-aiai24-0 isfznl\">Nearby homes</h5><button class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 hesLpw hdp__sc-181gmr1-0 eyNvbe\">Skip carousel</button><div class=\"hdp__sc-1udhzz9-0 bFGcHQ\"><button disabled=\"\" tabindex=\"-1\" title=\"Previous card\" class=\"StyledButton-c11n-8-63-0__sc-wpcbcc-0 caomCy PaginationButton-c11n-8-63-0__sc-si2hz6-0 hdp__sc-1udhzz9-2 haFgWK kEmbch\"><svg viewBox=\"0 0 32 32\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 eIIaNo IconChevronLeft-c11n-8-63-0__sc-ddr5cu-0 ffgIMi\" aria-hidden=\"true\" focusable=\"false\" role=\"img\"><title>Chevron Left</title><path stroke=\"none\" d=\"M29.41 8.59a2 2 0 00-2.83 0L16 19.17 5.41 8.59a2 2 0 00-2.83 2.83l12 12a2 2 0 002.82 0l12-12a2 2 0 00.01-2.83z\"></path></svg></button><ul><li data-index=\"0\" class=\"hdp__sc-1udhzz9-1 eaaIhu\"><a href=\"/homedetails/6253-Goddess-Ct-San-Jose-CA-95129/19645999_zpid/\"><div><div><div class=\"StyledCard-c11n-8-63-0__sc-rmiu6p-0 fBfece sc-iCfMLu ePWIpg hdp__sc-1tpxfko-4 fNfWYC\"><div class=\"sc-jRQBWg dsgEqc\"><div><img src=\"https://maps.googleapis.com/maps/api/streetview?location=6253+Goddess+Ct%2C+San+Jose%2C+CA+95129&amp;size=316x234&amp;key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&amp;source=outdoor&amp;&amp;signature=VVvqclBOO2JeInYGkoqOE3i5Mt0=\" alt=\"\"></div></div><div class=\"sc-gKclnd cqUDIZ\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 hdp__sc-1tpxfko-1 ekLmba eiiKTl\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 kHCdln\">$3,243,100</span></div><div class=\"Text-c11n-8-63-0__sc-aiai24-0 izdcsr\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 jGlIFm\"><span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 htgeIY\"><span class=\"hdp__sc-1tpxfko-0 bbGDBg\">5</span></span>&nbsp;bd</span><div class=\"hdp__sc-1tpxfko-7 gaAVOt\"></div><span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 htgeIY\"><span class=\"hdp__sc-1tpxfko-0 bbGDBg\">3</span></span>&nbsp;ba</span><div class=\"hdp__sc-1tpxfko-7 gaAVOt\"></div><span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 htgeIY\"><span class=\"hdp__sc-1tpxfko-0 bbGDBg\">1.7k</span></span>&nbsp;sqft</span></div></div><div class=\"Text-c11n-8-63-0__sc-aiai24-0 izdcsr\">6253 Goddess Ct, San Jose, CA 95129</div><div class=\"Text-c11n-8-63-0__sc-aiai24-0 izdcsr\"><span class=\"zsg-icon-off-market\"></span><span class=\"hdp__sc-1tpxfko-3 eBzArn\">Off Market</span></div><script type=\"application/ld+json\">{\"@type\":\"SingleFamilyResidence\",\"@context\":\"http://schema.org\",\"name\":\"6253 Goddess Ct, San Jose, CA 95129\",\"floorSize\":{\"@type\":\"QuantitativeValue\",\"@context\":\"http://schema.org\",\"value\":\"1,718\"},\"numberOfRooms\":5,\"address\":{\"@type\":\"PostalAddress\",\"@context\":\"http://schema.org\",\"streetAddress\":\"6253 Goddess Ct\",\"addressLocality\":\"San Jose\",\"addressRegion\":\"CA\",\"postalCode\":\"95129\"},\"geo\":{\"@type\":\"GeoCoordinates\",\"@context\":\"http://schema.org\",\"latitude\":37.30314,\"longitude\":-122.014046},\"url\":\"/homedetails/6253-Goddess-Ct-San-Jose-CA-95129/19645999_zpid/\"}</script></div></div></div></div></a><button aria-pressed=\"false\" aria-label=\"Save\" class=\"sc-bdvvtL hdp__sc-1tpxfko-5 ksREEs AzBYS\"><svg viewBox=\"0 0 32 32\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 kUdcgc hdp__sc-1tpxfko-6 etxSma\" aria-hidden=\"true\" focusable=\"false\" role=\"img\"><title>Heart</title><path stroke=\"none\" d=\"M27 5.6a7.91 7.91 0 00-10.49.87l-.51.47-.46-.47A7.91 7.91 0 005.05 5.6a8 8 0 00-.76 11.92l.65.66L15.29 28.7a1 1 0 001.42 0l10.35-10.52.65-.66A8 8 0 0027 5.6z\"></path></svg></button></li><li data-index=\"1\" class=\"hdp__sc-1udhzz9-1 eaaIhu\"><a href=\"/homedetails/6281-Goddess-Ct-San-Jose-CA-95129/19646001_zpid/\"><div><div><div class=\"StyledCard-c11n-8-63-0__sc-rmiu6p-0 fBfece sc-iCfMLu ePWIpg hdp__sc-1tpxfko-4 fNfWYC\"><div class=\"sc-jRQBWg dsgEqc\"><div><img src=\"https://maps.googleapis.com/maps/api/streetview?location=6281+Goddess+Ct%2C+San+Jose%2C+CA+95129&amp;size=316x234&amp;key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&amp;source=outdoor&amp;&amp;signature=ElPx4jnm7k2rCzqq0umxn4qGwF4=\" alt=\"\"></div></div><div class=\"sc-gKclnd cqUDIZ\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 hdp__sc-1tpxfko-1 ekLmba eiiKTl\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 kHCdln\">$2,808,000</span></div><div class=\"Text-c11n-8-63-0__sc-aiai24-0 izdcsr\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 jGlIFm\"><span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 htgeIY\"><span class=\"hdp__sc-1tpxfko-0 bbGDBg\">3</span></span>&nbsp;bd</span><div class=\"hdp__sc-1tpxfko-7 gaAVOt\"></div><span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 htgeIY\"><span class=\"hdp__sc-1tpxfko-0 bbGDBg\">2</span></span>&nbsp;ba</span><div class=\"hdp__sc-1tpxfko-7 gaAVOt\"></div><span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 htgeIY\"><span class=\"hdp__sc-1tpxfko-0 bbGDBg\">1.2k</span></span>&nbsp;sqft</span></div></div><div class=\"Text-c11n-8-63-0__sc-aiai24-0 izdcsr\">6281 Goddess Ct, San Jose, CA 95129</div><div class=\"Text-c11n-8-63-0__sc-aiai24-0 izdcsr\"><span class=\"zsg-icon-off-market\"></span><span class=\"hdp__sc-1tpxfko-3 eBzArn\">Off Market</span></div><script type=\"application/ld+json\">{\"@type\":\"SingleFamilyResidence\",\"@context\":\"http://schema.org\",\"name\":\"6281 Goddess Ct, San Jose, CA 95129\",\"floorSize\":{\"@type\":\"QuantitativeValue\",\"@context\":\"http://schema.org\",\"value\":\"1,226\"},\"numberOfRooms\":3,\"address\":{\"@type\":\"PostalAddress\",\"@context\":\"http://schema.org\",\"streetAddress\":\"6281 Goddess Ct\",\"addressLocality\":\"San Jose\",\"addressRegion\":\"CA\",\"postalCode\":\"95129\"},\"geo\":{\"@type\":\"GeoCoordinates\",\"@context\":\"http://schema.org\",\"latitude\":37.302856,\"longitude\":-122.01436},\"url\":\"/homedetails/6281-Goddess-Ct-San-Jose-CA-95129/19646001_zpid/\"}</script></div></div></div></div></a><button aria-pressed=\"false\" aria-label=\"Save\" class=\"sc-bdvvtL hdp__sc-1tpxfko-5 ksREEs AzBYS\"><svg viewBox=\"0 0 32 32\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 kUdcgc hdp__sc-1tpxfko-6 etxSma\" aria-hidden=\"true\" focusable=\"false\" role=\"img\"><title>Heart</title><path stroke=\"none\" d=\"M27 5.6a7.91 7.91 0 00-10.49.87l-.51.47-.46-.47A7.91 7.91 0 005.05 5.6a8 8 0 00-.76 11.92l.65.66L15.29 28.7a1 1 0 001.42 0l10.35-10.52.65-.66A8 8 0 0027 5.6z\"></path></svg></button></li><li data-index=\"2\" class=\"hdp__sc-1udhzz9-1 eaaIhu\"><a href=\"/homedetails/1188-Miller-Ave-San-Jose-CA-95129/19646035_zpid/\"><div><div><div class=\"StyledCard-c11n-8-63-0__sc-rmiu6p-0 fBfece sc-iCfMLu ePWIpg hdp__sc-1tpxfko-4 fNfWYC\"><div class=\"sc-jRQBWg dsgEqc\"><div><img src=\"https://photos.zillowstatic.com/fp/ebca83e7a7a819af78c6befb0d0fb981-p_c.jpg\" alt=\"\"><div class=\"hdp__sc-1tpxfko-8 jbQtWs\"></div></div></div><div class=\"sc-gKclnd cqUDIZ\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 hdp__sc-1tpxfko-1 ekLmba eiiKTl\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 kHCdln\">$4,267,600</span></div><div class=\"Text-c11n-8-63-0__sc-aiai24-0 izdcsr\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 jGlIFm\"><span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 htgeIY\"><span class=\"hdp__sc-1tpxfko-0 bbGDBg\">5</span></span>&nbsp;bd</span><div class=\"hdp__sc-1tpxfko-7 gaAVOt\"></div><span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 htgeIY\"><span class=\"hdp__sc-1tpxfko-0 bbGDBg\">4</span></span>&nbsp;ba</span><div class=\"hdp__sc-1tpxfko-7 gaAVOt\"></div><span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 htgeIY\"><span class=\"hdp__sc-1tpxfko-0 bbGDBg\">2.8k</span></span>&nbsp;sqft</span></div></div><div class=\"Text-c11n-8-63-0__sc-aiai24-0 izdcsr\">1188 Miller Ave, San Jose, CA 95129</div><div class=\"Text-c11n-8-63-0__sc-aiai24-0 izdcsr\"><span class=\"zsg-icon-off-market\"></span><span class=\"hdp__sc-1tpxfko-3 eBzArn\">Off Market</span></div><script type=\"application/ld+json\">{\"@type\":\"SingleFamilyResidence\",\"@context\":\"http://schema.org\",\"name\":\"1188 Miller Ave, San Jose, CA 95129\",\"floorSize\":{\"@type\":\"QuantitativeValue\",\"@context\":\"http://schema.org\",\"value\":\"2,876\"},\"numberOfRooms\":5,\"address\":{\"@type\":\"PostalAddress\",\"@context\":\"http://schema.org\",\"streetAddress\":\"1188 Miller Ave\",\"addressLocality\":\"San Jose\",\"addressRegion\":\"CA\",\"postalCode\":\"95129\"},\"geo\":{\"@type\":\"GeoCoordinates\",\"@context\":\"http://schema.org\",\"latitude\":37.30316,\"longitude\":-122.014694},\"url\":\"/homedetails/1188-Miller-Ave-San-Jose-CA-95129/19646035_zpid/\"}</script></div></div></div></div></a><button aria-pressed=\"false\" aria-label=\"Save\" class=\"sc-bdvvtL hdp__sc-1tpxfko-5 ksREEs AzBYS\"><svg viewBox=\"0 0 32 32\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 kUdcgc hdp__sc-1tpxfko-6 etxSma\" aria-hidden=\"true\" focusable=\"false\" role=\"img\"><title>Heart</title><path stroke=\"none\" d=\"M27 5.6a7.91 7.91 0 00-10.49.87l-.51.47-.46-.47A7.91 7.91 0 005.05 5.6a8 8 0 00-.76 11.92l.65.66L15.29 28.7a1 1 0 001.42 0l10.35-10.52.65-.66A8 8 0 0027 5.6z\"></path></svg></button></li></ul><button title=\"Next card\" class=\"StyledButton-c11n-8-63-0__sc-wpcbcc-0 kKSLsc PaginationButton-c11n-8-63-0__sc-si2hz6-0 hdp__sc-1udhzz9-2 haFgWK kEmbcg\"><svg viewBox=\"0 0 32 32\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 eIIaNo IconChevronRight-c11n-8-63-0__sc-19mpgrq-0 jcJxDZ\" aria-hidden=\"true\" focusable=\"false\" role=\"img\"><title>Chevron Right</title><path stroke=\"none\" d=\"M29.41 8.59a2 2 0 00-2.83 0L16 19.17 5.41 8.59a2 2 0 00-2.83 2.83l12 12a2 2 0 002.82 0l12-12a2 2 0 00.01-2.83z\"></path></svg></button></div><button class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 hesLpw hdp__sc-181gmr1-0 eyNvbe\">Skip carousel</button></div><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 iiFqVP\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 knEpIW\">Neighborhood stats provided by third party data sources.</span></div><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 iiFqVP\"></div></div><div class=\"hdp__sc-1j01zad-2 iSRaCM\"></div></div></div></div></div></li><li data-renderstrat=\"ssr\"><div><div tabindex=\"-1\" id=\"Local-legal-protections\"></div><div style=\"\" data-renderstrat=\"inline\"><div><div class=\"ds-legal-protection\"><div class=\"hdp__sc-1j01zad-0 bNxDKz ds-legal-protection\"><h4 class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-vwszk-0 gIOCeY fHJlku hdp__sc-1j01zad-5 bOGcXJ\">Local legal protections</h4><div class=\"hdp__sc-1j01zad-1 hmkpQE\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 hdp__sc-xiskrq-7 ebJyla chakSU\"><svg viewBox=\"0 0 44 44\" class=\"DetailedIcon-c11n-8-63-0__sc-1u552bz-0 eGeKUK hdp__sc-xiskrq-4 dLbhhG\" aria-hidden=\"true\" focusable=\"false\" role=\"img\" status=\"info\"><title>Legal Protection</title><defs><style>.pride-orange{fill:#ff8000;}.pride-red{fill:#cf0304;}.pride-brown{fill:#774f17;}.pride-purple{fill:#750780;}.pride-blue{fill:#004dff;}.pride-green{fill:#008026;}.pride-yellow{fill:#ffd800;}</style></defs><path class=\"DetailedIcon__secondary-color-fill\" d=\"M40.692,13.057C39.044,12.288,35.236,11,28.251,11A34.134,34.134,0,0,0,15.94,13.064,2.271,2.271,0,0,0,14.5,15.192v13c0,8.928,10.737,13.765,12.888,14.642a2.257,2.257,0,0,0,1.721,0C31.263,41.952,42,37.115,42,28.187V15.127A2.282,2.282,0,0,0,40.692,13.057Z\"></path><path class=\"pride-orange\" d=\"M27.55,18.973l-.925,1.812v9.728l1.625-.826V18.407C28,18.407,27.743,18.6,27.55,18.973Z\"></path><path class=\"pride-red\" d=\"M25.914,22.177l-.914.17v8.974a1.771,1.771,0,0,0,.165-.066l1.46-.742V20.785Z\"></path><path class=\"pride-brown\" d=\"M23.375,22.648V25.63l1.1,1.189L23.99,30.43c-.1.775.343,1.143,1.01.891V22.347Z\"></path><path d=\"M22.549,22.8c-.837.156-1.051.793-.476,1.417l1.3,1.412V22.648Z\"></path><path class=\"pride-purple\" d=\"M34.427,24.218c.576-.624.361-1.261-.475-1.417l-.827-.153V25.63Z\"></path><path class=\"pride-blue\" d=\"M31.5,31.321c.667.252,1.114-.115,1.011-.891l-.481-3.611,1.095-1.189V22.648l-1.625-.3Z\"></path><path class=\"pride-green\" d=\"M30.586,22.177l-.711-1.393v9.729l1.461.742a1.653,1.653,0,0,0,.164.066V22.346Z\"></path><path class=\"pride-yellow\" d=\"M28.951,18.973c-.193-.378-.447-.566-.7-.566v11.28h0l1.625.826V20.784Z\"></path><path class=\"DetailedIcon__foreground-color-fill\" d=\"M37.95,16.255l-3.6-12-.019.006A1.184,1.184,0,0,0,33.2,3.4h-12V2.2a1.2,1.2,0,0,0-2.4,0V3.4H6.8a1.184,1.184,0,0,0-1.131.861L5.65,4.255l-3.6,12A1.257,1.257,0,0,0,2,16.6V19a4.805,4.805,0,0,0,4.8,4.8h4.8A4.805,4.805,0,0,0,16.4,19V16.6a1.257,1.257,0,0,0-.05-.345L13.213,5.8H18.8V27.4H14a4.805,4.805,0,0,0-4.8,4.8,2.4,2.4,0,0,0,2.4,2.4H28.4a2.4,2.4,0,0,0,2.4-2.4A4.805,4.805,0,0,0,26,27.4H21.2V5.8h5.587L23.65,16.255a1.257,1.257,0,0,0-.05.345V19a4.805,4.805,0,0,0,4.8,4.8h4.8A4.805,4.805,0,0,0,38,19V16.6A1.257,1.257,0,0,0,37.95,16.255ZM11.6,21.4H6.8A2.4,2.4,0,0,1,4.4,19V17.8H14V19A2.4,2.4,0,0,1,11.6,21.4Zm1.987-6H4.813l2.88-9.6h3.014ZM26,29.8a2.4,2.4,0,0,1,2.4,2.4H11.6A2.4,2.4,0,0,1,14,29.8Zm6.307-24,2.88,9.6H26.413l2.88-9.6ZM33.2,21.4H28.4A2.4,2.4,0,0,1,26,19V17.8h9.6V19A2.4,2.4,0,0,1,33.2,21.4Z\"></path></svg><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-xiskrq-5 gbKiss iUpWeY\">Do <button type=\"button\" aria-expanded=\"false\" id=\"learnMoreLegalProtection\" aria-haspopup=\"dialog\" class=\"TriggerText-c11n-8-63-0__sc-139r5uq-0 dPNACq\"><span>legal protections</span></button> exist for the LGBTQ community at the state level in California? </span></div></div><div class=\"hdp__sc-1j01zad-2 gZIMhn\"><p class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledParagraph-c11n-8-63-0__sc-18ze78a-0 wRfNU\"><strong>LGBTQ Data Source:</strong> Movement Advancement Project (MAP)</p><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 fRZyiO\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 SarZj\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-xiskrq-0 gbKiss daRcIt\">Housing</span></div><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 hdp__sc-xiskrq-8 LyYUe cnfgWy\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-xiskrq-2 gbKiss jrVDSX\">Gender Identity</span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-xiskrq-1 gbKiss epIRZD\">Yes</span></div><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 hdp__sc-xiskrq-8 LyYUe cnfgWy\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-xiskrq-2 gbKiss jrVDSX\">Sexual Orientation</span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-xiskrq-1 gbKiss epIRZD\">Yes</span></div><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-xiskrq-2 gbKiss jrVDSX\">Protection from being unfairly evicted, denied housing, or refused the ability to rent or buy housing.</span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-xiskrq-2 gbKiss jrVDSX\">On February 11, 2021, HUD announced that it interprets the federal Fair Housing Act to prohibit housing discrimination on the basis of sexual orientation and gender identity.</span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-xiskrq-2 gbQbIl jrVDSX\">To learn more about fair housing laws in your area and your rights, contact a <a target=\"_blank\" href=\"https://www.hud.gov/program_offices/fair_housing_equal_opp/contact_fhip\" class=\"Anchor-c11n-8-63-0__sc-hn4bge-0 eSFYZn\">local Fair Housing Organization </a>for support.</span></div><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 fRZyiO\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 SarZj\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-xiskrq-0 gbKiss daRcIt\">Employment</span></div><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 hdp__sc-xiskrq-8 LyYUe cnfgWy\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-xiskrq-2 gbKiss jrVDSX\">Gender Identity</span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-xiskrq-1 gbKiss epIRZD\">Yes</span></div><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 hdp__sc-xiskrq-8 LyYUe cnfgWy\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-xiskrq-2 gbKiss jrVDSX\">Sexual Orientation</span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-xiskrq-1 gbKiss epIRZD\">Yes</span></div><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-xiskrq-2 gbKiss jrVDSX\">On June 15, 2020, the US Supreme Court ruled that employers subject to Title VII cannot hire, fire, or otherwise discriminate against employees based on their sexual orientation or gender identity.</span></div><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 fRZyiO\"><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 SarZj\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-xiskrq-0 gbKiss daRcIt\">Public Accommodations</span></div><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 hdp__sc-xiskrq-8 LyYUe cnfgWy\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-xiskrq-2 gbKiss jrVDSX\">Gender Identity</span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-xiskrq-1 gbKiss epIRZD\">Yes</span></div><div class=\"Flex-c11n-8-63-0__sc-n94bjd-0 hdp__sc-xiskrq-8 LyYUe cnfgWy\"><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-xiskrq-2 gbKiss jrVDSX\">Sexual Orientation</span><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-xiskrq-1 gbKiss epIRZD\">Yes</span></div><span class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-xiskrq-2 gbKiss jrVDSX\">Protection from being unfairly refused services or entry to or from places accessible to the public (retail stores, restaurants, parks, hotels, etc).</span></div></div><div class=\"hdp__sc-1j01zad-4 jOrEIc ds-expandable-card-footer\"><button class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 hesLpw\"><svg class=\"sc-gsDKAQ sc-dkPtRN fezxT kOuJiG\" direction=\"DOWN\" viewBox=\"0 0 512 512\" shape=\"circle\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M97 276L325 503C330 509 337 512 345 512C352 512 359 509 365 503C376 492 376 474 365 463L158 256L365 49C376 38 376 20 365 9C359 3 352 0 345 0C337 0 330 3 325 9L97 236C92 241 89 249 89 256C89 263 92 271 97 276Z\" fill=\"currentColor\"></path></svg><span class=\"sc-eCImPb gZqyem\">See More</span></button></div></div></div></div></div></div></li><li data-renderstrat=\"ssr\"><div></div></li><li data-renderstrat=\"ssr\"><div><div tabindex=\"-1\" id=\"Homes-for-you\"></div><div style=\"\" data-renderstrat=\"inline\"><div></div></div></div></li><li data-renderstrat=\"ssr\"><div><div style=\"\" data-renderstrat=\"inline\"><div><div class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-vx41bw-0 jdZdcg cdqbfD home-details-listing-provided-by\"><p class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-1xtwlux-0 iAKxkw jrhudl\"><div class=\"hdp__sc-1xtwlux-1 kPFEzt\"><img alt=\"\" src=\"https://photos.zillowstatic.com/fp/5273d6e56ef4c68cf7b7b4dd452c58d5-zillow_web_95_35.jpg\"></div><span class=\"hdp__sc-1xtwlux-2 eeCJL\"><p>Property Information © 2022 MLSListings Inc. All rights reserved. Certain information contained herein is derived from information which is the licensed property of, and copyrighted by, MLSListings Inc.</p>\n" "</span></p></div></div></div></div></li><li data-renderstrat=\"ssr\"><div><div class=\"hdp__sc-1jydst6-1 ePMdOY ds-footer\"><div style=\"\" data-renderstrat=\"inline\"><div><section><div class=\"ad home-details-lightbox-bottom-ad\"><div class=\"ad-frame-container\"><div><div id=\"gpt-ad-33d7406d-ed1f-4104-be42-b61dedc864d9-config\" class=\"google-ad-config\" data-frame-id=\"gpt-ad-33d7406d-ed1f-4104-be42-b61dedc864d9\" style=\"display: none;\">{\"targetDiv\":\"gpt-ad-33d7406d-ed1f-4104-be42-b61dedc864d9\",\"slot\":\"zillow/property_details/buy_agent/b_right_p4\",\"network\":\"7449\",\"sizes\":[300,250],\"explicit_defer_ad\":false,\"defer_target_frame\":false,\"targets\":{\"aamgnrc1\":\"6267 Goddess Ct\",\"bd\":\"4\",\"fsbid\":\"900\",\"city\":\"San_Jose\",\"proptp\":\"sfh\",\"pid\":\"19646000\",\"lot\":\"3\",\"zestibuck\":\"3m-3_999m\",\"listtp\":\"buy_agent\",\"sqftrange\":\"1500-1999\",\"price\":\"3250000\",\"oh\":\"yes\",\"sqft\":\"1848\",\"state\":\"CA\",\"mlong\":\"-122.014305\",\"cnty\":\"Santa_Clara\",\"prange\":\"3m-3_999m\",\"zip\":\"95129\",\"mlat\":\"37.303093\",\"zusr\":\"true\",\"price_band\":\"z3m\",\"yrblt\":\"1960-1969\",\"zestimate\":\"3525300\",\"premieragent\":\"no\",\"dma\":\"37\",\"guid\":\"15c0da3e-dc22-4acf-ac8f-9ac598849325\",\"ssid\":\"900\"}}</div><div id=\"gpt-ad-33d7406d-ed1f-4104-be42-b61dedc864d9\" class=\"generic-box ad third-party-ad wide third-party-iframe-ad-container\"><div id=\"google_ads_iframe_/7449/zillow/property_details/buy_agent/b_right_p4_0__container__\" style=\"border: 0pt none; width: 300px; height: 0px;\"></div></div></div></div><div class=\"ad-frame-container\"><div><div id=\"gpt-ad-8305ebbb-dbfa-4d8d-99ab-f44af61ae803-config\" class=\"google-ad-config\" data-frame-id=\"gpt-ad-8305ebbb-dbfa-4d8d-99ab-f44af61ae803\" style=\"display: none;\">{\"targetDiv\":\"gpt-ad-8305ebbb-dbfa-4d8d-99ab-f44af61ae803\",\"slot\":\"zillow/property_details/buy_agent/b_right_p3\",\"network\":\"7449\",\"sizes\":[300,250],\"explicit_defer_ad\":false,\"defer_target_frame\":false,\"targets\":{\"aamgnrc1\":\"6267 Goddess Ct\",\"bd\":\"4\",\"fsbid\":\"900\",\"city\":\"San_Jose\",\"proptp\":\"sfh\",\"pid\":\"19646000\",\"lot\":\"3\",\"zestibuck\":\"3m-3_999m\",\"listtp\":\"buy_agent\",\"sqftrange\":\"1500-1999\",\"price\":\"3250000\",\"oh\":\"yes\",\"sqft\":\"1848\",\"state\":\"CA\",\"mlong\":\"-122.014305\",\"cnty\":\"Santa_Clara\",\"prange\":\"3m-3_999m\",\"zip\":\"95129\",\"mlat\":\"37.303093\",\"zusr\":\"true\",\"price_band\":\"z3m\",\"yrblt\":\"1960-1969\",\"zestimate\":\"3525300\",\"premieragent\":\"no\",\"dma\":\"37\",\"guid\":\"15c0da3e-dc22-4acf-ac8f-9ac598849325\",\"ssid\":\"900\"}}</div><div id=\"gpt-ad-8305ebbb-dbfa-4d8d-99ab-f44af61ae803\" class=\"generic-box ad third-party-ad wide third-party-iframe-ad-container\"><div id=\"google_ads_iframe_/7449/zillow/property_details/buy_agent/b_right_p3_0__container__\" style=\"border: 0pt none; width: 300px; height: 0px;\"></div></div></div></div></div><div class=\"ds-breadcrumb-container\"><ul class=\"ds-breadcrumbs\"><li><span aria-hidden=\"true\"></span><a href=\"/ca/\">California</a></li><li><span aria-hidden=\"true\"></span><a href=\"/santa-clara-county-ca/\">Santa Clara County</a></li><li><span aria-hidden=\"true\"></span><a href=\"/san-jose-ca/\">San Jose</a></li><li><span aria-hidden=\"true\"></span><a href=\"/san-jose-ca-95129/\">95129</a></li><li><span aria-hidden=\"true\"></span><a href=\"/west-san-jose-san-jose-ca/\">West San Jose</a></li><li><span aria-hidden=\"true\"></span><strong>6267 Goddess Ct</strong></li></ul><script type=\"application/ld+json\">{\"@type\":\"BreadcrumbList\",\"@context\":\"http://schema.org\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@context\":\"http://schema.org\",\"position\":1,\"item\":{\"@id\":\"https://www.zillow.com/ca/\",\"name\":\"California\"}},{\"@type\":\"ListItem\",\"@context\":\"http://schema.org\",\"position\":2,\"item\":{\"@id\":\"https://www.zillow.com/santa-clara-county-ca/\",\"name\":\"Santa Clara County\"}},{\"@type\":\"ListItem\",\"@context\":\"http://schema.org\",\"position\":3,\"item\":{\"@id\":\"https://www.zillow.com/san-jose-ca/\",\"name\":\"San Jose\"}},{\"@type\":\"ListItem\",\"@context\":\"http://schema.org\",\"position\":4,\"item\":{\"@id\":\"https://www.zillow.com/san-jose-ca-95129/\",\"name\":\"95129\"}},{\"@type\":\"ListItem\",\"@context\":\"http://schema.org\",\"position\":5,\"item\":{\"@id\":\"https://www.zillow.com/west-san-jose-san-jose-ca/\",\"name\":\"West San Jose\"}}]}</script></div><div class=\"hdp__sc-1oz3oxe-0 kSyigT ds-footer-container\"><div class=\"home-details-lightbox-nearby-links\"><div><div class=\"text-fold-container\"><div class=\"truncated\" style=\"white-space: pre-wrap; max-height: 198px;\"><h4 class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-1palu1d-1 dRnyHl bRpPFO footer-column-wrapper-title\">Nearby cities</h4><div class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-1palu1d-0 gbKiss eLMCkx footer-column-wrapper-body\"><ul><li><a href=\"/cupertino-ca/\">Cupertino Real estate</a></li><li><a href=\"/gilroy-ca/\">Gilroy Real estate</a></li><li><a href=\"/livermore-ca/\">Livermore Real estate</a></li><li><a href=\"/milpitas-ca/\">Milpitas Real estate</a></li><li><a href=\"/morgan-hill-ca/\">Morgan Hill Real estate</a></li><li><a href=\"/mountain-view-ca/\">Mountain View Real estate</a></li><li><a href=\"/palo-alto-ca/\">Palo Alto Real estate</a></li><li><a href=\"/san-jose-ca/\">San Jose Real estate</a></li><li><a href=\"/santa-clara-ca/\">Santa Clara Real estate</a></li><li><a href=\"/sunnyvale-ca/\">Sunnyvale Real estate</a></li></ul></div><h4 class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-1palu1d-1 dRnyHl bRpPFO footer-column-wrapper-title\">Nearby neighborhoods</h4><div class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-1palu1d-0 gbKiss eLMCkx footer-column-wrapper-body\"><ul><li><a href=\"/almaden-valley-san-jose-ca/\">Almaden Valley Real estate</a></li><li><a href=\"/blossom-valley-san-jose-ca/\">Blossom Valley Real estate</a></li><li><a href=\"/cambrian-park-san-jose-ca/\">Cambrian Park Real estate</a></li><li><a href=\"/downtown-san-jose-ca/\">Downtown Real estate</a></li><li><a href=\"/east-san-jose-san-jose-ca/\">East San Jose Real estate</a></li><li><a href=\"/evergreen-san-jose-ca/\">Evergreen Real estate</a></li><li><a href=\"/fairgrounds-san-jose-ca/\">Fairgrounds Real estate</a></li><li><a href=\"/north-valley-san-jose-ca/\">North Valley Real estate</a></li><li><a href=\"/west-san-jose-san-jose-ca/\">West San Jose Real estate</a></li><li><a href=\"/willow-glen-san-jose-ca/\">Willow Glen Real estate</a></li></ul></div><h4 class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-1palu1d-1 dRnyHl bRpPFO footer-column-wrapper-title\">Nearby zip codes</h4><div class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-1palu1d-0 gbKiss eLMCkx footer-column-wrapper-body\"><ul><li><a href=\"/san-jose-ca-95111/\">95111 Real estate</a></li><li><a href=\"/san-jose-ca-95112/\">95112 Real estate</a></li><li><a href=\"/san-jose-ca-95116/\">95116 Real estate</a></li><li><a href=\"/san-jose-ca-95122/\">95122 Real estate</a></li><li><a href=\"/san-jose-ca-95123/\">95123 Real estate</a></li><li><a href=\"/san-jose-ca-95124/\">95124 Real estate</a></li><li><a href=\"/san-jose-ca-95125/\">95125 Real estate</a></li><li><a href=\"/san-jose-ca-95127/\">95127 Real estate</a></li><li><a href=\"/san-jose-ca-95136/\">95136 Real estate</a></li><li><a href=\"/san-jose-ca-95148/\">95148 Real estate</a></li></ul></div><h4 class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-1palu1d-1 dRnyHl bRpPFO footer-column-wrapper-title\">Other San Jose Topics</h4><div class=\"Text-c11n-8-63-0__sc-aiai24-0 hdp__sc-1palu1d-0 gbKiss eLMCkx footer-column-wrapper-body\"><ul><li><a href=\"/san-jose-ca-95129/apartments/\">Apartments for Rent in 95129</a></li><li><a href=\"/san-jose-ca-95129/\">Houses for Sale in 95129</a></li><li><a href=\"/san-jose-ca-95129/rent-houses/\">Houses for Rent in 95129</a></li><li><a href=\"/san-jose-ca-95129/\">95129 Real Estate</a></li><li><a href=\"/san-jose-ca/condos/\">San Jose Condos</a></li><li><a href=\"/san-jose-ca/houses/\">Houses for Sale in San Jose</a></li><li><a href=\"/san-jose-ca/newest/\">Newest Listings in San Jose</a></li><li><a href=\"/san-jose-ca/home-values/\">San Jose Home Values</a></li><li><a href=\"/san-jose-ca/real-estate-agent-reviews/\">San Jose Real Estate Agents</a></li><li><a href=\"/refinance/ca/san-jose/\">San Jose Refinance</a></li><li><a href=\"/mortgage-rates/ca/san-jose/\">San Jose Mortgage Rates</a></li></ul></div></div><div class=\"read-more\"><button aria-describedby=\"\" class=\"sc-bdvvtL dpf__yjtdv7-0 ksREEs ckhBzR\">See more&nbsp;<span class=\"zsg-icon-expando-down\"></span></button></div></div></div></div><div class=\"Spacer-c11n-8-63-0__sc-17suqs2-0 jeAvRe\"><div><footer class=\"pfs__sc-16g5ked-0 eJSpxl site-footer\"><div class=\"pfs__cacbnh-0 hfetTV\"><nav class=\"pfs__sc-1i1gn38-0 QoYtZ\"><ul data-za-category=\"Navigation\" data-za-action=\"Footer\" class=\"pfs__sc-1kahb5i-0 jBStdh\"><li><a href=\"/z/corp/about/\" class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 iFOqlR\" tabindex=\"0\" data-za-category=\"!inherit\" data-za-action=\"!inherit\" data-za-label=\"About\">About</a></li><li><a href=\"/z/zestimate/\" class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 iFOqlR\" tabindex=\"0\" data-za-category=\"!inherit\" data-za-action=\"!inherit\" data-za-label=\"Zestimates\">Zestimates</a></li><li><a href=\"/research/\" class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 iFOqlR\" tabindex=\"0\" data-za-category=\"!inherit\" data-za-action=\"!inherit\" data-za-label=\"Research\">Research</a></li><li><a href=\"/careers/\" class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 iFOqlR\" tabindex=\"0\" data-za-category=\"!inherit\" data-za-action=\"!inherit\" data-za-label=\"Careers\">Careers</a></li><li><a href=\"https://zillow.zendesk.com/hc/en-us\" class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 iFOqlR\" tabindex=\"0\" data-za-category=\"!inherit\" data-za-action=\"!inherit\" data-za-label=\"Help\">Help</a></li><li><a href=\"/z/partners/advertise/\" class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 iFOqlR\" tabindex=\"0\" data-za-category=\"!inherit\" data-za-action=\"!inherit\" data-za-label=\"Advertise\">Advertise</a></li><li><a href=\"https://www.zillow.com/rental-manager/resources/fair-housing-guide/\" class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 iFOqlR\" tabindex=\"0\" data-za-category=\"!inherit\" data-za-action=\"!inherit\" data-za-label=\"Fair Housing Guide\">Fair Housing Guide</a></li><li><a href=\"/z/corp/terms/\" class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 iFOqlR\" tabindex=\"0\" data-za-category=\"!inherit\" data-za-action=\"!inherit\" data-za-label=\"Terms of use\">Terms of use</a></li><li><a href=\"https://Privacy.ZillowGroup.com\" class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 iFOqlR\" tabindex=\"0\" data-za-category=\"!inherit\" data-za-action=\"!inherit\" data-za-label=\"Privacy Portal\">Privacy Portal</a></li><li><a href=\"javascript:;\" class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 iFOqlR cookie-preference\" tabindex=\"0\" data-za-category=\"!inherit\" data-za-action=\"!inherit\" data-za-label=\"Cookie Preference\">Cookie Preference</a></li><li><a href=\"/blog/\" class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 iFOqlR\" tabindex=\"0\" data-za-category=\"!inherit\" data-za-action=\"!inherit\" data-za-label=\"Blog\">Blog</a></li><li><a href=\"/tech/\" class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 iFOqlR\" tabindex=\"0\" data-za-category=\"!inherit\" data-za-action=\"!inherit\" data-za-label=\"AI\">AI</a></li><li><a href=\"/z/buying/app-download/\" class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 iFOqlR\" tabindex=\"0\" data-za-category=\"!inherit\" data-za-action=\"!inherit\" data-za-label=\"Mobile Apps\">Mobile Apps</a></li></ul><ul class=\"pfs__sc-1kahb5i-0 jBStdh brand-links\" data-za-category=\"Navigation\" data-za-action=\"Footer\"><li><a href=\"https://www.trulia.com/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 iFOqlR\" tabindex=\"0\" data-za-category=\"!inherit\" data-za-action=\"!inherit\" data-za-label=\"Trulia\">Trulia</a></li><li><a href=\"https://streeteasy.com/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 iFOqlR\" tabindex=\"0\" data-za-category=\"!inherit\" data-za-action=\"!inherit\" data-za-label=\"StreetEasy\">StreetEasy</a></li><li><a href=\"https://hotpads.com/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 iFOqlR\" tabindex=\"0\" data-za-category=\"!inherit\" data-za-action=\"!inherit\" data-za-label=\"HotPads\">HotPads</a></li><li><a href=\"https://outeast.com/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 iFOqlR\" tabindex=\"0\" data-za-category=\"!inherit\" data-za-action=\"!inherit\" data-za-label=\"Out East\">Out East</a></li><li><a href=\"https://www.zillowgroup.com/showingtime/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 iFOqlR\" tabindex=\"0\" data-za-category=\"!inherit\" data-za-action=\"!inherit\" data-za-label=\"ShowingTime\">ShowingTime</a></li></ul><div class=\"pfs__sc-16y5ofh-0 xlVDS\"><a id=\"doNotSell\" href=\"https://privacy.zillowgroup.com/cookie\" aria-label=\"Do not sell my personal information\" class=\"StyledTextButton-c11n-8-63-0__sc-n1gfmh-0 ijazhw\">Do Not Sell My Personal Information<span aria-hidden=\"true\"> →</span></a></div></nav></div><div class=\"pfs__wsq7ni-0 fDcMEp\"><div class=\"pfs__sc-1sj5qgb-0 XxYam\"><p class=\"Text-c11n-8-63-0__sc-aiai24-0 fwUjHk\">Zillow Group is committed to ensuring digital accessibility for individuals with disabilities. We are continuously working to improve the accessibility of our web experience for everyone, and we welcome feedback and accommodation requests. If you wish to report an issue or seek an accommodation, please <a href=\"https://zillow.zendesk.com/hc/en-us/requests/new?ticket_form_id=39140\" rel=\"nofollow\" class=\"Anchor-c11n-8-63-0__sc-hn4bge-0 eSFYZn\">let us know</a>.</p></div><div class=\"pfs__sc-1sj5qgb-0 XxYam\"><p class=\"Text-c11n-8-63-0__sc-aiai24-0 fwUjHk\">Zillow, Inc. holds real estate brokerage licenses in multiple states. Zillow (Canada), Inc. holds real estate brokerage licenses in multiple provinces. A list of our real estate licenses is available <a href=\"/z/info/real-estate-licenses/\" class=\"Anchor-c11n-8-63-0__sc-hn4bge-0 eSFYZn\">here</a>.<br><a href=\"https://s.zillow.net/pfs/static/SOP_NYS.pdf\" rel=\"nofollow\" class=\"Anchor-c11n-8-63-0__sc-hn4bge-0 eSFYZn\">§ 442-H New York Standard Operating Procedures</a><br><a href=\"https://s.zillow.net/pfs/static/fairhousingnotice.pdf\" rel=\"nofollow\" class=\"Anchor-c11n-8-63-0__sc-hn4bge-0 eSFYZn\">§ New York Fair Housing Notice</a><br>TREC: <a href=\"https://s.zillow.net/pfs/static/TREC_ZINC_1-25-21.pdf\" rel=\"nofollow\" class=\"Anchor-c11n-8-63-0__sc-hn4bge-0 eSFYZn\">Information about brokerage services</a>, <a href=\"https://www.trec.texas.gov/sites/default/files/pdf-forms/CN%201-3.pdf\" rel=\"nofollow\" class=\"Anchor-c11n-8-63-0__sc-hn4bge-0 eSFYZn\">Consumer protection notice</a><br>California DRE #1522444<a href=\"https://www.zillow.com/z/info/contact-us/\" class=\"Anchor-c11n-8-63-0__sc-hn4bge-0 pfs__chkjii-0 eSFYZn eAQddx\">Contact Zillow, Inc. Brokerage</a></p></div><div class=\"pfs__sc-1sj5qgb-0 XxYam\"><p class=\"Text-c11n-8-63-0__sc-aiai24-0 fwUjHk\">For listings in Canada, the trademarks REALTOR®, REALTORS®, and the REALTOR® logo are controlled by The Canadian Real Estate Association (CREA) and identify real estate professionals who are members of CREA. The trademarks MLS®, Multiple Listing Service® and the associated logos are owned by CREA and identify the quality of services provided by real estate professionals who are members of CREA. Used under license.</p></div><ul class=\"pfs__sc-5sfc2u-0 eMKtLY\"><li><a href=\"https://app.us.adjust.com/7rm1mwj\" aria-label=\"Download on the App Store\"><img src=\"https://s.zillowstatic.com/pfs/static/app-store-badge.svg\" type=\"image/svg+xml\" alt=\"App store logo\" focusable=\"false\" class=\"\" title=\"Download on the App Store\"></a></li><li><a href=\"https://app.us.adjust.com/obee4nw\" aria-label=\"Get it on Google play\"><img src=\"https://s.zillowstatic.com/pfs/static/google-play-badge.svg\" type=\"image/svg+xml\" alt=\"Google play logo\" focusable=\"false\" class=\"\" title=\"Get it on Google Play\"></a></li></ul><ul class=\"pfs__sc-1a1yrk2-0 dYgAyX\"><li><a href=\"/\" width=\"152\" height=\"32\" data-za-action=\"Zillow logo click\" data-za-category=\"!inherit\" aria-label=\"Zillow.com homepage\" version=\"DEFAULT\" class=\"Anchor-c11n-8-63-0__sc-hn4bge-0 pfs__j60ma-0 eSFYZn ieUbKo znav-topnav-logo\"><img src=\"https://s.zillowstatic.com/pfs/static/z-logo-default.svg\" type=\"image/svg+xml\" alt=\"Zillow logo\" focusable=\"false\" height=\"32\" width=\"152\" class=\"pfs__j60ma-1 POghF\"></a></li><li><div id=\"socialLinks\" data-za-category=\"Homepage\" data-za-action=\"Social Icon\" class=\"pfs__sc-1l86zl0-0 kIJbZB\"><span>Follow us:</span><a href=\"http://www.facebook.com/Zillow\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" class=\"Anchor-c11n-8-63-0__sc-hn4bge-0 pfs__chkjii-1 eSFYZn zmeMl\" data-za-category=\"!inherit\" data-za-action=\"!inherit\" data-za-label=\"Facebook\" aria-label=\"Visit us on Facebook\"><span aria-hidden=\"true\" class=\"pfs__tgmoyx-0 kykCbd\"><svg viewBox=\"0 0 32 32\" aria-hidden=\"true\" focusable=\"false\" role=\"img\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 hjToGA\"><title>Facebook</title><path stroke=\"none\" d=\"M30,16.08A14,14,0,1,0,13.81,30V20H10.26V16h3.55V13c0-3.53,2.09-5.48,5.29-5.48a20.46,20.46,0,0,1,3.13.28v3.46H20.47A2,2,0,0,0,18.2,13a1.7,1.7,0,0,0,0,.45V16h3.88l-.62,4H18.19V30A14.06,14.06,0,0,0,30,16.08Z\"></path></svg></span><span class=\"VisuallyHidden-c11n-8-63-0__sc-t8tewe-0 ldGncB\">Visit us on facebook</span></a><a href=\"https://www.instagram.com/zillow\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" class=\"Anchor-c11n-8-63-0__sc-hn4bge-0 pfs__chkjii-1 eSFYZn zmeMl\" data-za-category=\"!inherit\" data-za-action=\"!inherit\" data-za-label=\"Instagram\" aria-label=\"Visit us on Instagram\"><span aria-hidden=\"true\" class=\"pfs__tgmoyx-0 gRtiSz\"><svg viewBox=\"0 0 32 32\" aria-hidden=\"true\" focusable=\"false\" role=\"img\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 hjToGA\"><title>Instagram</title><g stroke=\"none\"><path d=\"M21,2H11a9,9,0,0,0-9,9V21a9,9,0,0,0,9,9H21a9,9,0,0,0,9-9V11A9,9,0,0,0,21,2Zm7,19a7,7,0,0,1-7,7H11a7,7,0,0,1-7-7V11a7,7,0,0,1,7-7H21a7,7,0,0,1,7,7Z\"></path><path d=\"M16,9a7,7,0,1,0,7,7A7,7,0,0,0,16,9Zm0,12a5,5,0,1,1,5-5A5,5,0,0,1,16,21Z\"></path><circle cx=\"23.5\" cy=\"8.5\" r=\"1.5\"></circle></g></svg></span><span class=\"VisuallyHidden-c11n-8-63-0__sc-t8tewe-0 ldGncB\">Visit us on instagram</span></a><a href=\"https://www.tiktok.com/@zillow\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" class=\"Anchor-c11n-8-63-0__sc-hn4bge-0 pfs__chkjii-1 eSFYZn zmeMl\" data-za-category=\"!inherit\" data-za-action=\"!inherit\" data-za-label=\"TikTok\" aria-label=\"Visit us on TikTok\"><span aria-hidden=\"true\" class=\"pfs__tgmoyx-0 gPsusv\"><svg viewBox=\"0 0 32 32\" aria-hidden=\"true\" focusable=\"false\" role=\"img\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 hjToGA\"><title>TikTok Logo</title><path d=\"M27.988 9.01a6.774 6.774 0 0 1-4.16-1.424 7.095 7.095 0 0 1-2.616-4.263A7.263 7.263 0 0 1 21.079 2h-4.46v12.492l-.006 6.843c0 1.83-1.162 3.38-2.773 3.926a3.961 3.961 0 0 1-3.345-.377 4.158 4.158 0 0 1-1.973-3.487c-.034-2.313 1.79-4.199 4.045-4.199.445 0 .873.075 1.273.21v-4.641a8.565 8.565 0 0 0-1.286-.098c-2.468 0-4.777 1.052-6.427 2.947a8.687 8.687 0 0 0-2.11 5.173c-.152 2.516.746 4.908 2.489 6.673A8.423 8.423 0 0 0 12.555 30a8.448 8.448 0 0 0 6.048-2.538 8.664 8.664 0 0 0 2.505-6.092l-.024-10.218a11.2 11.2 0 0 0 2.506 1.498 11.03 11.03 0 0 0 4.41.911V9.01h-.012z\" stroke=\"none\"></path></svg></span><span class=\"VisuallyHidden-c11n-8-63-0__sc-t8tewe-0 ldGncB\">Visit us on tiktok</span></a><a href=\"http://twitter.com/zillow\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" class=\"Anchor-c11n-8-63-0__sc-hn4bge-0 pfs__chkjii-1 eSFYZn zmeMl\" data-za-category=\"!inherit\" data-za-action=\"!inherit\" data-za-label=\"Twitter\" aria-label=\"Visit us on Twitter\"><span aria-hidden=\"true\" class=\"pfs__tgmoyx-0 iGtQyO\"><svg viewBox=\"0 0 32 32\" aria-hidden=\"true\" focusable=\"false\" role=\"img\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 hjToGA\"><title>Twitter</title><path stroke=\"none\" d=\"M29.91 7a10.14 10.14 0 01-3.44 1 6.06 6.06 0 002.62-3.44A11 11 0 0125.29 6 5.68 5.68 0 0021 4a6.15 6.15 0 00-6 6.3v-.15a6.44 6.44 0 00.17 1.31A15.39 15.39 0 014 5.41a5.81 5.81 0 00-.79 2.89 6 6 0 002.4 4.83 4.84 4.84 0 01-2.48-.7v.26a5.92 5.92 0 004.58 5.86 9 9 0 01-1.47.18 4.52 4.52 0 01-1-.09 5.85 5.85 0 005.28 4.21 10.77 10.77 0 01-7.1 2.56A7.12 7.12 0 012 25.32 16.51 16.51 0 0010.83 28C21.3 28 27 18.82 27 10.86v-.64A16.34 16.34 0 0029.91 7z\"></path></svg></span><span class=\"VisuallyHidden-c11n-8-63-0__sc-t8tewe-0 ldGncB\">Visit us on twitter</span></a></div></li><li><span aria-label=\"© 2006 to 2022 Zillow\">© 2006-2022 Zillow</span><span><a href=\"https://www.hud.gov/program_offices/fair_housing_equal_opp\" rel=\"nofollow noopener noreferrer\" target=\"_blank\" id=\"eho-link\" class=\"Anchor-c11n-8-63-0__sc-hn4bge-0 pfs__x86ldc-0 eSFYZn eqPfbo\"><svg viewBox=\"0 0 271.2 290.1\" aria-hidden=\"true\" focusable=\"false\" role=\"img\" class=\"Icon-c11n-8-63-0__sc-13llmml-0 hjToGA\"><title>Equal Housing Opportunity</title><g stroke=\"none\"><path d=\"M0 126.8V90.3l10.4-7L30 70l19.2-12.7 19.5-13.2 19.1-12.8 18.8-12.6L133.8.5a3.4 3.4 0 0 1 3.6 0l5.8 3.9 13.7 9.3q13.2 9 26.5 17.8l13.8 9.3 27.4 18.4 26.2 17.6 18.4 12.4a17.7 17.7 0 0 1 2 1.8v36h-17.6v107.8H252l-147-.3H19.8a16.2 16.2 0 0 1-2-.3V126.8zm224.4 71v-.7-89.8a1.8 1.8 0 0 0-.8-1.3L198 88.8l-41-27.5L136 47.5a1.2 1.2 0 0 0-1.6 0l-7.8 5.3-18.5 12.4L91 76.8 73.4 88.6l-25.2 16.9a1.9 1.9 0 0 0-1 1.8v90.5z\"></path><path d=\"M89.1 181v-38.6h93.4V181zM88.9 97.8h93.3v38.5H89z\"></path><path d=\"M21.4 261v-20.3h14.7v2.4h-12v6.2h11.3v2.4H24v7h12.5v2.3zM55.7 258.9a16.5 16.5 0 0 0 3.5 1.8l-.8 2A15.9 15.9 0 0 1 54 260a10 10 0 0 1-5 1.3 9.6 9.6 0 0 1-5-1.4 8.9 8.9 0 0 1-3.4-3.7 12 12 0 0 1-1.3-5.4 12.2 12.2 0 0 1 1.3-5.5 8.6 8.6 0 0 1 3.4-3.8 10 10 0 0 1 5-1.3 9.8 9.8 0 0 1 5.1 1.4 8.7 8.7 0 0 1 3.5 3.7 12.1 12.1 0 0 1 1.2 5.5 12.6 12.6 0 0 1-.8 4.5 9.5 9.5 0 0 1-2.3 3.5zm-6-3.5a10 10 0 0 1 4 2q2.3-2.2 2.3-6.5a10.3 10.3 0 0 0-.8-4.4 6.5 6.5 0 0 0-2.5-2.8 7 7 0 0 0-8.6 1q-2 2-2 6.2a8.6 8.6 0 0 0 2 6 6.5 6.5 0 0 0 5 2.2 6.9 6.9 0 0 0 2.7-.6 8.7 8.7 0 0 0-2.7-1.1zM75.7 240.7h2.7v11.7a14 14 0 0 1-.7 5 6 6 0 0 1-2.5 2.8 8.9 8.9 0 0 1-4.7 1.2 9.8 9.8 0 0 1-4.7-1 5.6 5.6 0 0 1-2.6-2.9 13.6 13.6 0 0 1-.8-5v-11.8h2.7v11.7a11.4 11.4 0 0 0 .5 4 3.7 3.7 0 0 0 1.7 1.9 5.9 5.9 0 0 0 3 .7q3 0 4.2-1.4t1.2-5.2zM80.7 261l7.8-20.3h2.9l8.3 20.3h-3l-2.4-6.1h-8.5l-2.3 6.1zm5.8-8.3h7l-2.2-5.6q-1-2.6-1.4-4.3a26 26 0 0 1-1.1 4zM101.7 261v-20.3h2.7v18h10v2.3zM124.6 261v-20.3h2.7v8.4h10.5v-8.4h2.7V261h-2.7v-9.6h-10.5v9.6zM144.2 251.1q0-5 2.7-7.9a9.2 9.2 0 0 1 7-2.9 9.7 9.7 0 0 1 5 1.4 8.8 8.8 0 0 1 3.5 3.7 12.2 12.2 0 0 1 1.2 5.5 12 12 0 0 1-1.2 5.5 8.5 8.5 0 0 1-3.6 3.7 10.1 10.1 0 0 1-5 1.3 9.6 9.6 0 0 1-5-1.4 9 9 0 0 1-3.5-3.8 11.5 11.5 0 0 1-1.1-5zm2.7 0a8.1 8.1 0 0 0 2 5.9 6.9 6.9 0 0 0 10 0 8.6 8.6 0 0 0 2-6.1 10.4 10.4 0 0 0-.9-4.4 6.4 6.4 0 0 0-2.5-2.8 6.7 6.7 0 0 0-3.6-1 6.9 6.9 0 0 0-4.9 2q-2 1.9-2 6.5zM180.4 240.7h2.7v11.7a14 14 0 0 1-.7 5 6 6 0 0 1-2.5 2.8 8.9 8.9 0 0 1-4.7 1.2 9.8 9.8 0 0 1-4.7-1 5.6 5.6 0 0 1-2.6-2.9 13.6 13.6 0 0 1-.8-5v-11.8h2.7v11.7a11.4 11.4 0 0 0 .5 4 3.7 3.7 0 0 0 1.7 1.9 5.9 5.9 0 0 0 3 .7q2.9 0 4.2-1.4t1.2-5.2zM186.7 254.5l2.5-.2a5.6 5.6 0 0 0 .9 2.5 4.6 4.6 0 0 0 2 1.6 7.7 7.7 0 0 0 3.1.6 7.5 7.5 0 0 0 2.7-.5 3.8 3.8 0 0 0 1.8-1.2 3 3 0 0 0 .6-1.8 2.6 2.6 0 0 0-.6-1.7 4.1 4.1 0 0 0-1.8-1.2 35.7 35.7 0 0 0-3.6-1 18.4 18.4 0 0 1-4-1.2 5.5 5.5 0 0 1-2.1-2 4.6 4.6 0 0 1-.7-2.4 5.2 5.2 0 0 1 .8-3 5.4 5.4 0 0 1 2.6-2 9.7 9.7 0 0 1 3.7-.6 10.2 10.2 0 0 1 4 .7 5.8 5.8 0 0 1 2.7 2.1 6.2 6.2 0 0 1 1 3.2l-2.6.2a4.2 4.2 0 0 0-1.4-2.9 5.5 5.5 0 0 0-3.6-1 5.7 5.7 0 0 0-3.5 1 2.7 2.7 0 0 0-1.2 2 2.3 2.3 0 0 0 .8 1.9q.8.7 4 1.4a26.7 26.7 0 0 1 4.6 1.3 6.2 6.2 0 0 1 2.6 2.1 5 5 0 0 1 .9 2.9 5.5 5.5 0 0 1-1 3 6.1 6.1 0 0 1-2.6 2.3 9.3 9.3 0 0 1-4 .8 11.7 11.7 0 0 1-4.6-.8 6.5 6.5 0 0 1-3-2.4 6.9 6.9 0 0 1-1-3.7zM207 261v-20.3h2.7V261zM214.4 261v-20.3h2.8l10.6 16v-16h2.6V261h-2.7L217 245v16zM244.4 253v-2.3h8.7v7.5a15.2 15.2 0 0 1-4.1 2.4 12.1 12.1 0 0 1-4.4.8 11.6 11.6 0 0 1-5.4-1.3 8.5 8.5 0 0 1-3.7-3.7 11.7 11.7 0 0 1-1.2-5.4 12.6 12.6 0 0 1 1.2-5.6 8.3 8.3 0 0 1 3.6-3.8 11.2 11.2 0 0 1 5.3-1.2 10.6 10.6 0 0 1 4 .7 6.6 6.6 0 0 1 2.8 2 8.8 8.8 0 0 1 1.6 3.3l-2.5.7a7.5 7.5 0 0 0-1.1-2.5 4.7 4.7 0 0 0-2-1.4 7.1 7.1 0 0 0-2.8-.5 8.3 8.3 0 0 0-3.1.5 6 6 0 0 0-2.2 1.5 7 7 0 0 0-1.3 2 10.6 10.6 0 0 0-.8 4.1 10 10 0 0 0 1 4.5 6 6 0 0 0 2.7 2.8 8.4 8.4 0 0 0 3.8.9 9 9 0 0 0 3.4-.7 8.8 8.8 0 0 0 2.5-1.5v-3.7z\"></path><path d=\"M18.8 278.1q0-5.9 3.2-9.2a10.8 10.8 0 0 1 8.2-3.4 11.4 11.4 0 0 1 5.9 1.6 10.3 10.3 0 0 1 4 4.4 14.2 14.2 0 0 1 1.4 6.3 14 14 0 0 1-1.5 6.5 10 10 0 0 1-4 4.3 11.8 11.8 0 0 1-5.9 1.5 11.2 11.2 0 0 1-6-1.6 10.4 10.4 0 0 1-4-4.4 13.4 13.4 0 0 1-1.3-6zm3.2 0a9.5 9.5 0 0 0 2.3 6.8 7.6 7.6 0 0 0 5.8 2.5A7.6 7.6 0 0 0 36 285q2.3-2.5 2.3-7a12.2 12.2 0 0 0-1-5.1 7.5 7.5 0 0 0-2.9-3.4 7.8 7.8 0 0 0-4.2-1.2 8 8 0 0 0-5.8 2.3q-2.4 2.3-2.4 7.7zM45.6 289.7v-23.8h9a21.6 21.6 0 0 1 3.5.3 7.2 7.2 0 0 1 3 1 5.8 5.8 0 0 1 1.9 2.4 7.7 7.7 0 0 1-1.2 8.3q-2 2.1-7 2.1h-6.1v9.7zm3.1-12.5h6.1q3.1 0 4.4-1.1a4 4 0 0 0 1.3-3.2 4.3 4.3 0 0 0-.8-2.6 3.5 3.5 0 0 0-2-1.4 13.4 13.4 0 0 0-3-.2h-6zM67.7 289.7v-23.8h9a21.6 21.6 0 0 1 3.6.3 7.2 7.2 0 0 1 3 1 5.8 5.8 0 0 1 1.8 2.4 7.7 7.7 0 0 1-1.2 8.3q-2 2.1-7 2.1h-6v9.7zm3.1-12.5H77q3 0 4.3-1.1a4 4 0 0 0 1.3-3.2 4.3 4.3 0 0 0-.8-2.6 3.5 3.5 0 0 0-2-1.4 13.4 13.4 0 0 0-2.9-.2h-6zM88.9 278.1q0-5.9 3.2-9.2a10.8 10.8 0 0 1 8.2-3.4 11.4 11.4 0 0 1 5.9 1.6 10.3 10.3 0 0 1 4 4.4 14.2 14.2 0 0 1 1.4 6.3 14 14 0 0 1-1.4 6.5 10 10 0 0 1-4.2 4.3 11.8 11.8 0 0 1-5.7 1.5 11.2 11.2 0 0 1-6-1.6 10.4 10.4 0 0 1-4-4.4 13.4 13.4 0 0 1-1.4-6zm3.2 0a9.5 9.5 0 0 0 2.3 6.8 8 8 0 0 0 11.7 0q2.3-2.5 2.3-7a12.2 12.2 0 0 0-1-5.1 7.5 7.5 0 0 0-2.9-3.4 7.8 7.8 0 0 0-4.2-1.2 8 8 0 0 0-5.8 2.3q-2.4 2.3-2.4 7.7zM115.7 289.7v-23.8h10.6a14 14 0 0 1 4.8.7 5.3 5.3 0 0 1 2.6 2.2 6.7 6.7 0 0 1 1 3.6 6 6 0 0 1-1.6 4.3 8.3 8.3 0 0 1-5 2.2 8.1 8.1 0 0 1 1.8 1.2 16.4 16.4 0 0 1 2.6 3.1l4.2 6.5h-4l-3.1-5-2.3-3.2a7.1 7.1 0 0 0-1.6-1.6 4.7 4.7 0 0 0-1.4-.6 9.4 9.4 0 0 0-1.8-.2H119v10.6zm3.2-13.3h6.7a10.1 10.1 0 0 0 3.4-.4 3.6 3.6 0 0 0 1.8-1.5 3.9 3.9 0 0 0 .7-2 3.5 3.5 0 0 0-1.2-2.9 5.7 5.7 0 0 0-4-1H119zM145 289.7v-21h-7.7V266H156v2.8h-7.9v21zM175 266h3v13.7a16.2 16.2 0 0 1-.7 5.7 7 7 0 0 1-3 3.4 10.4 10.4 0 0 1-5.5 1.3 11.4 11.4 0 0 1-5.5-1.2 6.6 6.6 0 0 1-3-3.3 15.9 15.9 0 0 1-1-6V266h3.2v13.7a13.4 13.4 0 0 0 .6 4.6 4.4 4.4 0 0 0 2 2.3 6.9 6.9 0 0 0 3.4.8q3.5 0 5-1.6t1.4-6zM183.3 289.7v-23.8h3.2l12.5 18.7v-18.7h3v23.8h-3.2L186.3 271v18.7zM207.8 289.7v-23.8h3.2v23.8zM222.6 289.7v-21h-7.9V266h18.9v2.8h-7.9v21zM243.5 289.7v-10l-9.2-13.8h3.8l4.7 7.2 2.4 4 2.6-4.2 4.6-7h3.7l-9.5 13.7v10.1z\"></path></g></svg><span class=\"VisuallyHidden-c11n-8-63-0__sc-t8tewe-0 ldGncB\">Equal Housing Opportunity</span></a></span></li></ul></div><img src=\"https://s.zillowstatic.com/pfs/static/footer-art.svg\" type=\"image/svg+xml\" alt=\"Footer art\" focusable=\"false\" class=\"\"><script src=\"https://s.zillowstatic.com/s3/pfs/oneTrust-315840c6beae21c0a988.js\"></script></footer></div></div></div></section></div></div></div></div></li><li data-renderstrat=\"ssr\"><div></div></li></ul></div></div></div></div></div></div><div style=\"transform:translateY(100%) translateZ(0)\" class=\"mobile-footer-container\"><div class=\"hdp__sc-2t5in1-0 btqqfT ds-buttons-mobile-fixed\"><ul class=\"contact-button-group\"><li class=\"contact-button prominent\"><button class=\"StyledButton-c11n-8-63-0__sc-wpcbcc-0 gBGCoT contact-button-condensed ds-button ds-label-small\" data-cft-name=\"contact-button-tour\"><div>Request a tour<p class=\"Text-c11n-8-63-0__sc-aiai24-0 StyledParagraph-c11n-8-63-0__sc-18ze78a-0 khqFQN\">as early as today at 11:00 am</p></div></button></li><li class=\"contact-button\"><button class=\"StyledButton-c11n-8-63-0__sc-wpcbcc-0 fFaIrd contact-button-condensed ds-button ds-label-small\" data-cft-name=\"contact-button-message\">Contact agent</button></li></ul></div></div></div><div class=\"mixed-media-lightbox-container\" style=\"width:100vw\"></div><span aria-hidden=\"true\" class=\"VisuallyHidden-c11n-8-63-0__sc-t8tewe-0 ldGncB\"><img alt=\"\" height=\"1\" width=\"1\" src=\"https://www.zillowstatic.com/contact-pixel/wwcXcjYmX2iAWBM25vfnxheFW6Lq4xdlslK_U6nQ1E_bKX8C8_Pe1rv007gHpxKpCo1lkWHrQjzvB_kCftm++G_w+z3LUbRwuCMJK7YHQuiEREuzHCyZ_o6_SO2juGU1KJMRE2xjtEuwVAU9248+3ysCmdRZp2Lv9HvgoAuB5Jo=\"></span></div></div></div><script id=\"hdpApolloPreloadedData\" type=\"application/json\">{\"apiCache\":\"{\\\"VariantQuery{\\\\\\\"zpid\\\\\\\":19646000,\\\\\\\"altId\\\\\\\":null}\\\":{\\\"property\\\":{\\\"zpid\\\":19646000,\\\"streetAddress\\\":\\\"6267 Goddess Ct\\\",\\\"zipcode\\\":\\\"95129\\\",\\\"city\\\":\\\"San Jose\\\",\\\"state\\\":\\\"CA\\\",\\\"latitude\\\":37.303093,\\\"longitude\\\":-122.014305,\\\"price\\\":3250000,\\\"yearBuilt\\\":1961,\\\"lotSize\\\":12100.967999999999,\\\"homeType\\\":\\\"SINGLE_FAMILY\\\",\\\"homeStatus\\\":\\\"STATUS_UNKNOWN\\\",\\\"daysOnZillow\\\":0,\\\"shouldHighlight\\\":false,\\\"zestimate\\\":4800,\\\"listing_sub_type\\\":{\\\"is_openHouse\\\":true,\\\"is_FSBA\\\":true},\\\"openHouse\\\":\\\"Sat. 1-4pm\\\",\\\"isPreforeclosureAuction\\\":false,\\\"homeStatusForHDP\\\":\\\"FOR_SALE\\\",\\\"priceForHDP\\\":3250000,\\\"open_house_info\\\":{\\\"open_house_showing\\\":[{\\\"open_house_start\\\":1653768000000,\\\"open_house_end\\\":1653778800000},{\\\"open_house_start\\\":1653854400000,\\\"open_house_end\\\":1653865200000}]},\\\"timeOnZillow\\\":1653547630000,\\\"hoaFee\\\":0,\\\"isNonOwnerOccupied\\\":false,\\\"isPremierBuilder\\\":false,\\\"isZillowOwned\\\":false,\\\"currency\\\":\\\"USD\\\",\\\"country\\\":\\\"USA\\\",\\\"taxAssessedValue\\\":105036,\\\"lotAreaValue\\\":0.2778,\\\"lotAreaUnit\\\":\\\"acres\\\"},\\\"abTests\\\":{\\\"HDP_WOW_NFS_OWNER_VIEW_LINK\\\":\\\"CONTROL\\\",\\\"ACT_SIGNIN_AFTER_SHARE\\\":\\\"CONTROL\\\",\\\"ARCS_NON_ARCS_TO_AGENTS\\\":\\\"ON\\\",\\\"AndroidHDPButtonText\\\":\\\"CONTROL\\\",\\\"AIPERS_RT_RECS_COLLECTION_LISTING_SORT\\\":\\\"CONTROL_1\\\",\\\"CW_POST_SUBMIT_VALUE_PROPS_INLINE_OPAQUE_WEB\\\":\\\"ON\\\",\\\"INSTANTOFFERS_UPSELLS_OFFMARKET\\\":\\\"CURIOSITY\\\",\\\"EMAIL_Auto_Sign_In\\\":\\\"ON\\\",\\\"AndroidKFSchoolsV2\\\":\\\"ON_KINGFISHER_SCHOOLS_V2\\\",\\\"SXP_HDP_CONTINGENT_V2\\\":\\\"ON\\\",\\\"ODASH_RENT_COMPS_UPSELL\\\":\\\"ON\\\",\\\"SXP_REGION_AUTOCOMPLETE_SOURCE\\\":\\\"TRULIA\\\",\\\"IOS_YOUR_HOME_UPDATE2\\\":\\\"CONTROL_OFF\\\",\\\"AndroidAdSettings\\\":\\\"ONLY_HDP_ADS_OFF\\\",\\\"RE_SEO_Add_internal_links_from_RentHousesSRPstoLTapartmentSRPs\\\":\\\"TEST\\\",\\\"UX-Usabilla\\\":\\\"CONTROL\\\",\\\"SE_InstantOffer_InlineQuestionnaire\\\":\\\"V1_NEWPAGE\\\",\\\"AndroidRegLoginStrongPass\\\":\\\"ON\\\",\\\"SEOTEST__HDP_SERVICE_OFF_MARKET\\\":\\\"CONTROL\\\",\\\"IOS_PREFERRED_HOME\\\":\\\"CONTROL_OFF\\\",\\\"ADT_HDP_CALLOUT\\\":\\\"CONTROL\\\",\\\"ZO_DataStrategy_GetOfferRequestByZuid\\\":\\\"ON\\\",\\\"SHO_MOBILE_WEB_NAV_ADS\\\":\\\"AFTER_2ND\\\",\\\"ADS_BUILDER_TALK\\\":\\\"ON_BOTH\\\",\\\"ADS_MyAgent\\\":\\\"ON\\\",\\\"CDP_SERVICE\\\":\\\"ON\\\",\\\"DefaultToList\\\":\\\"CONTROL_DEFAULT_HOME\\\",\\\"AndroidFacebookTrackingDARE\\\":\\\"DARE_TRACKING\\\",\\\"ADS_PACE_PALS\\\":\\\"CONTROL\\\",\\\"ARCS_APPS_REWRITE\\\":\\\"ON\\\",\\\"ACQ_MOBILE_UPSELL_HDP\\\":\\\"CONTROL\\\",\\\"ARCS_ABAD_ATL\\\":\\\"CONTROL\\\",\\\"NATIVE_AD_POSITION_IPAD\\\":\\\"BELOW_SECOND\\\",\\\"ACQ_TOP_SocialMentions_RatingsVSNone\\\":\\\"Control_NoRatings\\\",\\\"HomeHeroHeight\\\":\\\"CONTROL\\\",\\\"SP_NATIVE_OFF_MARKET_PAGE\\\":\\\"CONTROL\\\",\\\"HDP_SERVICE_FSBA\\\":\\\"REACT_HDP\\\",\\\"Harriet_NewsFeed\\\":\\\"ON\\\",\\\"ANDROID_MORE_MENU_SELLER_IMPROVEMENTS\\\":\\\"CONTROL_OFF\\\",\\\"IOS_HDP_HOME_SAVE_UPSELL\\\":\\\"ON\\\",\\\"SEOTEST__V1_LOCALLOGIC_APARTMENTSRPS\\\":\\\"CONTROL\\\",\\\"ANDROID_FILTER_55\\\":\\\"ON_FILTER_55_NEW_BADGE\\\",\\\"NC_BUILDER_MAP_LAYER\\\":\\\"HDP_AND_SEARCH_MAP\\\",\\\"AndroidCommuteDefault\\\":\\\"CONTROL_COMMUTE_DEFAULT_OFF\\\",\\\"ARCS_LDQ_DISPLAY_UI\\\":\\\"CONTROL\\\",\\\"DirectoryTitleTag\\\":\\\"CONTROL\\\",\\\"HDP_MEDIA_ENTRY_BUTTONS\\\":\\\"BUTTONS\\\",\\\"SEOTEST__RE_SRPTitleTags_CityStateHomesForRent_V2\\\":\\\"CONTROL\\\",\\\"ACT_CUSTOM_MESSAGING\\\":\\\"CONTROL\\\",\\\"ARCS_PROPERTY_CFRD\\\":\\\"ON\\\",\\\"APPS_IOS_PUSH_REGISTRATION\\\":\\\"ON\\\",\\\"SEOTEST__HDP_WOW_FOR_SALE_OTHER\\\":\\\"CONTROL\\\",\\\"UX-SatisfactionSurvey\\\":\\\"CONTROL\\\",\\\"HDP_WOW_FSBA_APP\\\":\\\"ON\\\",\\\"PERS_SORT_V0_MOB\\\":\\\"CONTROL\\\",\\\"AndroidClickstreamSearchImpressions\\\":\\\"ON_PAGEVIEW_ZPIDS\\\",\\\"AndroidRegionAutoCompleteTwo\\\":\\\"ON_REGION_AUTO_COMPLETE_API_TWO\\\",\\\"DigsGridLayout\\\":\\\"CONTROL\\\",\\\"HDP_DQ_NC\\\":\\\"ON\\\",\\\"URLShareTracking\\\":\\\"CONTROL\\\",\\\"ANDROID_FILTER_FORECLOSURE_PREFORECLOSURE\\\":\\\"CONTROL_OFF\\\",\\\"NC_BUILDER_PROFILE\\\":\\\"TEST\\\",\\\"IOS_PLATFORM_DATADOG_LOGGING\\\":\\\"ON\\\",\\\"ADS_BLDR_TXTLNK\\\":\\\"ABOVE_BLURB_LNK\\\",\\\"RH_PERMANENT_RENTER_PROFILE\\\":\\\"ON\\\",\\\"PERS_HOME_INSIGHTS_CONTENT\\\":\\\"CONTROL\\\",\\\"SEOTEST__RE_Add_BuildingOverview_SRP\\\":\\\"CONTROL\\\",\\\"RE_Move_In_Date_Filter\\\":\\\"TEST\\\",\\\"IOS_MAGELLAN_MAP\\\":\\\"ON\\\",\\\"HDP_SELLING_SOON_MSG\\\":\\\"MOBILE_VARIANT_2\\\",\\\"PA_BETH_ALAN_ALL\\\":\\\"CONTROL\\\",\\\"IOS_NEW_MAP_ACTIONS\\\":\\\"ON_NO_NEW_SAVE_DRAW\\\",\\\"iOS_Onboarding_Add_Rent_Amenities\\\":\\\"CONTROL_OFF\\\",\\\"IOS_UPDATE_TAB_LARGE_CARDS\\\":\\\"CONTROL_OFF\\\",\\\"TR_VIRTUALIZED_LIST_CARDS\\\":\\\"ON\\\",\\\"AndroidRentalsVideoPlayback\\\":\\\"PLAYBACK_ON\\\",\\\"ZSG-Colors\\\":\\\"UPDATED_GOLDEN_PATH\\\",\\\"ADS_PACE_QUOTE\\\":\\\"CONTROL\\\",\\\"IOS_ONBOARDING_SKIP_PLACEMENT\\\":\\\"CONTROL_BOTTOM\\\",\\\"ABService_CachedABOverridesManager\\\":\\\"USE_AB_REDIS_CACHE\\\",\\\"SXP_SENTRY\\\":\\\"ON\\\",\\\"IOS_FORECLOSURE_OFF\\\":\\\"ON\\\",\\\"SPT_LOADING_DOUBLE_SCROLL_ZO\\\":\\\"CONTROL\\\",\\\"YOLT_ABAD_MIAMI\\\":\\\"CONTROL\\\",\\\"AndroidZODatadogLogging\\\":\\\"ON\\\",\\\"ANDROID_MORE_OFFER_DASHBOARD_ENTRY\\\":\\\"ON\\\",\\\"RegistrationAd\\\":\\\"CONTROL_OFF\\\",\\\"OnboardingForIPad_AA\\\":\\\"ON\\\",\\\"CW_ONE_ADVISOR_CONTACT_AGENT_DALLAS\\\":\\\"ON\\\",\\\"AndroidUpdatesHomeRecs\\\":\\\"ON_LIST\\\",\\\"CLICKSTREAM_WEB\\\":\\\"ON\\\",\\\"AR_CSAT_POST_TOUR\\\":\\\"VARIANT2\\\",\\\"HDP_SERVICE_ZILLOW_OWNED\\\":\\\"ON\\\",\\\"VL_TEXT_SHARE\\\":\\\"TEST\\\",\\\"Sell_LPAddressEntry\\\":\\\"CONTROL\\\",\\\"AndroidStrongerPassword\\\":\\\"ON\\\",\\\"RE_Flybar_Region_Services\\\":\\\"CONTROL\\\",\\\"ADS_EPA_LEADERBOARD_FACE\\\":\\\"ON\\\",\\\"HDP_EARLY_TRIAGE_REORDER_APP\\\":\\\"VARIANT_1\\\",\\\"IOS_CV_REFACTORING\\\":\\\"ON\\\",\\\"IOS_QUICK_NOTES\\\":\\\"CONTROL\\\",\\\"MTT_HOP_RTB_2_ONSITE_MESSAGING\\\":\\\"PORTFOLIO_INTEGRATION_CTRL\\\",\\\"ADS_CF_MORTGAGE_ABC_IN_APPS\\\":\\\"ON\\\",\\\"AR_NLP_APPOINTMENT_CONFIRMATION\\\":\\\"CONTROL\\\",\\\"iOSOwnerViewTest\\\":\\\"CONTROL\\\",\\\"AR_CSAT_STANDARD_SELECTED\\\":\\\"CONTROL\\\",\\\"MarketingMobileAppUpsellBannerAndroid\\\":\\\"TWO_BUTTON_STYLE\\\",\\\"VL_Availability_Language\\\":\\\"CONTROL\\\",\\\"APPS_IOS_MODAL_CONTACT_FORM\\\":\\\"CONTROL_OFF\\\",\\\"AR_BUYER_INITIATED_RELATIONSHIPS_DELAY\\\":\\\"CONTROL\\\",\\\"android_constellation_ss_update_1\\\":\\\"CONTROL_OFF\\\",\\\"android_constellation_ss_update_2\\\":\\\"CONTROL_OFF\\\",\\\"SPT_HFF_TO_PSL\\\":\\\"ON\\\",\\\"AndroidRentalsCombinedFilterAptsCondos\\\":\\\"ON_ANDROID_RENTALS_COMBINED_FILTER_APTS_CONDOS\\\",\\\"AppUpsellTopiOS\\\":\\\"CONTROL_OFF\\\",\\\"NC_HDP_SINGLE_SCROLL\\\":\\\"ON_LINK_HIGHER\\\",\\\"ADS_MobileHDPBanner\\\":\\\"Control\\\",\\\"AndroidForgotPasswordApiV2\\\":\\\"CONTROL_FORGOT_PASSWORD_API_V2_OFF\\\",\\\"HDP_AND_SEARCH_MAGELLAN\\\":\\\"ON\\\",\\\"HRS_HDP_RECS_CONFIG\\\":\\\"CONTROL\\\",\\\"NATIVE_AD_POSITION_IPHONE\\\":\\\"CONTROL\\\",\\\"OUTGOING_HTML_FILTER\\\":\\\"CONTROL\\\",\\\"SEOTEST__SXP_LIST_ONLY_SRP\\\":\\\"CONTROL\\\",\\\"iOSRegUpdate\\\":\\\"CONTROL_OFF\\\",\\\"AIPERS_SIMILAR_HOMES_GDP\\\":\\\"CONTROL\\\",\\\"ANDROID_AGENT_AUDIENCE_TARGETING\\\":\\\"CONTROL_OFF\\\",\\\"AndroidGAPerfReporting\\\":\\\"CONTROL_REPORTING_OFF\\\",\\\"HDP_YOUR_HOME_COMPS_MODULE\\\":\\\"ON_V1\\\",\\\"IOS_RESET_PASSWORD_EMAIL_API\\\":\\\"CONTROL_OFF\\\",\\\"PA_LEAD_PACING\\\":\\\"CONTROL\\\",\\\"HDP_OPEN_HOUSE_SAVE_WEB\\\":\\\"CONTROL\\\",\\\"SHEN_EMS_SAVED_SEARCH\\\":\\\"CONTROL\\\",\\\"IOS_OFFERS_QUESTIONNAIRE_CONTACT_FORM_FIRST\\\":\\\"CONTROL\\\",\\\"IOS_ONBOARDING_PUSH_UPDATE\\\":\\\"ON\\\",\\\"HDP_WOW_NC_APP\\\":\\\"ON\\\",\\\"IOSFILTER_BUTTONS\\\":\\\"IOSFILTER_BUTTONS_CONTROL_OFF\\\",\\\"SEOTEST__HDP_WOW_RETEST\\\":\\\"CONTROL\\\",\\\"SXP_REACT_FOOTER_DESKTOP\\\":\\\"CONTROL\\\",\\\"ZO_FSHDP_RTBP_360\\\":\\\"CONTROL\\\",\\\"AndroidMagellanMap\\\":\\\"MAGELLAN_MAP_ON\\\",\\\"AndroidZMANewLegalTerms\\\":\\\"ON_ZMA_NEW_LEGAL_TERMS\\\",\\\"IOS_SHOW_SELF_TOUR_V3\\\":\\\"ON\\\",\\\"RR_MF_OFFICE_HOUR_TOURS\\\":\\\"ON\\\",\\\"HDP_PROPERTY_PSL\\\":\\\"CONTROL\\\",\\\"ARCS_CLICK_TO_CALL_TRACKING\\\":\\\"CONTROL\\\",\\\"IOS_MORE_OFFER_DASHBOARD_ENTRY\\\":\\\"ON\\\",\\\"MTT_HMIMHW_TOP_SLOT_HOLDOUT\\\":\\\"CONTROL\\\",\\\"ADS_EPA_ONE_MONTH_FREE\\\":\\\"ON\\\",\\\"AndroidZOHomeAccess\\\":\\\"ON\\\",\\\"ADS_OpaqueBAL\\\":\\\"CONTROL\\\",\\\"AndroidPlaybackVideo\\\":\\\"SUPPORTED\\\",\\\"HRS_CONTROLLER_HDP\\\":\\\"ALLOWED\\\",\\\"DigsSide\\\":\\\"CONTROL_REG_ONLY\\\",\\\"RE_LeadDistribution\\\":\\\"CONTROL\\\",\\\"VL_SHARE_BDP\\\":\\\"TEST\\\",\\\"PHONE_VL_CONTACTS\\\":\\\"TRIO\\\",\\\"REDIRECT_SCHOOL_DETAILS_PAGE\\\":\\\"ON\\\",\\\"REV_CSI_PALS\\\":\\\"ON\\\",\\\"YOLT_ABAD_DALLAS\\\":\\\"CONTROL\\\",\\\"AIPERS_COLLECTIONS_GEOLOCATION\\\":\\\"CONTROL\\\",\\\"AR_MY_AGENT_PROFILE\\\":\\\"ON\\\",\\\"SPT_SIMILAR_HOMES_OFF_MARKET_GDP\\\":\\\"ON\\\",\\\"IOS_GRANULAR_PET_FILTERS\\\":\\\"ON_GRANULAR\\\",\\\"LEAD_PACING_FLEX_NURTURE_INHOUSE\\\":\\\"CONTROL\\\",\\\"ADS_NO_CF_SENSITIVE_FIELDS\\\":\\\"CONTROL\\\",\\\"ACQ_Search_Filters_Upsell\\\":\\\"CONTROL\\\",\\\"VARIANTS_BDP_768_PLUS\\\":\\\"CONTROL\\\",\\\"LOCATION_MODULE_VL\\\":\\\"LOCATION_MODULE\\\",\\\"SEL_SellerLeadsQueue\\\":\\\"QUEUE\\\",\\\"ADS_PACE_REGION_REDIRECT_TRAFFIC\\\":\\\"ON\\\",\\\"YOLT_ABAD_ORLANDO\\\":\\\"CONTROL\\\",\\\"IOS_EMAIL_AUTO_SIGN_IN\\\":\\\"ON\\\",\\\"LEGO_MESSAGE_COUNT\\\":\\\"COUNTER_ON\\\",\\\"Z3D_HDP_PhotoWall\\\":\\\"CONTROL\\\",\\\"HDP_REORDER_AT_A_GLANCE\\\":\\\"CONTROL\\\",\\\"SEOTEST_301_Redirect_rentalURLS_houses\\\":\\\"CONTROL\\\",\\\"SPT_GDP_BATCH_TO_PSL_2\\\":\\\"ON\\\",\\\"IOS_HidePrivatePhotos\\\":\\\"CONTROL_OFF\\\",\\\"SXP_FLOATING_ACTION_BAR\\\":\\\"ON\\\",\\\"SET_REMOVE_COUNT\\\":\\\"CONTROL\\\",\\\"CW_ONE_ADVISOR_TOUR_PHOENIX\\\":\\\"CONTROL\\\",\\\"IOS_CTA_IN_GALLERY\\\":\\\"CTA_BLUE\\\",\\\"REV_AnnaulReceiptEnabled\\\":\\\"ON\\\",\\\"SET_CTA_COUNTLESS\\\":\\\"CONTROL\\\",\\\"REV_redirect_manage_payments_cc_to_csi\\\":\\\"CONTROL\\\",\\\"HOME_TRACKER_INVITE\\\":\\\"ON\\\",\\\"MarketingUseSubService\\\":\\\"SUB_SERVICE\\\",\\\"IOS_SRP_ZILLOW_OFFERS_BANNER\\\":\\\"CONTROL_OFF\\\",\\\"IOS_OnboardingReprompting_2\\\":\\\"ON\\\",\\\"iOS_Touring_V1\\\":\\\"ON_DISCOVERY\\\",\\\"REV_TURN_ON_OTC_ADMIN_UI\\\":\\\"ON\\\",\\\"SEOTEST__SRP_PAGINATION\\\":\\\"CONTROL\\\",\\\"ZO_Nurture_Flow_Seller_Advisor\\\":\\\"CONSULTATION\\\",\\\"CW_ONE_ADVISOR_TOUR_DENVER\\\":\\\"CONTROL\\\",\\\"ARCS_ATLAS_ADS_DISPLAY\\\":\\\"ON\\\",\\\"HOME_TRACKER_SAVED_HOMES\\\":\\\"ON\\\",\\\"ZO_Questionnaire_Segment\\\":\\\"CONTROL\\\",\\\"SXP_LISTING_SUBTYPE\\\":\\\"CONTROL\\\",\\\"PERS_SORT_V0_PRE_2\\\":\\\"CONTROL\\\",\\\"ABS_DECISION_TOKEN_GATE\\\":\\\"ON\\\",\\\"ADS_RentalHomeTourMobileWeb\\\":\\\"CONTROL\\\",\\\"iOSCollections\\\":\\\"ON_BOTTOM\\\",\\\"GA_LIVE_EVENTS\\\":\\\"control\\\",\\\"ZO_SUB_NAV\\\":\\\"CONTROL\\\",\\\"HDP_ZestimateDeepDive\\\":\\\"ON_W_DISAGREEMENT\\\",\\\"SL_ZINSTAGRAM\\\":\\\"REACT_IMAGE_UPLOADER\\\",\\\"IOS_ZO_HDP_BRAND_BOOST\\\":\\\"ON\\\",\\\"IOS_NATIVE_TOUR_FORM\\\":\\\"CONTROL_OFF\\\",\\\"IOS_HOME_INSIGHTS_FOR_YOU\\\":\\\"ON\\\",\\\"HDP_FAF_TELECOM\\\":\\\"CONTROL\\\",\\\"SXP_Search_Refinement_Filters\\\":\\\"CONTROL\\\",\\\"ODASH_RENT_COMPS_UPSELL_V2\\\":\\\"CONTROL\\\",\\\"HDP_INSPECTIONS\\\":\\\"CONTROL\\\",\\\"SPT_RENDER_NATIVE_ZO_HDP_PAGE\\\":\\\"CONTROL\\\",\\\"HDP_MWEB_PHOTOS\\\":\\\"CONTROL\\\",\\\"VL_TRAVEL_TIME\\\":\\\"TEST\\\",\\\"IOS_ZO_ZILLOWOWNED_FILTER\\\":\\\"ON\\\",\\\"KeystoneEvents3DHome\\\":\\\"SEND_EVENT\\\",\\\"SPT_FLYBAR_GDP_TO_REGION_API\\\":\\\"ON\\\",\\\"AIPERS_COLLECTIONS_UPDATES_TAB\\\":\\\"MODEL_C_1\\\",\\\"ADS_EPA_INACTIVE_ZIPS\\\":\\\"CONTROL\\\",\\\"ARCS_PTR_CALL_AGENTS_INVENTORY\\\":\\\"ON\\\",\\\"IOS_PROPERTY_TAGS\\\":\\\"CUSTOM_ENTRY_TRAILING\\\",\\\"ANDROID_NEW_CON_SELF_TOUR\\\":\\\"CONTROL_OFF\\\",\\\"IOS_ZillowGroupAnalytics\\\":\\\"CONTROL_OFF\\\",\\\"HDP_SERVICE_FSBA_APP_V2\\\":\\\"ON\\\",\\\"AR_FIRST_CONNECTION_FOLLOWUP\\\":\\\"CONTROL\\\",\\\"ARCS_SCHEDULE_A_TOUR_MOBILE\\\":\\\"ON\\\",\\\"tr_top_nav_mweb\\\":\\\"CONTROL\\\",\\\"DigsFromHDPMobileRE\\\":\\\"CONTROL_NoDigFromRE_HDP\\\",\\\"RE_REDIRECT_IOS_APP_RCF\\\":\\\"REDIRECTED\\\",\\\"AndroidStreetView\\\":\\\"STREETVIEW_ON\\\",\\\"SXP_PREXIT_CLAIMS_INFO\\\":\\\"ENABLED\\\",\\\"IOS_2020_MAS_V2\\\":\\\"ON_2\\\",\\\"VL_EXPANDED_CONTENT\\\":\\\"BUTTON\\\",\\\"IOS_HOME_LOOKUP_LIST_2020\\\":\\\"ON_2\\\",\\\"HDP_PublicZestimate\\\":\\\"ON\\\",\\\"HDP_SERVICE_NFS\\\":\\\"CONTROL\\\",\\\"REV_CSI_TT\\\":\\\"CONTROL\\\",\\\"ANDROID_FRDefaultSort\\\":\\\"ON\\\",\\\"APPS_IOS_APPLE_SATELLITE_CARDS\\\":\\\"CONTROL_OFF\\\",\\\"PERS_MOBILE_SEARCH\\\":\\\"MY_ZILLOW_FIRST_AUTOSCROLL\\\",\\\"ADT_BLOCK_FUNCTIONAL_COOKIES\\\":\\\"ON\\\",\\\"HDP_TOP_NAV_TOP_ONLY\\\":\\\"ON\\\",\\\"ACQ_HDP_Email\\\":\\\"Variant_Brand\\\",\\\"SEL_NEW_SELLER_LANDING_PAGE\\\":\\\"ON\\\",\\\"SE_InstantOffer_ZipCodes\\\":\\\"PHOENIX_EXPANSION_1\\\",\\\"ADS_EPA_DISPLAY_AGENT_BILLING_PORTAL\\\":\\\"CONTROL\\\",\\\"IOS_MOBILE_DEVICE_SERVICE\\\":\\\"ON\\\",\\\"ADS_INTERNATIONAL_CONTACTFORM_PHONE\\\":\\\"CONTROL\\\",\\\"HDP_DQ_NFS_RS\\\":\\\"CONTROL\\\",\\\"IOS_NATIVE_HDP\\\":\\\"ON\\\",\\\"SXP_NONMLS_OFF\\\":\\\"CONTROL\\\",\\\"SELDataScienceTest\\\":\\\"CONTROL\\\",\\\"ACQ_HDP_StackedvScrollaway\\\":\\\"Variant_Scrollaway\\\",\\\"HDP_WOW_MORTGAGE_ITERATIONS\\\":\\\"CONTROL\\\",\\\"APP_UPSELL_HOMEPAGE\\\":\\\"CONTROL\\\",\\\"IOS_GEOFENCE\\\":\\\"ON_2\\\",\\\"AndroidCoshoppingV1\\\":\\\"CONTROL_OFF\\\",\\\"VL_HEADER_OPTIMIZATION\\\":\\\"ON\\\",\\\"SXP_PARTIAL_PAGE_LOAD_REFACTOR\\\":\\\"CONTROL\\\",\\\"AndroidRelevancySort\\\":\\\"RELEVANCY_ON\\\",\\\"IOS_RELEVANCY_SORT\\\":\\\"RELEVANCY_ON\\\",\\\"MTT_HOP_RTB_1_ONSITE_MESSAGING\\\":\\\"PORTFOLIO_INTEGRATION_CTRL\\\",\\\"UsePlainTextPasswordField\\\":\\\"ON\\\",\\\"OFFER_IN_HAND_EMAIL\\\":\\\"EMAIL_ZORD_ONLY\\\",\\\"ARCS_INLINE_TOUR\\\":\\\"ON_BUYERS_AGENT\\\",\\\"AR_CSAT_15_DAY_CHECKIN_ENABLE\\\":\\\"VARIANT_1\\\",\\\"ADAT_REVIEWS_REACT\\\":\\\"CONTROL\\\",\\\"PA_UNIVERSAL_NAV_NON_PROFILE_PAGES\\\":\\\"NEW_NAV_ON\\\",\\\"IOS_CDP_MAP_DOT\\\":\\\"CONTROL_OFF\\\",\\\"Mobile_Touch_SignIn\\\":\\\"Control\\\",\\\"APPS_ENABLE_PERIMETERX\\\":\\\"CONTROL_OFF\\\",\\\"ANDROID_OMHDP_REFI_UPSELL\\\":\\\"CONTROL_OFF\\\",\\\"CLICKSTREAM_JS_SDK_SOURCE\\\":\\\"KEYSTONE\\\",\\\"HDP_OV_FORSALE\\\":\\\"ON_W_PUBLIC_TABS\\\",\\\"AndroidZOActiveTour\\\":\\\"ON\\\",\\\"SI_VA_Condos\\\":\\\"ON\\\",\\\"PACE_ABP_ACH_BANNER\\\":\\\"ON\\\",\\\"YOLT_NO_OB_TOURS_ATL\\\":\\\"CONTROL\\\",\\\"IOS_CONTINGENT_LISTINGS_V1\\\":\\\"ON\\\",\\\"RE_RegionPogoMigration_SearchPageState\\\":\\\"CONTROL\\\",\\\"AR_CONTACTS_TO_L2\\\":\\\"ON\\\",\\\"SI_VA_DPA_Optimized\\\":\\\"CONTROL\\\",\\\"Android3DHomesTagOnSavedList\\\":\\\"CONTROL_3DHOMES_SAVED_LIST_OFF\\\",\\\"HDP_NativePhotoplayer\\\":\\\"ON\\\",\\\"SELTargetColumn\\\":\\\"CONTROL\\\",\\\"ANDROID_SS_IN_AUTOCOMPLETE\\\":\\\"ON\\\",\\\"PPL_PPS_POGO_UDS_MIGRATION\\\":\\\"UDS\\\",\\\"Z3D_HDPCallout\\\":\\\"PHOTO_WALL_C\\\",\\\"ZSG-Icons\\\":\\\"CONTROL\\\",\\\"ADS_EPA_CHASE_IFRAME\\\":\\\"ON\\\",\\\"AndroidRegionAutoComplete\\\":\\\"ON_NEW_REGION_AUTO_COMPLETE_API\\\",\\\"SEOTEST_REMOVE_RENT_ZESTIMATE\\\":\\\"CONTROL\\\",\\\"ACQ_HDP_DynamicLocation\\\":\\\"Trial_Inactive\\\",\\\"ADS_PACE_AD_BONUS\\\":\\\"CONTROL\\\",\\\"AndroidDataDogLogger\\\":\\\"CONTROL_OFF\\\",\\\"ARCS_EXPANDED_OPAQUE_SELLER_TITLE\\\":\\\"ON\\\",\\\"ANDROID_RENTER_HUB_SATELLITE\\\":\\\"CONTROL_RENTER_HUB_SATELLITE_OFF\\\",\\\"RA_RACHEL_INCOME_DOCS_ENCOURAGEMENT_MULTIVARIATE\\\":\\\"SOCIAL_PROOF\\\",\\\"SEOTEST__HDP_WOW_SOLD_AND_OFF\\\":\\\"CONTROL\\\",\\\"ACQ_TOP_DISMISSLOGIC_2wksVS24hrs\\\":\\\"Control_2wks\\\",\\\"HDP_SCAM_ALERT\\\":\\\"CONTROL\\\",\\\"AndroidZOMapDotsZillowLogo\\\":\\\"CONTROL_ZO_MAP_DOTS_OFF\\\",\\\"CW_ONE_ADVISOR_TOUR_RALEIGH\\\":\\\"CONTROL\\\",\\\"IOS_WEBVIEW_BACK_BUTTON\\\":\\\"ON\\\",\\\"AndroidZOStartAnOffer\\\":\\\"ON\\\",\\\"ACT_PageFrameInPageWrapper\\\":\\\"ON\\\",\\\"IOS_MEDIA_STREAM_RENTALS\\\":\\\"ON\\\",\\\"OM_NOO_ZO_ELIGIBLE_RENTAL_UPSELL\\\":\\\"ON\\\",\\\"RE_NearMeLandingPages\\\":\\\"CONTROL\\\",\\\"AndroidSaveInPhotoGallery\\\":\\\"SAVE_IN_PHOTO_GALLERY\\\",\\\"IOS_INSTANTOFFERS_UPSELLS_FORSALE\\\":\\\"CONTROL\\\",\\\"HDP_ASYNC_PRICE_HISTORY\\\":\\\"CONTROL_SYNC\\\",\\\"HDP_SSR_WRAPPED_CONTENT_ONLY_FOR_BOTS\\\":\\\"ON\\\",\\\"ZEXP_AA_TEST_SLOT_187\\\":\\\"CONTROL\\\",\\\"CONV_AI_NLP_PLATFORM_TREATMENT\\\":\\\"CONTROL\\\",\\\"SXP_NAV_AD_LOADING\\\":\\\"CONTROL\\\",\\\"SI_DPA_Token\\\":\\\"CONTROL\\\",\\\"ZEXP_AA_TEST_SLOT_188\\\":\\\"CONTROL\\\",\\\"ACT_FILTER_ON_LAND\\\":\\\"CONTROL\\\",\\\"AndroidCtaTourEmphasis\\\":\\\"CONTROL\\\",\\\"PRE_CLAIM_POGO_DEPRECATION\\\":\\\"ON\\\",\\\"iOSEverestAdTest\\\":\\\"EVEREST_ADS_ON\\\",\\\"SEL_PricingEntrypoint\\\":\\\"CONTROL\\\",\\\"ADS_PACE_PALS_EMAIL\\\":\\\"CONTROL\\\",\\\"IOS_SHOW_NATIVE_ZO_QUESTIONNAIRE\\\":\\\"CONTROL_OFF\\\",\\\"ACT_2FA\\\":\\\"CONTROL\\\",\\\"AndroidComingSoonDisplay\\\":\\\"ON\\\",\\\"APPS_IOS_GOOGLE_TRANSITION\\\":\\\"ON_SIGNED_URLS\\\",\\\"SXP_PHOTO_CAROUSEL\\\":\\\"CONTROL\\\",\\\"ADT_COOKIE_CONSENT\\\":\\\"ONETRUST\\\",\\\"ADS_FiOSAd\\\":\\\"ON\\\",\\\"HDP_PSL_PHOTOS\\\":\\\"ON\\\",\\\"IOS_HIDDEN_HOMES_2022\\\":\\\"CONTROL_OFF\\\",\\\"SPT_FLYBAR_GDP_TO_ZG_SEARCH\\\":\\\"ON\\\",\\\"HDP_ZO_NFS_UPSELL_ONSITE_MESSAGING\\\":\\\"ONSITE_MESSAGING\\\",\\\"AndroidWowMapDotsV0\\\":\\\"ON_WOW_DOTS_WITH_HRS\\\",\\\"REV_Replace_PALS_CC_Form_With_CSI_Functionality\\\":\\\"CONTROL\\\",\\\"SET_PREXIT_SHARE\\\":\\\"CONTROL\\\",\\\"SRP_DESKTOP_ADS_VARIANTS\\\":\\\"VARIANT_B\\\",\\\"VL_BDP_NYDOS\\\":\\\"ON\\\",\\\"HDP_FULL_SSR_NFS\\\":\\\"ON\\\",\\\"FOUNDATION_COLORS_TYPOGRAPHY\\\":\\\"CONTROL\\\",\\\"ADS_EPA_SHOW_OTHER_LEADS\\\":\\\"ON\\\",\\\"HDP_VT_HIGHER\\\":\\\"ON\\\",\\\"IOS_FLYBARQUERYUNDERSTANDING\\\":\\\"ON\\\",\\\"SEO__SXP_REMOVE_ANCHOR_TEXT\\\":\\\"CONTROL\\\",\\\"SEOTEST__RE_SRPTitleTags_CityStateHomesForRent\\\":\\\"CONTROL\\\",\\\"SavedSearchInstantSMS\\\":\\\"CONTROL\\\",\\\"REALTIME_PERS_SORT_PRE\\\":\\\"REALTIME_RECS\\\",\\\"NOTIFICATION_SERVICE\\\":\\\"CACHED\\\",\\\"VELOCITY_TimeIsMoney\\\":\\\"CONTROL\\\",\\\"HDP_THROTTLE_SCROLL_EVENTS\\\":\\\"ON\\\",\\\"MOBILE_ZO_VALUEPROP\\\":\\\"VALUEPROP_ON\\\",\\\"ACT_AutocompleteHW\\\":\\\"CONTROL\\\",\\\"ARCS_REGION_PHONE\\\":\\\"ON\\\",\\\"VL_BDP_UTABLE\\\":\\\"SHOW_ALL\\\",\\\"DXP_NEW_MAP_DOTS_WEB\\\":\\\"CONTROL\\\",\\\"IOS_HDP_TOP_ACTIONS\\\":\\\"CONTROL_OFF\\\",\\\"ACQ_TOP_DISMISSLOGIC_Relaunch_2wksVS24hrs\\\":\\\"Variant_Relaunch_24hrs\\\",\\\"ARCS_LISTEDBY\\\":\\\"CONTROL\\\",\\\"IOS_CURRENT_LOCATION\\\":\\\"CONTROL_ON\\\",\\\"HDP_NO_CARDS\\\":\\\"ON\\\",\\\"USE_NEW_AGENT_FINDER\\\":\\\"NEW_AGENT_FINDER\\\",\\\"RR_TourSchedulingOnOffSwitch\\\":\\\"CONTROL\\\",\\\"SELLiveViewsUI\\\":\\\"CONTROL\\\",\\\"PERS_HOME_INSIGHTS_POSITION\\\":\\\"INSIGHTS_MID\\\",\\\"IOS_SHARE_SHEET\\\":\\\"ON_2\\\",\\\"SPT_PSL_PRICE_HISTORY\\\":\\\"ON\\\",\\\"TR_HOME_VALUES_REDIRECT\\\":\\\"CONTROL\\\",\\\"KeystoneEventHDP\\\":\\\"SEND_EVENT\\\",\\\"HDP_HarrietZestimate\\\":\\\"TOOLS_MODULE\\\",\\\"IOS_HOMERECOMMENDATIONS_V1\\\":\\\"ON\\\",\\\"IOS_HOMERECOMMENDATIONS_V2\\\":\\\"CONTROL_OFF\\\",\\\"NOTIFICATION_ADMIN_PAGE_ONLY\\\":\\\"ADMIN_PAGE_ONLY\\\",\\\"SXP_ACT_REMOVE_SEARCHBOX_GLEAM\\\":\\\"NO_GLEAM\\\",\\\"VEL-3802-ClientProfileSLAs\\\":\\\"TEST\\\",\\\"ZO_BuyerQuestions\\\":\\\"ON\\\",\\\"IOS_TAGS_V2\\\":\\\"ON\\\",\\\"SE_InstantOffer_LandingPage\\\":\\\"V5_VIDEO_C\\\",\\\"IOS_NATIVE_CDP_V0\\\":\\\"CONTROL\\\",\\\"AAP_scheduled_cancelation\\\":\\\"CONTROL\\\",\\\"IOS_MEDIA_STREAM_PANO\\\":\\\"ON\\\",\\\"SP_NATIVE_ZO_HDP_PAGE\\\":\\\"CONTROL\\\",\\\"UnassistedHomeShowingWeb\\\":\\\"TREATMENT\\\",\\\"IOS_ZO_VALUEPROP\\\":\\\"CONTROL_OFF\\\",\\\"ARCS_TOUR_TYPE_TEXT\\\":\\\"VIRTUAL\\\",\\\"SXP_Exclude_Referer\\\":\\\"TEST\\\",\\\"ARCS_TOUR_TIME\\\":\\\"TIME_SHOWN\\\",\\\"SHO_DEFAULT_LIST_OR_MAP\\\":\\\"CONTROL_DEFAULT_LIST\\\",\\\"SXP_PAGE_LOAD\\\":\\\"FASTER\\\",\\\"FIT_HDP_ASSETS\\\":\\\"CONTROL\\\",\\\"NC_SELF_TOUR\\\":\\\"ON\\\",\\\"AndroidZOHomeAccessV2\\\":\\\"ANDROID_ZO_HOME_ACCESS_VERSION_2_ON\\\",\\\"AR_CSAT_MODAL_HDP_LOAD_DELAY\\\":\\\"CONTROL\\\",\\\"NC_MAP_KEYS_FF\\\":\\\"CONTROL\\\",\\\"HRS_HOME_PAGE_RECS_CONFIG\\\":\\\"CONTROL\\\",\\\"HDP_SERVICE_FSBA_REGIONAL\\\":\\\"REACT_HDP\\\",\\\"ANDROID_OMHDP_ESTSALEPRICE\\\":\\\"ON_ESTSALEPRICE\\\",\\\"RE_Rentals_Badging_v1\\\":\\\"CONTROL\\\",\\\"RR-TourSchedulingiOS\\\":\\\"CONTROL\\\",\\\"RUM_VIA_STATIC_BUNDLE\\\":\\\"TREATMENT_STATIC_BUNDLE\\\",\\\"SAT_AA_TEST\\\":\\\"AA_VARIANT\\\",\\\"ANDROID_SRP_ZILLOW_OFFERS_BANNER\\\":\\\"CONTROL_OFF\\\",\\\"APPS_NATIVE_INSTANT_OFFER_PHOTO\\\":\\\"CONTROL_OFF\\\",\\\"GDP_STREET_VIEW_IMAGE_FALLBACK\\\":\\\"ON\\\",\\\"ADS_USE_METROID_BILLING\\\":\\\"CONTROL\\\",\\\"IOS_INSTANTOFFERS_SELL_TAB\\\":\\\"CONTROL\\\",\\\"IOS_UPDATES_HOMERECS\\\":\\\"ON_LIST\\\",\\\"LEGO_RHIP_CACHE_ENABLED\\\":\\\"CONTROL_OFF\\\",\\\"ZillowGroupRedirect\\\":\\\"ON\\\",\\\"HDP_MM_PROGRESSIVE_CONTACT\\\":\\\"VARIANT_A\\\",\\\"RE_RENTER_PROFILE_V3_REFRESH\\\":\\\"TEST_B\\\",\\\"SXP_55PLUS_FILTER\\\":\\\"ON_WITH_BADGE\\\",\\\"ADS_EPA_MAP\\\":\\\"ON\\\",\\\"AndroidRenterProfile\\\":\\\"PROFILE_ON\\\",\\\"IOS_YOUR_HOME_UPDATE\\\":\\\"CONTROL_OFF\\\",\\\"NC_Shared_Builder\\\":\\\"CONTROL\\\",\\\"AIPERS_RT_RECS_SELLING_SOON\\\":\\\"CONTROL\\\",\\\"RE_HDP_HOME_INSIGHTS_VERSION\\\":\\\"CONTROL\\\",\\\"IOS_ZillowGroupAnalytics_RE_1\\\":\\\"ON\\\",\\\"SE_InstantOffer_IsOn\\\":\\\"ON_W_SUBMIT\\\",\\\"SXP_REACT_GPT\\\":\\\"REMOVED\\\",\\\"PR_RETRY_CONTACT_SUBMITS\\\":\\\"CONTROL\\\",\\\"IOS_COSHOPPING_UPSELLS_V1\\\":\\\"CONTROL_OFF\\\",\\\"RA_PASSIVE_AUTH_ENABLED\\\":\\\"ON\\\",\\\"HDP_WOW_FSBA_MOBILE\\\":\\\"ON\\\",\\\"CW_BUYERS_AGENT_LEGAL_COPY_UPDATE\\\":\\\"CONTROL\\\",\\\"AndroidMoreResults\\\":\\\"CONTROL_75\\\",\\\"IOS_HDP_TOUR_CTA_V2\\\":\\\"CONTROL\\\",\\\"ZO_HomeAccess_SendSurveyOnUnlock\\\":\\\"SKIP_SEND_SURVEY\\\",\\\"AndroidThreeContactButtons\\\":\\\"THREE_BUTTONS_ON\\\",\\\"HDP_3D_WITH_BANNER\\\":\\\"CONTROL\\\",\\\"ADS_ForceEnableTT_RestrictToOMF\\\":\\\"ON\\\",\\\"ANDROID_RENTAL_COMMUNITIES\\\":\\\"ON_RENTAL_COMMUNITIES\\\",\\\"AndroidZGAnalyticsRentals\\\":\\\"ZG_ANALYTICS_RENTALS_ON\\\",\\\"IOS_UPDATES_TAB_HEADERS\\\":\\\"CONTROL_OFF\\\",\\\"ARCS_BETH_VALUE_PROPS\\\":\\\"CONTROL\\\",\\\"IOS_CV_TWO_COLUMN\\\":\\\"ON\\\",\\\"iOSZMMCustomQuotesWebView\\\":\\\"CONTROL_NATIVE\\\",\\\"PR_DISABLE_CONTACT_FILTERING\\\":\\\"DISABLE_CONTACT_FILTERING\\\",\\\"ADS_ForceEnableTT\\\":\\\"ON\\\",\\\"HMIMHW_ZO_NFS_UPSELL_ONSITE_MESSAGING\\\":\\\"ONSITE_MESSAGING\\\",\\\"JSDA\\\":\\\"CONTROL\\\",\\\"AppUpsellBottomAndroid\\\":\\\"CONTROL_OFF\\\",\\\"BuyingAndSelling\\\":\\\"BuyingAndSelling_CONTROL_OFF\\\",\\\"SE_InstantOffer_DryRun\\\":\\\"CONTROL\\\",\\\"HDP_WOW_REDBLUE\\\":\\\"CONTROL\\\",\\\"HOME_RECS_ON_HDP\\\":\\\"ON_FLIPPED\\\",\\\"AndroidStaticMapType\\\":\\\"CONTROL_MAPTYPE_BING\\\",\\\"ChangeToolBarTextToContactProperty\\\":\\\"CONTROL_GetMoreInfo\\\",\\\"ARCS_VIRTUAL_TOUR\\\":\\\"ON\\\",\\\"IOS_ZO_HOMEACCESS_SELFTOURNAME\\\":\\\"SELFTOUR\\\",\\\"IOS_2020_NEW_HDP_API\\\":\\\"ON_2\\\",\\\"IOS_ZO_HOMEACCESS_POSTTOUR\\\":\\\"ON\\\",\\\"HDP_FULL_SSR_NC\\\":\\\"CONTROL\\\",\\\"HDP_CommunityWebsite\\\":\\\"CONTROL\\\",\\\"AndroidZOHdpBrandBoost\\\":\\\"ON\\\",\\\"SEL_Drafts\\\":\\\"ON\\\",\\\"MTT_FRHDP_TOP_SLOT_HOLDOUT\\\":\\\"ON\\\",\\\"ANDROID_MULTIREGION_SEARCH\\\":\\\"ON\\\",\\\"AndroidEncodedSavedSearchAPI\\\":\\\"ON\\\",\\\"AndroidMasApiV2\\\":\\\"ON_MAS_API_V2\\\",\\\"AndroidHDP\\\":\\\"TEMPLATED\\\",\\\"HDP_NEIGHBORHOOD_DETAILS\\\":\\\"CONTROL\\\",\\\"HDP_STREET_VIEW_URL\\\":\\\"ON\\\",\\\"ZO_REDIRECT_ZO_UPSELL_TO_QUESTIONNAIRE\\\":\\\"CONTROL\\\",\\\"HDP_StreetView\\\":\\\"SameWindow\\\",\\\"HDP_Desktop_Async\\\":\\\"CONTROL\\\",\\\"HotHomePrediction\\\":\\\"On\\\",\\\"ProfileOverlappedDataCalls\\\":\\\"CONTROL\\\",\\\"IOS_HOMETRACKER_V2\\\":\\\"ON\\\",\\\"IOS_HARRIET_ONBOARDING\\\":\\\"CONTROL_OFF\\\",\\\"IOS_OFFERS_NATIVE_QUESTIONNAIRE_V3\\\":\\\"CONTROL\\\",\\\"PFS_LeaseLinks\\\":\\\"CONTROL\\\",\\\"PPL_AGENT_TEAMS\\\":\\\"MANAGEMENT_ON_PROFILES_ON\\\",\\\"IOS_OFFERS_NATIVE_QUESTIONNAIRE_V2\\\":\\\"CONTROL\\\",\\\"IOS_RTBP_360\\\":\\\"CONTROL_OFF\\\",\\\"AndroidNotificationsUpgradeApi\\\":\\\"NOTIFICATIONS_UPGRADE\\\",\\\"IOS_RENTALS_REQUEST_TO_APPLY_NOW\\\":\\\"ON\\\",\\\"HDP_SAFARI_MINICARD_CAROUSELS\\\":\\\"CONTROL\\\",\\\"MORTGAGE_MEDIASTREAM_UPSELL\\\":\\\"CONTROL\\\",\\\"REV_Turn_On_Python_AB\\\":\\\"ON\\\",\\\"SAT_AC_RERANK\\\":\\\"CONTROL\\\",\\\"ACT_REG_LOGIN_TOP_NAV_DIALUP\\\":\\\"CONTROL\\\",\\\"ZO_Show_ABAD_Panel\\\":\\\"ON\\\",\\\"iOSFacebookTrackingDARE\\\":\\\"DARE_TRACKING3\\\",\\\"AndroidSchoolsSearchApi\\\":\\\"ON_SCHOOLS_SEARCH_API\\\",\\\"HDP_HOMES_FOR_YOU_RECS_PLACEMENT\\\":\\\"CONTROL\\\",\\\"IOS_MIXED_MEDIA\\\":\\\"CONTROL_OFF\\\",\\\"Android3DHomesFilter\\\":\\\"ON_3D_HOMES_FILTER\\\",\\\"FIT_SERVICE_WORKER\\\":\\\"CONTROL\\\",\\\"RE_CallUI\\\":\\\"LINK\\\",\\\"AndroidTabNavigation\\\":\\\"ON_TAB_NAVIGATION\\\",\\\"SPT_RENDER_FOR_RENT_PAGE\\\":\\\"CONTROL\\\",\\\"HDPWebView\\\":\\\"HDPWebView_Template2\\\",\\\"LEGO_MESSAGE_COUNT_WITH_EMAIL\\\":\\\"ON\\\",\\\"SXP_QU_PHASE_2\\\":\\\"ON\\\",\\\"AndroidFindAgent\\\":\\\"FIND_AGENT_ON\\\",\\\"EnableVrModelsOnMob\\\":\\\"TEST\\\",\\\"HDP_STREAMLINE_COMMUTE\\\":\\\"CONTROL\\\",\\\"Auth_Email_Validation\\\":\\\"ON\\\",\\\"HDP_INSIGHTS_VERSION\\\":\\\"CONTROL\\\",\\\"AndroidKingfisherFilters\\\":\\\"KINGFISHER_FILTERS_ON\\\",\\\"HDP_HFF_ACCORDION\\\":\\\"CONTROL\\\",\\\"IOS_KINGFISHER_FILTERS\\\":\\\"ON\\\",\\\"IOS_UPDATE_TAB_PERSONALIZED_INSIGHTS\\\":\\\"ON\\\",\\\"IOS_MULTI_REGION\\\":\\\"ON\\\",\\\"HDP_SimilarHomes\\\":\\\"ON\\\",\\\"AUTH_REG_LOGIN_STRONG_PASS2\\\":\\\"TEST\\\",\\\"ADS_PACE_UI_TERMINATE\\\":\\\"CONTROL\\\",\\\"RR_RENTER_PROFILE_V2\\\":\\\"TEST\\\",\\\"VL_SPECIAL_OFFERS_LOCATION\\\":\\\"CONTROL\\\",\\\"MarketingPulseAbTest\\\":\\\"CONTROL\\\",\\\"HDP_CONTENT_SUMMARY\\\":\\\"CONTROL\\\",\\\"SEOTEST__Rentals_Listing_Count\\\":\\\"CONTROL\\\",\\\"HDP_SKIP_LINKS\\\":\\\"CONTROL\\\",\\\"ADAT_REVIEW_SERVICE\\\":\\\"CONTROL\\\",\\\"ZEXP_DECISION_TOKEN_HOLD\\\":\\\"x9NE2I_1653628489\\\",\\\"HDP_SKINNY_MODULE_UPDATES\\\":\\\"ON\\\",\\\"IOS_AUTOCOMPLETE_CATEGORIZATION\\\":\\\"CONTROL_OFF\\\",\\\"PERF_FSHDP_MORE_DEFER\\\":\\\"CONTROL\\\",\\\"AndroidHDPDwellTime\\\":\\\"ON\\\",\\\"IOS_BDP_3D_Tours\\\":\\\"ON\\\",\\\"IOS_OFFERS_FLASHMOB_QUESTIONNAIRE\\\":\\\"CONTROL\\\",\\\"iOSSplunkMintPerfLogging\\\":\\\"CONTROL_OFF\\\",\\\"MobileHDP_Perf_AJAX\\\":\\\"CONTROL\\\",\\\"IOS_CANADA_V0\\\":\\\"ON\\\",\\\"iOSCustomQuotesWebView\\\":\\\"WEBVIEW_ON\\\",\\\"IOS_MULTI_REGION_SS_BOUNDS\\\":\\\"CONTROL_OFF\\\",\\\"SXP_AD_TARGET_REFACTOR\\\":\\\"CONTROL\\\",\\\"ADS_NAV_AD_PACING\\\":\\\"ON_RENTALS\\\",\\\"PPL_REVIEW_MERGE\\\":\\\"ON\\\",\\\"LocalPagePeriscope\\\":\\\"TABS\\\",\\\"ANDROID_YOUR_HOME_UPDATE2\\\":\\\"CONTROL_OFF\\\",\\\"MTT_HMIMHW_TOP_SLOT_ONSITE_MESSAGING\\\":\\\"PORTFOLIO_INTEGRATION_CTRL\\\",\\\"HDP_SKINNY_MAP_AND_FACTS\\\":\\\"ON_SHORT_FACTS\\\",\\\"IOS_TAG_3D_HOMES_ON_MAP\\\":\\\"3D_HOME_TAG\\\",\\\"HDP_CLASSIC_OM_REFI_UPSELL\\\":\\\"ON\\\",\\\"IOS_REMOVE_OWNER_VIEW\\\":\\\"CONTROL\\\",\\\"ARCS_FORECLOSURE_REWRITE\\\":\\\"ON\\\",\\\"TENgageRegistrationUI\\\":\\\"SIDE_REG_BUTTONS\\\",\\\"KeystoneEventPoiTypeahead\\\":\\\"SEND_EVENT\\\",\\\"AR_CSAT_ONSITE\\\":\\\"HOMEPAGE_CONSTELLATION\\\",\\\"RICH_HDP_FloodData\\\":\\\"CONTROL\\\",\\\"HDP_WEBVIEW_ZO_UPSELL\\\":\\\"ON\\\",\\\"IOS_HIDE_NOTIFICATION_COUNT\\\":\\\"CONTROL_OFF\\\",\\\"ZSG-MobileAppsFont\\\":\\\"BOTH_GOTHAM\\\",\\\"ACT_CONFIRM_EMAIL\\\":\\\"CONTROL\\\",\\\"DPF_GRAPHQL_PROVIDER\\\":\\\"CONTROL\\\",\\\"HDP_MOBILERESOURCES_UPDATE\\\":\\\"ON_V2\\\",\\\"PERS_GOOGLE_MAPS_API_EMAIL\\\":\\\"CONTROL\\\",\\\"IOS_ENABLE_PERIMETERX1\\\":\\\"ON\\\",\\\"RE_Search_Refinement_Filters\\\":\\\"CONTROL\\\",\\\"HDP_SERVICE_ALL_OTHER_TYPES\\\":\\\"ON\\\",\\\"ARCS_GET_A_CALL\\\":\\\"CONTROL\\\",\\\"NC_CDP_BOOTSTRAP\\\":\\\"ON\\\",\\\"FULL_FLIP_REGIONS_DEPRECATION\\\":\\\"ON\\\",\\\"ZO_DataStrategy_UpdateOfferRequest\\\":\\\"ON\\\",\\\"MIGHTY_MONTH_2022_HOLDOUT\\\":\\\"MIGHTY_MONTH_ON\\\",\\\"PERF_HDP_NO_ZSG\\\":\\\"ON\\\",\\\"RE_PRODUCT_MARKUP\\\":\\\"CONTROL\\\",\\\"ARCS_WOW_LISTING_AGENT_ATTRIBUTION\\\":\\\"ON\\\",\\\"SELLER_TOOLS_ABPD_TEST\\\":\\\"ON\\\",\\\"NFSHDP_OWNER_OPTIONS_GOOGLE_AD\\\":\\\"ON\\\",\\\"ANDROID_YOUR_HOME_UPDATE\\\":\\\"CONTROL_OFF\\\",\\\"CW_ONE_ADVISOR_CONTACT_AGENT_ATLANTA\\\":\\\"ON\\\",\\\"SHO_DESKTOP_LIST_RESULT_QUANTITY\\\":\\\"CONTROL\\\",\\\"ARCS_TOUR_SHADOW_TEST\\\":\\\"CONTROL\\\",\\\"ZO_HDP_CONTACT_AGENT\\\":\\\"CONTROL\\\",\\\"IOS_ONBOARDING_2\\\":\\\"ONBOARDING_ON\\\",\\\"RE_NEW_LEAD_COPY\\\":\\\"TEST\\\",\\\"SXP_STATIC_MAP\\\":\\\"ON_PLUS_XDP_LAZYLOAD\\\",\\\"ACT_AccountSettingsPrexit\\\":\\\"ON\\\",\\\"AndroidUpdateTabPersonalizedInsights\\\":\\\"ON\\\",\\\"SE_InstantOffer_OfferReview\\\":\\\"ALL_INCLUDED\\\",\\\"RA_RACHEL_VERIFIED_LANDLORD_REFERENCES\\\":\\\"CONTROL\\\",\\\"VEL_CLIENT_PROFILER_SEARCH\\\":\\\"100_PERCENT\\\",\\\"iOSDirectory\\\":\\\"ON\\\",\\\"RE_SEO_Add_internal_links_from_HDPstoSRPs\\\":\\\"TEST\\\",\\\"ActHDPShareBtns\\\":\\\"CONTROL\\\",\\\"SXP_REDUCED_SERVER_SIDE_RENDER\\\":\\\"CONTROL\\\",\\\"INSTANTOFFERS_UPSELLS_FORSALE\\\":\\\"BUY_SELL\\\",\\\"SCHOOL_REDLINE\\\":\\\"CONTROL_A\\\",\\\"ADS_BuilderHomeTour\\\":\\\"CONTROL\\\",\\\"IARCS_MY_AGENT_TOURING\\\":\\\"ON\\\",\\\"SXP_DelayJS\\\":\\\"AFTER_LOAD\\\",\\\"AndroidMagellanAll\\\":\\\"MAGELLAN_ALL_ON\\\",\\\"ACQ_Banner_Suppression\\\":\\\"CONTROL\\\",\\\"AndroidKFSchools\\\":\\\"ON_KINGFISHER_SCHOOLS\\\",\\\"IMX_REPORT_PROBLEM\\\":\\\"CONTROL\\\",\\\"IOS_APARTMENT_COMMUNITY_FILTER\\\":\\\"ON\\\",\\\"HDP_OV_RENT\\\":\\\"ON_W_PUBLIC_TABS\\\",\\\"HDP_HIGHER_3D\\\":\\\"ON\\\",\\\"IOSDrawRegionFill\\\":\\\"CONTROL_ON\\\",\\\"HDP_WOW_FS_OTHER_APP\\\":\\\"ON\\\",\\\"iOSInlineActions\\\":\\\"CONTROL\\\",\\\"ZO_HDP_RENO_MODULE\\\":\\\"CONTROL\\\",\\\"AndroidHDPCallButton\\\":\\\"CONTROL_NO_CALL_BUTTON\\\",\\\"AndroidZOHomeAccessSafeMode\\\":\\\"ON\\\",\\\"ADS_CF_NO_MULTI_CHECK\\\":\\\"ON\\\",\\\"NC_LOT_PREMIUM_DISCLAIMER\\\":\\\"CONTROL\\\",\\\"GS_RATING_CLEANUP\\\":\\\"CONTROL\\\",\\\"ACC_MOB_POGO_UDS_MIGRATION\\\":\\\"UDS\\\",\\\"IOS_ZG_LINKS\\\":\\\"CONTROL_OFF\\\",\\\"TrafficLogGACookieChanges\\\":\\\"CONTROL\\\",\\\"AndroidMDS\\\":\\\"ON_MOBILE_DEVICE_SERVICE\\\",\\\"AndroidOnboardingV3\\\":\\\"ON_PHASE1_REFRESH\\\",\\\"IOS_ZO_ACTIVE_TOUR\\\":\\\"ON\\\",\\\"NC_CONTACT_BUTTON_CHIP_MOBILE\\\":\\\"CONTROL\\\",\\\"ARCS_CONTACT_BUTTON_REFACTOR\\\":\\\"CONTROL\\\",\\\"AndroidOnboardingV2\\\":\\\"CONTROL\\\",\\\"KeystoneEventContact\\\":\\\"SEND_EVENT\\\",\\\"CW_ONE_ADVISOR_TOUR_DALLAS\\\":\\\"CONTROL\\\",\\\"IOS_ZO_DATADOG_LOGGING\\\":\\\"ON\\\",\\\"SXP_DEFERRED_RENDERER\\\":\\\"CONTROL\\\",\\\"ANDROID_DATADOG_BACKGROUND_EVENTS\\\":\\\"CONTROL_OFF\\\",\\\"IOS_OMHDP_ESTSALEPRICE\\\":\\\"ON_ESTSALEPRICE\\\",\\\"SHOW_PL_LEAD_FORM\\\":\\\"CONTROL\\\",\\\"ZO_HOMEACCESS_START_AN_OFFER_ZHB_HOMES\\\":\\\"CONTROL\\\",\\\"HDP_GOOGLE_STREETVIEW\\\":\\\"CONTROL\\\",\\\"AR_CSAT_ONSITE_HDP\\\":\\\"CONTROL\\\",\\\"AndroidCurrentLocation\\\":\\\"CONTROL_ON\\\",\\\"REV_CSI_MMP\\\":\\\"ON\\\",\\\"KeystoneEventMobMobileGraphite\\\":\\\"CONTROL\\\",\\\"ZO_HOMEACCESS_ACTIVE_TOUR\\\":\\\"ON\\\",\\\"SE_InstantOffer_Entrypoint\\\":\\\"Curiosity\\\",\\\"ARCS_AFFILIATION_MESSAGING\\\":\\\"CONTROL\\\",\\\"AndroidTouringV1Flex\\\":\\\"CONTROL_OFF\\\",\\\"ARCS_ATLAS_LEAD_SUBMISSION\\\":\\\"ON\\\",\\\"iOS_Native_Odash\\\":\\\"CONTROL\\\",\\\"HDP_WOW_LAYOUT\\\":\\\"CONTROL\\\",\\\"ZO_HOMEACCESS_HOME_HEARTBEAT_ENTRY_DEVICE_CHECK\\\":\\\"ON\\\",\\\"YOLT_ABAD_RALEIGH\\\":\\\"CONTROL\\\",\\\"AR_BOZ_REPORT\\\":\\\"ON\\\",\\\"AndroidViewStateApi\\\":\\\"ON_VIEW_STATE_API\\\",\\\"AndroidClaimHomeUpsellV4\\\":\\\"CONTROL_2B\\\",\\\"AndroidClaimHomeUpsellV3\\\":\\\"UPSELL_V3_HOMEVALUE\\\",\\\"AndroidClaimHomeUpsellV2\\\":\\\"UPSELL_V2_ON_2B\\\",\\\"IOS_GET_PRE_QUALIFIED_ON_CHIP_FSBA\\\":\\\"ON\\\",\\\"RE_Listing_Status_Update_Table\\\":\\\"CONTROL\\\",\\\"iOS_SCREENSHOT_SHARE\\\":\\\"ON\\\",\\\"LEGO_RHWEB_USING_RHIP\\\":\\\"CONTROL_V2\\\",\\\"AR_PEARL_AGENT_REMOVAL_NURTURE\\\":\\\"CONTROL\\\",\\\"ANDROID_ZO_OFFERS_AND_CLOSINGS\\\":\\\"CONTROL_OFF\\\",\\\"AndroidCollapsedFilter\\\":\\\"ON_COLLAPSED_FILTER\\\",\\\"CW_POST_SUBMIT_VALUE_PROPS_INLINE_OPAQUE_APPS\\\":\\\"CONTROL\\\",\\\"MTT_NFSHDP_TOP_SLOT_HOLDOUT\\\":\\\"ON\\\",\\\"ARCS_FEATURED_REWRITE\\\":\\\"ON\\\",\\\"PERF_DEFERRED_HYDRATION\\\":\\\"ON\\\",\\\"ARCS_TOUR_MESSAGE\\\":\\\"CONTROL\\\",\\\"ACQ_HP_Location_SaveTrack\\\":\\\"Control_NoCopy\\\",\\\"MediaStreamFloorPlan\\\":\\\"ON\\\",\\\"ZO_HOMEACCESS_SYSTEM_CHECK_ENTRY_DEVICE_CHECK\\\":\\\"ON\\\",\\\"ProfilePageRegionFeature\\\":\\\"DISABLED\\\",\\\"IOS_LOCATION_UPSELL\\\":\\\"CONTROL_OFF\\\",\\\"SUB_USE_MDS\\\":\\\"CONTROL\\\",\\\"CW_ONE_ADVISOR_CONTACT_AGENT\\\":\\\"ON\\\",\\\"HDP_DD_MODULE\\\":\\\"CONTROL\\\",\\\"SXP_STREETVIEW_REQUEST_TYPE\\\":\\\"CONTROL\\\",\\\"CONV_AI_NLP_PLATFORM_CONTROL\\\":\\\"CONTROL\\\",\\\"IOS_ZGGRAPH_COSHOPPING_PREFETCH\\\":\\\"CONTROL_HOME_TRACKER\\\",\\\"OMHDP_TCOS_MODULE\\\":\\\"TCOS_MODULE_OMHDP_V1\\\",\\\"SI_ResidentEnrollmentReminders\\\":\\\"ON\\\",\\\"IARCS_LEAD_PACING_VERIFICATION\\\":\\\"CONTROL\\\",\\\"RICH_HDP_ShowBuildingPermits\\\":\\\"ON\\\",\\\"AndroidMortgageLongForm\\\":\\\"ON_WEBVIEW\\\",\\\"IARCS_FLYBAR_LEAD_PACING\\\":\\\"ON\\\",\\\"IOS_ZMA_LEGAL_TERMS\\\":\\\"ON\\\",\\\"IOS_MAGELLAN_HDP\\\":\\\"ON\\\",\\\"RE_RentalsHomesForYouSort\\\":\\\"CONTROL\\\",\\\"ListingQualitySort\\\":\\\"CONTROL\\\",\\\"ANDROID_CONSTELLATION_CATEGORIZATION\\\":\\\"CONTROL_OFF\\\",\\\"ARCS_BAL_REWRITE\\\":\\\"ON\\\",\\\"IOS_HOME_LOOKUP_LIST_2020_V2_API\\\":\\\"ON_2\\\",\\\"AndroidCTAInPhoto\\\":\\\"CONTROL_OFF\\\",\\\"SP_FOR_RENT_PAGE\\\":\\\"CONTROL\\\",\\\"SEOTEST__InternalLinkSortUpdate\\\":\\\"CONTROL\\\",\\\"SPT_RENDER_NATIVE_OFF_MARKET_PAGE\\\":\\\"ON\\\",\\\"ZO_OPTIMIZELY\\\":\\\"CONTROL\\\",\\\"AndroidUpdateTabHorizontalSS\\\":\\\"ON_COLLECTIONS\\\",\\\"HDP_ZO_WARRANTY_VP\\\":\\\"BOTH_ON\\\",\\\"HDP_FULL_SSR_RENT\\\":\\\"CONTROL\\\",\\\"HDP_COMMUTE_REDESIGN\\\":\\\"ON_AFTER\\\",\\\"IOS_SIDE_BY_SIDE\\\":\\\"ON\\\",\\\"ACQ_MOBILE_UPSELL_HOMEPAGE\\\":\\\"CONTROL\\\",\\\"MIB_SAVED_HOME_PUSH\\\":\\\"PUSH_ON\\\",\\\"SEOTEST__SRP_DEFAULT_SORT\\\":\\\"CONTROL\\\",\\\"TrafficHDPHomevalues\\\":\\\"ON\\\",\\\"ADS_EPA_ONE_MONTH_FREE_SELF_SERVICE\\\":\\\"ON\\\",\\\"ADS_EPA_AUTOMATIC_TERMINATION\\\":\\\"ON\\\",\\\"SI_InventoryByAPI\\\":\\\"CONTROL\\\",\\\"SL_FSBA_MANUAL_POSTING_WARNING\\\":\\\"SHOW_WARNING\\\",\\\"IOS_OFFERS_QUESTIONNAIRE_TIME_HINT\\\":\\\"CONTROL\\\",\\\"ONSITE_MESSAGE_VALVE\\\":\\\"OMP_ON\\\",\\\"STANDING_OFFER_UPSELL\\\":\\\"STANDING_OFFER_V2\\\",\\\"iOS_Touring_V1_Toggle\\\":\\\"CONTROL_OFF\\\",\\\"ADS_PACE_PURCHASE\\\":\\\"CONTROL\\\",\\\"AndroidContingentV2\\\":\\\"ON_CONTINGENT_V2\\\",\\\"ACT_THREE_ICON_CTA_TOUR_TEXT\\\":\\\"CONTROL\\\",\\\"ADS_SplitActionBar\\\":\\\"On_Call\\\",\\\"HideHDPActionBarOnBALVisibility\\\":\\\"ON\\\",\\\"IOS_OMHDP_SEB360_UPSELL\\\":\\\"ON\\\",\\\"IOS_SIGN_IN_WITH_APPLE\\\":\\\"SIGN_IN_WITH_APPLE_ON\\\",\\\"SEL_MyListings\\\":\\\"CONTROL\\\",\\\"IOS_OFFERS_MORE_MENU_LANDING_PAGE\\\":\\\"ON\\\",\\\"PA_AWS_IMPRESSION_TRACKING\\\":\\\"ON\\\",\\\"TENgageLockedContentOnHDP\\\":\\\"POP_OVER\\\",\\\"SmartBannerTablet\\\":\\\"CONTROL\\\",\\\"ZXR_EXPERIMENT_AA_TEST\\\":\\\"CONDITION_B\\\",\\\"ARCS_ADS_DISPLAY_PREXIT\\\":\\\"DISABLE_ADS_DISPLAY_CALL\\\",\\\"SS_USE_REQUEST_CACHE\\\":\\\"ENABLED\\\",\\\"RE_VARIANT_HDP_DEFERRED_HYDRATION\\\":\\\"CONTROL\\\",\\\"Zo_Flag_OASIS_Block_Producing_Stream_V2_Events\\\":\\\"CONTROL\\\",\\\"ARCS_DESKTOP_INLINE_FORM_PLACEMENT\\\":\\\"BELOW_FACTS_AND_FEATURES\\\",\\\"ANDROID_GUIDED_SEARCH\\\":\\\"CONTROL_OFF\\\",\\\"HDP_OV_BANNER_NFS\\\":\\\"CONTROL\\\",\\\"TR_WHAT_I_LOVE\\\":\\\"EAGER_TO_SELL\\\",\\\"RESTRICT_MONTANA_FSBO\\\":\\\"ON\\\",\\\"IOS_Rentals_Combined_Filter_AptsCondos\\\":\\\"ON\\\",\\\"iOSFilterPills\\\":\\\"ON\\\",\\\"HDP_SERVICE_ALL_OTHER_TYPES_MOBILE\\\":\\\"ON\\\",\\\"IOS_ONBOARDING\\\":\\\"CONTROL\\\",\\\"AndroidNativeAdPosition\\\":\\\"CONTROL_NATIVEADS_BELOW_SECOND\\\",\\\"SEOTEST__SXP_REMOVE_WHY_ZILLOW\\\":\\\"REMOVE_WHY_ZILLOW\\\",\\\"AR_FLYBAR_PROMOTED_AGENT_ZGCP\\\":\\\"CONTROL\\\",\\\"NC_BUILDER_PROFILE_V3\\\":\\\"TEST\\\",\\\"NC_VIDEO_TOUR\\\":\\\"ON\\\",\\\"AR_CSAT_AGENT_CONNECTION\\\":\\\"VARIANT_2\\\",\\\"IOS_ZESTIMATE_DEEPDIVE\\\":\\\"ON\\\",\\\"METROID_MAINTENANCE_MODE\\\":\\\"CONTROL_OFF\\\",\\\"AndroidHarrietOnboarding\\\":\\\"CONTROL_OFF\\\",\\\"iOSNativeAds\\\":\\\"ON\\\",\\\"RE_JanusBrainSortApps\\\":\\\"TEST_ALL_STATES\\\",\\\"HDP_WOW_FS_OTHER\\\":\\\"ON\\\",\\\"SE_InstantOffer_NativeQuestionnaire\\\":\\\"CONTROL\\\",\\\"ANDROID_RTBP_V3\\\":\\\"ON_V3\\\",\\\"ARCS_ADS_DISPLAY_V3\\\":\\\"ON\\\",\\\"RE_COVID_Tours\\\":\\\"REMOVE_TOUR\\\",\\\"IOS_NFS_NAV_BAR\\\":\\\"CONTROL\\\",\\\"HDP_DELETED_HOMES\\\":\\\"404\\\",\\\"ACQ_SRP_GoogleCLS\\\":\\\"Variant_Placeholder\\\",\\\"ADS_PA_RELATIONSHIP\\\":\\\"CONTROL\\\",\\\"CW_PRE_SUBMIT_VALUE_PROPS_INLINE_OPAQUE_WEB\\\":\\\"CONTROL\\\",\\\"IOS_ClaimedHomesRefactor\\\":\\\"CONTROL_OFF\\\",\\\"SPT_RENDER_NATIVE_FOR_RENT_PAGE\\\":\\\"CONTROL\\\",\\\"MTT_NFSHDP_TOP_SLOT_ONSITE_MESSAGING\\\":\\\"PORTFOLIO_INTEGRATION_TREATMENT\\\",\\\"AndroidMediaStreamHDPAll\\\":\\\"CONTROL_OLD_HDP\\\",\\\"SEOTEST__RE_WOWHDP_percents\\\":[{\\\"treatment\\\":\\\"CONTROL\\\",\\\"percent\\\":100},{\\\"treatment\\\":\\\"TEST\\\",\\\"percent\\\":0}],\\\"ZO_LiveOffer_Upsell\\\":\\\"V8_V9_SUPPRESS\\\",\\\"HDP_SERVICE_NC\\\":\\\"ON\\\",\\\"RUM_SHORT_BEACON_DELAY\\\":\\\"ON\\\",\\\"ANDROID_NEW_MAP_DOTS\\\":\\\"CONTROL_OFF\\\",\\\"DXP_RTB_LINKING\\\":\\\"ON\\\",\\\"AndroidEndPhotoGalleryCTA\\\":\\\"CONTROL\\\",\\\"SEOTEST__TITLE_TEST_ON_MULTI_FAMILY_HDP\\\":\\\"CONTROL\\\",\\\"HDP_MobileForeclosure\\\":\\\"ALWAYS_OPEN\\\",\\\"SXP_SEARCHBOX_COMBOBOX\\\":\\\"ON\\\",\\\"HDP_CONSTELLATION_PROPERTY_CARD\\\":\\\"CONTROL\\\",\\\"SPT_PSL_TO_PDC_IN_GDP_SHADOW\\\":\\\"CONTROL\\\",\\\"IOS_NEW_MAP_DOTS\\\":\\\"CONTROL_OFF\\\",\\\"SEOTEST__NOINDEX_SRPHDP\\\":\\\"ALL\\\",\\\"ADS_MarchexToTwilio\\\":\\\"CONTROL\\\",\\\"iOS_In_App_Covid_VT\\\":\\\"CONTROL_OFF\\\",\\\"AndroidNewHomeDetailsAPI\\\":\\\"ON\\\",\\\"AndroidAccountSettings\\\":\\\"ON_ACCOUNT_SETTINGS\\\",\\\"ZO_HDP_CHIP\\\":\\\"CONTROL\\\",\\\"ACT_REACT_APP_FOR_LOGIN\\\":\\\"ON\\\",\\\"SE_PricingTool_StaticMapOption\\\":\\\"CONTROL\\\",\\\"ANDROID_OMHDP_SEB360_UPSELL\\\":\\\"ON\\\",\\\"RE_Local_Protections\\\":\\\"ON\\\",\\\"AR_FLYBAR_MY_AGENT\\\":\\\"ON\\\",\\\"TENgageSEMRegistrationUI\\\":\\\"SEARCH_LIGHTBOX\\\",\\\"IOS_ZO_HOMEACCESS_SAFEMODE\\\":\\\"ON\\\",\\\"HOPS_ZHL_BANNER\\\":\\\"SHOW\\\",\\\"NC_EDUCATION\\\":\\\"ON\\\",\\\"SXP_Rentals_Apartment_Community_Filter\\\":\\\"TEST\\\",\\\"IOS_SHOW_STANDALONE_ABAD_IN_SELFTOUR_FLOW\\\":\\\"ON\\\",\\\"ZO_FSHDP_RTBP_M2_NEW_QUERY\\\":\\\"CONTROL\\\",\\\"HDP_GTM_LOAD_STRATEGY\\\":\\\"DELAY\\\",\\\"AndroidPhotoPreview\\\":\\\"ON_PHOTO_PREVIEW\\\",\\\"RA_COMPLIANCE_MESSAGING\\\":\\\"CONTROL\\\",\\\"ARCS_CLIENT_GEN_LEAD_ID\\\":\\\"CONTROL\\\",\\\"AndroidCdpMapDot\\\":\\\"CONTROL_OFF\\\",\\\"IOS_ZO_HOMEACCESS\\\":\\\"IOS_ZO_HOMEACCESS_ON\\\",\\\"MY_ZILLOW_TOURS\\\":\\\"CONTROL\\\",\\\"PERS_SORT_ROLLOUT_PRE\\\":\\\"ON\\\",\\\"ARCS_CONTACTS_TO_L2\\\":\\\"ON\\\",\\\"AndroidBedroomFilterChanges\\\":\\\"CONTROL_BEDROOM_FILTER_CHANGE_OFF\\\",\\\"IOS_3D_HOMES_HDP\\\":\\\"CONTROL_OFF\\\",\\\"ZO_OFFER_FRAMEWORK\\\":\\\"CONTROL\\\",\\\"IOS_MODAL_BAL_CONTACT_BUTTONS\\\":\\\"ON\\\",\\\"RE_NON_VARIANT_HDP_DEFERRED_HYDRATION\\\":\\\"CONTROL\\\",\\\"ZO_DataStrategy_GetOfferRequestById\\\":\\\"ON\\\",\\\"CW_ONE_ADVISOR_CONTACT_AGENT_RALEIGH\\\":\\\"ON\\\",\\\"ContactMeAnimation\\\":\\\"ANIMATION\\\",\\\"CW_ONE_ADVISOR_TOUR_HOUSTON\\\":\\\"CONTROL\\\",\\\"AgentNavigationAndroid\\\":\\\"AGENT_NAV_ON\\\",\\\"IOS_COMMUTE\\\":\\\"CONTROL\\\",\\\"CW_ONE_ADVISOR_TOUR\\\":\\\"CONTROL\\\",\\\"ACT_VisualPageFrame\\\":\\\"ON\\\",\\\"ADS_BlueSkyTrackedNumbers\\\":\\\"ON\\\",\\\"ADS_EPA_HIDE_CC_ENTRY_WHEN_IMPERSONATING\\\":\\\"ON\\\",\\\"SEL_SellerLeadsFormValidation\\\":\\\"CONTROL\\\",\\\"AR_FLYBAR_PROMOTED_AGENT\\\":\\\"ON\\\",\\\"IOS_ONBOARDING_HOME_TYPE\\\":\\\"CONTROL_OFF\\\",\\\"IOS_NEW_NEARBY_OPEN_HOUSES_API\\\":\\\"ON\\\",\\\"IOS_TAB_NAVIGATION\\\":\\\"ON\\\",\\\"AndroidMediaStreamRentalDescription\\\":\\\"MEDIA_STREAM_RENTAL_DESCRIPTION_ON\\\",\\\"HOME_TRACKER_ACCEPT\\\":\\\"ON\\\",\\\"ACQ_Signin_BannerVsModule\\\":\\\"Variant_Module\\\",\\\"SXP_WOW_LIST_CARD\\\":\\\"CONTROL\\\",\\\"IOS_NEWCON_IV_ENABLED\\\":\\\"ON\\\",\\\"ZO_Homepage_Wayfinding\\\":\\\"CONTROL\\\",\\\"IOS_REMOVE_MAKE_ME_MOVE\\\":\\\"MMM_REMOVED\\\",\\\"AndroidZGAnalyticsRealEstate\\\":\\\"ZG_ANALYTICS_REAL_ESTATE_ON\\\",\\\"AndroidNativeHDP\\\":\\\"ON_NATIVE_HDP\\\",\\\"HDPModalBAL\\\":\\\"CONTROL_OFF_HDPModalBAL\\\",\\\"MobileHDP_Perf\\\":\\\"CONTROL\\\",\\\"SXP_KF_FILTERS_AC\\\":\\\"ON\\\",\\\"RE_OFF_MARKET_COMSCORE\\\":\\\"TEST\\\",\\\"LEGO_RH_HOMEPAGE\\\":\\\"ON_V2\\\",\\\"RR_RENTER_PROFILE_V2_APPS\\\":\\\"TEST\\\",\\\"AndroidEverestAdTest\\\":\\\"CONTROL_EVEREST_ADS_OFF\\\",\\\"IOS_UPDATE_TAB_ONE_INITIAL_SAVED_SEARCH\\\":\\\"CONTROL_OFF\\\",\\\"ADS_EPA_OWNED_ZIPS\\\":\\\"ON\\\",\\\"HDP_FullScreenTouchPhotoGallery_Tablet\\\":\\\"ON_W_AD\\\",\\\"SE_InstantOffer_OfferAvailService\\\":\\\"OASIS_SERVICE_CACHED\\\",\\\"HDP_SERVICE_REDUCE_OVERLAPPED_CALLS\\\":\\\"ON\\\",\\\"ZO_Questionnaire_TakeoverUIAndHomeChip\\\":\\\"CONTROL\\\",\\\"ARCS_ATLAS_REGION_PHONE\\\":\\\"ON\\\",\\\"ADS_PACE_PDP_DUAL_WRITE_SNS\\\":\\\"CONTROL\\\",\\\"SEOTEST__RE_SRPTitleTags_WithPhotos\\\":\\\"CONTROL\\\",\\\"HDP_OV_BANNER_FSFR\\\":\\\"CONTROL\\\",\\\"IOS_MODAL_BAL_NC\\\":\\\"CONTROL_OFF\\\",\\\"RE_HDP_HOME_INSIGHTS\\\":\\\"TEST\\\",\\\"UDP_GDP_OMHDP_PHOTOS\\\":\\\"HIDE_PHOTOS\\\",\\\"AndroidMaphole\\\":\\\"MAPHOLE_ON\\\",\\\"ARCS_DESKTOP_PHONE\\\":\\\"CONTROL\\\",\\\"VL_MAP_GROUP_BY\\\":\\\"CONTROL_LAT_LONG\\\",\\\"ARCS_PROPERTY_TOURS_GDP\\\":\\\"ON\\\",\\\"ARCS_SCHEDULE_A_TOUR_DESKTOP\\\":\\\"ON\\\",\\\"IOS_MEDIA_BROWSER\\\":\\\"ON\\\",\\\"PERS_MOCK_SEARCH_LATENCY_MOB\\\":\\\"CONTROL\\\",\\\"RE_REDIRECT_ANDROID_APP_RCF\\\":\\\"REDIRECTED\\\",\\\"ARCS_USE_BACKEND_TOUR_AVAILABILITY\\\":\\\"ON\\\",\\\"IOS_ZO_HOME_ACCESS_VERSION\\\":\\\"IOS_ZO_HOME_ACCESS_VERSION_CONTROL_OFF\\\",\\\"ZO_QUESTIONNAIRE_CLEANUP\\\":\\\"CONTROL\\\",\\\"AndroidZOHomeAccessPostTour\\\":\\\"ON\\\",\\\"SELSusanClaim\\\":\\\"CONTROL\\\",\\\"SXP_SDS_INTEGRATION\\\":\\\"CONTROL\\\",\\\"TrafficDeferHomepageJS\\\":\\\"CONTROL\\\",\\\"RESTRICT_METRO_MLS_FSBO\\\":\\\"ON\\\",\\\"SXP_MOBILE_MAP_PRIORITY\\\":\\\"CONTROL\\\",\\\"AR_FLYBAR_SERVERLESS_CSAT_LEADS_PROCESSOR\\\":\\\"ON\\\",\\\"AIPERS_RT_RECS_HOMES_FOR_YOU_UPDATES_TAB\\\":\\\"CONTROL\\\",\\\"RE_Premium_Package_Saved_Search\\\":\\\"CONTROL\\\",\\\" HDP Toolbar\\\":\\\"CONTROL\\\",\\\"IOS_SAVE_SEARCH_VARIANTS\\\":\\\"ON_TEST_C\\\",\\\"RE_HDP_Reputation_Data\\\":\\\"CONTROL\\\",\\\"HDP_ZHVI_CHART_MIGRATION\\\":\\\"CONTROL\\\",\\\"SS_SAVED_HOMES_WRITE\\\":\\\"ENABLED\\\",\\\"AndroidPerimeterX\\\":\\\"ON_PERIMETER_X_2\\\",\\\"HDP_WOW_RS_AND_PL\\\":\\\"CONTROL\\\",\\\"HDP_HOME_INSIGHTS\\\":\\\"ON\\\",\\\"ESTIMATE_OFFER_UPSELL\\\":\\\"ON\\\",\\\"VL_HDP_MODULE\\\":\\\"FULL_DETAILS\\\",\\\"KeystoneEventSearch\\\":\\\"SEND_EVENT\\\",\\\"ADS_BAL_LOCALIZATION\\\":\\\"CONTROL\\\",\\\"RE_Similar_Homes_new_position\\\":\\\"CONTROL\\\",\\\"MTT_ODASH_TOP_SLOT_HOLDOUT\\\":\\\"ON\\\",\\\"AndroidNotificationsOneTimeUpdate\\\":\\\"ONETIMEUPDATE_ON\\\",\\\"HDP_WOW_RS_AND_NFS\\\":\\\"ON\\\",\\\"ADS_CONTACT_GUID\\\":\\\"ON\\\",\\\"SXP_MAP_DOT_STYLE\\\":\\\"CONTROL\\\",\\\"RMX_3RD_PARTY_HDP_UPDATE\\\":\\\"ON\\\",\\\"IOS_SAVED_HOMES_2021_IPAD\\\":\\\"CONTROL_OFF\\\",\\\"IOS_SHOW_LEGACY_SELF_TOUR\\\":\\\"ON\\\",\\\"MTT_SRP_TOP_SLOT_POST_API_MIGRATION\\\":\\\"ON\\\",\\\"IOS_MAP_AMENITIES\\\":\\\"CONTROL_OFF\\\",\\\"REDIRECT_SCHOOL_SEARCH_PAGE\\\":\\\"ON\\\",\\\"AndroidNewHomeRecommendationsAPI\\\":\\\"ON\\\",\\\"SXP_Pers_SimilarResults\\\":\\\"PERS_RESULTS\\\",\\\"ETHNIO_JAVASCRIPT\\\":\\\"OFF\\\",\\\"MyZillowOffersAndClosings\\\":\\\"ON\\\",\\\"SS_SAVED_HOMES_READ\\\":\\\"ENABLED\\\",\\\"MarketingPulse\\\":\\\"TEST\\\",\\\"RE_RentalHomeDetailsService\\\":\\\"CONTROL\\\",\\\"CW_ONE_ADVISOR_CONTACT_AGENT_PHOENIX\\\":\\\"ON\\\",\\\"ARCS_REMOVE_FINANCING\\\":\\\"CONTROL\\\",\\\"IOS_AgentFinder\\\":\\\"NATIVE_ON\\\",\\\"AndroidAgentFinder\\\":\\\"AGENTFINDER_NATIVE_ON\\\",\\\"RentalsActionButtonText\\\":\\\"CONTACT_MANAGER\\\",\\\"HDP_AND_SEARCH_BOT_ADS\\\":\\\"BOT\\\",\\\"IOS_GETZ_FLASH_MOB\\\":\\\"ON_2\\\",\\\"SI_DPA_Apps\\\":\\\"CONTROL\\\",\\\"iOSPanos\\\":\\\"ON_Flat\\\",\\\"sub_center\\\":\\\"CONTROL\\\",\\\"HDP_MM_CTA_ICONS\\\":\\\"CONTROL\\\",\\\"AndroidTouringV1\\\":\\\"ON_DISCOVERY\\\",\\\"IOS_HOMETRACKER_v1\\\":\\\"ON_TAGS_COMBINED_LIST\\\",\\\"AndroidZOScheduleVirtualTour\\\":\\\"CONTROL_SCHEDULE_TOUR\\\",\\\"RE_OMP_TOP_SLOT\\\":\\\"TEST\\\",\\\"SE_recent_NFS_FR\\\":\\\"CONTROL\\\",\\\"REV_CSI_BA\\\":\\\"CONTROL\\\",\\\"RR_CometWashingtonApplications\\\":\\\"ON\\\",\\\"APPS_IOS_MORE_RESULTS\\\":\\\"CONTROL_75\\\",\\\"HDP_REQUEST_MEDIA\\\":\\\"CONTROL\\\",\\\"AndroidMixedMedia\\\":\\\"ON\\\",\\\"ADS_DO_NOT_GOOGLE_TRANSLATE\\\":\\\"CONTROL\\\",\\\"ACQ_SigninSRP_Module\\\":\\\"Variant_Module_A\\\",\\\"NC_MWEB_LOWERPROMO\\\":\\\"CONTROL\\\",\\\"DoBubbleOpenGA\\\":\\\"CONTROL_OFF\\\",\\\"IOS_SEARCH_BOX_CLEARING\\\":\\\"ON\\\",\\\"CONV_AI_PEARL_NLP_THROTTLE\\\":\\\"CONTROL\\\",\\\"PERF_REDUCE_SSR_IMAGES\\\":\\\"ENABLED\\\",\\\"MarketingMobileAppUpsellBannerIOS\\\":\\\"TWO_BUTTON_STYLE\\\",\\\"SL_OFFERDATES_HDP\\\":\\\"CONTROL\\\",\\\"IOS_RENTER_HUB_SATELLITE\\\":\\\"CONTROL_OFF\\\",\\\"VL_COST_OF_RENTING_SUMMARY\\\":\\\"ON\\\",\\\"DXP_CONST_PROPCARD_MAPVIEW\\\":\\\"CONTROL\\\",\\\"ADS_EPA_MY_AGENT\\\":\\\"ON\\\",\\\"AndroidCanadaV0\\\":\\\"CANADAV0_ON\\\",\\\"ADS_PACE_USER_EVENTS_USE_REAL_SEGMENT\\\":\\\"CONTROL\\\",\\\"AndroidNativeOwnerView\\\":\\\"ALL_WEBVIEW\\\",\\\"Zo_Flag_OASIS_Block_Availability_Group_Change\\\":\\\"CONTROL\\\",\\\"ARCS_BAL_TO_OPAQUE\\\":\\\"ON\\\",\\\"HDP_WOW_FSBA\\\":\\\"ON\\\",\\\"SEOTEST__HDP_SERVICE_OTHERS\\\":\\\"CONTROL\\\",\\\"AUTH_DOCUMENT_PREFERENCES\\\":\\\"ON\\\",\\\"SXP_USER_OPTIMIZED\\\":\\\"ENABLED\\\",\\\"IOS_NFS_WOW_HDP\\\":\\\"ON\\\",\\\"HDP_SERVICE_NC_MOBILE\\\":\\\"ON\\\",\\\"VL_FLOORPLAN_NAMES\\\":\\\"ON\\\",\\\"ZO_ABC_SellingQuestion\\\":\\\"CONTROL\\\",\\\"AIPERS_ZILLOW_WEB_HOME_PAGE_COLLECTIONS\\\":\\\"CONTROL\\\",\\\"SEOTEST__ExpandedFooterLinksForApartments\\\":\\\"TEST\\\",\\\"ABService_HashAlgorithm\\\":\\\"MURMER\\\",\\\"ADS_STICKY_300_250\\\":\\\"CONTROL\\\",\\\"ADS_PACE_CONTRACT\\\":\\\"CONTROL\\\",\\\"ZILLOW_CANADA_AGENT_PROFILE\\\":\\\"ON\\\",\\\"IOS_WOW_MAP_DOTS\\\":\\\"CONTROL_OFF\\\",\\\"AndroidNewMapActions\\\":\\\"ON_SATELLITE\\\",\\\"APPS_IOS_MODAL_CONTACT_FORM_PRESENTATION\\\":\\\"CONTROL_OFF\\\",\\\"SXP_FLYBAR_PSL_ZGSEARCH\\\":\\\"ON\\\",\\\"VL_BDP_GRAPHQL_SERVER\\\":\\\"CONTROL\\\",\\\"HDP_WOW_RS_AND_PL_APP\\\":\\\"CONTROL\\\",\\\"PPL_CONTACTS_TO_L2\\\":\\\"ON\\\",\\\"MOBILE_ZESTIMATE_DEEPDIVE\\\":\\\"ON\\\",\\\"ADS_PACE_CART\\\":\\\"ON\\\",\\\"IOS_CSAT_SURVEY\\\":\\\"SURVEY_APP_STARTUP\\\",\\\"PostingService\\\":\\\"USE_POSTING_SERVICE\\\",\\\"HDP_OV_UPSELL_NFS_DESKTOP\\\":\\\"HOME_VALUE_TRACKER\\\",\\\"ARCS_OWNER_REWRITE\\\":\\\"ON\\\",\\\"ABS_KEYSTONE_GATE\\\":\\\"ON\\\",\\\"VEL_CLIENT_PROFILER_HOME\\\":\\\"100_PERCENT\\\",\\\"iOSClaimHomeSearch\\\":\\\"ON\\\",\\\"ADS_Tagless\\\":\\\"Casale_On\\\",\\\"ARCS_DISPLAY_CALL_AGENTS_INVENTORY\\\":\\\"ON\\\",\\\"OV_VERSIONING_SERVICE_TURNUP\\\":\\\"REMOTE_SERVICE\\\",\\\"ADT_CDP\\\":\\\"ON\\\",\\\"HDP_AD_BELOW_MODULES\\\":\\\"ON_ABOVE_CONTACT_MID_RENDER\\\",\\\"ARCS_OPAQUE_EXPANSION_VALUE_PROPS\\\":\\\"CONTROL\\\",\\\"HDP_SIMILAR_HOMES_PLACEMENT\\\":\\\"ABOVE_PERSONAL_GUIDE_MODULE\\\",\\\"iOS_Touring_V1_Flex\\\":\\\"CONTROL_OFF\\\",\\\"AR_LISTING_AGENT_LEAD_CSAT\\\":\\\"CONTROL\\\",\\\"AndroidRemoveLowDataFilters\\\":\\\"CONTROL_REMOVE_LOW_DATA_FILTERS_OFF\\\",\\\"HDP_COMMUTE_APPS\\\":\\\"ON\\\",\\\"A11y-ViewportMetaTag\\\":\\\"CONTROL\\\",\\\"IOS_BERMUDA_PLAYBACK\\\":\\\"PLAYBACK_ON_2\\\",\\\"SEOTEST__NC_H1\\\":\\\"ALTERNATE\\\",\\\"HDP_WOW_RESO_FACTSFEATURES\\\":\\\"ON\\\",\\\"SHO_DESKTOP_NAV_AD_LOAD_ORDER\\\":\\\"EARLIER_AD_REQUEST\\\",\\\"RESTRICT_NWMLS_FSBO\\\":\\\"ON\\\",\\\"OnboardingReprompting\\\":\\\"OnboardingReprompting_CONTROL_OFF\\\",\\\"IOS_NFS_WOW_CHIP\\\":\\\"CONTROL\\\",\\\"HDP_STATIC_COMMUTE_MAP\\\":\\\"CONTROL\\\",\\\"ACIntegrationTest\\\":\\\"CONTROL\\\",\\\"AndroidTestTrial\\\":\\\"CONTROL_TREATMENT_ONE\\\",\\\"NC_PLAN_PRICING_EDUCATION\\\":\\\"ON\\\",\\\"NC_TOUR_REQUEST_PICKER\\\":\\\"CONTROL\\\",\\\"SHO_NAV_AD_BACKGROUND\\\":\\\"GRAY\\\",\\\"SOASTA\\\":\\\"CONTROL\\\",\\\"AndroidHomeTrackerV2Api\\\":\\\"ON_HOME_TRACKER_V2_API\\\",\\\"AndroidMediaStreamRentalHDP\\\":\\\"ON_MEDIA_STREAM_RENTAL_HDP\\\",\\\"SXP_FLYBAR_REGION_API\\\":\\\"CONTROL\\\",\\\"ADS_EPA_STOP_PERFORMANCE_V2\\\":\\\"ON\\\",\\\"AIPERS_RT_RECS_HOMES_FOR_YOU_HDP\\\":\\\"MODEL_A_1\\\",\\\"ARCS_ASK_A_QUESTION\\\":\\\"CONTROL\\\",\\\"iPad_Onboarding_Reprompt\\\":\\\"CONTROL_OFF\\\",\\\"HDP_MM_CTA_TOUR_ONLY\\\":\\\"CONTROL\\\",\\\"SEOTEST__HDP_EXPANDED\\\":\\\"CONTROL\\\",\\\"RMX_3RD_PARTY_P1\\\":\\\"ON\\\",\\\"ADS_HomeTourMobileWebPAA\\\":\\\"CONTROL\\\",\\\"SEL_SellerLead_Mobile\\\":\\\"Control\\\",\\\"Sell_LP_360Module\\\":\\\"CONTROL\\\",\\\"RUM_VIA_PRE_ENDPOINT\\\":\\\"TREATMENT_OFF\\\",\\\"HDP_SHOW_SELLER_COMMENT\\\":\\\"ON\\\",\\\"IOS_TOUR_IT_NOW_DISCOVERY\\\":\\\"CONTROL_OFF\\\",\\\"ARCS_DIRECT_LINK_CF\\\":\\\"CONTROL\\\",\\\"DXP_CONST_PROPCARD_LISTVIEW\\\":\\\"CONTROL\\\",\\\"IOP_INVESTOR_DASHBOARD\\\":\\\"CONTROL\\\",\\\"PR_CONTACT_FORM\\\":\\\"CONTROL\\\",\\\"AndroidRentalsApplyNowIntegration\\\":\\\"ON_APPLY_NOW\\\",\\\"IOS_SAVED_HOMES_2021\\\":\\\"ON\\\",\\\"PPL_GA_MAPS\\\":\\\"CONTROL\\\",\\\"ACQ_SRPHDP_DynamicLocation\\\":\\\"Control_SRPHDPNoCopy\\\",\\\"AIPERS_SIMILAR_HOMES_MOB\\\":\\\"CONTROL\\\",\\\"REV_Remove_CC_Form_On_PALS_Under_Impersonation\\\":\\\"ON\\\",\\\"AndroidPropertySearchApi\\\":\\\"ON_PROPERTY_SEARCH_API\\\",\\\"ARCS_PA_ZHL_LEAD\\\":\\\"T1_OPAQUE_LIGHTBOX_ONLY_ABAD_ABC_ONLY\\\",\\\"RE_NY_BROKER_ATTRIBUTION\\\":\\\"ON\\\",\\\"IOS_UPDATE_TAB_PERS\\\":\\\"ON\\\",\\\"VL_COST_OF_RENTING_CALCULATOR\\\":\\\"CONTROL\\\",\\\"SEOTEST__RE_SRPTITLETAGTEST_WITHPHOTOS\\\":\\\"CONTROL\\\",\\\"ANDROID_ZILLOW_OFFERS_LANDING_PAGE\\\":\\\"CONTROL_OFF\\\",\\\"SHEN_SNP_MARK_UNREAD\\\":\\\"SNP_MARK_UNREAD\\\",\\\"MortgageMobilePreApproval\\\":\\\"PreApproval_OFF\\\",\\\"AppUpsellLargeAndroid\\\":\\\"CONTROL_OFF\\\",\\\"YOLT_ABAD_SAN_ANTONIO\\\":\\\"CONTROL\\\",\\\"ANDROID_ZGGRAPH_AUTOCOMPLETE\\\":\\\"CONTROL_OFF\\\",\\\"AndroidSavedHomesPushUpsell\\\":\\\"CONTROL_OFF\\\",\\\"AndroidIMXViewer\\\":\\\"ON\\\",\\\"REALTIME_PERS_MODEL_MOB\\\":\\\"CONTROL_4\\\",\\\"ACQ_SRP_DynamicLocation\\\":\\\"Control_NoCopy\\\",\\\"RMX_LIGHTBOX_CHROME_1.5\\\":\\\"CONTROL\\\",\\\"SXP_EVENT_MARKUP\\\":\\\"CONTROL\\\",\\\"AndroidPropertyTags\\\":\\\"PROPERTY_TAGS_ON\\\",\\\"VL_THIRD_PARTY_VR\\\":\\\"ON\\\",\\\"AndroidUpdateTabPers\\\":\\\"ON\\\",\\\"IOS_SCHOOLS_BOUNDARIES\\\":\\\"ON\\\",\\\"RR-ClientProfilerEngagement\\\":\\\"CONTROL_ON\\\",\\\"SS_SCHOOL_SEARCH_MOB\\\":\\\"CONTROL\\\",\\\"IOS_ZO_HOMEACCESSVERSION\\\":\\\"IOS_ZO_HOMEACCESSVERSION_V2\\\",\\\"ADS_EPA_MY_ADS_ACH_BANNER\\\":\\\"ON\\\",\\\"MTT_ODASH_TOP_SLOT_ONSITE_MESSAGING\\\":\\\"BASELINE_TREATMENT\\\",\\\"SavedSearchRefactor\\\":\\\"ON\\\",\\\"NFSHDP_COMPS_MODULE_MAP\\\":\\\"DYNAMIC_MAP\\\",\\\"SXP_SEARCH_DISPATCHER_SERVICE\\\":\\\"CONTROL\\\",\\\"ADS_BETTER_CONTACT_FORM_MESSAGES\\\":\\\"CONTROL\\\",\\\"HOPS_ZO_BANNER\\\":\\\"CONTROL\\\",\\\"RE_REQUEST_TOUR_NEW_LOOK\\\":\\\"TEST\\\",\\\"ZO_FSHDP_RTBP\\\":\\\"ON\\\",\\\"AR_CSAT_TOUR_SURVEY\\\":\\\"VARIANT2\\\",\\\"TR_HTML_SITEMAP_LINK_HOMEPAGE\\\":\\\"CONTROL\\\",\\\"IOS_HOMELOOKUPLIST_V3\\\":\\\"CONTROL_OFF\\\",\\\"AndroidMediaStreamHDP\\\":\\\"MEDIA_STREAM_HDP_ON\\\",\\\"AndroidMediaStreamFSPotentialDescription\\\":\\\"MEDIA_STREAM_FS_POTENTIAL_DESCRIPTION_ON\\\",\\\"IOS_VIRTUAL_OPEN_HOUSE\\\":\\\"ON_2\\\",\\\"PA_UNIVERSAL_NAV_PROFILE_PAGES\\\":\\\"PROFILE_PAGES_NEW_NAV_ON\\\",\\\"SPT_RENDER_OFF_MARKET_PAGE\\\":\\\"ON\\\",\\\"SEL_AudienceMetricsBackend\\\":\\\"CONTROL\\\",\\\"RE_HRSSimilarHomes\\\":\\\"HRS\\\",\\\"RMX_TILED_PANO\\\":\\\"ON\\\",\\\"STL_PostingService_ModeratedQueue\\\":\\\"ON\\\",\\\"ADS_VIDEO_EVERYWHERE\\\":\\\"EVERYWHERE\\\",\\\"XoutPropertyMobile\\\":\\\"ON_XoutPropertyMobile\\\",\\\"SHEN_EMS_PRE_MOB_INTEGRATION\\\":\\\"EMS_ON\\\",\\\"IOS_MEDIA_STREAM_RENTALS_DESCRIPTION\\\":\\\"ON\\\",\\\"IOS_NAME_PERSONALIZATION_ONBOARDING\\\":\\\"CONTROL_OFF\\\",\\\"ADS_OpaqueBAL_MW_Modal\\\":\\\"MessageAgent\\\",\\\"HDP_ZO_DATA_BAL\\\":\\\"CONTROL\\\",\\\"FIT_FONT_LOADING\\\":\\\"NO_INITIAL_VIEW\\\",\\\"ANDROID_ZG_LINKS_ENABLED\\\":\\\"CONTROL_OFF\\\",\\\"ZO_Jumpstart_AddressSearch\\\":\\\"QUERY_UNDERSTANDING_ENDPOINT\\\",\\\"ANDROID_HDP_TOUR_CTA_V2\\\":\\\"CONTROL\\\",\\\"ANDROID_UPDATES_TAB_AGENT_COSHOPPING\\\":\\\"CONTROL_OFF\\\",\\\"ZO_OMHDP_Inline_Upsell\\\":\\\"CONTROL\\\",\\\"AndroidNFSWowHeader\\\":\\\"ON\\\",\\\"AR_MY_AGENT_POST_SUBMIT_MIGRATION_MOBILE\\\":\\\"ON\\\",\\\"RE_INSTANT_TOUR_BDP\\\":\\\"TEST\\\",\\\"HDP_PREXIT_AD_TARGETS\\\":\\\"CONTROL\\\",\\\"AndroidSavedHomeUpdates2021\\\":\\\"ON\\\",\\\"PA_BETH_ALAN_FLEX\\\":\\\"CONTROL\\\",\\\"PR_DISABLE_GOOGLE_TAG_MANAGER\\\":\\\"CONTROL\\\",\\\"HDP_OWNERTABS\\\":\\\"VIEW\\\",\\\"ABService_CachedVersionsOverridesManager\\\":\\\"USE_VERSIONS_REDIS_CACHE\\\",\\\"ADS_OpaqueBAL_KW\\\":\\\"ON\\\",\\\"AR_CSAT_45_DAY_CHECKIN_ENABLE\\\":\\\"VARIANT_1\\\",\\\"IMX_PHASE_2\\\":\\\"ON\\\",\\\"SHO_GoogleTileShadow_Mobile\\\":\\\"CONTROL\\\",\\\"IOSIPadContactButtons\\\":\\\"ON\\\",\\\"RR_REAL_TIME_MF_TOUR_SCHEDULING\\\":\\\"CONTROL\\\",\\\"SPT_GDP_BATCH_TO_PSL\\\":\\\"ON\\\",\\\"HDP_DQ_FS_OTHER\\\":\\\"CONTROL\\\",\\\"SXP_DISPLAY_AD_LOADING\\\":\\\"CONTROL\\\",\\\"ANDROID_CLAIM_HOME_MGR_REFACTOR_PHASE_2\\\":\\\"CONTROL_OFF\\\",\\\"ANDROID_CLAIM_HOME_MGR_REFACTOR_PHASE_1\\\":\\\"ON\\\",\\\"ADSNeighborhoodDesktop\\\":\\\"ON\\\",\\\"ADS_EPA_AUTORENEW\\\":\\\"ON\\\",\\\"MobileHDPTrial\\\":\\\"CONTROL\\\",\\\"NotificationCount\\\":\\\"CONTROL_OFF\\\",\\\"TrafficTotalEclipseMobileHomeValuesPage\\\":\\\"WONDROUS\\\",\\\"HDP_OV_UPSELL_NFS_MOBILE\\\":\\\"HOME_VALUE_TRACKER\\\",\\\"ADS_CF_conversion_monitoring\\\":\\\"CONTROL\\\",\\\"ADS_CONTACT_SUBMIT_REFACTOR\\\":\\\"CONTROL\\\",\\\"KeystoneEventFavorite\\\":\\\"SEND_EVENT\\\",\\\"ADS_PACE_USER\\\":\\\"ON\\\",\\\"IOS_PROPERTY_CARDS_V1\\\":\\\"CONTROL_OFF\\\",\\\"SEOTEST__CUSTOM_REGION_FAQ_APARTMENTS_V1\\\":\\\"CONTROL\\\",\\\"HDP_WOW_PANO\\\":\\\"ON\\\",\\\"IOS_SHOW_SEARCH_FILTERS\\\":\\\"ON\\\",\\\"SmartBannerAndroid\\\":\\\"CONTROL\\\",\\\"HDP_DQ_FSBA\\\":\\\"CONTROL\\\",\\\"SL_OFFERDATES_INPUT\\\":\\\"CONTROL\\\",\\\"iOSBDPTemplate\\\":\\\"ON_TemplateBDP\\\",\\\"IOS_DisableHomeRecs\\\":\\\"CONTROL_OFF\\\",\\\"IOS_PROPERTY_CARDS_V2\\\":\\\"CONTROL_OFF\\\",\\\"ARCS_ABAD_PHX\\\":\\\"CONTROL\\\",\\\"HDP_CollapsedFullPage\\\":\\\"CONTROL\\\",\\\"NC_TOUR_V2\\\":\\\"ON\\\",\\\"IOS_BDP_INSTANT_TOUR_SCHEDULING\\\":\\\"ON\\\",\\\"SEOTEST__HDP_3D_HOME_TOUR_META_DESCRIPTION\\\":\\\"CONTROL\\\",\\\"AR_CSAT_REDIS\\\":\\\"ON\\\",\\\"YOUR_HOME\\\":\\\"YOUR_HOME_V1\\\",\\\"IOS_WEB_DEEPLINK_ROUTING\\\":\\\"CONTROL\\\",\\\"AB_DASHBOARD_AA_TEST\\\":\\\"CONTROL\\\",\\\"iOS_Native_OV\\\":\\\"allWebView\\\",\\\"iOSHDPMapHole\\\":\\\"ON_WITHOUT_LABEL\\\",\\\"RR_ContactSubmit_SLA_Alarms\\\":\\\"ON\\\",\\\"ADS_PACE_REGION\\\":\\\"ON\\\",\\\"REALTIME_PERS_SORT_MOB\\\":\\\"REALTIME_RECS\\\",\\\"SPT_SIMILAR_HOMES\\\":\\\"ON\\\",\\\"IOS_DEACTIVATE_ACCOUNT_OPTION\\\":\\\"ON\\\",\\\"RentalTransactionHistory\\\":\\\"NEW\\\",\\\"ARCS_PROPERTY_TOURS_ST_DIRECT\\\":\\\"CONTROL\\\",\\\"ADS_EPA_LEADS_TIP\\\":\\\"ON\\\",\\\"IOS_SHOW_FEWER_RECENT_SEARCHES\\\":\\\"CONTROL_OFF\\\",\\\"ADS_EPA_PROMO_PERMISSIONS\\\":\\\"CONTROL\\\",\\\"IOS_TABS_LISTING_TYPES\\\":\\\"CONTROL_OFF\\\",\\\"RE_NearMeLinks\\\":\\\"CONTROL\\\",\\\"DIRECT_LINK_TO_CONTACT_FORMS\\\":\\\"CONTROL\\\",\\\"ARCS_ATLAS_PROPERTY_TOURS\\\":\\\"ON\\\",\\\"iOS_RenterProfile\\\":\\\"iOSRenterProfile_ON\\\",\\\"EXTRA_SLOTS_APP_AA_TEST\\\":\\\"CONTROL\\\",\\\"SP_ZO_HDP_PAGE\\\":\\\"CONTROL\\\",\\\"SET_COMPARE\\\":\\\"ON\\\",\\\"AndroidHomeRecommendations\\\":\\\"CONTROL_OFF\\\",\\\"IOS_UPDATES_TAB_NAME\\\":\\\"CONTROL_OFF\\\",\\\"RE_Irene_Owner_Application_Upsell\\\":\\\"TEST\\\",\\\"IOS_MEDIA_STREAM_FOR_SALE_POTENTIAL\\\":\\\"ON\\\",\\\"NC_VERTICAL_LIVING_COMMUNITY\\\":\\\"ON\\\",\\\"IOS_MORE_MENU_SELLER_IMPROVEMENTS\\\":\\\"CONTROL_OFF\\\",\\\"ANDROID_OMHDP_ZHDP_FRAMEWORK\\\":\\\"CONTROL_OFF\\\",\\\"ZGMIAIR_CHIP_ZHL_PREQUAL\\\":\\\"CONTROL\\\",\\\"ARCS_NY_AD_COMPLIANCE\\\":\\\"ON\\\",\\\"SS_DEPRECATE_PRE_APIS\\\":\\\"410_RESPONSE\\\",\\\"IOS_SS_AUTOCOMPLETE\\\":\\\"CONTROL_OFF\\\",\\\"WIDGET_SCHOOL_PARAM\\\":\\\"SchoolFiltersOpen\\\",\\\"IOS_ZO_SCHEDULE_VIRTUAL_TOUR\\\":\\\"CONTROL_SCHEDULE_TOUR\\\",\\\"iOSNotificationUpsell2\\\":\\\"CONTROL_OFF\\\",\\\"IOS_Onboarding_v3\\\":\\\"ON_PHASE1_REFRESH\\\",\\\"HDP_COMMUTE\\\":\\\"ON\\\",\\\"HDP_COMMUTE_ROUTES\\\":\\\"ON\\\",\\\"VIDEO_RENTALS_IOS\\\":\\\"ON\\\",\\\"2020_TOGGLE_VISIBILITY\\\":\\\"CONTROL_OFF\\\",\\\"ADS_EPA_SHOW_OLD_INVOICES_LINK\\\":\\\"ON\\\",\\\"AndroidClickstreamLongTermFix\\\":\\\"CLICK_STREAM_LONG_TERM_FIX_ON\\\",\\\"AndroidOwnerViewExpanded\\\":\\\"CONTROL_EXPANDED_OWNER_VIEW_OFF\\\",\\\"ACQ_TOP_Multivariate_CTACopy\\\":\\\"Variant_OpenApp\\\",\\\"AndroidNFSWowTools\\\":\\\"CONTROL\\\",\\\"USE_PROPERTY_DATA_SERVICE\\\":\\\"SERVICE\\\",\\\"SchoolsOnMap\\\":\\\"ON\\\",\\\"EnableVrModels\\\":\\\"CONTROL\\\",\\\"IOS_ZGGRAPH_VIEWEDSTATUS\\\":\\\"ON\\\",\\\"SPT_PSL_TO_PDC_IN_GDP\\\":\\\"ON\\\",\\\"ARCS_INLINE_TOUR_SECTION\\\":\\\"ON\\\",\\\"HDPGalleryUpsell\\\":\\\"CAROUSEL_ONLY\\\",\\\"MobileLargerThumbnailImages\\\":\\\"THUMBNAIL_150_112\\\",\\\"SS_DEPRECATE_WIDGET\\\":\\\"FMR_WIDGET_410_RESPONSE\\\",\\\"ACT_PAGE_FRAME_STYLE_LIB\\\":\\\"STYLED_CACHED\\\",\\\"ADS_PostSubmitUpsellTemplate\\\":\\\"ON\\\",\\\"RA_IRENE_BVL\\\":\\\"ON\\\",\\\"ADT_HOME_TO_SRP_REDIRECT\\\":\\\"CONTROL\\\",\\\"ODASH_NFS_NEW_ZEST_HOME_VALUE\\\":\\\"ON\\\",\\\"IOS_HIDE_EXPOSED_FILTERS\\\":\\\"ON\\\",\\\"HomeVideoNorthPole\\\":\\\"CONTROL\\\",\\\"IOS_IMX_VIEWER\\\":\\\"ON\\\",\\\"ANDROID_DEEPLINK_PRIORITY_OVER_ONBOARDING\\\":\\\"CONTROL_OFF\\\",\\\"SEL_VANITY_BAL\\\":\\\"ON\\\",\\\"ADS_TrolleyTown\\\":\\\"ON\\\",\\\"AgentAdvertiseLinkPlacement\\\":\\\"CONTROL\\\",\\\"IOS_OFFERS_REGIONAL_LPS\\\":\\\"CONTROL\\\",\\\"IOS_ONBOARDING_PUSH_PROMPT_ON_LAUNCH\\\":\\\"ON\\\",\\\"HDP_Toolbar\\\":\\\"Sticky_Bottom\\\",\\\"IOS_LISTING_COLOR_BLUE_TO_RED\\\":\\\"ON_NO_BLUE_2\\\",\\\"ODASH_TCOS_MODULE\\\":\\\"TCOS_MODULE_ODASH_V1\\\",\\\"NonCompeteHouseAds\\\":\\\"AD_A\\\",\\\"Android3DHomesHDP\\\":\\\"ON_3D_HOMES_HDP\\\",\\\"NC_DRIVING_DIRECTIONS\\\":\\\"CONTROL\\\",\\\"RE_Premium_Package_Email_Upsell\\\":\\\"CONTROL\\\",\\\"ZO_Flag_Use_Bridge_Bathroom_Info\\\":\\\"CONTROL\\\",\\\"iOS_Onboarding_V3_Copy_Changes\\\":\\\"ON\\\",\\\"ANDROID_SEARCH_BOX_CLEARING\\\":\\\"ON\\\",\\\"AndroidZOMapDots\\\":\\\"CONTROL_OFF\\\",\\\"ANDROID_CONSTELLATION_FILTERS_AESTHETIC_UPDATE\\\":\\\"CONTROL_OFF\\\",\\\"AndroidShowSmartToggle\\\":\\\"ON_SHOW_SMART_TOGGLE\\\",\\\"MTT_HDP_TOP_SLOT_ONSITE_MESSAGING\\\":\\\"BASELINE_TREATMENT\\\",\\\"SEOTEST__ADS_AND_TRACKING_PIXELS\\\":\\\"CONTROL\\\",\\\"HDP_Other_Costs_Mobile\\\":\\\"CONTROL\\\",\\\"NC_LOT_BANNER\\\":\\\"CONTROL\\\",\\\"IOS_SCHOOLS_MAP_ICON\\\":\\\"CONTROL_OFF\\\",\\\"IOS_ZO_HOMEACCESS_CAROUSEL\\\":\\\"CAROUSEL_ON\\\",\\\"iOSBuildingCallButton\\\":\\\"CONTROL_OFF\\\",\\\"iOS_EncodedSavedSearchAPI\\\":\\\"ON\\\",\\\"MarketingPersistentSmartAppBanner\\\":\\\"PERSISTENT\\\",\\\"ADT_TOP_SLOT_SRP\\\":\\\"ONSITE_MESSAGING\\\",\\\"IOS_MM_CTA\\\":\\\"CONTROL_OFF\\\",\\\"HDP_FakeLightbox\\\":\\\"CONTROL\\\",\\\"SL_OFFERINHAND_INPUT\\\":\\\"CONTROL\\\",\\\"RA_IRENE_REMOVE_SSN_FROM_IDV\\\":\\\"CONTROL\\\",\\\"Android_Show_Search_Filters\\\":\\\"ON_SHOW_SEARCH_FILTERS\\\",\\\"AndroidOwnerView\\\":\\\"ON_OWNER_VIEW\\\",\\\"ClaimUpsell\\\":\\\"CONTROL\\\",\\\"AR_MY_AGENT_RECONNECTIONS_LOGGED_OUT_OPAQUE\\\":\\\"CONTROL\\\",\\\"HDP_EARLY_TRIAGE_REORDER\\\":\\\"CONTROL\\\",\\\"UDP_PRE_EDIT_HOME_FACT\\\":\\\"NEW_UI\\\",\\\"PERS_ENGAGEMENT_SAVED_SEARCH\\\":\\\"ENGAGEMENT_ON\\\",\\\"IOS_CLAIMED_HOMES_REFACTOR\\\":\\\"CONTROL_OFF\\\",\\\"IOS_REG_LOGIN_STRONG_PASS\\\":\\\"ON\\\",\\\"PPL_PHOTOGRAPHER_SPECIALIZATION\\\":\\\"ON\\\",\\\"PERF_PRELOAD_HDP_IMAGE\\\":\\\"CONTROL\\\",\\\"HDP_WOW_RS_AND_NFS_UPSELL\\\":\\\"REFI_UPSELL\\\",\\\"PERF_HDP_WEBP\\\":\\\"ENABLED\\\",\\\"IOS_3D_HOMES_FILTER\\\":\\\"ON\\\",\\\"AndroidSideBySide\\\":\\\"CONTROL_OFF\\\",\\\"ACQ_TOP_MODIFIEDCTA_GETvsDOWNLOAD\\\":\\\"Control_DL\\\",\\\"ZO_HDP_COMING_SOON\\\":\\\"CONTROL\\\",\\\"ADS_EPA_SHOW_ACH\\\":\\\"ON\\\",\\\"VEL_CLIENT_PROFILER_BUILDINGDETAILS\\\":\\\"100_PERCENT\\\",\\\"HDP_AD_MWEB\\\":\\\"ON\\\",\\\"IO_WhatsMyHomeWorth\\\":\\\"ON\\\",\\\"ZON_TEST_TRAIL\\\":\\\"CONTROL\\\",\\\"BALButtonStyle\\\":\\\"TOP_BLUE_BALButtonStyle\\\",\\\"ADT_DESKTOP_HDP_CALLOUT\\\":\\\"CONTROL\\\",\\\"ADS_EPA_DISPLAY_AGENT_BILLING_PORTAL_LINK\\\":\\\"ON\\\",\\\"RE_BlendedHomeRecsModule\\\":\\\"CONTROL\\\",\\\"ZO_UPSELL_CHECK_FROM_OASIS\\\":\\\"ON\\\",\\\"AndroidHomeRecsPushReg\\\":\\\"HOME_RECS_REG_ON\\\",\\\"VL_BDP_SSR_QUERY\\\":\\\"CONTROL_CACHED\\\",\\\"IOS_HomeTrackerToggleIconOnHDP\\\":\\\"CONTROL_OFF\\\",\\\"ARCS_HTA_ASYNC\\\":\\\"CONTROL\\\",\\\"IOS_ACCOUNT_SETTINGS\\\":\\\"ON\\\",\\\"AndroidBDP\\\":\\\"TEMPLATED\\\",\\\"SEL_SpamFighting\\\":\\\"ON\\\",\\\"VL_InferredBADAttributes\\\":\\\"ON\\\",\\\"SP_NATIVE_BUILDING_PAGE\\\":\\\"CONTROL\\\",\\\"IOS_OMHDP_REFI_UPSELL\\\":\\\"CONTROL_OFF\\\",\\\"CommunityPillar_Hide_CP\\\":\\\"CONTROL\\\",\\\"HDP_FNF_BULLETS\\\":\\\"ON\\\",\\\"CONTACT_FORM_OPAQUE_CONTACT_BUTTON\\\":\\\"CONTROL\\\",\\\"PPL_CONS_PUB_PROFILES\\\":\\\"REMOVE_PROFILES\\\",\\\"RE_Public_Health_Advisory\\\":\\\"ON\\\",\\\"IOS_KINGFISHER_FILTERS_REDESIGN\\\":\\\"ON_3\\\",\\\"Zo_Flag_OASIS_Use_Zg_Graph\\\":\\\"CONTROL\\\",\\\"ANDROIDCLAIMHOMEUPSELL\\\":\\\"UPSELL_ON\\\",\\\"HDP_SERVICE_NC_APP_V2\\\":\\\"ON\\\",\\\"ZEST_OFFERS_GR_PROMO\\\":\\\"ON\\\",\\\"ACQ_MOBILE_UPSELL_APPS\\\":\\\"ON\\\",\\\"ARCS_UDS_GDP\\\":\\\"CONTROL\\\",\\\"ADSNeighborhoodPhone\\\":\\\"ON\\\",\\\"ADS_ENABLE_STREET_EASY_ZONE\\\":\\\"ON\\\",\\\"IOSVIDEOPLAYBACK\\\":\\\"ON\\\",\\\"ARCS_THREE_BUTTONS_APPS_ANDROID\\\":\\\"ON\\\",\\\"AndroidBermudaPlayback\\\":\\\"PLAYBACK_ON\\\",\\\"AndroidMediaStreamFSBADescription\\\":\\\"MEDIA_STREAM_FSBA_DESCRIPTION_ON\\\",\\\"ACQ_Homepage_2CTAModule\\\":\\\"Variant_BrowserSelect\\\",\\\"FLEX_COUNTY_FLIP\\\":\\\"ON\\\",\\\"AndroidAllHDPsNative\\\":\\\"ON_ALL_HDPS_NATIVE\\\",\\\"HDP_MM_PROMINENT_TOUR\\\":\\\"CONTROL\\\",\\\"TrafficTotalEclipseDesktopHomeValuesPage\\\":\\\"MAGICAL\\\",\\\"BDP_SKIP_LINKS\\\":\\\"SKIPLINKS_HEADER\\\",\\\"VL_BDP_NEW_TAB\\\":\\\"CONTROL\\\",\\\"AGENT_DASHBOARD_REDIRECT\\\":\\\"REDIRECT\\\",\\\"iOSZMMLongFormWebView\\\":\\\"CONTROL_NATIVE\\\",\\\"ACQ_TOP_Copy_GetAlertsVSNone\\\":\\\"Control_NoCopy\\\",\\\"AgentNavigationiOS\\\":\\\"AGENT_NAV_ON\\\",\\\"ZO_DataStrategy_CreateOfferRequest\\\":\\\"ON\\\",\\\"VL_FF_REDESIGN_KEYFEATURES\\\":\\\"AA_VARIANT\\\",\\\"AndroidNewLocationLookupApi\\\":\\\"ON_ANDROID_NEW_LOCAION_LOOKUP_API\\\",\\\"Android_OnboardingReprompting_2\\\":\\\"ONBOARDINGREPROMPTING_2_ON\\\",\\\"HDP_SuperShare\\\":\\\"ON\\\",\\\"RE_Rental_MF_OffMarket_NoIndex\\\":\\\"ON\\\",\\\"AndroidMapRefactoring\\\":\\\"ON_MAP_REFACTORING\\\",\\\"ADS_OpaqueBAL_MW\\\":\\\"CONTROL\\\",\\\"Android_CollapsedHDP\\\":\\\"ON\\\",\\\"iOSIPadHDPLightbox\\\":\\\"ON_2\\\",\\\"ARCS_MY_AGENT_A11Y_UI\\\":\\\"ON\\\",\\\"AndroidCSATSurvey\\\":\\\"SURVEY_APP_STARTUP\\\",\\\"HomeSearchNoAutoFocus\\\":\\\"CONTROL\\\",\\\"ADT_PERSONALIZED_HOME_LANDING\\\":\\\"CONTROL\\\",\\\"PERS_GRS\\\":\\\"CONTROL\\\",\\\"HDP_TOURING_LEGACY\\\":\\\"CONTROL\\\",\\\"PPL_TEAM_PROFILE_STYLING\\\":\\\"PROXIMAL_BUTTONS\\\",\\\"ANDROID_PSG_VIEWED_STATE\\\":\\\"CONTROL_PSG_VIEWED_STATE\\\",\\\"ARCS_TRULIA_VIA_PSL\\\":\\\"ON\\\",\\\"SI_DownPaymentAssistance\\\":\\\"ON_NO_CITY_FILTER\\\",\\\"HDP_MM_CTA_TOUR_FIRST\\\":\\\"CONTROL\\\",\\\"ANDROID_NATIVE_TOUR_FORM\\\":\\\"CONTROL_OFF\\\",\\\"SEOTEST__HDPAddressVariants\\\":\\\"IN_BREADCRUMB\\\",\\\"SXP_PREXIT_CLAIMS_CHECK\\\":\\\"ENABLED\\\",\\\"VL_FAQ\\\":\\\"ON\\\",\\\"SHO_ZIPCODES_IN_REGION_AUTOCOMPLETE\\\":\\\"INCLUDE_ZIPCODES\\\",\\\"SEOTEST__SXP_SEO_TEST\\\":\\\"CONTROL\\\",\\\"HDP_UPDATED_FNF\\\":\\\"ON\\\",\\\"IOS_OMHDP_ZHDPFRAMEWORK\\\":\\\"CONTROL_OFF\\\",\\\"SEOTEST__HDP_WOW_RED_BLUE\\\":\\\"CONTROL\\\",\\\"iOSHomeRecs\\\":\\\"CONTROL_NO_HOME_RECS\\\",\\\"IOS_MEDIA_STREAM_FS_POT_DESCRIPTION\\\":\\\"ON\\\",\\\"RE_IDVBadge\\\":\\\"CONTROL\\\",\\\"UnrestrictMarketingPixels\\\":\\\"NO_CAMPAIGN_REQUIRED\\\",\\\"SXP_OPEN_HOUSE_FLEX\\\":\\\"OPEN_HOUSE_BOOSTED\\\",\\\"AndroidModalBalContactButtons\\\":\\\"ON\\\",\\\"HDP_CollapsedUpdate\\\":\\\"CONTROL\\\",\\\"HDP_SERVICE_FULL_SSR\\\":\\\"CONTROL\\\",\\\"SEOTEST__EVENT_MARKUP_DISABLED_REGIONS\\\":\\\"CONTROL\\\",\\\"PPL_INVESTOR\\\":\\\"ACTIVE_INTERNAL_USE\\\",\\\"IOS_OFFERS_NATIVE_QUESTIONNAIRE\\\":\\\"CONTROL\\\",\\\"HDP_DQ\\\":\\\"ON\\\",\\\"SHEN_EMS_PROPERTY_ALERT\\\":\\\"CONTROL\\\",\\\"AndroidHomeLookupApi\\\":\\\"ON_HOME_LOOKUP_API\\\",\\\"IOS_SAVED_HOME_CTA\\\":\\\"CONTROL_OFF\\\",\\\"SP_NATIVE_FOR_SALE_PAGE\\\":\\\"CONTROL\\\",\\\"FullScreenPhotoModalBAL\\\":\\\"CONTROL_OFF_FullScreenPhotoModalBAL\\\",\\\"SEOTEST__RE_SRPTitleTags_CityStateApartments\\\":\\\"CONTROL\\\",\\\"AndroidProfileV0\\\":\\\"ON\\\",\\\"MTT_SRP_TOP_SLOT_HOLDOUT\\\":\\\"ON\\\",\\\"IOS_RENTALS_APPLY_NOW_INTEGRATION\\\":\\\"ON_APPLY_NOW\\\",\\\"IOS_ZillowGroupAnalytics_RE\\\":\\\"CONTROL_OFF\\\",\\\"YOLT_ABAD_JACKSONVILLE\\\":\\\"CONTROL\\\",\\\"IOS_COSHOPPING_V1\\\":\\\"COSHOPPING_ON\\\",\\\"SP_FOR_SALE_PAGE\\\":\\\"CONTROL\\\",\\\"HDP_SERVICE_NFS_APP_V2\\\":\\\"ON\\\",\\\"VEL_AB_SERVICE\\\":\\\"REMOTE_SERVICE\\\",\\\"IOS_MEDIA_STREAM_ALL_HDP_TYPES\\\":\\\"CONTROL_OFF\\\",\\\"AndroidCoshoppingUpsellsV1\\\":\\\"CONTROL_OFF\\\",\\\"SEOTEST__RE_WOWHDP\\\":\\\"CONTROL\\\",\\\"SPT_LOADING_DOUBLE_SCROLL_NFS\\\":\\\"CONTROL\\\",\\\"ARCS_FEATURED_IMAGE\\\":\\\"CONTROL\\\",\\\"ZO_OffersLP_ZO_Pause_Banner\\\":\\\"ON\\\",\\\"IOS_INSTANTOFFERS_SELL_TAB_V2\\\":\\\"CONTROL\\\",\\\"HDP_COMMUTE_SOURCE\\\":\\\"TRULIA\\\",\\\"AndroidOnboardingAddRentFilters\\\":\\\"CONTROL_OFF\\\",\\\"PERS_MOCK_SEARCH_LATENCY_PRE\\\":\\\"CONTROL\\\",\\\"SRP_MWEB_ADS_VARIANTS\\\":\\\"VARIANT_B\\\",\\\"ADS_EPA_HIDE_OLD_INVOICES_LINK\\\":\\\"CONTROL\\\",\\\"REV_remove_cc_entry_when_impersonating_AB\\\":\\\"ON\\\",\\\"ARCS_TOURS_REQUIRED_AGENTS\\\":\\\"CONTROL_5_AGENTS\\\",\\\"ADS_EPA_DISPLAY_FLEX_LABELING\\\":\\\"CONTROL\\\",\\\"HDP_InlineCSS\\\":\\\"CONTROL\\\",\\\"IOS_SHOW_NOTIFICATION_COUNT\\\":\\\"CONTROL_OFF\\\",\\\"REV-4302_hide_otc_token_in_admin_ui\\\":\\\"CONTROL\\\",\\\"TRACK_HOME_VALUE_V1\\\":\\\"COPY_A\\\",\\\"SHO_GoogleTileShadow_Desktop\\\":\\\"CONTROL\\\",\\\"SXP_PAGINATION\\\":\\\"LEGACY_PAGINATION\\\",\\\"AndroidPanoramas\\\":\\\"PANORAMAS_ON\\\",\\\"AndroidExposedShare\\\":\\\"ON\\\",\\\"REV_SEM_BA\\\":\\\"CONTROL\\\",\\\"SXP_KF_FILTERS_V2\\\":\\\"ON\\\",\\\"ADAT_HFF_SSTT\\\":\\\"ON\\\",\\\"AndroidZOZillowOwnedFilter\\\":\\\"ON\\\",\\\"ACQ_Placement_TopvsBottom\\\":\\\"Control_Top\\\",\\\"YOLT_ABAD_FAYETTEVILLE\\\":\\\"CONTROL\\\",\\\"TRAFFIC_FOOTER_ZHVI_V1\\\":\\\"CONTROL\\\",\\\"AndroidMagellanHDP\\\":\\\"MAGELLAN_HDP_ON\\\",\\\"MobileInlineActions\\\":\\\"SHARE_FIRST\\\",\\\"IOS_ZEST_OFFERS_UPSELL\\\":\\\"CONTROL_OFF\\\",\\\"AndroidWhatsNew3DHomes\\\":\\\"ON_WHATS_NEW_3D\\\",\\\"HDP_SIMILAR_HOMES_RECS\\\":\\\"HDP\\\",\\\"IOS_CTA_END_GALLERY\\\":\\\"CONTROL\\\",\\\"SXP_MLS_NONMLS_FILTER\\\":\\\"CONTROL\\\",\\\"VL_BLS_FLYBAR\\\":\\\"ON\\\",\\\"ACQ_iOS14_AdjustvsApple\\\":\\\"Control_Adjust\\\",\\\"AppUpsellBottomiOS\\\":\\\"CONTROL_OFF\\\",\\\"CW_PRE_SUBMIT_VALUE_PROPS_INLINE_OPAQUE_APPS\\\":\\\"CONTROL\\\",\\\"CAREERS_BRAND_MLOA\\\":\\\"ON\\\",\\\"ARCS_STREAMLINED_TOURS_DESKTOP\\\":\\\"ON\\\",\\\"AndroidExposedFilters\\\":\\\"ON\\\",\\\"RE_GuidedSearchFiltersPOC\\\":\\\"CONTROL\\\",\\\"SRP_DISABLE_NC_COMMUNITY_LAYER\\\":\\\"CONTROL\\\",\\\"IOS_NATIVE_BDP\\\":\\\"USE_NATIVE_BDP_ENABLED\\\",\\\"ZO_LandingPage_Autocomplete\\\":\\\"AUTOCOMPLETE_ENDPOINT\\\",\\\"SELLING_SOON_MODEL\\\":\\\"CONTROL\\\",\\\"SI_ANONYMIZE\\\":\\\"CONTROL\\\",\\\"SL_FSBA_MANUAL_POSTING\\\":\\\"DISABLED\\\",\\\"HDP_UPDATED_STATS_DISPLAY\\\":\\\"CONTROL\\\",\\\"IOS_RTBP_V3\\\":\\\"ON_V3\\\",\\\"IOS_INAPP_NOTIFICATION\\\":\\\"CONTROL_NONE\\\",\\\"ARCS_INSTANT_BOOK\\\":\\\"ON\\\",\\\"HDP_COMPS_API_V2\\\":\\\"CONTROL\\\",\\\"APPS_IOS_HDP_DWELL_TIME\\\":\\\"ON\\\",\\\"SE_InstantOffer_Questionnaire_IntroBadge\\\":\\\"ON\\\",\\\"HDP_WOW_LAYOUT_FOR_SALE\\\":\\\"CONTROL\\\",\\\"Claim_Home_Customized_Experience_PopUP\\\":\\\"CONTROL\\\",\\\"ZSG-Typeramp\\\":\\\"GOTHAM_FOR_ALL\\\",\\\"MapUpsellMessages\\\":\\\"TEXT_WITH_IMAGE_TEXT_TWO\\\",\\\"VL_UNIT_TABLE_MATCHES\\\":\\\"TEST\\\",\\\"IOS_HIDE_55\\\":\\\"ON\\\",\\\"RA_RACHEL_INCOME_DOCS_ENCOURAGEMENT\\\":\\\"CONTROL\\\",\\\"SXP_3DHOME_FILTER\\\":\\\"ON\\\",\\\"ARCS_A11Y_UI\\\":\\\"ON\\\",\\\"IOS_Profile_v0\\\":\\\"ON\\\",\\\"AndroidAgentFinderPerfReporting\\\":\\\"CONTROL_AGENTFINDER_REPORTING_OFF\\\",\\\"NC_ZO_UPSELL_LEVEL\\\":\\\"CONTROL\\\",\\\"SEOTEST__HDP_SERVICE_FOR_SALE\\\":\\\"CONTROL\\\",\\\"ADS_BAL_INVERTED_MW_MODAL\\\":\\\"INVERTED\\\",\\\"REV_Replace_TT_CC_Form_with_CSI\\\":\\\"CONTROL\\\",\\\"ADS_CF_ANDROID_INSTANT\\\":\\\"CONTROL\\\",\\\"IOS_CLICKSTREAM_SEARCH_IMPRESSIONS\\\":\\\"ON_PAGEVIEW_ZPIDS\\\",\\\"SchoolFilterPlacement\\\":\\\"TOP_LEVEL_SchoolFilterPlacement\\\",\\\"NC_ZO_BUILDER_BADGE\\\":\\\"ON\\\",\\\"ARCS_MY_AGENT_REWRITE\\\":\\\"ON\\\",\\\"HDP_WOW_LAYOUT_FSBA\\\":\\\"CONTROL\\\",\\\"AndroidInAppCovidVT\\\":\\\"CONTROL_OFF\\\",\\\"SP_BUILDING_PAGE\\\":\\\"CONTROL\\\",\\\"SXP_QU_MIGRATION\\\":\\\"ON\\\",\\\"AR_MY_AGENT_POST_SUBMIT_MIGRATION\\\":\\\"ON\\\",\\\"APPS_IOS_AUTOCOMPLETE2\\\":\\\"CONTROL_OFF\\\",\\\"HomePageSellZestimateQueryViewEqualsOwner\\\":\\\"ON\\\",\\\"IMX_LIGHTBOX\\\":\\\"ON\\\",\\\"SEL_SEM_LANDING_PAGE\\\":\\\"ON\\\",\\\"HDP_Mobile_Bounce\\\":\\\"FORSALE_COUNT_EMAIL\\\",\\\"AndroidModalBalNewConstruction\\\":\\\"CONTROL_OFF\\\",\\\"AndroidRenterProfileV2\\\":\\\"RENTER_PROFILE_V2_ON\\\",\\\"IOS_ZO_STARTANOFFER\\\":\\\"ON\\\",\\\"ACQ_MOBILE_UPSELL_SXP\\\":\\\"CONTROL\\\",\\\"ADS_OpaqueBALImpressions\\\":\\\"CONTROL\\\",\\\"IOS_GETZ_SCHOOLS_FROM_MAS\\\":\\\"ON\\\",\\\"IOS_ZO_MAP_DOTS\\\":\\\"CONTROL\\\",\\\"PERS_ENGAGEMENT_PROPERTY_ALERT\\\":\\\"ENGAGEMENT_ON\\\",\\\"MobileMortgageLongForm\\\":\\\"CONTROL_LongForm_ON\\\",\\\"HOME_VALUATION_GDP\\\":\\\"CONTROL\\\",\\\"SHO_ADS_AND_TRACKING_PIXELS\\\":\\\"CONTROL\\\",\\\"Android_RTBP_FSHDP\\\":\\\"CONTROL_OFF\\\",\\\"AIPERS_SIMILAR_HOMES_RENTAL_GDP\\\":\\\"CONTROL\\\",\\\"ZO_FSHDP_RTBP_V3\\\":\\\"CONTROL\\\",\\\"AndroidAutocompleteV3\\\":\\\"ON_ANDROID_AUTOCOMPLETE_V3\\\",\\\"HDP_SCHOOL_INFO\\\":\\\"NEW_SKOOL\\\",\\\"USER_DATA_SERVICE_CLIENT_DATASOURCE\\\":\\\"USER_DATA_SERVICE\\\",\\\"ACQ_SRP_NavBarInteraction\\\":\\\"Variant_Stacked\\\",\\\"ADS_PACE_ALLOW_LIST\\\":\\\"ON\\\",\\\"AIPERS_GDP_HOME_RECS\\\":\\\"RT_RECS\\\",\\\"Actions (Type . to access issue actions)\\\":\\\"CONTROL\\\",\\\"CW_ONE_ADVISOR_CONTACT_AGENT_DENVER\\\":\\\"ON\\\",\\\"SXP_LIST_ONLY_SRP\\\":\\\"CONTROL\\\",\\\"ZO_DataStrategy_GetOfferRequests\\\":\\\"ON\\\",\\\"IOS_THIRD_PARTY_VIRTUAL_TOUR\\\":\\\"ON\\\",\\\"ZORD_BETH_CONTACT_INFO\\\":\\\"CONTROL\\\",\\\"AppUpsellTesting\\\":\\\"CONTROL\\\",\\\"ARCS_OPAQUE_REWRITE\\\":\\\"ON\\\",\\\"REALTIME_PERS_MODEL_DEADEND\\\":\\\"CONTROL_3\\\",\\\"MTT_HDP_TOP_SLOT_HOLDOUT\\\":\\\"ON\\\",\\\"RR-TakeBackOurLeads\\\":\\\"TAKE_BACK\\\",\\\"AndroidCaptureVideo\\\":\\\"CAPTURE\\\",\\\"ARCS_TOUR_REWRITE\\\":\\\"ON\\\",\\\"IOSVIDEOCAPTURE\\\":\\\"ON\\\",\\\"IOS_ONBOARDING_PUSH_NEW_FLOW\\\":\\\"ON\\\",\\\"IOS_ZO_HOMEACCESS_VERIFICATION\\\":\\\"ON\\\",\\\"IOS_Splunk_Logs\\\":\\\"CONTROL_OFF\\\",\\\"REV_replace_cc_with_csi\\\":\\\"CONTROL\\\",\\\"HDP_IMAGE_CAROUSEL_CHEVRON\\\":\\\"ON\\\",\\\"SEMMobilePage\\\":\\\"FullScreenWhite\\\",\\\"REGION_AUTOCOMPLETE_IOS\\\":\\\"ON\\\",\\\"HDP_DARKER_LIGHTBOX\\\":\\\"CONTROL\\\",\\\"AppUpsellTopAndroid\\\":\\\"CONTROL_OFF\\\",\\\"ARCS_PROPERTY_TOURS_V3\\\":\\\"ON\\\",\\\"NC_TOUR_MOBILE\\\":\\\"ON\\\",\\\"ARCS_PROPERTY_TOURS_V2\\\":\\\"CONTROL\\\",\\\"ARCS_BAL_RADIO_REMOVAL\\\":\\\"CONTROL\\\",\\\"HDP_SERVICE_REST_ALL_OTHER_TYPES_APP_V2\\\":\\\"ON\\\",\\\"AndroidModalBAL\\\":\\\"CONTROL_OFF\\\",\\\"SPT_RENDER_NATIVE_FOR_SALE_PAGE\\\":\\\"CONTROL\\\",\\\"HDP_OV_UPSELLMODULE\\\":\\\"OWNERDASH_ALL\\\",\\\"ADS_EPA_ROI\\\":\\\"ON\\\",\\\"IOS_HOME_TRACKER_VIEWED_STATE\\\":\\\"ON\\\",\\\"OrganicPaAdsHomePageCopy\\\":\\\"CONNECT_QUALITY_LEADS\\\",\\\"Activation_Best_Timing\\\":\\\"A_VARIANT\\\",\\\"PERS_SORT_V0_PRE\\\":\\\"CONTROL\\\",\\\"SXP_HDP_Load_Order\\\":\\\"OPTIMIZED\\\",\\\"VEL_CLIENT_PROFILER_HOMEDETAILS\\\":\\\"100_PERCENT\\\",\\\"AndroidNativeAds\\\":\\\"NATIVEADS_ON\\\",\\\"RE_JanusBrainSort\\\":\\\"TEST_ALL_STATES\\\",\\\"SEOTEST__RE_ForRentForSaleSRPBreadcrumbs\\\":\\\"CONTROL\\\",\\\"IOS_LIST_CARD_REDESIGN\\\":\\\"ON_WOW_CARD2\\\",\\\"SPT_ABPD_SHADOW_TEST\\\":\\\"CONTROL\\\",\\\"SAT_AC_SPELLCHECK\\\":\\\"MODEL_1\\\",\\\"IOS_MAP_MVVM_REFACTORING\\\":\\\"ON\\\",\\\"ARCS_THREE_BUTTONS_APPS\\\":\\\"ON_FOR_IOS\\\",\\\"ARCS_MLS_COMING_SOON\\\":\\\"ON\\\",\\\"ZOB_START_AN_OFFER\\\":\\\"ALL\\\",\\\"IOS_INSTANTOFFERS_UPSELLS_OFFMARKET\\\":\\\"CONTROL\\\",\\\"HDP_NFS_NEW_ZEST_HOME_VALUE\\\":\\\"ON\\\",\\\"ADS_TCPA_APP\\\":\\\"ON\\\",\\\"RR-TourSchedulingAndroid\\\":\\\"CONTROL\\\",\\\"ARCS_FB_ADS_DISPLAY\\\":\\\"ON\\\",\\\"IOS_MAGELLAN_ALL\\\":\\\"ON\\\",\\\"HDP_REDUCE_RERENDERS\\\":\\\"CONTROL\\\",\\\"STABLE_HOME_VALUE_MODULE\\\":\\\"CONTROL\\\",\\\"ZO_Bridge_Square_Footage\\\":\\\"ON\\\",\\\"AR_INTERCOM\\\":\\\"CONTROL\\\",\\\"HDP_VideoWalkthrough_Upsells\\\":\\\"Control\\\",\\\"PERF_ANALYTICS_LOADED\\\":\\\"CONTROL\\\",\\\"HDP_ReportSelfSelect\\\":\\\"ON\\\",\\\"iOSOwnerView\\\":\\\"iOSOwnerView_ON\\\",\\\"HDP_HIGHLIGHT_OFFER_REVIEW\\\":\\\"CONTROL\\\",\\\"KeystoneEventStartVideo\\\":\\\"SEND_EVENT\\\",\\\"AndroidTagsV2\\\":\\\"ON\\\",\\\"IOS_MEDIA_BROWSER_CAROUSEL\\\":\\\"ON\\\",\\\"CW_ONE_ADVISOR_TOUR_ATLANTA\\\":\\\"CONTROL\\\",\\\"SPT_LISTINGACCOUNTID_SOURCE\\\":\\\"VIA_AGENT_PROFILE\\\",\\\"HDP_WOW_RS_AND_NFS_APP\\\":\\\"ON\\\",\\\"ADS_EPA_SCHEDULED_CANCELATION\\\":\\\"ON\\\",\\\"POGO_REGION_SEARCH_SERVICE_MIGRATION\\\":\\\"CONTROL\\\",\\\"SPT_RENDER_FOR_SALE_PAGE\\\":\\\"ON\\\",\\\"REALTIME_PERS_MODEL_PRE\\\":\\\"CONTROL_4\\\",\\\"AndroidDataDogRUM\\\":\\\"CONTROL_OFF\\\",\\\"SXP_MAKE_ME_MOVE\\\":\\\"REMOVED\\\",\\\"HDP_EXPANDED_MODULES\\\":\\\"CONTROL\\\",\\\"HDP_FLYBAR_PRE\\\":\\\"ON\\\",\\\"IOS_CONTINGENT_V2\\\":\\\"ON\\\",\\\"IOS_UPDATE_TAB_HORIZONTAL_SS\\\":\\\"ON_COLLECTIONS\\\",\\\"NC_SURNAME\\\":\\\"SURNAME_REQUIRED\\\",\\\"PL_UPSELL_COPY\\\":\\\"VARIANT_C\\\",\\\"SHO_GA_ResultsTotalEvent\\\":\\\"ON\\\",\\\"DigsSideNum\\\":\\\"CONTROL_5\\\",\\\"PreApprovalMobileHDPUpsell\\\":\\\"CONTROL\\\",\\\"ARCS_PREAPPROVAL_CHECK\\\":\\\"CONTROL\\\",\\\"Android3dToursBDP\\\":\\\"ON_ANDROID_BDP_3D_TOUR\\\",\\\"BDP_PERF_DEFERRED_PRIORITY\\\":\\\"DEFERRED_AND_PRIORITY\\\",\\\"HDP_MobileSummaryCalc\\\":\\\"CONTROL\\\",\\\"ADS_EAN_PREFS\\\":\\\"ON\\\",\\\"HOME_SUMMARY_CONTINGENT_LISTINGS_V1\\\":\\\"ON\\\",\\\"IOS_ZO_MAP_DOTS_TWO\\\":\\\"CONTROL_OFF\\\",\\\"ACQ_TOP_Holdout\\\":\\\"Control\\\",\\\"ADS_HomeTourMobileWeb\\\":\\\"CONTROL\\\",\\\"ARCS_LISTING_AGENT_RELOCATION\\\":\\\"CONTROL\\\",\\\"CW_ONE_ADVISOR_CONTACT_AGENT_HOUSTON\\\":\\\"ON\\\",\\\"IOS_HDP_CALL_BUTTON\\\":\\\"CONTROL_OFF\\\",\\\"AndroidNativeBDPView\\\":\\\"ON_SHOW_NATIVE_BDP\\\",\\\"MTT_MRTD_POST_API_MIGRATION\\\":\\\"ON\\\",\\\"ANDROID_HIDDEN_HOMES_2022\\\":\\\"CONTROL_OFF\\\",\\\"HDP_FULL_SSR_FS_POT\\\":\\\"ON\\\",\\\"AndroidInstantOfferForSale\\\":\\\"INSTOFFER_FS_PHOTO_GALLERY\\\",\\\"APPS_IOS_NATIVE_HDP_ALL_TYPES\\\":\\\"ALL_TYPES\\\",\\\"DigsMobileWebDigFromHDP\\\":\\\"CONTROL\\\",\\\"AndroidHomeLookupApiV3\\\":\\\"ON_HOMELOOKUP_API_V3\\\",\\\"TrafficAutoAccountCreationMessaging\\\":\\\"POPUP_MESSAGE\\\",\\\"AndroidGeofence\\\":\\\"ON_GEOFENCING\\\",\\\"LEAD_PACING_HISTORY_LOOKUP\\\":\\\"ON\\\",\\\"MapMarkersForZoomLevel\\\":\\\"CONTROL_OFF\\\",\\\"RE_Mweb_Application_Upsell\\\":\\\"CONTROL\\\",\\\"iOSCommunityPillars\\\":\\\"ON\\\",\\\"RE_contacted_hdp_bdp\\\":\\\"AA_VARIANT\\\",\\\"YOLT_NO_OB_TOURS_PHX\\\":\\\"CONTROL\\\",\\\"iOSLongFormWebView\\\":\\\"WEBVIEW_ON\\\",\\\"ANDROID_PROPERTY_CARD_V1\\\":\\\"CONTROL_PROPERTY_CARD_V1\\\",\\\"HDP_PRELESS_WEBVIEW\\\":\\\"CONTROL\\\",\\\"ComingSoonContactLink\\\":\\\"CONTROL\\\",\\\"IOS_UPDATES_TAB_AGENT_COSHOPPING\\\":\\\"CONTROL_OFF\\\",\\\"ContextualAddressSearch\\\":\\\"ON\\\",\\\"SEOTEST__HDP_WOW_FOR_SALE_BY_AGENT\\\":\\\"CONTROL\\\",\\\"MTT_HOP_RTB_3_ONSITE_MESSAGING\\\":\\\"PORTFOLIO_INTEGRATION_CTRL\\\",\\\"AndroidCommute\\\":\\\"CONTROL_COMMUTE_OFF\\\",\\\"ADS_SubmitButtonInViewApp\\\":\\\"CONTROL_OFF_ADS_SubmitButtonInViewApp\\\",\\\"ODASH_ZO_NFS_UPSELL_ONSITE_MESSAGING\\\":\\\"ONSITE_MESSAGING\\\",\\\"RE_HDP_Change_Footer_Links_To_Apartments\\\":\\\"CONTROL\\\",\\\"DXP_MAP_DOTS_WEB\\\":\\\"CONTROL\\\",\\\"AndroidPaginationList\\\":\\\"PAGINATION_LIST_ON\\\",\\\"AIPERS_SIMILAR_HOMES_PRE\\\":\\\"CONTROL\\\",\\\"ARCS_REACT_MWEB_NO_LIGHTBOX\\\":\\\"CONTROL\\\",\\\"AR_CHER_BROWNOUT\\\":\\\"CONTROL\\\",\\\"ZO_Rewards_FSHDP_Upsell\\\":\\\"CONTROL\\\",\\\"DualTrackerTrial\\\":\\\"NEW_iOS_DUAL_TRACKER\\\",\\\"PA_EAN_PROVISIONS_ON_Z\\\":\\\"PROVISIONS_OFF\\\",\\\"SXP_MULTIREGION_SEARCH\\\":\\\"CONTROL\\\",\\\"TrafficHomeValuesHDPModule\\\":\\\"CONTROL_DISABLED\\\",\\\"PERS_SORT_ROLLOUT_MOB\\\":\\\"ON\\\",\\\"ZO_DataStrategy_GetOfferRequestByZpid\\\":\\\"ON\\\",\\\"ZO_TOP_NAV\\\":\\\"CONTROL\\\",\\\"HDP_OPEN_HOUSE_SAVE\\\":\\\"APP_ONLY\\\",\\\"NOTP_REQUEST_LEAD_TIME_WARNING\\\":\\\"CONTROL\\\",\\\"iOS_ATS_HTTPS\\\":\\\"CONTROL\\\",\\\"AndroidInstantOfferForOffMarket\\\":\\\"CONTROL_INSTOFFER_OFFMARKET_OFF\\\",\\\"MTT_ODASH_BOTTOM_SLOT_HOLDOUT\\\":\\\"ON\\\",\\\"ADS_PACE_PALS_METROID\\\":\\\"CONTROL\\\",\\\"HDP_HOME_RECS_REACT\\\":\\\"ON\\\",\\\"RE_SearchRefinementIntegration\\\":\\\"TEST\\\",\\\"ADS_OpaquePAC\\\":\\\"CONTROL\\\",\\\"ADS_TCPA_WEB\\\":\\\"ON\\\",\\\"SE_SellerLead_PhoneRenterDisambiguation\\\":\\\"CONTROL\\\",\\\"SEOTEST__SHO_MAGIC_CARPET_SEO\\\":\\\"HDP_IN_LIGHTBOX\\\",\\\"ANDROID_ZEST_OFFERS_UPSELL\\\":\\\"CONTROL_OFF\\\",\\\"RE_Bounty_Brain_Sort\\\":\\\"CONTROL\\\",\\\"ARCS_SELECT_BAL_AGENTS\\\":\\\"CONTROL\\\",\\\"RR-RentalContactFormRefactor\\\":\\\"CONTROL\\\",\\\"ZOB_ABAD_DISCLAIMER\\\":\\\"CONTROL\\\",\\\"SEOTEST__HDP_WOW_REC_SOLD_AND_POTL\\\":\\\"CONTROL\\\",\\\"EmailAutoSignInAndroid\\\":\\\"ON\\\",\\\"RE_CANADA_CTA\\\":\\\"CONTROL\\\",\\\"PROFILE_SALES_LISTINGS_API\\\":\\\"CONTROL\\\",\\\"ARCS_TOUR_UPGRADE_V1\\\":\\\"ARCS_TOUR_UPGRADE_PLAIN\\\",\\\"CommunityPillarRegistrationCheckbox\\\":\\\"CONTROL_Professional\\\",\\\"HDP_SERVICE_ZILLOW_OWNED_APP\\\":\\\"CONTROL\\\",\\\"IOS_LOCAL_PUSH\\\":\\\"CONTROL_OFF\\\",\\\"DXP_HERO_SHORTENING\\\":\\\"ON\\\",\\\"HideNotificationCount\\\":\\\"CONTROL_OFF\\\",\\\"Templates_CollapsedHDP\\\":\\\"On_All\\\",\\\"KeystoneEventCrawlMonitor\\\":\\\"SEND_EVENT\\\",\\\"ADT_GEO_LANDING_TRIAL\\\":\\\"CONTROL\\\",\\\"ARCS_CONTACTABLE_LISTING_AGENT\\\":\\\"CONTROL\\\",\\\"NFS_RS_HomeClaims\\\":\\\"IsThisYourHome\\\",\\\"ANDROID_SAVED_HOMES_CTA\\\":\\\"CONTROL_OFF\\\",\\\"IOS_RTBP_FSHDP\\\":\\\"CONTROL_OFF\\\",\\\"ZO_HDP_HOUR_ONE_VIDEO\\\":\\\"CONTROL\\\",\\\"IOS_FRDefaultSort\\\":\\\"ON\\\",\\\"NC_PRICE_MODIFIER\\\":\\\"CONTROL\\\",\\\"FLEXIBLE_SEARCH\\\":\\\"ON\\\",\\\"RR_BDP_Page_Name\\\":\\\"NEW\\\",\\\"SXP_VISUAL_AUDIT_2021\\\":\\\"CONTROL\\\",\\\"IARCS_FLYBAR_VOYAGER_REGIONS\\\":\\\"ON\\\",\\\"IOS_SIDE_BY_SIDE_DISCOVERY\\\":\\\"ON\\\",\\\"HDP_OV_OFFMRKT\\\":\\\"ON_W_PUBLIC_TABS\\\",\\\"IOS_CTA_TOUR_EMPHASIS\\\":\\\"CONTROL_OFF\\\",\\\"ACT_THREE_ICON_CTA\\\":\\\"ON\\\",\\\"IOSIPadMapClickFlow\\\":\\\"CONTROL_OFF\\\",\\\"REAppUpsell\\\":\\\"CONTROL\\\",\\\"ARCS_SENTRY\\\":\\\"CONTROL\\\",\\\"TENgageHomeReportSignups_Desktop\\\":\\\"Control\\\",\\\"SXP_HDP_BLUE_TO_RED\\\":\\\"ON\\\",\\\"PhotocardsVsMapBubbleVsCarousel\\\":\\\"CONTROL_PHOTOCARDS\\\",\\\"AndroidSideBySideDiscovery\\\":\\\"CONTROL_OFF\\\",\\\"LayersViewPosition\\\":\\\"CONTROL_Standalone\\\",\\\"SHUB_FAVORITES_PAGE\\\":\\\"CONTROL\\\",\\\"HDP_SERVICE_RENT_APP_V2\\\":\\\"ON\\\",\\\"SE_InstantOffer_ContactForm\\\":\\\"CONTROL\\\",\\\"AndroidNewRegistration\\\":\\\"NEW_REGISTRATION\\\",\\\"ZO_Z360_LPAddressEntry\\\":\\\"ON\\\",\\\"PROFILE_LISTINGS_API\\\":\\\"USE_PROFILE_PAGE_API\\\",\\\"IOS_MEDIA_STREAM_HDP\\\":\\\"ON\\\",\\\"PremierAgentNav\\\":\\\"PREMIER_AGENT_NAV_ON\\\",\\\"MTT_FRHDP_TOP_SLOT_ONSITE_MESSAGING\\\":\\\"BASELINE_TREATMENT\\\",\\\"ADS_PACE_CHECKOUT_EMAIL\\\":\\\"CONTROL\\\",\\\"AndroidOnboardingV3CopyChanges\\\":\\\"COPY_CHANGES_ON\\\",\\\"SHUB_SHARE_HDP\\\":\\\"CONTROL\\\",\\\"HDP_DQ_BDP\\\":\\\"CONTROL\\\",\\\"PERS_SHARED_FAVORITES\\\":\\\"CONTROL\\\",\\\"PERF_HOPS_NO_UPSELL_SHIFT\\\":\\\"ON\\\",\\\"HDP_FACTS_AND_FEATURES\\\":\\\"ON\\\",\\\"iOSTimeOnZillow\\\":\\\"ON\\\",\\\"HDP_TOP_SLOT\\\":\\\"ONSITE_MESSAGING\\\",\\\"MarketingMobileAppUpsellBanner\\\":\\\"ONE_BUTTON_STYLE\\\",\\\"HomeReportOnSave\\\":\\\"HOME_REPORT_ON_SAVE\\\",\\\"HDP_DESKTOP_LAYOUT_TOPNAV\\\":\\\"CONTROL\\\",\\\"ACT_SIGN_IN_WITH_APPLE\\\":\\\"ON\\\",\\\"HDP_GALLERY_CONTACT\\\":\\\"CONTROL\\\",\\\"Android3DHomesTagOnMap\\\":\\\"ON_3DHOMES_TAG\\\",\\\"AndroidNewConstructionGeofence\\\":\\\"CONTROL_NEW_CONSTRUCTION_GEOFENCE_OFF\\\",\\\"NC_REVIEWS\\\":\\\"ON\\\",\\\"MTT_ODASH_BOTTOM_SLOT_ONSITE_MESSAGING\\\":\\\"PORTFOLIO_INTEGRATION_CTRL\\\",\\\"HDP_FEDERATED_PHOTOS\\\":\\\"CONTROL\\\",\\\"HDP_DQ_OVERRIDE\\\":\\\"CONTROL\\\",\\\"EQUITY_MODULE_ODASH_V1\\\":\\\"ON\\\",\\\"SHUB_DISCOVER_SIGNIN\\\":\\\"CONTROL\\\",\\\"HDP_LIP_SUNSCORE\\\":\\\"LIP\\\",\\\"SL_AudienceMetricsViewsAndSaves\\\":\\\"CounterService\\\",\\\"IARCS_LEAD_PACING_BEHAVIORS\\\":\\\"CONTROL\\\",\\\"ZO_Questionnaire_NewCon\\\":\\\"TEST\\\",\\\"IOS_ENABLE_PERIMETERX\\\":\\\"CONTROL_OFF\\\",\\\"IOS_SHOW_ZILLOW_DOCUMENT_PREFERENCES\\\":\\\"CONTROL_OFF\\\",\\\"AndroidHDP23\\\":\\\"NATIVE\\\",\\\"IOS_QUESTIONNAIRE_V4\\\":\\\"CONTROL\\\",\\\"AndroidNormalPerfReporting\\\":\\\"CONTROL_REPORTING_OFF\\\",\\\"HDP_TOURING_REACT\\\":\\\"CONTROL\\\",\\\"HDP_WOW_CLASSIC_MWEB\\\":\\\"CLASSIC_WOW\\\",\\\"RR-CometWhoAmI\\\":\\\"OFF\\\",\\\"HDP_SERVICE_FSBA_MOBILE\\\":\\\"ON\\\",\\\"IOSPHOTOPEEK\\\":\\\"ON\\\",\\\"HDP_ADD_OPTIMIZE\\\":\\\"ON\\\",\\\"VL_SPECIAL_OFFER_UPDATE\\\":\\\"TEST\\\",\\\"RE_BDPHomeRecsModule\\\":\\\"CONTROL\\\",\\\"IOS_TWENTY_TWENTY\\\":\\\"CONTROL_OFF\\\",\\\"ANDROID_NAME_PERSONALIZATION_ONBOARDING\\\":\\\"CONTROL_OFF\\\",\\\"SXP_HEADER_TAG_WRAPPER\\\":\\\"ON\\\",\\\"NEW_CAREERS_SITE\\\":\\\"ON\\\",\\\"NC_ZILLOWOFFERS_BANNER\\\":\\\"CONTROL\\\",\\\"AppUpsellLargeiOS\\\":\\\"CONTROL_OFF\\\",\\\"DXP_HOMEPAGE_OMP\\\":\\\"CONTROL\\\",\\\"iOS_Saved_Homes_3DHomes_Discovery\\\":\\\"CONTROL_OFF\\\",\\\"IOS_STRONGER_PASSWORD\\\":\\\"ON\\\",\\\"AAP_PROMOTED_AGENT_INTEGRATION\\\":\\\"CONTROL\\\",\\\"ShowSchoolPage\\\":\\\"CONTROL\\\",\\\"DryRun_Activation\\\":\\\"CONTROL\\\",\\\"AndroidNewNearbyOpenHousesAPI\\\":\\\"ON\\\",\\\"BALButtonText\\\":\\\"CONTACT_AGENT_BALButtonText\\\",\\\"iOS_CollapsedHDP\\\":\\\"ON\\\",\\\"HDP_BING_V8\\\":\\\"V8_REL_BIRDSEYE\\\",\\\"IOS_2020_DATA_QUALITY\\\":\\\"ON\\\",\\\"Susan_CMATool\\\":\\\"ON\\\",\\\"AndroidGetPreQualifiedOnChipFSBA\\\":\\\"ON_GET_PRE_QUALIFIED_ON_CHIP_FSBA\\\",\\\"HDP_VIDEO\\\":\\\"ON_W_MSG\\\",\\\"NFSHDP_CLAIMS_UPSELL\\\":\\\"VARIANT_D\\\",\\\"HDP_OV_OFFER_STATUS\\\":\\\"CONTROL\\\",\\\"USER_DATA_SERVICE_CLIENT_MODE\\\":\\\"LIVE\\\",\\\"ANDROID_ONBOARDING\\\":\\\"ONBOARDING_ON_SS\\\",\\\"SXP_Multifamily_Filter\\\":\\\"MULTIFAMILY_SEPARATE\\\",\\\"SXP_FOOTER\\\":\\\"RESPONSIVE_REACT\\\",\\\"HDP_WOW_NC\\\":\\\"ON\\\",\\\"IARCS_EXCLUSIVE_AGENTS_BEHAVIOR\\\":\\\"ON\\\",\\\"CAREERS_JOBS_WORKDAY\\\":\\\"ON\\\",\\\"HDP_ZMA\\\":\\\"ON_ENFORCE_PW\\\",\\\"ZSG-SvgIcons\\\":\\\"CONTROL\\\",\\\"HDP_WOW_APPS_V0\\\":\\\"CONTROL\\\",\\\"MOBILE_MAGELLAN_FIELD\\\":\\\"ON\\\",\\\"AndroidThirdPartyVirtualTours\\\":\\\"ON\\\",\\\"ADS_FSBOUncheck\\\":\\\"CONTROL\\\",\\\"AndroidSellHomeTab\\\":\\\"CONTROL_OFF\\\",\\\"AndroidZOHomeAccessVerification\\\":\\\"ON\\\",\\\"SEOTEST__CUSTOM_REGION_FAQ_AZ\\\":\\\"CONTROL\\\",\\\"PRE_SEARCH_DISPATCHER_OWNERVIEW_LOGIC_WITH_CLAIMS\\\":\\\"ON_CLAIMS\\\",\\\"PPL_PROFILE_REGION\\\":\\\"ON\\\",\\\"ADS_SubmitButtonInViewAppAndroid\\\":\\\"CONTROL_ALIGN_TOP\\\",\\\"MptHomeVideoVsStaticHeroImage\\\":\\\"VIDEO_ON\\\",\\\"HDP_OV_New_Header\\\":\\\"ON\\\",\\\"AndroidSRPTest\\\":\\\"ON\\\",\\\"iOSNavigationAds\\\":\\\"ON_NavigationAds\\\",\\\"SmartBannerBigiOs\\\":\\\"STICKY_TOP_BANNER\\\",\\\"AndroidTouringV1Toggle\\\":\\\"CONTROL_OFF\\\",\\\"AndroidListingColorBlueToRed\\\":\\\"ON_NO_BLUE\\\",\\\"PERF_3RD_PARTY_MON\\\":\\\"CONTROL\\\",\\\"iOSGroupedDisplayAds\\\":\\\"iOSGroupedDisplayAds_CONTROL_OFF\\\",\\\"IOS_MEDIA_STREAM_FSBA_DESCRIPTION\\\":\\\"ON\\\",\\\"ARCS_STREAMLINED_TOURS\\\":\\\"T2_Simple_w_Photo\\\",\\\"ADS_BAL_TALK\\\":\\\"CONTROL\\\",\\\"SELContactForms\\\":\\\"PredictedAudience\\\",\\\"SHEN_SNP_GET_NOTICE\\\":\\\"SNP_ON\\\",\\\"IOS_FLYBARAUTOCOMPLETE\\\":\\\"ON\\\",\\\"MTT_SRP_TOP_SLOT_ONSITE_MESSAGING\\\":\\\"BASELINE_TREATMENT\\\",\\\"iOSRecentlyViewed\\\":\\\"ON\\\",\\\"ACQ_Deeplink_DirectOpen\\\":\\\"Variant\\\",\\\"HDP_CONTENT_REGROUP\\\":\\\"CONTROL\\\",\\\"ADS_BAL_INVERTED_PRIMARY\\\":\\\"INVERTED\\\",\\\"SP_PAID_BUILDER_PAGE\\\":\\\"CONTROL\\\",\\\"HDPUpsellBlocks\\\":\\\"CURRENT_UPSELL\\\",\\\"RE_RachelSuccessSurvey\\\":\\\"ON\\\",\\\"APPS_COSHOPPING_SAVE_FAVORITE\\\":\\\"COSHOPPING_ON\\\",\\\"AndroidNYDOS\\\":\\\"ON_NYDOS\\\",\\\"ACT_APPLE_DISCONNECT\\\":\\\"CONTROL_HIDE\\\",\\\"AndroidListCardUpdates\\\":\\\"ON_UPDATED_WOW_CARD\\\",\\\"ZO_Flag_Renew_Check_Questionnaire_Terminations\\\":\\\"ON\\\",\\\"SP_OFF_MARKET_PAGE\\\":\\\"CONTROL\\\",\\\"IOS_REMOVE_GARAGE_FILTER\\\":\\\"ON_REMOVED\\\",\\\"REV_Turn_Off_Billing_Admin_CC_Form\\\":\\\"OFF\\\",\\\"OnboardingForIPad\\\":\\\"CONTROL_OFF\\\",\\\"SPT_RENDER_ZO_HDP_PAGE\\\":\\\"CONTROL\\\",\\\"IOS_ONBOARDING_REPROMPTING\\\":\\\"ON\\\",\\\"IOS_VIDEO_STAB\\\":\\\"CONTROL_OFF\\\",\\\"AIPERS_RT_RECS_GLOBAL_RELEVANCE_SORT\\\":\\\"CONTROL\\\",\\\"AndroidContingentListingsV1\\\":\\\"ON\\\",\\\"HDP_ECON_HOMEVALUES\\\":\\\"CONTROL\\\",\\\"IOS_ZILLOW_OFFERS_LANDING_PAGE\\\":\\\"CONTROL_OFF\\\",\\\"HDP_HIGHER_COMMUTE\\\":\\\"CONTROL\\\",\\\"SEOTEST__SEARCH_FOOTER_POPULATION_ORDER\\\":\\\"CONTROL\\\",\\\"ACC_ADS_DISPLAY_UDS_MIGRATION\\\":\\\"UDS\\\",\\\"ARCS_CONTACT_SUBMIT_PREXIT\\\":\\\"CONTROL\\\",\\\"HDP_PSL_USER_TEST\\\":\\\"ON\\\",\\\"SXP_KINGFISHER_FILTERS\\\":\\\"P1_PHASE_1\\\",\\\"MTT_NFSHDP_BOTTOM_SLOT_ONSITE_MESSAGING\\\":\\\"PORTFOLIO_INTEGRATION_CTRL\\\",\\\"ACQ_SRP2CTA\\\":\\\"CONTROL\\\",\\\"RE_SECOND_BOOST\\\":\\\"CONTROL\\\",\\\"ZO_FSHDP_RTBP_M2\\\":\\\"CONTROL\\\",\\\"AndroidMDSMetadataSend\\\":\\\"CONTROL_MOBILE_DEVICE_SERVICE_OFF\\\",\\\"IOS_MUTUALLY_EXCLUSIVE_FILTERS\\\":\\\"ON_3\\\",\\\"REDIRECT_DISTRICT_DETAILS_PAGE\\\":\\\"ON\\\",\\\"IOS_Onboarding_Buying_And_Selling\\\":\\\"CONTROL_OFF\\\",\\\"ARCS_ABPD_SEARCH\\\":\\\"CONTROL\\\",\\\"HDP_ZESTIMATE_LIST_PRICE\\\":\\\"V1\\\",\\\"SE_InstantOffer_Questionnaire\\\":\\\"CONTROL\\\",\\\"RE_LeadDistributionApps\\\":\\\"CONTROL\\\",\\\"ADAT_FLYBAR_ProReviews\\\":\\\"ON\\\",\\\"HDP_ZMA_UPDATED_TERMS\\\":\\\"ON\\\",\\\"ADT_PROGRESSIVE_MESSAGE\\\":\\\"CONTROL\\\",\\\"IOS_HOME_RECS_PUSH_REG\\\":\\\"ON\\\",\\\"AndroidMortgageCustomQuotes\\\":\\\"ON_WEBVIEW\\\",\\\"RE_Application_Upsell\\\":\\\"TEST\\\",\\\"iOSClaimHomeUpsellV3\\\":\\\"UPSELL_ON_2B\\\",\\\"iOSClaimHomeUpsellV4\\\":\\\"CONTROL_UPSELL_ON_2B\\\",\\\"SXP_Combined_Filter_Apartments_Condos\\\":\\\"TEST\\\",\\\"AndroidHomeTrackerV1\\\":\\\"ON_TAGS_COMBINED_LIST\\\",\\\"AndroidVirtualOpenHouse\\\":\\\"ON_VIRTUAL_OPEN_HOUSE\\\",\\\"IOS_STREETVIEW\\\":\\\"ON\\\",\\\"AR_SHOWCASE_HDP_WIDGET\\\":\\\"CONTROL\\\",\\\"AndroidMediaStreamForSalePotential\\\":\\\"ON_MEDIA_STREAM_FOR_SALE_POTENTIAL\\\",\\\"ARCS_CE_PSL_MIGRATION\\\":\\\"FALLBACK_IF_NULL\\\",\\\"IOS_EXPOSED_FILTERS_2\\\":\\\"ON\\\",\\\"AndroidSaveSearchUpsell\\\":\\\"ON_SHOW_SAVE_SEARCH_UPSELL\\\",\\\"DXP_HOME_RECS\\\":\\\"CONTROL\\\",\\\"ADAT_SSTT\\\":\\\"ON\\\",\\\"AR_PRE_TOUR_SURVEY\\\":\\\"CONTROL\\\",\\\"AR_FIRST_CONNECTION_CSAT\\\":\\\"VARIANT_1\\\",\\\"HDP_WOW_LAYOUT_ALL_OTHER_TYPES\\\":\\\"CONTROL\\\",\\\"AgentPastSalesPRExit\\\":\\\"CONTROL_RedirectToHome\\\",\\\"HDP_SERVICE_HOME_INFO_ON_SEARCH\\\":\\\"CONTROL\\\",\\\"SE_InstantOffer_Zestimate\\\":\\\"CONTROL\\\",\\\"IOS_ZillowGroupAnalytics_1\\\":\\\"ON\\\",\\\"MobileActionBar\\\":\\\"PRE_APPROVAL\\\",\\\"ADS_fixed_bal\\\":\\\"fixed\\\",\\\"TEM_TOUR_MANAGEMENT_PAGE\\\":\\\"CONTROL\\\",\\\"ACQ_MOBILE_UPSELL_DISMISS_KEY\\\":\\\"APP_UPSELL_DISMISS_080620\\\",\\\"IOS_Native_HDP_Chip\\\":\\\"CONTROL_OFF\\\",\\\"SEOTEST__SXP_REACT_FOOTER_DESKTOP\\\":\\\"ON\\\",\\\"AR_BUYER_INITIATED_RELATIONSHIP_UI\\\":\\\"ON\\\",\\\"OWNER_DASHBOARD\\\":\\\"ON\\\",\\\"HDP_DS_MORTGAGE_STICKY\\\":\\\"ON\\\",\\\"VL_SaveBuildings\\\":\\\"TEST\\\",\\\"HDP_SERVICE_NFS_MOBILE\\\":\\\"CONTROL\\\",\\\"PERS_SHARED_FAVORITES_FEATURE\\\":\\\"FEATURES_ON\\\",\\\"VL_RENTER_HUB\\\":\\\"ON\\\",\\\"RA_IRENE_SEES_ICRAA_DETAILS\\\":\\\"ON\\\",\\\"VL_FF_REDESIGN_V2\\\":\\\"CONTROL\\\",\\\"SXP_3DTOUR_MAP_DOT\\\":\\\"ON\\\",\\\"iOSNotificationUpsell\\\":\\\"CONTROL_OFF\\\",\\\"PA_FLEXIBLE_CTA_WIDGET\\\":\\\"CONTROL\\\",\\\"IOS_NYDOS_LIST_CARD\\\":\\\"ON\\\",\\\"HDP_Other_Costs_Desktop\\\":\\\"CONTROL\\\",\\\"MTT_NFSHDP_BOTTOM_SLOT_HOLDOUT\\\":\\\"ON\\\",\\\"HDP_ZMA_VOW\\\":\\\"CONTROL\\\",\\\"PERF_HDP_SSR\\\":\\\"ON\\\",\\\"AndroidRealUserMonitoringDatadog\\\":\\\"ON_DD_RUM\\\",\\\"MTT_HOP_HERO_IMAGE_ONSITE_MESSAGING\\\":\\\"PORTFOLIO_INTEGRATION_CTRL\\\",\\\"AndroidFirebasePerfMonitoring\\\":\\\"CONTROL_OFF\\\",\\\"iOS_Whats_New_3D_Homes\\\":\\\"CONTROL_OFF\\\",\\\"CDP_MAP_BUBBLE\\\":\\\"DIRECT_TO_PAGE\\\",\\\"IOS_CONSTELLATION_FILTERS_UPDATE\\\":\\\"CONTROL_OFF\\\",\\\"ANDROID_ONBOARDING_SKIP_PLACEMENT\\\":\\\"GONE\\\",\\\"KeystoneEventDwell\\\":\\\"SEND_EVENT\\\",\\\"ANDROID_RTBP_360\\\":\\\"CONTROL_OFF\\\",\\\"TopNavTest\\\":\\\"NEW_NAV_WITH_ADVICE\\\"}},\\\"ForSaleShopperPlatformFullRenderQuery{\\\\\\\"zpid\\\\\\\":19646000,\\\\\\\"contactFormRenderParameter\\\\\\\":{\\\\\\\"zpid\\\\\\\":19646000,\\\\\\\"platform\\\\\\\":\\\\\\\"desktop\\\\\\\",\\\\\\\"isDoubleScroll\\\\\\\":true}}\\\":{\\\"property\\\":{\\\"listingDataSource\\\":\\\"Phoenix\\\",\\\"zpid\\\":19646000,\\\"city\\\":\\\"San Jose\\\",\\\"state\\\":\\\"CA\\\",\\\"homeStatus\\\":\\\"FOR_SALE\\\",\\\"address\\\":{\\\"streetAddress\\\":\\\"6267 Goddess Ct\\\",\\\"city\\\":\\\"San Jose\\\",\\\"state\\\":\\\"CA\\\",\\\"zipcode\\\":\\\"95129\\\",\\\"neighborhood\\\":null,\\\"community\\\":null,\\\"subdivision\\\":null},\\\"isListingClaimedByCurrentSignedInUser\\\":false,\\\"isCurrentSignedInAgentResponsible\\\":false,\\\"bedrooms\\\":4,\\\"bathrooms\\\":2,\\\"price\\\":3250000,\\\"yearBuilt\\\":1961,\\\"streetAddress\\\":\\\"6267 Goddess Ct\\\",\\\"zipcode\\\":\\\"95129\\\",\\\"isCurrentSignedInUserVerifiedOwner\\\":false,\\\"regionString\\\":\\\"San Jose CA 95129\\\",\\\"propertyUpdatePageLink\\\":null,\\\"moveHomeMapLocationLink\\\":null,\\\"propertyEventLogLink\\\":null,\\\"editPropertyHistorylink\\\":null,\\\"isRentalListingOffMarket\\\":false,\\\"hdpUrl\\\":\\\"\\/homedetails\\/6267-Goddess-Ct-San-Jose-CA-95129\\/19646000_zpid\\/\\\",\\\"listing_sub_type\\\":{\\\"is_newHome\\\":false,\\\"is_FSBO\\\":false,\\\"is_FSBA\\\":true,\\\"is_foreclosure\\\":false,\\\"is_bankOwned\\\":false,\\\"is_forAuction\\\":false,\\\"is_comingSoon\\\":false,\\\"is_pending\\\":false,\\\"is_openHouse\\\":true},\\\"nearbyCities\\\":[{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/cupertino-ca\\/\\\"},\\\"name\\\":\\\"Cupertino\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/gilroy-ca\\/\\\"},\\\"name\\\":\\\"Gilroy\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/livermore-ca\\/\\\"},\\\"name\\\":\\\"Livermore\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/milpitas-ca\\/\\\"},\\\"name\\\":\\\"Milpitas\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/morgan-hill-ca\\/\\\"},\\\"name\\\":\\\"Morgan Hill\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/mountain-view-ca\\/\\\"},\\\"name\\\":\\\"Mountain View\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/palo-alto-ca\\/\\\"},\\\"name\\\":\\\"Palo Alto\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/san-jose-ca\\/\\\"},\\\"name\\\":\\\"San Jose\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/santa-clara-ca\\/\\\"},\\\"name\\\":\\\"Santa Clara\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/sunnyvale-ca\\/\\\"},\\\"name\\\":\\\"Sunnyvale\\\",\\\"body\\\":null}],\\\"nearbyNeighborhoods\\\":[{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/almaden-valley-san-jose-ca\\/\\\"},\\\"name\\\":\\\"Almaden Valley\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/blossom-valley-san-jose-ca\\/\\\"},\\\"name\\\":\\\"Blossom Valley\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/cambrian-park-san-jose-ca\\/\\\"},\\\"name\\\":\\\"Cambrian Park\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/downtown-san-jose-ca\\/\\\"},\\\"name\\\":\\\"Downtown\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/east-san-jose-san-jose-ca\\/\\\"},\\\"name\\\":\\\"East San Jose\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/evergreen-san-jose-ca\\/\\\"},\\\"name\\\":\\\"Evergreen\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/fairgrounds-san-jose-ca\\/\\\"},\\\"name\\\":\\\"Fairgrounds\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/north-valley-san-jose-ca\\/\\\"},\\\"name\\\":\\\"North Valley\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/west-san-jose-san-jose-ca\\/\\\"},\\\"name\\\":\\\"West San Jose\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/willow-glen-san-jose-ca\\/\\\"},\\\"name\\\":\\\"Willow Glen\\\",\\\"body\\\":null}],\\\"country\\\":\\\"USA\\\",\\\"nearbyZipcodes\\\":[{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/san-jose-ca-95111\\/\\\"},\\\"name\\\":\\\"95111\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/san-jose-ca-95112\\/\\\"},\\\"name\\\":\\\"95112\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/san-jose-ca-95116\\/\\\"},\\\"name\\\":\\\"95116\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/san-jose-ca-95122\\/\\\"},\\\"name\\\":\\\"95122\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/san-jose-ca-95123\\/\\\"},\\\"name\\\":\\\"95123\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/san-jose-ca-95124\\/\\\"},\\\"name\\\":\\\"95124\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/san-jose-ca-95125\\/\\\"},\\\"name\\\":\\\"95125\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/san-jose-ca-95127\\/\\\"},\\\"name\\\":\\\"95127\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/san-jose-ca-95136\\/\\\"},\\\"name\\\":\\\"95136\\\",\\\"body\\\":null},{\\\"regionUrl\\\":{\\\"path\\\":\\\"\\/san-jose-ca-95148\\/\\\"},\\\"name\\\":\\\"95148\\\",\\\"body\\\":null}],\\\"citySearchUrl\\\":{\\\"text\\\":\\\"Homes in San Jose\\\",\\\"path\\\":\\\"\\/san-jose-ca\\/\\\"},\\\"zipcodeSearchUrl\\\":{\\\"path\\\":\\\"\\/san-jose-ca-95129\\/\\\"},\\\"apartmentsForRentInZipcodeSearchUrl\\\":{\\\"path\\\":\\\"\\/san-jose-ca-95129\\/apartments\\/\\\"},\\\"housesForRentInZipcodeSearchUrl\\\":{\\\"path\\\":\\\"\\/san-jose-ca-95129\\/rent-houses\\/\\\"},\\\"abbreviatedAddress\\\":\\\"6267 Goddess Ct\\\",\\\"neighborhoodRegion\\\":{\\\"name\\\":\\\"West San Jose\\\"},\\\"building\\\":null,\\\"isUndisclosedAddress\\\":false,\\\"boroughId\\\":null,\\\"providerListingID\\\":null,\\\"neighborhoodSearchUrl\\\":{\\\"path\\\":\\\"\\/west-san-jose-san-jose-ca\\/\\\"},\\\"stateSearchUrl\\\":{\\\"path\\\":\\\"\\/ca\\/\\\"},\\\"countySearchUrl\\\":{\\\"text\\\":\\\"Homes in Santa Clara County\\\",\\\"path\\\":\\\"\\/santa-clara-county-ca\\/\\\"},\\\"boroughSearchUrl\\\":null,\\\"communityUrl\\\":null,\\\"isPremierBuilder\\\":false,\\\"isZillowOwned\\\":false,\\\"homeType\\\":\\\"SINGLE_FAMILY\\\",\\\"adTargets\\\":{\\\"aamgnrc1\\\":\\\"6267 Goddess Ct\\\",\\\"bd\\\":\\\"4\\\",\\\"fsbid\\\":\\\"900\\\",\\\"city\\\":\\\"San_Jose\\\",\\\"proptp\\\":\\\"sfh\\\",\\\"pid\\\":\\\"19646000\\\",\\\"lot\\\":\\\"3\\\",\\\"zestibuck\\\":\\\"3m-3_999m\\\",\\\"listtp\\\":\\\"buy_agent\\\",\\\"sqftrange\\\":\\\"1500-1999\\\",\\\"price\\\":\\\"3250000\\\",\\\"oh\\\":\\\"yes\\\",\\\"sqft\\\":\\\"1848\\\",\\\"state\\\":\\\"CA\\\",\\\"mlong\\\":\\\"-122.014305\\\",\\\"cnty\\\":\\\"Santa_Clara\\\",\\\"prange\\\":\\\"3m-3_999m\\\",\\\"zip\\\":\\\"95129\\\",\\\"mlat\\\":\\\"37.303093\\\",\\\"zusr\\\":\\\"true\\\",\\\"price_band\\\":\\\"z3m\\\",\\\"yrblt\\\":\\\"1960-1969\\\",\\\"zestimate\\\":\\\"3525300\\\",\\\"premieragent\\\":\\\"no\\\",\\\"dma\\\":\\\"37\\\",\\\"guid\\\":\\\"15c0da3e-dc22-4acf-ac8f-9ac598849325\\\",\\\"ssid\\\":\\\"900\\\"},\\\"currency\\\":\\\"USD\\\",\\\"resoFacts\\\":{\\\"accessibilityFeatures\\\":null,\\\"associationFee\\\":null,\\\"associationAmenities\\\":null,\\\"associationFee2\\\":null,\\\"associationFeeIncludes\\\":null,\\\"associationName\\\":null,\\\"associationName2\\\":null,\\\"associationPhone\\\":null,\\\"associationPhone2\\\":null,\\\"basementYN\\\":false,\\\"buildingName\\\":null,\\\"buyerAgencyCompensation\\\":null,\\\"buyerAgencyCompensationType\\\":null,\\\"appliances\\\":[\\\"Electric Cooktop\\\",\\\"Dishwasher\\\",\\\"Exhaust Fan\\\",\\\"Disposal\\\",\\\"Microwave\\\",\\\"Oven\\\"],\\\"atAGlanceFacts\\\":[{\\\"factLabel\\\":\\\"Type\\\",\\\"factValue\\\":\\\"Residential, Single Family Residence\\\"},{\\\"factLabel\\\":\\\"Year Built\\\",\\\"factValue\\\":\\\"1961\\\"},{\\\"factLabel\\\":\\\"Heating\\\",\\\"factValue\\\":\\\"Central Forced Air\\\"},{\\\"factLabel\\\":\\\"Cooling\\\",\\\"factValue\\\":\\\"Ceiling Fan(s), Central Air\\\"},{\\\"factLabel\\\":\\\"Parking\\\",\\\"factValue\\\":\\\"2 Attached Garage spaces\\\"},{\\\"factLabel\\\":\\\"Lot\\\",\\\"factValue\\\":\\\"0.28 Acres\\\"},{\\\"factLabel\\\":\\\"Days on Zillow\\\",\\\"factValue\\\":\\\"1 Day\\\"},{\\\"factLabel\\\":\\\"Price\\/sqft\\\",\\\"factValue\\\":\\\"$1,759\\\"},{\\\"factLabel\\\":\\\"Offer Review Date\\\",\\\"factValue\\\":null}],\\\"attic\\\":null,\\\"availabilityDate\\\":null,\\\"basement\\\":null,\\\"bathrooms\\\":2,\\\"bathroomsFull\\\":2,\\\"bathroomsHalf\\\":null,\\\"bathroomsOneQuarter\\\":null,\\\"bathroomsPartial\\\":null,\\\"bathroomsThreeQuarter\\\":null,\\\"bedrooms\\\":4,\\\"bodyType\\\":null,\\\"canRaiseHorses\\\":false,\\\"carportParkingCapacity\\\":null,\\\"cityRegion\\\":\\\"San Jose\\\",\\\"commonWalls\\\":null,\\\"communityFeatures\\\":null,\\\"cooling\\\":[\\\"Ceiling Fan(s)\\\",\\\"Central Air\\\"],\\\"coveredParkingCapacity\\\":2,\\\"cropsIncludedYN\\\":null,\\\"developmentStatus\\\":null,\\\"doorFeatures\\\":null,\\\"electric\\\":null,\\\"elevation\\\":null,\\\"elevationUnits\\\":\\\"Feet\\\",\\\"entryLevel\\\":null,\\\"entryLocation\\\":null,\\\"exclusions\\\":null,\\\"fencing\\\":\\\"Fenced\\\",\\\"fireplaceFeatures\\\":[\\\"Family Room\\\",\\\"Wood Burning\\\"],\\\"fireplaces\\\":null,\\\"flooring\\\":[\\\"Carpet\\\",\\\"Hardwood\\\",\\\"Tile\\\",\\\"Vinyl \\/ Linoleum\\\"],\\\"foundationArea\\\":null,\\\"furnished\\\":false,\\\"garageParkingCapacity\\\":2,\\\"gas\\\":null,\\\"greenBuildingVerificationType\\\":null,\\\"greenEnergyEfficient\\\":null,\\\"greenIndoorAirQuality\\\":null,\\\"greenSustainability\\\":null,\\\"greenWaterConservation\\\":null,\\\"hasAssociation\\\":false,\\\"hasAttachedGarage\\\":true,\\\"hasAttachedProperty\\\":false,\\\"hasCooling\\\":true,\\\"hasCarport\\\":false,\\\"hasElectricOnProperty\\\":null,\\\"hasFireplace\\\":true,\\\"hasGarage\\\":true,\\\"hasHeating\\\":true,\\\"hasLandLease\\\":false,\\\"hasOpenParking\\\":null,\\\"hasSpa\\\":false,\\\"hasPrivatePool\\\":null,\\\"hasView\\\":false,\\\"hasWaterfrontView\\\":null,\\\"heating\\\":[\\\"Central Forced Air\\\"],\\\"highSchool\\\":null,\\\"highSchoolDistrict\\\":null,\\\"hoaFee\\\":null,\\\"homeType\\\":\\\"SingleFamily\\\",\\\"horseAmenities\\\":null,\\\"horseYN\\\":false,\\\"interiorFeatures\\\":null,\\\"irrigationWaterRightsAcres\\\":null,\\\"irrigationWaterRightsYN\\\":null,\\\"isSeniorCommunity\\\":null,\\\"landLeaseAmount\\\":null,\\\"landLeaseExpirationDate\\\":null,\\\"laundryFeatures\\\":[\\\"In Garage\\\"],\\\"levels\\\":null,\\\"listingId\\\":null,\\\"lotFeatures\\\":[\\\"Level\\\",\\\"Sprinklers - Lawn\\\",\\\"City Lot\\\"],\\\"lotSize\\\":\\\"0.28 Acres\\\",\\\"mainLevelBathrooms\\\":null,\\\"mainLevelBedrooms\\\":null,\\\"marketingType\\\":null,\\\"middleOrJuniorSchool\\\":null,\\\"middleOrJuniorSchoolDistrict\\\":null,\\\"municipality\\\":null,\\\"numberOfUnitsInCommunity\\\":null,\\\"offerReviewDate\\\":null,\\\"onMarketDate\\\":1653522430000,\\\"openParkingCapacity\\\":null,\\\"otherEquipment\\\":null,\\\"otherFacts\\\":[],\\\"otherParking\\\":null,\\\"ownershipType\\\":null,\\\"parkingCapacity\\\":2,\\\"parkingFeatures\\\":[\\\"Attached\\\",\\\"Garage Door Opener\\\"],\\\"patioAndPorchFeatures\\\":null,\\\"poolFeatures\\\":null,\\\"pricePerSquareFoot\\\":1759,\\\"roadSurfaceType\\\":null,\\\"roofType\\\":\\\"Composition,Rolled\\/Hot Mop\\\",\\\"rooms\\\":[{\\\"area\\\":null,\\\"description\\\":null,\\\"dimensions\\\":null,\\\"level\\\":null,\\\"features\\\":null,\\\"roomArea\\\":null,\\\"roomAreaSource\\\":null,\\\"roomAreaUnits\\\":null,\\\"roomDescription\\\":null,\\\"roomDimensions\\\":null,\\\"roomFeatures\\\":[\\\"More than One Bedroom on Ground Floor\\\"],\\\"roomLength\\\":null,\\\"roomLengthWidthSource\\\":null,\\\"roomLengthWidthUnits\\\":null,\\\"roomLevel\\\":null,\\\"roomType\\\":\\\"Bedroom\\\",\\\"roomWidth\\\":null},{\\\"area\\\":null,\\\"description\\\":null,\\\"dimensions\\\":null,\\\"level\\\":null,\\\"features\\\":null,\\\"roomArea\\\":null,\\\"roomAreaSource\\\":null,\\\"roomAreaUnits\\\":null,\\\"roomDescription\\\":null,\\\"roomDimensions\\\":null,\\\"roomFeatures\\\":[\\\"Primary - Stall Shower(s)\\\",\\\"Shower over Tub - 1\\\"],\\\"roomLength\\\":null,\\\"roomLengthWidthSource\\\":null,\\\"roomLengthWidthUnits\\\":null,\\\"roomLevel\\\":null,\\\"roomType\\\":\\\"Bathroom\\\",\\\"roomWidth\\\":null},{\\\"area\\\":null,\\\"description\\\":null,\\\"dimensions\\\":null,\\\"level\\\":null,\\\"features\\\":null,\\\"roomArea\\\":null,\\\"roomAreaSource\\\":null,\\\"roomAreaUnits\\\":null,\\\"roomDescription\\\":null,\\\"roomDimensions\\\":null,\\\"roomFeatures\\\":[\\\"Dining Area\\\"],\\\"roomLength\\\":null,\\\"roomLengthWidthSource\\\":null,\\\"roomLengthWidthUnits\\\":null,\\\"roomLevel\\\":null,\\\"roomType\\\":\\\"DiningRoom\\\",\\\"roomWidth\\\":null},{\\\"area\\\":null,\\\"description\\\":null,\\\"dimensions\\\":null,\\\"level\\\":null,\\\"features\\\":null,\\\"roomArea\\\":null,\\\"roomAreaSource\\\":null,\\\"roomAreaUnits\\\":null,\\\"roomDescription\\\":null,\\\"roomDimensions\\\":null,\\\"roomFeatures\\\":[\\\"Separate Family Room\\\"],\\\"roomLength\\\":null,\\\"roomLengthWidthSource\\\":null,\\\"roomLengthWidthUnits\\\":null,\\\"roomLevel\\\":null,\\\"roomType\\\":\\\"FamilyRoom\\\",\\\"roomWidth\\\":null}],\\\"securityFeatures\\\":null,\\\"sewer\\\":[\\\"Public Sewer\\\"],\\\"spaFeatures\\\":null,\\\"specialListingConditions\\\":null,\\\"stories\\\":null,\\\"storiesTotal\\\":null,\\\"subdivisionName\\\":null,\\\"taxAnnualAmount\\\":2562,\\\"totalActualRent\\\":null,\\\"utilities\\\":[\\\"Public Utilities\\\"],\\\"view\\\":[],\\\"waterSource\\\":[\\\"Public\\\"],\\\"waterBodyName\\\":null,\\\"waterfrontFeatures\\\":null,\\\"waterView\\\":null,\\\"waterViewYN\\\":null,\\\"windowFeatures\\\":null,\\\"yearBuilt\\\":1961,\\\"zoning\\\":\\\"R1-8\\\",\\\"zoningDescription\\\":null,\\\"aboveGradeFinishedArea\\\":null,\\\"additionalParcelsDescription\\\":null,\\\"architecturalStyle\\\":null,\\\"belowGradeFinishedArea\\\":null,\\\"builderModel\\\":null,\\\"builderName\\\":null,\\\"buildingArea\\\":\\\"1,848\\\",\\\"buildingAreaSource\\\":null,\\\"buildingFeatures\\\":null,\\\"constructionMaterials\\\":[],\\\"exteriorFeatures\\\":[\\\"Back Yard\\\",\\\"Balcony \\/ Patio\\\"],\\\"foundationDetails\\\":[\\\"Slab\\\",\\\"Post and Pier\\\"],\\\"frontageLength\\\":null,\\\"frontageType\\\":null,\\\"hasAdditionalParcels\\\":false,\\\"hasPetsAllowed\\\":null,\\\"hasRentControl\\\":null,\\\"hasHomeWarranty\\\":false,\\\"inclusions\\\":null,\\\"incomeIncludes\\\":null,\\\"isNewConstruction\\\":null,\\\"listingTerms\\\":null,\\\"livingAreaRange\\\":null,\\\"livingAreaRangeUnits\\\":null,\\\"livingArea\\\":\\\"1,848 sqft\\\",\\\"lotSizeDimensions\\\":null,\\\"numberOfUnitsVacant\\\":null,\\\"otherStructures\\\":[\\\"Storage\\\"],\\\"ownership\\\":null,\\\"parcelNumber\\\":\\\"37717011\\\",\\\"propertyCondition\\\":null,\\\"propertySubType\\\":[\\\"Residential\\\",\\\"Single Family Residence\\\"],\\\"structureType\\\":\\\"Detached\\\",\\\"topography\\\":null,\\\"vegetation\\\":null,\\\"woodedArea\\\":null,\\\"yearBuiltEffective\\\":null,\\\"virtualTour\\\":\\\"https:\\/\\/tours.victorlinphoto.com\\/2004529\\\",\\\"elementarySchool\\\":null,\\\"elementarySchoolDistrict\\\":null,\\\"listAOR\\\":null},\\\"attributionInfo\\\":{\\\"listingAgreement\\\":\\\"Exclusive Right To Sell\\\",\\\"mlsName\\\":\\\"MLSListings Inc\\\",\\\"agentEmail\\\":\\\"rossmj2000@yahoo.com\\\",\\\"agentLicenseNumber\\\":null,\\\"agentName\\\":\\\"Ross Meiklejohn\\\",\\\"agentPhoneNumber\\\":\\\"408-506-3135\\\",\\\"attributionTitle\\\":null,\\\"brokerName\\\":\\\"Legacy Real Estate & Associates\\\",\\\"brokerPhoneNumber\\\":\\\"510-744-3500\\\",\\\"buyerAgentMemberStateLicense\\\":null,\\\"buyerAgentName\\\":null,\\\"buyerBrokerageName\\\":null,\\\"coAgentLicenseNumber\\\":null,\\\"coAgentName\\\":null,\\\"coAgentNumber\\\":null,\\\"lastChecked\\\":\\\"2022-05-26 22:02:10\\\",\\\"lastUpdated\\\":\\\"2022-05-25 11:50:29\\\",\\\"listingOffices\\\":[{\\\"associatedOfficeType\\\":\\\"listOffice\\\",\\\"officeName\\\":\\\"Legacy Real Estate & Associates\\\"}],\\\"listingAgents\\\":[{\\\"associatedAgentType\\\":\\\"listAgent\\\",\\\"memberFullName\\\":\\\"Ross Meiklejohn\\\",\\\"memberStateLicense\\\":\\\"DRE #00570985\\\"}],\\\"mlsDisclaimer\\\":\\\"Property Information © 2022 MLSListings Inc. All rights reserved. Certain information contained herein is derived from information which is the licensed property of, and copyrighted by, MLSListings Inc.\\\",\\\"mlsId\\\":\\\"ML81893441\\\",\\\"providerLogo\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5273d6e56ef4c68cf7b7b4dd452c58d5-zillow_web_95_35.jpg\\\",\\\"infoString3\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5273d6e56ef4c68cf7b7b4dd452c58d5-zillow_web_95_35.jpg\\\",\\\"infoString5\\\":\\\"408-506-3135\\\",\\\"infoString10\\\":\\\"Property Information © 2022 MLSListings Inc. All rights reserved. Certain information contained herein is derived from information which is the licensed property of, and copyrighted by, MLSListings Inc.\\\",\\\"infoString16\\\":\\\"rossmj2000@yahoo.com\\\",\\\"infoString9\\\":null,\\\"trueStatus\\\":null},\\\"listPriceLow\\\":null,\\\"homeRecommendations\\\":{\\\"blendedRecs\\\":[],\\\"displayShort\\\":\\\"\\\"},\\\"livingArea\\\":1848,\\\"livingAreaValue\\\":1848,\\\"zestimate\\\":3525300,\\\"newConstructionType\\\":null,\\\"zestimateLowPercent\\\":\\\"11\\\",\\\"zestimateHighPercent\\\":\\\"11\\\",\\\"rentZestimate\\\":4800,\\\"restimateLowPercent\\\":\\\"10\\\",\\\"restimateHighPercent\\\":\\\"5\\\",\\\"schools\\\":[{\\\"distance\\\":0.5,\\\"name\\\":\\\"Nelson S. Dilworth Elementary School\\\",\\\"rating\\\":9,\\\"level\\\":\\\"Elementary\\\",\\\"studentsPerTeacher\\\":23,\\\"assigned\\\":null,\\\"grades\\\":\\\"K-5\\\",\\\"link\\\":\\\"https:\\/\\/www.greatschools.org\\/school?id=05432&state=CA\\\",\\\"type\\\":\\\"Public\\\",\\\"size\\\":435,\\\"totalCount\\\":1,\\\"isAssigned\\\":true},{\\\"distance\\\":0.2,\\\"name\\\":\\\"Joaquin Miller Middle School\\\",\\\"rating\\\":9,\\\"level\\\":\\\"Middle\\\",\\\"studentsPerTeacher\\\":21,\\\"assigned\\\":null,\\\"grades\\\":\\\"6-8\\\",\\\"link\\\":\\\"https:\\/\\/www.greatschools.org\\/school?id=05442&state=CA\\\",\\\"type\\\":\\\"Public\\\",\\\"size\\\":1191,\\\"totalCount\\\":1,\\\"isAssigned\\\":true},{\\\"distance\\\":0.6,\\\"name\\\":\\\"Lynbrook High School\\\",\\\"rating\\\":10,\\\"level\\\":\\\"High\\\",\\\"studentsPerTeacher\\\":21,\\\"assigned\\\":null,\\\"grades\\\":\\\"9-12\\\",\\\"link\\\":\\\"https:\\/\\/www.greatschools.org\\/school?id=05499&state=CA\\\",\\\"type\\\":\\\"Public\\\",\\\"size\\\":1880,\\\"totalCount\\\":1,\\\"isAssigned\\\":true}],\\\"homeValues\\\":null,\\\"parentRegion\\\":{\\\"name\\\":\\\"West San Jose\\\"},\\\"nearbyHomes\\\":[{\\\"zpid\\\":19645999,\\\"miniCardPhotos\\\":[{\\\"url\\\":\\\"https:\\/\\/maps.googleapis.com\\/maps\\/api\\/streetview?location=6253+Goddess+Ct%2C+San+Jose%2C+CA+95129&size=316x234&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&&signature=VVvqclBOO2JeInYGkoqOE3i5Mt0=\\\"}],\\\"price\\\":3243100,\\\"currency\\\":\\\"USD\\\",\\\"bedrooms\\\":5,\\\"bathrooms\\\":3,\\\"livingArea\\\":1718,\\\"livingAreaValue\\\":1718,\\\"livingAreaUnits\\\":\\\"Square Feet\\\",\\\"livingAreaUnitsShort\\\":\\\"sqft\\\",\\\"listingMetadata\\\":{\\\"comminglingCategoryIsRulesApplicable\\\":false},\\\"lotSize\\\":6710,\\\"lotAreaValue\\\":6710,\\\"lotAreaUnits\\\":\\\"Square Feet\\\",\\\"address\\\":{\\\"streetAddress\\\":\\\"6253 Goddess Ct\\\",\\\"city\\\":\\\"San Jose\\\",\\\"state\\\":\\\"CA\\\",\\\"zipcode\\\":\\\"95129\\\"},\\\"formattedChip\\\":{\\\"location\\\":[{\\\"fullValue\\\":\\\"6253 Goddess Ct\\\"},{\\\"fullValue\\\":null}]},\\\"latitude\\\":37.30314,\\\"longitude\\\":-122.014046,\\\"homeStatus\\\":\\\"OTHER\\\",\\\"homeType\\\":\\\"SINGLE_FAMILY\\\",\\\"hdpUrl\\\":\\\"\\/homedetails\\/6253-Goddess-Ct-San-Jose-CA-95129\\/19645999_zpid\\/\\\",\\\"listing_sub_type\\\":{\\\"is_newHome\\\":false,\\\"is_forAuction\\\":false,\\\"is_bankOwned\\\":false,\\\"is_foreclosure\\\":false,\\\"is_FSBO\\\":false,\\\"is_comingSoon\\\":false,\\\"is_FSBA\\\":false},\\\"providerListingID\\\":null,\\\"attributionInfo\\\":{\\\"mlsId\\\":null,\\\"mlsName\\\":null,\\\"providerLogo\\\":null,\\\"agentName\\\":null,\\\"agentPhoneNumber\\\":null,\\\"brokerName\\\":null,\\\"brokerPhoneNumber\\\":null,\\\"trueStatus\\\":null},\\\"isPremierBuilder\\\":false,\\\"state\\\":\\\"CA\\\",\\\"isZillowOwned\\\":false,\\\"newConstructionType\\\":null},{\\\"zpid\\\":19646001,\\\"miniCardPhotos\\\":[{\\\"url\\\":\\\"https:\\/\\/maps.googleapis.com\\/maps\\/api\\/streetview?location=6281+Goddess+Ct%2C+San+Jose%2C+CA+95129&size=316x234&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&&signature=ElPx4jnm7k2rCzqq0umxn4qGwF4=\\\"}],\\\"price\\\":2808000,\\\"currency\\\":\\\"USD\\\",\\\"bedrooms\\\":3,\\\"bathrooms\\\":2,\\\"livingArea\\\":1226,\\\"livingAreaValue\\\":1226,\\\"livingAreaUnits\\\":\\\"Square Feet\\\",\\\"livingAreaUnitsShort\\\":\\\"sqft\\\",\\\"listingMetadata\\\":{\\\"comminglingCategoryIsRulesApplicable\\\":false},\\\"lotSize\\\":8250,\\\"lotAreaValue\\\":8250,\\\"lotAreaUnits\\\":\\\"Square Feet\\\",\\\"address\\\":{\\\"streetAddress\\\":\\\"6281 Goddess Ct\\\",\\\"city\\\":\\\"San Jose\\\",\\\"state\\\":\\\"CA\\\",\\\"zipcode\\\":\\\"95129\\\"},\\\"formattedChip\\\":{\\\"location\\\":[{\\\"fullValue\\\":\\\"6281 Goddess Ct\\\"},{\\\"fullValue\\\":null}]},\\\"latitude\\\":37.302856,\\\"longitude\\\":-122.01436,\\\"homeStatus\\\":\\\"OTHER\\\",\\\"homeType\\\":\\\"SINGLE_FAMILY\\\",\\\"hdpUrl\\\":\\\"\\/homedetails\\/6281-Goddess-Ct-San-Jose-CA-95129\\/19646001_zpid\\/\\\",\\\"listing_sub_type\\\":{\\\"is_newHome\\\":false,\\\"is_forAuction\\\":false,\\\"is_bankOwned\\\":false,\\\"is_foreclosure\\\":false,\\\"is_FSBO\\\":false,\\\"is_comingSoon\\\":false,\\\"is_FSBA\\\":false},\\\"providerListingID\\\":null,\\\"attributionInfo\\\":{\\\"mlsId\\\":null,\\\"mlsName\\\":null,\\\"providerLogo\\\":null,\\\"agentName\\\":null,\\\"agentPhoneNumber\\\":null,\\\"brokerName\\\":null,\\\"brokerPhoneNumber\\\":null,\\\"trueStatus\\\":null},\\\"isPremierBuilder\\\":false,\\\"state\\\":\\\"CA\\\",\\\"isZillowOwned\\\":false,\\\"newConstructionType\\\":null},{\\\"zpid\\\":19646035,\\\"miniCardPhotos\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/ebca83e7a7a819af78c6befb0d0fb981-p_c.jpg\\\"}],\\\"price\\\":4267600,\\\"currency\\\":\\\"USD\\\",\\\"bedrooms\\\":5,\\\"bathrooms\\\":4,\\\"livingArea\\\":2876,\\\"livingAreaValue\\\":2876,\\\"livingAreaUnits\\\":\\\"Square Feet\\\",\\\"livingAreaUnitsShort\\\":\\\"sqft\\\",\\\"listingMetadata\\\":{\\\"comminglingCategoryIsRulesApplicable\\\":false},\\\"lotSize\\\":6206,\\\"lotAreaValue\\\":6206,\\\"lotAreaUnits\\\":\\\"Square Feet\\\",\\\"address\\\":{\\\"streetAddress\\\":\\\"1188 Miller Ave\\\",\\\"city\\\":\\\"San Jose\\\",\\\"state\\\":\\\"CA\\\",\\\"zipcode\\\":\\\"95129\\\"},\\\"formattedChip\\\":{\\\"location\\\":[{\\\"fullValue\\\":\\\"1188 Miller Ave\\\"},{\\\"fullValue\\\":null}]},\\\"latitude\\\":37.30316,\\\"longitude\\\":-122.014694,\\\"homeStatus\\\":\\\"OTHER\\\",\\\"homeType\\\":\\\"SINGLE_FAMILY\\\",\\\"hdpUrl\\\":\\\"\\/homedetails\\/1188-Miller-Ave-San-Jose-CA-95129\\/19646035_zpid\\/\\\",\\\"listing_sub_type\\\":{\\\"is_newHome\\\":false,\\\"is_forAuction\\\":false,\\\"is_bankOwned\\\":false,\\\"is_foreclosure\\\":false,\\\"is_FSBO\\\":false,\\\"is_comingSoon\\\":false,\\\"is_FSBA\\\":false},\\\"providerListingID\\\":null,\\\"attributionInfo\\\":{\\\"mlsId\\\":null,\\\"mlsName\\\":null,\\\"providerLogo\\\":null,\\\"agentName\\\":null,\\\"agentPhoneNumber\\\":null,\\\"brokerName\\\":null,\\\"brokerPhoneNumber\\\":null,\\\"trueStatus\\\":null},\\\"isPremierBuilder\\\":false,\\\"state\\\":\\\"CA\\\",\\\"isZillowOwned\\\":false,\\\"newConstructionType\\\":null},{\\\"zpid\\\":19646034,\\\"miniCardPhotos\\\":[{\\\"url\\\":\\\"https:\\/\\/maps.googleapis.com\\/maps\\/api\\/streetview?location=1194+Miller+Ave%2C+San+Jose%2C+CA+95129&size=316x234&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&&signature=DXt9s_GfrKs6HF36h5gGaukKBM0=\\\"}],\\\"price\\\":3186000,\\\"currency\\\":\\\"USD\\\",\\\"bedrooms\\\":4,\\\"bathrooms\\\":2,\\\"livingArea\\\":1376,\\\"livingAreaValue\\\":1376,\\\"livingAreaUnits\\\":\\\"Square Feet\\\",\\\"livingAreaUnitsShort\\\":\\\"sqft\\\",\\\"listingMetadata\\\":{\\\"comminglingCategoryIsRulesApplicable\\\":false},\\\"lotSize\\\":6099,\\\"lotAreaValue\\\":6099,\\\"lotAreaUnits\\\":\\\"Square Feet\\\",\\\"address\\\":{\\\"streetAddress\\\":\\\"1194 Miller Ave\\\",\\\"city\\\":\\\"San Jose\\\",\\\"state\\\":\\\"CA\\\",\\\"zipcode\\\":\\\"95129\\\"},\\\"formattedChip\\\":{\\\"location\\\":[{\\\"fullValue\\\":\\\"1194 Miller Ave\\\"},{\\\"fullValue\\\":null}]},\\\"latitude\\\":37.303,\\\"longitude\\\":-122.014694,\\\"homeStatus\\\":\\\"OTHER\\\",\\\"homeType\\\":\\\"SINGLE_FAMILY\\\",\\\"hdpUrl\\\":\\\"\\/homedetails\\/1194-Miller-Ave-San-Jose-CA-95129\\/19646034_zpid\\/\\\",\\\"listing_sub_type\\\":{\\\"is_newHome\\\":false,\\\"is_forAuction\\\":false,\\\"is_bankOwned\\\":false,\\\"is_foreclosure\\\":false,\\\"is_FSBO\\\":false,\\\"is_comingSoon\\\":false,\\\"is_FSBA\\\":false},\\\"providerListingID\\\":null,\\\"attributionInfo\\\":{\\\"mlsId\\\":null,\\\"mlsName\\\":null,\\\"providerLogo\\\":null,\\\"agentName\\\":null,\\\"agentPhoneNumber\\\":null,\\\"brokerName\\\":null,\\\"brokerPhoneNumber\\\":null,\\\"trueStatus\\\":null},\\\"isPremierBuilder\\\":false,\\\"state\\\":\\\"CA\\\",\\\"isZillowOwned\\\":false,\\\"newConstructionType\\\":null},{\\\"zpid\\\":19645990,\\\"miniCardPhotos\\\":[{\\\"url\\\":\\\"https:\\/\\/maps.googleapis.com\\/maps\\/api\\/streetview?location=6280+Bancroft+Way%2C+San+Jose%2C+CA+95129&size=316x234&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&&signature=zW4E6r_FFkW9gcel_Fn7i-6hIcE=\\\"}],\\\"price\\\":3564100,\\\"currency\\\":\\\"USD\\\",\\\"bedrooms\\\":5,\\\"bathrooms\\\":3,\\\"livingArea\\\":1907,\\\"livingAreaValue\\\":1907,\\\"livingAreaUnits\\\":\\\"Square Feet\\\",\\\"livingAreaUnitsShort\\\":\\\"sqft\\\",\\\"listingMetadata\\\":{\\\"comminglingCategoryIsRulesApplicable\\\":false},\\\"lotSize\\\":6900,\\\"lotAreaValue\\\":6900,\\\"lotAreaUnits\\\":\\\"Square Feet\\\",\\\"address\\\":{\\\"streetAddress\\\":\\\"6280 Bancroft Way\\\",\\\"city\\\":\\\"San Jose\\\",\\\"state\\\":\\\"CA\\\",\\\"zipcode\\\":\\\"95129\\\"},\\\"formattedChip\\\":{\\\"location\\\":[{\\\"fullValue\\\":\\\"6280 Bancroft Way\\\"},{\\\"fullValue\\\":null}]},\\\"latitude\\\":37.303417,\\\"longitude\\\":-122.01442,\\\"homeStatus\\\":\\\"OTHER\\\",\\\"homeType\\\":\\\"SINGLE_FAMILY\\\",\\\"hdpUrl\\\":\\\"\\/homedetails\\/6280-Bancroft-Way-San-Jose-CA-95129\\/19645990_zpid\\/\\\",\\\"listing_sub_type\\\":{\\\"is_newHome\\\":false,\\\"is_forAuction\\\":false,\\\"is_bankOwned\\\":false,\\\"is_foreclosure\\\":false,\\\"is_FSBO\\\":false,\\\"is_comingSoon\\\":false,\\\"is_FSBA\\\":false},\\\"providerListingID\\\":null,\\\"attributionInfo\\\":{\\\"mlsId\\\":null,\\\"mlsName\\\":null,\\\"providerLogo\\\":null,\\\"agentName\\\":null,\\\"agentPhoneNumber\\\":null,\\\"brokerName\\\":null,\\\"brokerPhoneNumber\\\":null,\\\"trueStatus\\\":null},\\\"isPremierBuilder\\\":false,\\\"state\\\":\\\"CA\\\",\\\"isZillowOwned\\\":false,\\\"newConstructionType\\\":null},{\\\"zpid\\\":19645998,\\\"miniCardPhotos\\\":[{\\\"url\\\":\\\"https:\\/\\/maps.googleapis.com\\/maps\\/api\\/streetview?location=6239+Goddess+Ct%2C+San+Jose%2C+CA+95129&size=316x234&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&&signature=BrQrSddvSfOBHTXTOQiyJom_pnc=\\\"}],\\\"price\\\":4827800,\\\"currency\\\":\\\"USD\\\",\\\"bedrooms\\\":4,\\\"bathrooms\\\":4,\\\"livingArea\\\":2950,\\\"livingAreaValue\\\":2950,\\\"livingAreaUnits\\\":\\\"Square Feet\\\",\\\"livingAreaUnitsShort\\\":\\\"sqft\\\",\\\"listingMetadata\\\":{\\\"comminglingCategoryIsRulesApplicable\\\":false},\\\"lotSize\\\":6708,\\\"lotAreaValue\\\":6708,\\\"lotAreaUnits\\\":\\\"Square Feet\\\",\\\"address\\\":{\\\"streetAddress\\\":\\\"6239 Goddess Ct\\\",\\\"city\\\":\\\"San Jose\\\",\\\"state\\\":\\\"CA\\\",\\\"zipcode\\\":\\\"95129\\\"},\\\"formattedChip\\\":{\\\"location\\\":[{\\\"fullValue\\\":\\\"6239 Goddess Ct\\\"},{\\\"fullValue\\\":null}]},\\\"latitude\\\":37.30311,\\\"longitude\\\":-122.013824,\\\"homeStatus\\\":\\\"OTHER\\\",\\\"homeType\\\":\\\"SINGLE_FAMILY\\\",\\\"hdpUrl\\\":\\\"\\/homedetails\\/6239-Goddess-Ct-San-Jose-CA-95129\\/19645998_zpid\\/\\\",\\\"listing_sub_type\\\":{\\\"is_newHome\\\":false,\\\"is_forAuction\\\":false,\\\"is_bankOwned\\\":false,\\\"is_foreclosure\\\":false,\\\"is_FSBO\\\":false,\\\"is_comingSoon\\\":false,\\\"is_FSBA\\\":false},\\\"providerListingID\\\":null,\\\"attributionInfo\\\":{\\\"mlsId\\\":null,\\\"mlsName\\\":null,\\\"providerLogo\\\":null,\\\"agentName\\\":null,\\\"agentPhoneNumber\\\":null,\\\"brokerName\\\":null,\\\"brokerPhoneNumber\\\":null,\\\"trueStatus\\\":null},\\\"isPremierBuilder\\\":false,\\\"state\\\":\\\"CA\\\",\\\"isZillowOwned\\\":false,\\\"newConstructionType\\\":null},{\\\"zpid\\\":19646036,\\\"miniCardPhotos\\\":[{\\\"url\\\":\\\"https:\\/\\/maps.googleapis.com\\/maps\\/api\\/streetview?location=1182+Miller+Ave%2C+San+Jose%2C+CA+95129&size=316x234&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&&signature=3wLjr84HhlyWDyMQZgaPhSyCDdo=\\\"}],\\\"price\\\":3253100,\\\"currency\\\":\\\"USD\\\",\\\"bedrooms\\\":5,\\\"bathrooms\\\":3,\\\"livingArea\\\":2267,\\\"livingAreaValue\\\":2267,\\\"livingAreaUnits\\\":\\\"Square Feet\\\",\\\"livingAreaUnitsShort\\\":\\\"sqft\\\",\\\"listingMetadata\\\":{\\\"comminglingCategoryIsRulesApplicable\\\":false},\\\"lotSize\\\":6313,\\\"lotAreaValue\\\":6313,\\\"lotAreaUnits\\\":\\\"Square Feet\\\",\\\"address\\\":{\\\"streetAddress\\\":\\\"1182 Miller Ave\\\",\\\"city\\\":\\\"San Jose\\\",\\\"state\\\":\\\"CA\\\",\\\"zipcode\\\":\\\"95129\\\"},\\\"formattedChip\\\":{\\\"location\\\":[{\\\"fullValue\\\":\\\"1182 Miller Ave\\\"},{\\\"fullValue\\\":null}]},\\\"latitude\\\":37.30332,\\\"longitude\\\":-122.0147,\\\"homeStatus\\\":\\\"OTHER\\\",\\\"homeType\\\":\\\"SINGLE_FAMILY\\\",\\\"hdpUrl\\\":\\\"\\/homedetails\\/1182-Miller-Ave-San-Jose-CA-95129\\/19646036_zpid\\/\\\",\\\"listing_sub_type\\\":{\\\"is_newHome\\\":false,\\\"is_forAuction\\\":false,\\\"is_bankOwned\\\":false,\\\"is_foreclosure\\\":false,\\\"is_FSBO\\\":false,\\\"is_comingSoon\\\":false,\\\"is_FSBA\\\":false},\\\"providerListingID\\\":null,\\\"attributionInfo\\\":{\\\"mlsId\\\":null,\\\"mlsName\\\":null,\\\"providerLogo\\\":null,\\\"agentName\\\":null,\\\"agentPhoneNumber\\\":null,\\\"brokerName\\\":null,\\\"brokerPhoneNumber\\\":null,\\\"trueStatus\\\":null},\\\"isPremierBuilder\\\":false,\\\"state\\\":\\\"CA\\\",\\\"isZillowOwned\\\":false,\\\"newConstructionType\\\":null},{\\\"zpid\\\":19645992,\\\"miniCardPhotos\\\":[{\\\"url\\\":\\\"https:\\/\\/maps.googleapis.com\\/maps\\/api\\/streetview?location=6252+Bancroft+Way%2C+San+Jose%2C+CA+95129&size=316x234&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&&signature=aWRPi70oBmOpBtt2ShcxUR15VuY=\\\"}],\\\"price\\\":3583100,\\\"currency\\\":\\\"USD\\\",\\\"bedrooms\\\":5,\\\"bathrooms\\\":3,\\\"livingArea\\\":2496,\\\"livingAreaValue\\\":2496,\\\"livingAreaUnits\\\":\\\"Square Feet\\\",\\\"livingAreaUnitsShort\\\":\\\"sqft\\\",\\\"listingMetadata\\\":{\\\"comminglingCategoryIsRulesApplicable\\\":false},\\\"lotSize\\\":6555,\\\"lotAreaValue\\\":6555,\\\"lotAreaUnits\\\":\\\"Square Feet\\\",\\\"address\\\":{\\\"streetAddress\\\":\\\"6252 Bancroft Way\\\",\\\"city\\\":\\\"San Jose\\\",\\\"state\\\":\\\"CA\\\",\\\"zipcode\\\":\\\"95129\\\"},\\\"formattedChip\\\":{\\\"location\\\":[{\\\"fullValue\\\":\\\"6252 Bancroft Way\\\"},{\\\"fullValue\\\":null}]},\\\"latitude\\\":37.30342,\\\"longitude\\\":-122.01402,\\\"homeStatus\\\":\\\"OTHER\\\",\\\"homeType\\\":\\\"SINGLE_FAMILY\\\",\\\"hdpUrl\\\":\\\"\\/homedetails\\/6252-Bancroft-Way-San-Jose-CA-95129\\/19645992_zpid\\/\\\",\\\"listing_sub_type\\\":{\\\"is_newHome\\\":false,\\\"is_forAuction\\\":false,\\\"is_bankOwned\\\":false,\\\"is_foreclosure\\\":false,\\\"is_FSBO\\\":false,\\\"is_comingSoon\\\":false,\\\"is_FSBA\\\":false},\\\"providerListingID\\\":null,\\\"attributionInfo\\\":{\\\"mlsId\\\":null,\\\"mlsName\\\":null,\\\"providerLogo\\\":null,\\\"agentName\\\":null,\\\"agentPhoneNumber\\\":null,\\\"brokerName\\\":null,\\\"brokerPhoneNumber\\\":null,\\\"trueStatus\\\":null},\\\"isPremierBuilder\\\":false,\\\"state\\\":\\\"CA\\\",\\\"isZillowOwned\\\":false,\\\"newConstructionType\\\":null}],\\\"countyFIPS\\\":\\\"06085\\\",\\\"parcelId\\\":\\\"37717011\\\",\\\"taxHistory\\\":[{\\\"time\\\":1622092489524,\\\"taxPaid\\\":2561.66,\\\"taxIncreaseRate\\\":0.041342117,\\\"value\\\":105036,\\\"valueIncreaseRate\\\":0.010350134},{\\\"time\\\":1590556489524,\\\"taxPaid\\\":2459.96,\\\"taxIncreaseRate\\\":0,\\\"value\\\":103960,\\\"valueIncreaseRate\\\":0.019995684},{\\\"time\\\":1558934089524,\\\"taxPaid\\\":2459.96,\\\"taxIncreaseRate\\\":0.06879495,\\\"value\\\":101922,\\\"valueIncreaseRate\\\":0.019984988},{\\\"time\\\":1527398089524,\\\"taxPaid\\\":2301.62,\\\"taxIncreaseRate\\\":0,\\\"value\\\":99925,\\\"valueIncreaseRate\\\":0.019996734},{\\\"time\\\":1495862089524,\\\"taxPaid\\\":2301.62,\\\"taxIncreaseRate\\\":0.013884859,\\\"value\\\":97966,\\\"valueIncreaseRate\\\":0.019990422},{\\\"time\\\":1464326089524,\\\"taxPaid\\\":2270.1,\\\"taxIncreaseRate\\\":0.055948883,\\\"value\\\":96046,\\\"valueIncreaseRate\\\":0.015242484},{\\\"time\\\":1432703689524,\\\"taxPaid\\\":2149.82,\\\"taxIncreaseRate\\\":0.29599363,\\\"value\\\":94604,\\\"valueIncreaseRate\\\":0.019978222},{\\\"time\\\":1401167689524,\\\"taxPaid\\\":1658.82,\\\"taxIncreaseRate\\\":0,\\\"value\\\":92751,\\\"valueIncreaseRate\\\":0.004527092},{\\\"time\\\":1369631689524,\\\"taxPaid\\\":null,\\\"taxIncreaseRate\\\":0,\\\"value\\\":92333,\\\"valueIncreaseRate\\\":0.019983651},{\\\"time\\\":1338095689524,\\\"taxPaid\\\":null,\\\"taxIncreaseRate\\\":0,\\\"value\\\":90524,\\\"valueIncreaseRate\\\":0.019988732},{\\\"time\\\":1306473289524,\\\"taxPaid\\\":null,\\\"taxIncreaseRate\\\":0,\\\"value\\\":88750,\\\"valueIncreaseRate\\\":0.007515212},{\\\"time\\\":1274937289524,\\\"taxPaid\\\":null,\\\"taxIncreaseRate\\\":0,\\\"value\\\":88088,\\\"valueIncreaseRate\\\":-0.0023783098},{\\\"time\\\":1243401289524,\\\"taxPaid\\\":null,\\\"taxIncreaseRate\\\":0,\\\"value\\\":88298,\\\"valueIncreaseRate\\\":0.019996073},{\\\"time\\\":1211865289524,\\\"taxPaid\\\":null,\\\"taxIncreaseRate\\\":0,\\\"value\\\":86567,\\\"valueIncreaseRate\\\":0.019995287},{\\\"time\\\":1180242889524,\\\"taxPaid\\\":null,\\\"taxIncreaseRate\\\":0,\\\"value\\\":84870,\\\"valueIncreaseRate\\\":0.0199863},{\\\"time\\\":1148706889524,\\\"taxPaid\\\":null,\\\"taxIncreaseRate\\\":0,\\\"value\\\":83207,\\\"valueIncreaseRate\\\":0.019993626},{\\\"time\\\":1117170889524,\\\"taxPaid\\\":null,\\\"taxIncreaseRate\\\":0,\\\"value\\\":81576,\\\"valueIncreaseRate\\\":0.019980494},{\\\"time\\\":1085634889524,\\\"taxPaid\\\":null,\\\"taxIncreaseRate\\\":0,\\\"value\\\":79978,\\\"valueIncreaseRate\\\":0.01865933},{\\\"time\\\":1054012489524,\\\"taxPaid\\\":null,\\\"taxIncreaseRate\\\":0,\\\"value\\\":78513,\\\"valueIncreaseRate\\\":0.019980513},{\\\"time\\\":1022476489524,\\\"taxPaid\\\":null,\\\"taxIncreaseRate\\\":0,\\\"value\\\":76975,\\\"valueIncreaseRate\\\":0.019982245},{\\\"time\\\":990940489524,\\\"taxPaid\\\":null,\\\"taxIncreaseRate\\\":0,\\\"value\\\":75467,\\\"valueIncreaseRate\\\":0}],\\\"priceHistory\\\":[{\\\"date\\\":\\\"2022-05-25\\\",\\\"time\\\":1653436800000,\\\"price\\\":3250000,\\\"pricePerSquareFoot\\\":1759,\\\"priceChangeRate\\\":0,\\\"event\\\":\\\"Listed for sale\\\",\\\"source\\\":\\\"MLSListings Inc\\\",\\\"buyerAgent\\\":null,\\\"sellerAgent\\\":null,\\\"showCountyLink\\\":false,\\\"postingIsRental\\\":false,\\\"attributeSource\\\":{\\\"infoString1\\\":\\\"ML81893441\\\",\\\"infoString2\\\":\\\"MLSListings Inc\\\",\\\"infoString3\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5273d6e56ef4c68cf7b7b4dd452c58d5-zillow_web_logo_inf_11.jpg\\\"}}],\\\"comps\\\":[{\\\"zpid\\\":19647185,\\\"miniCardPhotos\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0e28098a238e43035f8069e5c9186841-p_c.jpg\\\"}],\\\"price\\\":3300000,\\\"currency\\\":\\\"USD\\\",\\\"bedrooms\\\":5,\\\"bathrooms\\\":3,\\\"livingArea\\\":2112,\\\"livingAreaValue\\\":2112,\\\"livingAreaUnits\\\":\\\"Square Feet\\\",\\\"livingAreaUnitsShort\\\":\\\"sqft\\\",\\\"listingMetadata\\\":{\\\"comminglingCategoryIsRulesApplicable\\\":true},\\\"lotSize\\\":6564,\\\"lotAreaValue\\\":6564.492,\\\"lotAreaUnits\\\":\\\"Square Feet\\\",\\\"address\\\":{\\\"streetAddress\\\":\\\"5569 Bigoak Dr\\\",\\\"city\\\":\\\"San Jose\\\",\\\"state\\\":\\\"CA\\\",\\\"zipcode\\\":\\\"95129\\\"},\\\"formattedChip\\\":{\\\"location\\\":[{\\\"fullValue\\\":\\\"5569 Bigoak Dr\\\"},{\\\"fullValue\\\":\\\"San Jose, CA 95129\\\"}]},\\\"latitude\\\":37.307987,\\\"longitude\\\":-122.00037,\\\"homeStatus\\\":\\\"FOR_SALE\\\",\\\"homeType\\\":\\\"SINGLE_FAMILY\\\",\\\"hdpUrl\\\":\\\"\\/homedetails\\/5569-Bigoak-Dr-San-Jose-CA-95129\\/19647185_zpid\\/\\\",\\\"listing_sub_type\\\":{\\\"is_newHome\\\":false,\\\"is_forAuction\\\":false,\\\"is_bankOwned\\\":false,\\\"is_foreclosure\\\":false,\\\"is_FSBO\\\":false,\\\"is_comingSoon\\\":false,\\\"is_FSBA\\\":true},\\\"providerListingID\\\":null,\\\"attributionInfo\\\":{\\\"mlsId\\\":\\\"ML81889082\\\",\\\"mlsName\\\":null,\\\"providerLogo\\\":null,\\\"agentName\\\":\\\"Hoi Wing Ng\\\",\\\"agentPhoneNumber\\\":\\\"650-283-4362\\\",\\\"brokerName\\\":null,\\\"brokerPhoneNumber\\\":\\\"408-979-5900\\\",\\\"trueStatus\\\":null},\\\"isPremierBuilder\\\":false,\\\"state\\\":\\\"CA\\\",\\\"isZillowOwned\\\":false,\\\"newConstructionType\\\":null},{\\\"zpid\\\":19646030,\\\"miniCardPhotos\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e62273479245c8b08710b1cfbb540fc5-p_c.jpg\\\"}],\\\"price\\\":2500000,\\\"currency\\\":\\\"USD\\\",\\\"bedrooms\\\":4,\\\"bathrooms\\\":2,\\\"livingArea\\\":1787,\\\"livingAreaValue\\\":1787,\\\"livingAreaUnits\\\":\\\"Square Feet\\\",\\\"livingAreaUnitsShort\\\":\\\"sqft\\\",\\\"listingMetadata\\\":{\\\"comminglingCategoryIsRulesApplicable\\\":true},\\\"lotSize\\\":null,\\\"lotAreaValue\\\":null,\\\"lotAreaUnits\\\":\\\"sqft\\\",\\\"address\\\":{\\\"streetAddress\\\":\\\"1218 Miller Ave\\\",\\\"city\\\":\\\"San Jose\\\",\\\"state\\\":\\\"CA\\\",\\\"zipcode\\\":\\\"95129\\\"},\\\"formattedChip\\\":{\\\"location\\\":[{\\\"fullValue\\\":\\\"1218 Miller Ave\\\"},{\\\"fullValue\\\":\\\"San Jose, CA 95129\\\"}]},\\\"latitude\\\":37.302364,\\\"longitude\\\":-122.01469,\\\"homeStatus\\\":\\\"FOR_SALE\\\",\\\"homeType\\\":\\\"SINGLE_FAMILY\\\",\\\"hdpUrl\\\":\\\"\\/homedetails\\/1218-Miller-Ave-San-Jose-CA-95129\\/19646030_zpid\\/\\\",\\\"listing_sub_type\\\":{\\\"is_newHome\\\":false,\\\"is_forAuction\\\":false,\\\"is_bankOwned\\\":false,\\\"is_foreclosure\\\":false,\\\"is_FSBO\\\":false,\\\"is_comingSoon\\\":false,\\\"is_FSBA\\\":true},\\\"providerListingID\\\":null,\\\"attributionInfo\\\":{\\\"mlsId\\\":\\\"ML81886714\\\",\\\"mlsName\\\":null,\\\"providerLogo\\\":null,\\\"agentName\\\":\\\"Andy Tse\\\",\\\"agentPhoneNumber\\\":\\\"408-807-8808\\\",\\\"brokerName\\\":null,\\\"brokerPhoneNumber\\\":\\\"408-741-1600\\\",\\\"trueStatus\\\":null},\\\"isPremierBuilder\\\":false,\\\"state\\\":\\\"CA\\\",\\\"isZillowOwned\\\":false,\\\"newConstructionType\\\":null},{\\\"zpid\\\":19646995,\\\"miniCardPhotos\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/01dbd1271c929f4a91de7ec0234b6a0a-p_c.jpg\\\"}],\\\"price\\\":2998000,\\\"currency\\\":\\\"USD\\\",\\\"bedrooms\\\":3,\\\"bathrooms\\\":2,\\\"livingArea\\\":1527,\\\"livingAreaValue\\\":1527,\\\"livingAreaUnits\\\":\\\"Square Feet\\\",\\\"livingAreaUnitsShort\\\":\\\"sqft\\\",\\\"listingMetadata\\\":{\\\"comminglingCategoryIsRulesApplicable\\\":true},\\\"lotSize\\\":6107,\\\"lotAreaValue\\\":6107.112,\\\"lotAreaUnits\\\":\\\"Square Feet\\\",\\\"address\\\":{\\\"streetAddress\\\":\\\"1029 Huntingdon Dr\\\",\\\"city\\\":\\\"San Jose\\\",\\\"state\\\":\\\"CA\\\",\\\"zipcode\\\":\\\"95129\\\"},\\\"formattedChip\\\":{\\\"location\\\":[{\\\"fullValue\\\":\\\"1029 Huntingdon Dr\\\"},{\\\"fullValue\\\":\\\"San Jose, CA 95129\\\"}]},\\\"latitude\\\":37.30823,\\\"longitude\\\":-122.00203,\\\"homeStatus\\\":\\\"FOR_SALE\\\",\\\"homeType\\\":\\\"SINGLE_FAMILY\\\",\\\"hdpUrl\\\":\\\"\\/homedetails\\/1029-Huntingdon-Dr-San-Jose-CA-95129\\/19646995_zpid\\/\\\",\\\"listing_sub_type\\\":{\\\"is_newHome\\\":false,\\\"is_forAuction\\\":false,\\\"is_bankOwned\\\":false,\\\"is_foreclosure\\\":false,\\\"is_FSBO\\\":false,\\\"is_comingSoon\\\":false,\\\"is_FSBA\\\":true},\\\"providerListingID\\\":null,\\\"attributionInfo\\\":{\\\"mlsId\\\":\\\"ML81892898\\\",\\\"mlsName\\\":null,\\\"providerLogo\\\":null,\\\"agentName\\\":\\\"Steve McCarrick\\\",\\\"agentPhoneNumber\\\":\\\"408-656-0788\\\",\\\"brokerName\\\":null,\\\"brokerPhoneNumber\\\":\\\"408-996-1100\\\",\\\"trueStatus\\\":null},\\\"isPremierBuilder\\\":false,\\\"state\\\":\\\"CA\\\",\\\"isZillowOwned\\\":false,\\\"newConstructionType\\\":null},{\\\"zpid\\\":19647269,\\\"miniCardPhotos\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/fbee479af36bbb9cea72f5f8cbb512df-p_c.jpg\\\"}],\\\"price\\\":2800000,\\\"currency\\\":\\\"USD\\\",\\\"bedrooms\\\":6,\\\"bathrooms\\\":3,\\\"livingArea\\\":2156,\\\"livingAreaValue\\\":2156,\\\"livingAreaUnits\\\":\\\"Square Feet\\\",\\\"livingAreaUnitsShort\\\":\\\"sqft\\\",\\\"listingMetadata\\\":{\\\"comminglingCategoryIsRulesApplicable\\\":true},\\\"lotSize\\\":6638,\\\"lotAreaValue\\\":6638.544,\\\"lotAreaUnits\\\":\\\"Square Feet\\\",\\\"address\\\":{\\\"streetAddress\\\":\\\"5478 Ora St\\\",\\\"city\\\":\\\"San Jose\\\",\\\"state\\\":\\\"CA\\\",\\\"zipcode\\\":\\\"95129\\\"},\\\"formattedChip\\\":{\\\"location\\\":[{\\\"fullValue\\\":\\\"5478 Ora St\\\"},{\\\"fullValue\\\":\\\"San Jose, CA 95129\\\"}]},\\\"latitude\\\":37.3048,\\\"longitude\\\":-121.99895,\\\"homeStatus\\\":\\\"FOR_SALE\\\",\\\"homeType\\\":\\\"SINGLE_FAMILY\\\",\\\"hdpUrl\\\":\\\"\\/homedetails\\/5478-Ora-St-San-Jose-CA-95129\\/19647269_zpid\\/\\\",\\\"listing_sub_type\\\":{\\\"is_newHome\\\":false,\\\"is_forAuction\\\":false,\\\"is_bankOwned\\\":false,\\\"is_foreclosure\\\":false,\\\"is_FSBO\\\":false,\\\"is_comingSoon\\\":false,\\\"is_FSBA\\\":true},\\\"providerListingID\\\":null,\\\"attributionInfo\\\":{\\\"mlsId\\\":\\\"ML81890014\\\",\\\"mlsName\\\":null,\\\"providerLogo\\\":null,\\\"agentName\\\":\\\"Stephen Husted\\\",\\\"agentPhoneNumber\\\":\\\"408-893-0524\\\",\\\"brokerName\\\":null,\\\"brokerPhoneNumber\\\":\\\"650-898-7246\\\",\\\"trueStatus\\\":null},\\\"isPremierBuilder\\\":false,\\\"state\\\":\\\"CA\\\",\\\"isZillowOwned\\\":false,\\\"newConstructionType\\\":null},{\\\"zpid\\\":19642084,\\\"miniCardPhotos\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/89e5d7d246431c414c46737dd6ca2a27-p_c.jpg\\\"}],\\\"price\\\":2498888,\\\"currency\\\":\\\"USD\\\",\\\"bedrooms\\\":8,\\\"bathrooms\\\":4,\\\"livingArea\\\":2261,\\\"livingAreaValue\\\":2261,\\\"livingAreaUnits\\\":\\\"Square Feet\\\",\\\"livingAreaUnitsShort\\\":\\\"sqft\\\",\\\"listingMetadata\\\":{\\\"comminglingCategoryIsRulesApplicable\\\":true},\\\"lotSize\\\":6721,\\\"lotAreaValue\\\":6721.308,\\\"lotAreaUnits\\\":\\\"Square Feet\\\",\\\"address\\\":{\\\"streetAddress\\\":\\\"1145 Miller Ave\\\",\\\"city\\\":\\\"San Jose\\\",\\\"state\\\":\\\"CA\\\",\\\"zipcode\\\":\\\"95129\\\"},\\\"formattedChip\\\":{\\\"location\\\":[{\\\"fullValue\\\":\\\"1145 Miller Ave\\\"},{\\\"fullValue\\\":\\\"San Jose, CA 95129\\\"}]},\\\"latitude\\\":37.304592,\\\"longitude\\\":-122.01539,\\\"homeStatus\\\":\\\"FOR_SALE\\\",\\\"homeType\\\":\\\"SINGLE_FAMILY\\\",\\\"hdpUrl\\\":\\\"\\/homedetails\\/1145-Miller-Ave-San-Jose-CA-95129\\/19642084_zpid\\/\\\",\\\"listing_sub_type\\\":{\\\"is_newHome\\\":false,\\\"is_forAuction\\\":false,\\\"is_bankOwned\\\":false,\\\"is_foreclosure\\\":false,\\\"is_FSBO\\\":false,\\\"is_comingSoon\\\":false,\\\"is_FSBA\\\":true},\\\"providerListingID\\\":null,\\\"attributionInfo\\\":{\\\"mlsId\\\":\\\"ML81889886\\\",\\\"mlsName\\\":null,\\\"providerLogo\\\":null,\\\"agentName\\\":\\\"Ralph & Rachel\\\",\\\"agentPhoneNumber\\\":\\\"408-807-3073\\\",\\\"brokerName\\\":null,\\\"brokerPhoneNumber\\\":\\\"408-754-1500\\\",\\\"trueStatus\\\":null},\\\"isPremierBuilder\\\":false,\\\"state\\\":\\\"CA\\\",\\\"isZillowOwned\\\":false,\\\"newConstructionType\\\":null},{\\\"zpid\\\":19648856,\\\"miniCardPhotos\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0ffc90d02ff10cd45090ae9baae4df68-p_c.jpg\\\"}],\\\"price\\\":2688888,\\\"currency\\\":\\\"USD\\\",\\\"bedrooms\\\":4,\\\"bathrooms\\\":3,\\\"livingArea\\\":2051,\\\"livingAreaValue\\\":2051,\\\"livingAreaUnits\\\":\\\"Square Feet\\\",\\\"livingAreaUnitsShort\\\":\\\"sqft\\\",\\\"listingMetadata\\\":{\\\"comminglingCategoryIsRulesApplicable\\\":true},\\\"lotSize\\\":5998,\\\"lotAreaValue\\\":5998.212,\\\"lotAreaUnits\\\":\\\"Square Feet\\\",\\\"address\\\":{\\\"streetAddress\\\":\\\"754 Rockwood Dr\\\",\\\"city\\\":\\\"San Jose\\\",\\\"state\\\":\\\"CA\\\",\\\"zipcode\\\":\\\"95129\\\"},\\\"formattedChip\\\":{\\\"location\\\":[{\\\"fullValue\\\":\\\"754 Rockwood Dr\\\"},{\\\"fullValue\\\":\\\"San Jose, CA 95129\\\"}]},\\\"latitude\\\":37.313587,\\\"longitude\\\":-121.98146,\\\"homeStatus\\\":\\\"FOR_SALE\\\",\\\"homeType\\\":\\\"SINGLE_FAMILY\\\",\\\"hdpUrl\\\":\\\"\\/homedetails\\/754-Rockwood-Dr-San-Jose-CA-95129\\/19648856_zpid\\/\\\",\\\"listing_sub_type\\\":{\\\"is_newHome\\\":false,\\\"is_forAuction\\\":false,\\\"is_bankOwned\\\":false,\\\"is_foreclosure\\\":false,\\\"is_FSBO\\\":false,\\\"is_comingSoon\\\":false,\\\"is_FSBA\\\":true},\\\"providerListingID\\\":null,\\\"attributionInfo\\\":{\\\"mlsId\\\":\\\"ML81893447\\\",\\\"mlsName\\\":null,\\\"providerLogo\\\":null,\\\"agentName\\\":\\\"George Xie\\\",\\\"agentPhoneNumber\\\":\\\"408-475-7335\\\",\\\"brokerName\\\":null,\\\"brokerPhoneNumber\\\":\\\"408-755-5972\\\",\\\"trueStatus\\\":null},\\\"isPremierBuilder\\\":false,\\\"state\\\":\\\"CA\\\",\\\"isZillowOwned\\\":false,\\\"newConstructionType\\\":null},{\\\"zpid\\\":19649185,\\\"miniCardPhotos\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/75615b8ef931df8d8a88ad54b271c982-p_c.jpg\\\"}],\\\"price\\\":2399888,\\\"currency\\\":\\\"USD\\\",\\\"bedrooms\\\":4,\\\"bathrooms\\\":2,\\\"livingArea\\\":1702,\\\"livingAreaValue\\\":1702,\\\"livingAreaUnits\\\":\\\"Square Feet\\\",\\\"livingAreaUnitsShort\\\":\\\"sqft\\\",\\\"listingMetadata\\\":{\\\"comminglingCategoryIsRulesApplicable\\\":true},\\\"lotSize\\\":6481,\\\"lotAreaValue\\\":6481.728,\\\"lotAreaUnits\\\":\\\"Square Feet\\\",\\\"address\\\":{\\\"streetAddress\\\":\\\"4735 Blanco Dr\\\",\\\"city\\\":\\\"San Jose\\\",\\\"state\\\":\\\"CA\\\",\\\"zipcode\\\":\\\"95129\\\"},\\\"formattedChip\\\":{\\\"location\\\":[{\\\"fullValue\\\":\\\"4735 Blanco Dr\\\"},{\\\"fullValue\\\":\\\"San Jose, CA 95129\\\"}]},\\\"latitude\\\":37.308006,\\\"longitude\\\":-121.9871,\\\"homeStatus\\\":\\\"FOR_SALE\\\",\\\"homeType\\\":\\\"SINGLE_FAMILY\\\",\\\"hdpUrl\\\":\\\"\\/homedetails\\/4735-Blanco-Dr-San-Jose-CA-95129\\/19649185_zpid\\/\\\",\\\"listing_sub_type\\\":{\\\"is_newHome\\\":false,\\\"is_forAuction\\\":false,\\\"is_bankOwned\\\":false,\\\"is_foreclosure\\\":false,\\\"is_FSBO\\\":false,\\\"is_comingSoon\\\":false,\\\"is_FSBA\\\":true},\\\"providerListingID\\\":null,\\\"attributionInfo\\\":{\\\"mlsId\\\":\\\"ML81889060\\\",\\\"mlsName\\\":null,\\\"providerLogo\\\":null,\\\"agentName\\\":\\\"Eddie Oberoi\\\",\\\"agentPhoneNumber\\\":\\\"408-771-4088\\\",\\\"brokerName\\\":null,\\\"brokerPhoneNumber\\\":\\\"650-947-4700\\\",\\\"trueStatus\\\":null},\\\"isPremierBuilder\\\":false,\\\"state\\\":\\\"CA\\\",\\\"isZillowOwned\\\":false,\\\"newConstructionType\\\":null},{\\\"zpid\\\":19645694,\\\"miniCardPhotos\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1f5b7396744e2e4121cc6f6be4d005bb-p_c.jpg\\\"}],\\\"price\\\":1948000,\\\"currency\\\":\\\"USD\\\",\\\"bedrooms\\\":4,\\\"bathrooms\\\":3,\\\"livingArea\\\":1598,\\\"livingAreaValue\\\":1598,\\\"livingAreaUnits\\\":\\\"Square Feet\\\",\\\"livingAreaUnitsShort\\\":\\\"sqft\\\",\\\"listingMetadata\\\":{\\\"comminglingCategoryIsRulesApplicable\\\":true},\\\"lotSize\\\":1890,\\\"lotAreaValue\\\":1890.504,\\\"lotAreaUnits\\\":\\\"Square Feet\\\",\\\"address\\\":{\\\"streetAddress\\\":\\\"6108 Brigantine Dr\\\",\\\"city\\\":\\\"San Jose\\\",\\\"state\\\":\\\"CA\\\",\\\"zipcode\\\":\\\"95129\\\"},\\\"formattedChip\\\":{\\\"location\\\":[{\\\"fullValue\\\":\\\"6108 Brigantine Dr\\\"},{\\\"fullValue\\\":\\\"San Jose, CA 95129\\\"}]},\\\"latitude\\\":37.306965,\\\"longitude\\\":-122.01067,\\\"homeStatus\\\":\\\"FOR_SALE\\\",\\\"homeType\\\":\\\"TOWNHOUSE\\\",\\\"hdpUrl\\\":\\\"\\/homedetails\\/6108-Brigantine-Dr-San-Jose-CA-95129\\/19645694_zpid\\/\\\",\\\"listing_sub_type\\\":{\\\"is_newHome\\\":false,\\\"is_forAuction\\\":false,\\\"is_bankOwned\\\":false,\\\"is_foreclosure\\\":false,\\\"is_FSBO\\\":false,\\\"is_comingSoon\\\":false,\\\"is_FSBA\\\":true},\\\"providerListingID\\\":null,\\\"attributionInfo\\\":{\\\"mlsId\\\":\\\"ML81888472\\\",\\\"mlsName\\\":null,\\\"providerLogo\\\":null,\\\"agentName\\\":\\\"Anand Vipparthy\\\",\\\"agentPhoneNumber\\\":\\\"408-890-7479\\\",\\\"brokerName\\\":null,\\\"brokerPhoneNumber\\\":\\\"408-372-1024\\\",\\\"trueStatus\\\":null},\\\"isPremierBuilder\\\":false,\\\"state\\\":\\\"CA\\\",\\\"isZillowOwned\\\":false,\\\"newConstructionType\\\":null},{\\\"zpid\\\":89474334,\\\"miniCardPhotos\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2226c8f48a3f9a3f918da27f399475a-p_c.jpg\\\"}],\\\"price\\\":2750000,\\\"currency\\\":\\\"USD\\\",\\\"bedrooms\\\":5,\\\"bathrooms\\\":3,\\\"livingArea\\\":2756,\\\"livingAreaValue\\\":2756,\\\"livingAreaUnits\\\":\\\"Square Feet\\\",\\\"livingAreaUnitsShort\\\":\\\"sqft\\\",\\\"listingMetadata\\\":{\\\"comminglingCategoryIsRulesApplicable\\\":true},\\\"lotSize\\\":4713,\\\"lotAreaValue\\\":4713.192,\\\"lotAreaUnits\\\":\\\"Square Feet\\\",\\\"address\\\":{\\\"streetAddress\\\":\\\"1526 Hummingbird Pl\\\",\\\"city\\\":\\\"San Jose\\\",\\\"state\\\":\\\"CA\\\",\\\"zipcode\\\":\\\"95129\\\"},\\\"formattedChip\\\":{\\\"location\\\":[{\\\"fullValue\\\":\\\"1526 Hummingbird Pl\\\"},{\\\"fullValue\\\":\\\"San Jose, CA 95129\\\"}]},\\\"latitude\\\":37.295998,\\\"longitude\\\":-122.029854,\\\"homeStatus\\\":\\\"FOR_SALE\\\",\\\"homeType\\\":\\\"SINGLE_FAMILY\\\",\\\"hdpUrl\\\":\\\"\\/homedetails\\/1526-Hummingbird-Pl-San-Jose-CA-95129\\/89474334_zpid\\/\\\",\\\"listing_sub_type\\\":{\\\"is_newHome\\\":false,\\\"is_forAuction\\\":false,\\\"is_bankOwned\\\":false,\\\"is_foreclosure\\\":false,\\\"is_FSBO\\\":false,\\\"is_comingSoon\\\":false,\\\"is_FSBA\\\":true},\\\"providerListingID\\\":null,\\\"attributionInfo\\\":{\\\"mlsId\\\":\\\"ML81888654\\\",\\\"mlsName\\\":null,\\\"providerLogo\\\":null,\\\"agentName\\\":\\\"Sophia Chang\\\",\\\"agentPhoneNumber\\\":\\\"408-515-7000\\\",\\\"brokerName\\\":null,\\\"brokerPhoneNumber\\\":\\\"408-996-1100\\\",\\\"trueStatus\\\":null},\\\"isPremierBuilder\\\":false,\\\"state\\\":\\\"CA\\\",\\\"isZillowOwned\\\":false,\\\"newConstructionType\\\":null}],\\\"description\\\":\\\"Located in one of West San Jose's Finest Neighborhoods, on a 12,100 SQFT LOT, sits this Wonderful Family Home* Amenities include Copper Plumbing, Central AC, & Dual Pane Windows**Enjoy the Enlarged Family Room w\\/ Fireplace or Step Outside and Relax in your Lush Private Backyard Oasis**Award Winning Schools are Close By***This home needs a little TLC but What Potential!!! A Must See...\\\",\\\"whatILove\\\":null,\\\"contingentListingType\\\":null,\\\"timeOnZillow\\\":\\\"1 day\\\",\\\"pageViewCount\\\":383,\\\"favoriteCount\\\":18,\\\"daysOnZillow\\\":1,\\\"latitude\\\":37.303093,\\\"longitude\\\":-122.014305,\\\"openHouseSchedule\\\":[{\\\"startTime\\\":\\\"2022-05-28 13:00:00\\\",\\\"endTime\\\":\\\"2022-05-28 16:00:00\\\"},{\\\"startTime\\\":\\\"2022-05-29 13:00:00\\\",\\\"endTime\\\":\\\"2022-05-29 16:00:00\\\"}],\\\"desktopWebHdpImageLink\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-p_h.jpg\\\",\\\"brokerageName\\\":\\\"Legacy Real Estate & Associates\\\",\\\"timeZone\\\":\\\"America\\/Los_Angeles\\\",\\\"listingMetadata\\\":{\\\"mustAttributeOfficeNameBeforeAgentName\\\":false,\\\"mustDisplayAttributionListAgentEmail\\\":false,\\\"mustDisplayAttributionListAgentPhone\\\":false,\\\"mustDisplayAttributionListingOfficePhone\\\":false,\\\"mustDisplayDisclaimerBelowAttribution\\\":false,\\\"mustHighlightAgentName\\\":null,\\\"mustHighlightListOfficeName\\\":false,\\\"mustMakeListingAgentContactable\\\":true,\\\"isAdsRestricted\\\":false,\\\"FlexibleLayoutAB\\\":true,\\\"FlexibleLayoutB\\\":true,\\\"FlexibleLayoutC\\\":true,\\\"FlexibleLayoutD\\\":true,\\\"FlexibleLayoutE\\\":true,\\\"FlexibleLayoutF\\\":false,\\\"FlexibleLayoutG\\\":false,\\\"FlexibleLayoutH\\\":true,\\\"FlexibleLayoutI\\\":true,\\\"FlexibleLayoutJ\\\":false,\\\"FlexibleLayoutK\\\":false,\\\"FlexibleLayoutL\\\":false,\\\"FlexibleLayoutM\\\":true,\\\"FlexibleLayoutN\\\":true,\\\"FlexibleLayoutO\\\":true,\\\"FlexibleLayoutP\\\":true,\\\"FlexibleLayoutQ\\\":false,\\\"FlexibleLayoutR\\\":false,\\\"FlexibleLayoutS\\\":false,\\\"FlexibleLayoutT\\\":false,\\\"FlexibleLayoutU\\\":false,\\\"FlexibleLayoutV\\\":false,\\\"FlexibleLayoutW\\\":false,\\\"FlexibleLayoutX\\\":true,\\\"FlexibleLayoutY\\\":false,\\\"FlexibleLayoutZ\\\":false,\\\"FlexibleLayoutAA\\\":true,\\\"passwordRequiredForZestimateMarketAnalysis\\\":false,\\\"canShowAutomatedValuationDisplay\\\":true,\\\"canShowTaxHistory\\\":true,\\\"canShowPriceHistory\\\":true,\\\"canShowUserGeneratedContent\\\":true,\\\"hidePriceAdjustmentFlexField\\\":false,\\\"canCommingleComparables\\\":true,\\\"canShowComparables\\\":true,\\\"isSuperTrafficOptimized\\\":false,\\\"mustDisplayFeedLogoInContactBox\\\":false,\\\"canShowCroppedPhotos\\\":true,\\\"canShowNonIDXMedia\\\":true,\\\"canShowOnMap\\\":true,\\\"comminglingCategory\\\":true,\\\"mustHighlightMlsId\\\":null,\\\"mustHighlightMlsStatus\\\":false,\\\"mustHighlightMarketingType\\\":false,\\\"canShowZillowLogoInHeader\\\":true,\\\"canShowPrequalifiedLinkInChip\\\":true,\\\"comminglingCategoryIsRulesApplicable\\\":true},\\\"pals\\\":[],\\\"listingAccountUserId\\\":\\\"X1-ZUzz17uq7dv8cp_aovt3\\\",\\\"homeInsights\\\":[{\\\"insights\\\":[{\\\"modelId\\\":\\\"v2-2\\\",\\\"treatmentId\\\":\\\"model_0\\\",\\\"phrases\\\":[\\\"Wonderful family home\\\",\\\"Copper plumbing\\\",\\\"Central ac\\\"]}]}],\\\"sellingSoon\\\":[],\\\"listingProvider\\\":null,\\\"isIncomeRestricted\\\":null,\\\"brokerId\\\":null,\\\"ssid\\\":900,\\\"monthlyHoaFee\\\":null,\\\"mortgageRates\\\":{\\\"fifteenYearFixedRate\\\":4.395,\\\"thirtyYearFixedRate\\\":4.71,\\\"arm5Rate\\\":3.881},\\\"propertyTaxRate\\\":0.77,\\\"hiResImageLink\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-p_f.jpg\\\",\\\"hdpTypeDimension\\\":\\\"ForSale\\\",\\\"mlsid\\\":\\\"ML81893441\\\",\\\"propertyTypeDimension\\\":\\\"Single Family\\\",\\\"mediumImageLink\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-p_d.jpg\\\",\\\"enhancedBrokerImageUrl\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5273d6e56ef4c68cf7b7b4dd452c58d5-zillow_web_95_35.jpg\\\",\\\"tourEligibility\\\":{\\\"isPropertyTourEligible\\\":true,\\\"propertyTourType\\\":\\\"STANDARD\\\",\\\"propertyTourAvailability\\\":[{\\\"status\\\":\\\"AVAILABLE\\\",\\\"date\\\":\\\"2022-05-27\\\",\\\"times\\\":[\\\"11:00:00\\\",\\\"11:30:00\\\",\\\"12:00:00\\\",\\\"12:30:00\\\",\\\"13:00:00\\\",\\\"13:30:00\\\",\\\"14:00:00\\\",\\\"14:30:00\\\",\\\"15:00:00\\\",\\\"15:30:00\\\",\\\"16:00:00\\\",\\\"16:30:00\\\",\\\"17:00:00\\\",\\\"17:30:00\\\",\\\"18:00:00\\\",\\\"18:30:00\\\",\\\"19:00:00\\\"]},{\\\"status\\\":\\\"AVAILABLE\\\",\\\"date\\\":\\\"2022-05-28\\\",\\\"times\\\":[\\\"09:00:00\\\",\\\"09:30:00\\\",\\\"10:00:00\\\",\\\"10:30:00\\\",\\\"11:00:00\\\",\\\"11:30:00\\\",\\\"12:00:00\\\",\\\"12:30:00\\\",\\\"13:00:00\\\",\\\"13:30:00\\\",\\\"14:00:00\\\",\\\"14:30:00\\\",\\\"15:00:00\\\",\\\"15:30:00\\\",\\\"16:00:00\\\",\\\"16:30:00\\\",\\\"17:00:00\\\",\\\"17:30:00\\\",\\\"18:00:00\\\",\\\"18:30:00\\\",\\\"19:00:00\\\"]},{\\\"status\\\":\\\"AVAILABLE\\\",\\\"date\\\":\\\"2022-05-29\\\",\\\"times\\\":[\\\"09:00:00\\\",\\\"09:30:00\\\",\\\"10:00:00\\\",\\\"10:30:00\\\",\\\"11:00:00\\\",\\\"11:30:00\\\",\\\"12:00:00\\\",\\\"12:30:00\\\",\\\"13:00:00\\\",\\\"13:30:00\\\",\\\"14:00:00\\\",\\\"14:30:00\\\",\\\"15:00:00\\\",\\\"15:30:00\\\",\\\"16:00:00\\\",\\\"16:30:00\\\",\\\"17:00:00\\\",\\\"17:30:00\\\",\\\"18:00:00\\\",\\\"18:30:00\\\",\\\"19:00:00\\\"]},{\\\"status\\\":\\\"AVAILABLE\\\",\\\"date\\\":\\\"2022-05-30\\\",\\\"times\\\":[\\\"09:00:00\\\",\\\"09:30:00\\\",\\\"10:00:00\\\",\\\"10:30:00\\\",\\\"11:00:00\\\",\\\"11:30:00\\\",\\\"12:00:00\\\",\\\"12:30:00\\\",\\\"13:00:00\\\",\\\"13:30:00\\\",\\\"14:00:00\\\",\\\"14:30:00\\\",\\\"15:00:00\\\",\\\"15:30:00\\\",\\\"16:00:00\\\",\\\"16:30:00\\\",\\\"17:00:00\\\",\\\"17:30:00\\\",\\\"18:00:00\\\",\\\"18:30:00\\\",\\\"19:00:00\\\"]},{\\\"status\\\":\\\"AVAILABLE\\\",\\\"date\\\":\\\"2022-05-31\\\",\\\"times\\\":[\\\"09:00:00\\\",\\\"09:30:00\\\",\\\"10:00:00\\\",\\\"10:30:00\\\",\\\"11:00:00\\\",\\\"11:30:00\\\",\\\"12:00:00\\\",\\\"12:30:00\\\",\\\"13:00:00\\\",\\\"13:30:00\\\",\\\"14:00:00\\\",\\\"14:30:00\\\",\\\"15:00:00\\\",\\\"15:30:00\\\",\\\"16:00:00\\\",\\\"16:30:00\\\",\\\"17:00:00\\\",\\\"17:30:00\\\",\\\"18:00:00\\\",\\\"18:30:00\\\",\\\"19:00:00\\\"]},{\\\"status\\\":\\\"AVAILABLE\\\",\\\"date\\\":\\\"2022-06-01\\\",\\\"times\\\":[\\\"09:00:00\\\",\\\"09:30:00\\\",\\\"10:00:00\\\",\\\"10:30:00\\\",\\\"11:00:00\\\",\\\"11:30:00\\\",\\\"12:00:00\\\",\\\"12:30:00\\\",\\\"13:00:00\\\",\\\"13:30:00\\\",\\\"14:00:00\\\",\\\"14:30:00\\\",\\\"15:00:00\\\",\\\"15:30:00\\\",\\\"16:00:00\\\",\\\"16:30:00\\\",\\\"17:00:00\\\",\\\"17:30:00\\\",\\\"18:00:00\\\",\\\"18:30:00\\\",\\\"19:00:00\\\"]},{\\\"status\\\":\\\"AVAILABLE\\\",\\\"date\\\":\\\"2022-06-02\\\",\\\"times\\\":[\\\"09:00:00\\\",\\\"09:30:00\\\",\\\"10:00:00\\\",\\\"10:30:00\\\",\\\"11:00:00\\\",\\\"11:30:00\\\",\\\"12:00:00\\\",\\\"12:30:00\\\",\\\"13:00:00\\\",\\\"13:30:00\\\",\\\"14:00:00\\\",\\\"14:30:00\\\",\\\"15:00:00\\\",\\\"15:30:00\\\",\\\"16:00:00\\\",\\\"16:30:00\\\",\\\"17:00:00\\\",\\\"17:30:00\\\",\\\"18:00:00\\\",\\\"18:30:00\\\",\\\"19:00:00\\\"]},{\\\"status\\\":\\\"AVAILABLE\\\",\\\"date\\\":\\\"2022-06-03\\\",\\\"times\\\":[\\\"09:00:00\\\",\\\"09:30:00\\\",\\\"10:00:00\\\",\\\"10:30:00\\\",\\\"11:00:00\\\",\\\"11:30:00\\\",\\\"12:00:00\\\",\\\"12:30:00\\\",\\\"13:00:00\\\",\\\"13:30:00\\\",\\\"14:00:00\\\",\\\"14:30:00\\\",\\\"15:00:00\\\",\\\"15:30:00\\\",\\\"16:00:00\\\",\\\"16:30:00\\\",\\\"17:00:00\\\",\\\"17:30:00\\\",\\\"18:00:00\\\",\\\"18:30:00\\\",\\\"19:00:00\\\"]},{\\\"status\\\":\\\"AVAILABLE\\\",\\\"date\\\":\\\"2022-06-04\\\",\\\"times\\\":[\\\"09:00:00\\\",\\\"09:30:00\\\",\\\"10:00:00\\\",\\\"10:30:00\\\",\\\"11:00:00\\\",\\\"11:30:00\\\",\\\"12:00:00\\\",\\\"12:30:00\\\",\\\"13:00:00\\\",\\\"13:30:00\\\",\\\"14:00:00\\\",\\\"14:30:00\\\",\\\"15:00:00\\\",\\\"15:30:00\\\",\\\"16:00:00\\\",\\\"16:30:00\\\",\\\"17:00:00\\\",\\\"17:30:00\\\",\\\"18:00:00\\\",\\\"18:30:00\\\",\\\"19:00:00\\\"]}]},\\\"contactFormRenderData\\\":{\\\"data\\\":{\\\"abad_eligible\\\":false,\\\"agent_module\\\":{\\\"agent_reason\\\":3,\\\"badge_type\\\":\\\"Listing Agent\\\",\\\"business_name\\\":\\\"Legacy Real Estate & Associates\\\",\\\"display_name\\\":\\\"Ross Meiklejohn\\\",\\\"encoded_zuid\\\":\\\"X1-ZUzz17uq7dv8cp_aovt3\\\",\\\"first_name\\\":\\\"Ross\\\",\\\"image_data\\\":{\\\"height\\\":60,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/h_n\\/IStsdinwfq09df1000000000.jpg\\\",\\\"width\\\":60},\\\"phone\\\":{\\\"areacode\\\":\\\"408\\\",\\\"number\\\":\\\"3135\\\",\\\"prefix\\\":\\\"506\\\"},\\\"profile_url\\\":\\\"\\/profile\\/rossmj20000\\/\\\",\\\"rating_average\\\":0,\\\"recent_sales\\\":0,\\\"review_count\\\":0,\\\"reviews_url\\\":\\\"\\/profile\\/rossmj20000\\/#reviews\\\",\\\"services_offered\\\":[1,2,41],\\\"write_review_url\\\":\\\"\\/reviews\\/write\\/?s=X1-ZUzz17uq7dv8cp_aovt3\\\",\\\"zpro\\\":true},\\\"authentication\\\":{\\\"hmac\\\":\\\"901259d73e1bbb732e8f08c3da96643a9b51229befda63466f05305870ddb62c\\\",\\\"request_id\\\":\\\"ee79f142dd7b11eca3ee02acea92e659\\\"},\\\"brokerage_info_must_be_shown\\\":false,\\\"contact_button_text\\\":\\\"Contact Agent\\\",\\\"contact_recipients\\\":[{\\\"agent_reason\\\":1,\\\"badge_type\\\":\\\"Premier Agent\\\",\\\"display_name\\\":\\\"Saundra Leonard\\\",\\\"encoded_zuid\\\":\\\"X1-ZUz9e4jz3lxn9l_76gml\\\",\\\"first_name\\\":\\\"Saundra\\\",\\\"has_caliber_pal\\\":false,\\\"has_pal\\\":false,\\\"has_wells_fargo_pal\\\":false,\\\"image_data\\\":{\\\"height\\\":60,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/h_n\\/IS6ylxgg8vp8pk1000000000.jpg\\\",\\\"width\\\":60},\\\"is_remnant\\\":false,\\\"phone\\\":{\\\"areacode\\\":\\\"408\\\",\\\"number\\\":\\\"3763\\\",\\\"prefix\\\":\\\"482\\\"},\\\"profile_url\\\":\\\"\\/profile\\/saundraleonard\\/\\\",\\\"rating_average\\\":5,\\\"recent_sales\\\":0,\\\"review_count\\\":16,\\\"reviews_url\\\":\\\"\\/profile\\/saundraleonard\\/#reviews\\\",\\\"services_offered\\\":[1,2,7,18],\\\"write_review_url\\\":\\\"\\/reviews\\/write\\/?s=X1-ZUz9e4jz3lxn9l_76gml\\\"}],\\\"covid_options\\\":{\\\"show_virtual_tour_banner\\\":false,\\\"virtual_tour_banner_copy\\\":\\\"\\\"},\\\"cv_27\\\":{\\\"bal_checkboxes\\\":\\\"0100\\\",\\\"brokerage_product\\\":\\\"00\\\",\\\"field_flags\\\":\\\"1\\\",\\\"form_identifier\\\":\\\"opaque_la\\\",\\\"mortgage_flags\\\":\\\"1100\\\"},\\\"desktop_phone_number\\\":null,\\\"display_options\\\":{\\\"is_opaque_eligible\\\":true},\\\"displayed_agents\\\":[{\\\"agent_reason\\\":1,\\\"badge_type\\\":\\\"Premier Agent\\\",\\\"display_name\\\":\\\"Amar Realtor® your PARTNER in Home BUYING n SELLING\\\",\\\"encoded_zuid\\\":\\\"X1-ZUzaexpc910vm1_7nbg9\\\",\\\"first_name\\\":\\\"Amar Realtor®\\\",\\\"has_caliber_pal\\\":false,\\\"has_pal\\\":true,\\\"has_wells_fargo_pal\\\":false,\\\"image_data\\\":{\\\"height\\\":60,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/h_n\\/ISmm73orhfdvjc0000000000.jpg\\\",\\\"width\\\":60},\\\"is_remnant\\\":false,\\\"profile_url\\\":\\\"\\/profile\\/Amar-Realtor\\/\\\",\\\"rating_average\\\":4.9,\\\"recent_sales\\\":1,\\\"review_count\\\":501,\\\"reviews_url\\\":\\\"\\/profile\\/Amar-Realtor\\/#reviews\\\",\\\"services_offered\\\":[1,2,3,4,33,41],\\\"write_review_url\\\":\\\"\\/reviews\\/write\\/?s=X1-ZUzaexpc910vm1_7nbg9\\\"},{\\\"agent_reason\\\":1,\\\"badge_type\\\":\\\"Premier Agent\\\",\\\"display_name\\\":\\\"Crum Constantino\\\",\\\"encoded_zuid\\\":\\\"X1-ZU14oaknolnp2q1_68qz9\\\",\\\"first_name\\\":\\\"Crum\\\",\\\"has_caliber_pal\\\":false,\\\"has_pal\\\":false,\\\"has_wells_fargo_pal\\\":false,\\\"image_data\\\":{\\\"height\\\":60,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/h_n\\/ISfk0e3gmo1x6r0000000000.jpg\\\",\\\"width\\\":60},\\\"is_remnant\\\":false,\\\"profile_url\\\":\\\"\\/profile\\/crumconstantino\\/\\\",\\\"rating_average\\\":4.9,\\\"recent_sales\\\":1,\\\"review_count\\\":31,\\\"reviews_url\\\":\\\"\\/profile\\/crumconstantino\\/#reviews\\\",\\\"services_offered\\\":[1,2,3],\\\"write_review_url\\\":\\\"\\/reviews\\/write\\/?s=X1-ZU14oaknolnp2q1_68qz9\\\"}],\\\"displayed_lenders\\\":[{\\\"agent_encoded_zuid\\\":\\\"X1-ZUzaexpc910vm1_7nbg9\\\",\\\"display_name\\\":\\\"Suraj Chhatry\\\",\\\"image_data\\\":{\\\"height\\\":36,\\\"url\\\":\\\"https:\\/\\/mortgageapi.zillow.com\\/getLenderProfileImage?lenderId=ZU14aita41va0p5_10irz&imageId=7c8c9d5465033c1e3f3572f6737abb2f&treatment=36x36\\\",\\\"width\\\":36},\\\"lender_encoded_zuid\\\":\\\"X1-ZU14aita41va0p5_10irz\\\",\\\"nmls_license\\\":448318,\\\"phone\\\":{\\\"areacode\\\":\\\"650\\\",\\\"number\\\":\\\"4869\\\",\\\"prefix\\\":\\\"245\\\"},\\\"profile_url\\\":\\\"\\/lender-profile\\/SurajChhatryMortgage\\/\\\"}],\\\"fallback_form\\\":{\\\"contact_recipients\\\":[],\\\"cv_27\\\":{\\\"bal_checkboxes\\\":\\\"0000\\\",\\\"brokerage_product\\\":\\\"00\\\",\\\"field_flags\\\":\\\"0\\\",\\\"form_identifier\\\":\\\"agent_directory\\\",\\\"mortgage_flags\\\":\\\"0\\\"},\\\"footers\\\":[{\\\"external\\\":false,\\\"text\\\":\\\"Visit professional directory\\\",\\\"url\\\":\\\"\\/professionals\\/real-estate-agent-reviews\\/san-jose-ca\\/\\\"}],\\\"hidden_fields\\\":[],\\\"subtitle\\\":\\\"Visit our professional directory to find an agent in your area that can help with your home search.\\\",\\\"title\\\":\\\"Contact Agent\\\",\\\"tour_eligible\\\":false,\\\"variant\\\":\\\"agent_directory\\\"},\\\"hidden_fields\\\":[{\\\"name\\\":\\\"variant\\\",\\\"value\\\":\\\"opaque\\\"},{\\\"name\\\":\\\"zpid\\\",\\\"value\\\":19646000},{\\\"name\\\":\\\"mlsCode\\\",\\\"value\\\":\\\"ML81893441\\\"},{\\\"name\\\":\\\"onlyPreapprovalContact\\\",\\\"value\\\":\\\"false\\\"},{\\\"name\\\":\\\"showNameField\\\",\\\"value\\\":\\\"true\\\"},{\\\"name\\\":\\\"showPhoneField\\\",\\\"value\\\":\\\"true\\\"},{\\\"name\\\":\\\"suppressAccountCreation\\\",\\\"value\\\":\\\"false\\\"},{\\\"name\\\":\\\"submitId\\\",\\\"value\\\":\\\"58b76fac-f5d2-457c-a5fd-6aa58f3a4a89\\\"},{\\\"name\\\":\\\"showPhoneMandatoryField\\\",\\\"value\\\":\\\"true\\\"},{\\\"name\\\":\\\"fpa\\\",\\\"value\\\":\\\"X1-ZUz9e4jz3lxn9l_76gml\\\"},{\\\"name\\\":\\\"leaderboardZuids\\\",\\\"value\\\":\\\"X1-ZUz9e4jz3lxn9l_76gml,1\\\"},{\\\"name\\\":\\\"isSelectListingAgent\\\",\\\"value\\\":\\\"false\\\"},{\\\"name\\\":\\\"zuid\\\",\\\"value\\\":\\\"X1-ZUz9e4jz3lxn9l_76gml\\\"},{\\\"name\\\":\\\"ccListingAgent\\\",\\\"value\\\":\\\"false\\\"},{\\\"name\\\":\\\"palZuids\\\",\\\"value\\\":\\\"{\\\\\\\"X1-ZUzz17uq7dv8cp_aovt3\\\\\\\": \\\\\\\"X1-ZUz1ci99gqj409_uwi3\\\\\\\", \\\\\\\"X1-ZUz9e4jz3lxn9l_76gml\\\\\\\": \\\\\\\"X1-ZUz1ci99gqj409_uwi3\\\\\\\"}\\\"},{\\\"name\\\":\\\"pixelId\\\",\\\"value\\\":\\\"ef366f7a-b84c-4e53-bb23-7064bb743326\\\"}],\\\"hide_textarea\\\":false,\\\"info_box_visible\\\":true,\\\"keller_williams\\\":false,\\\"lender_details\\\":{\\\"preapproval\\\":{\\\"checked\\\":false,\\\"label\\\":\\\"I want financing information\\\",\\\"message_when_checked\\\":\\\"A Zillow confirmed lender will contact you.\\\"},\\\"preapproval_info\\\":{\\\"property_value\\\":3250000,\\\"state_abbr\\\":\\\"CA\\\",\\\"zipcode\\\":\\\"95129\\\"}},\\\"listing\\\":{\\\"in_pilot_program_region\\\":false,\\\"one_advisor\\\":{\\\"contact_agent_abc_eligible\\\":false,\\\"contact_agent_eligible\\\":false,\\\"tour_abc_eligible\\\":false,\\\"tour_eligible\\\":false},\\\"pazhl_eligible\\\":false,\\\"supports_unselected_leads\\\":true},\\\"opaque_la\\\":true,\\\"pixel_id\\\":\\\"ef366f7a-b84c-4e53-bb23-7064bb743326\\\",\\\"pixel_url\\\":\\\"https:\\/\\/www.zillowstatic.com\\/contact-pixel\\/wwcXcjYmX2iAWBM25vfnxheFW6Lq4xdlslK_U6nQ1E_bKX8C8_Pe1rv007gHpxKpCo1lkWHrQjzvB_kCftm++G_w+z3LUbRwuCMJK7YHQuiEREuzHCyZ_o6_SO2juGU1KJMRE2xjtEuwVAU9248+3ysCmdRZp2Lv9HvgoAuB5Jo=\\\",\\\"premier_agent_preferred_property\\\":true,\\\"region_phone_number\\\":{\\\"areacode\\\":\\\"408\\\",\\\"number\\\":\\\"6037\\\",\\\"prefix\\\":\\\"414\\\"},\\\"request_trace\\\":{\\\"xpi\\\":null,\\\"xsi\\\":\\\"dd0247727fdad9ff\\\",\\\"xti\\\":\\\"342f612b214cd6aacb74fb48eee05eb6\\\"},\\\"tcpa\\\":true,\\\"text_area\\\":{\\\"name\\\":\\\"message\\\",\\\"value\\\":\\\"I am interested in 6267 Goddess Ct, San Jose, CA 95129.\\\"},\\\"text_fields\\\":[{\\\"input_type\\\":\\\"text\\\",\\\"name\\\":\\\"name\\\",\\\"pattern\\\":\\\"^[^!@#$%&*+=]+$\\\",\\\"placeholder\\\":\\\"Your Name\\\",\\\"required\\\":true,\\\"required_for_preapproval\\\":true,\\\"tooltip\\\":\\\"Please enter your name.\\\"},{\\\"input_type\\\":\\\"tel\\\",\\\"intl\\\":false,\\\"maxlength\\\":23,\\\"name\\\":\\\"phone\\\",\\\"placeholder\\\":\\\"Phone\\\",\\\"required\\\":true,\\\"tooltip\\\":\\\"Please enter a valid US or Canadian phone number.\\\"},{\\\"input_type\\\":\\\"email\\\",\\\"name\\\":\\\"email\\\",\\\"placeholder\\\":\\\"Email\\\",\\\"required\\\":true,\\\"tooltip\\\":\\\"Please enter a valid email address.\\\"}],\\\"title\\\":\\\"Contact Agent\\\",\\\"tour_config\\\":{\\\"useFoundation\\\":true},\\\"tour_eligible\\\":false,\\\"variant\\\":\\\"opaque\\\"}},\\\"responsivePhotos\\\":[{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-p_d.jpg\\\"},{\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_1536.webp\\\",\\\"width\\\":1536}]},\\\"caption\\\":\\\"\\\",\\\"subjectType\\\":null,\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-p_d.jpg\\\"}],\\\"buildingId\\\":null,\\\"virtualTourUrl\\\":\\\"https:\\/\\/tours.victorlinphoto.com\\/2004529?idx=1\\\",\\\"hasApprovedThirdPartyVirtualTourUrl\\\":false,\\\"photoCount\\\":28,\\\"livingAreaUnits\\\":\\\"Square Feet\\\",\\\"lotSize\\\":12100,\\\"lotAreaValue\\\":0.2778,\\\"lotAreaUnits\\\":\\\"Acres\\\",\\\"postingProductType\\\":\\\"Standard\\\",\\\"marketingName\\\":null,\\\"richMedia\\\":null,\\\"ZoDsFsUpsellTop\\\":{\\\"display\\\":false,\\\"displayCategory\\\":\\\"none\\\",\\\"displayAttributes\\\":{\\\"leadType\\\":\\\"PARTNER_LEADS_INTEREST_LIST\\\"},\\\"treatment\\\":\\\"DISABLED\\\",\\\"surfaceId\\\":\\\"fshdp\\\",\\\"placementId\\\":\\\"wow-top\\\",\\\"reason\\\":\\\"The property is ineligible for displaying upsell\\\"},\\\"onsiteMessage\\\":{\\\"eventId\\\":\\\"58a7c310-c5aa-404c-9d63-fd5946a7c747\\\",\\\"decisionContext\\\":{},\\\"messages\\\":[{\\\"skipDisplayReason\\\":null,\\\"shouldDisplay\\\":true,\\\"isGlobalHoldout\\\":false,\\\"isPlacementHoldout\\\":false,\\\"placementName\\\":\\\"HDPTopSlot\\\",\\\"testPhase\\\":\\\"BASELINE\\\",\\\"bucket\\\":\\\"BASELINE_TREATMENT\\\",\\\"placementId\\\":399,\\\"passThrottle\\\":true,\\\"lastModified\\\":\\\"1651851825\\\",\\\"eventId\\\":\\\"79d5ebab-0b06-42cf-8018-76b785f9cb19\\\",\\\"decisionContext\\\":{\\\"guid\\\":\\\"7fc8001e-ae82-499d-b84e-6a2cd9061aa9\\\",\\\"tealiumAudience\\\":[],\\\"homeStatus\\\":\\\"fsba\\\",\\\"isZillowOwned\\\":false,\\\"homeType\\\":\\\"SINGLE_FAMILY\\\",\\\"listPrice\\\":3250000,\\\"zipcode\\\":\\\"95129\\\",\\\"isAdsRestricted\\\":false,\\\"countyId\\\":\\\"3136\\\",\\\"stateId\\\":\\\"9\\\",\\\"shouldDisplayUpsell\\\":false,\\\"zoMarketCode\\\":\\\"OZM\\\",\\\"placementId\\\":\\\"wow-top\\\",\\\"surfaceId\\\":\\\"fshdp\\\",\\\"displayCategory\\\":\\\"none\\\",\\\"leadType\\\":\\\"PARTNER_LEADS_INTEREST_LIST\\\",\\\"leadTypes\\\":[\\\"PARTNER_LEADS_INTEREST_LIST\\\"]},\\\"selectedTreatment\\\":{\\\"id\\\":2239,\\\"name\\\":\\\"ZGM_Purchase_FSHDP_Pre_Qual\\\",\\\"component\\\":\\\"UpsellWrapper\\\",\\\"status\\\":\\\"PORTFOLIO\\\",\\\"renderingProps\\\":\\\"{\\\\\\\"actionLink\\\\\\\":\\\\\\\"https:\\/\\/www.zillow.com\\/pre-qualify\\/#\\/landing&zipCode=95129&propertyValue=3250000&propertyType=SingleFamilyHome&source=Z_ForSaleHDP_Inline&hdpSource=FS_HDP\\\\\\\",\\\\\\\"actionText\\\\\\\":\\\\\\\"Start now\\\\\\\",\\\\\\\"actionType\\\\\\\":\\\\\\\"url_link\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"backgroundBlue\\\\\\\",\\\\\\\"bodyMarkdownText\\\\\\\":\\\\\\\"Talking to a lender early to get pre-qualified for a mortgage can give you an advantage in a competitive market. <p class=\\\\\\\\\\\\\\\"zg-mls-note\\\\\\\\\\\\\\\">Zillow Group Marketplace, Inc. NMLS #1303160 <\\/p><style> div[class*=Upsell-] .zg-mls-note{ font-size: 10px; font-weight: 400; position: absolute; right: 4px; bottom: 0; margin-bottom: -4px; color: grey; } <\\/style>\\\\\\\",\\\\\\\"headingMarkdownText\\\\\\\":\\\\\\\"Get pre-qualified for a loan\\\\\\\",\\\\\\\"icon\\\\\\\":\\\\\\\"houseWithDollarSign\\\\\\\",\\\\\\\"overrideMargin\\\\\\\":\\\\\\\"16px\\\\\\\",\\\\\\\"hasBorder\\\\\\\":false,\\\\\\\"gaImpressionCategory\\\\\\\":\\\\\\\"Homes\\\\\\\",\\\\\\\"gaImpressionAction\\\\\\\":\\\\\\\"ZGM Purchase Upsell\\\\\\\",\\\\\\\"gaImpressionLabel\\\\\\\":\\\\\\\"Display|fshdp|wow-top|zgm-purchase|get-pre-qualified|omp\\\\\\\",\\\\\\\"gaEngagementCategory\\\\\\\":\\\\\\\"Homes\\\\\\\",\\\\\\\"gaEngagementAction\\\\\\\":\\\\\\\"ZGM Purchase Upsell\\\\\\\",\\\\\\\"gaEngagementLabel\\\\\\\":\\\\\\\"Click|fshdp|wow-top|zgm-purchase|get-pre-qualified|omp\\\\\\\",\\\\\\\"gaHoverCategory\\\\\\\":\\\\\\\"Homes\\\\\\\",\\\\\\\"gaHoverAction\\\\\\\":\\\\\\\"ZGM Purchase Upsell\\\\\\\",\\\\\\\"gaHoverLabel\\\\\\\":\\\\\\\"Hover|fshdp|wow-top|zgm-purchase|get-pre-qualified|omp\\\\\\\"}\\\",\\\"lastModified\\\":\\\"1649088862\\\"},\\\"qualifiedTreatments\\\":[{\\\"id\\\":2776,\\\"name\\\":\\\"engage_fshdp_top_home-saves_personalized-recs-targetSelection\\\",\\\"status\\\":\\\"TARGET_SELECTION\\\",\\\"lastModified\\\":\\\"1647861311\\\"},{\\\"id\\\":2239,\\\"name\\\":\\\"ZGM_Purchase_FSHDP_Pre_Qual\\\",\\\"status\\\":\\\"PORTFOLIO\\\",\\\"lastModified\\\":\\\"1649088862\\\"}]}]},\\\"cityId\\\":33839,\\\"stateId\\\":9,\\\"zipPlusFour\\\":\\\"4023\\\",\\\"numberOfUnitsTotal\\\":null,\\\"foreclosureDefaultFilingDate\\\":null,\\\"foreclosureAuctionFilingDate\\\":null,\\\"foreclosureLoanDate\\\":null,\\\"foreclosureLoanOriginator\\\":null,\\\"foreclosureLoanAmount\\\":null,\\\"foreclosurePriorSaleDate\\\":null,\\\"foreclosurePriorSaleAmount\\\":null,\\\"foreclosureBalanceReportingDate\\\":null,\\\"foreclosurePastDueBalance\\\":null,\\\"foreclosureUnpaidBalance\\\":null,\\\"foreclosureAuctionTime\\\":null,\\\"foreclosureAuctionDescription\\\":null,\\\"foreclosureAuctionCity\\\":null,\\\"foreclosureAuctionLocation\\\":null,\\\"foreclosureDate\\\":null,\\\"foreclosureAmount\\\":null,\\\"foreclosingBank\\\":null,\\\"foreclosureJudicialType\\\":\\\"Non-Judicial\\\",\\\"datePostedString\\\":\\\"2022-05-25\\\",\\\"foreclosureTypes\\\":{\\\"isBankOwned\\\":false,\\\"isForeclosedNFS\\\":false,\\\"isPreforeclosure\\\":false,\\\"isAnyForeclosure\\\":false,\\\"wasNonRetailAuction\\\":false,\\\"wasForeclosed\\\":false,\\\"wasREO\\\":null,\\\"wasDefault\\\":null},\\\"foreclosureMoreInfo\\\":null,\\\"hasBadGeocode\\\":false,\\\"streetViewMetadataUrlMediaWallLatLong\\\":\\\"https:\\/\\/maps.googleapis.com\\/maps\\/api\\/streetview\\/metadata?location=37.303093,-122.014305&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&signature=lOLVUXRt8WFegdqAluI1TuIWG7A=\\\",\\\"streetViewMetadataUrlMediaWallAddress\\\":\\\"https:\\/\\/maps.googleapis.com\\/maps\\/api\\/streetview\\/metadata?location=6267%20Goddess%20Ct%2C%20San%20Jose%2C%20CA%2095129&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&signature=6YHVJw1yPv7cOVjEFwmNyur7OYA=\\\",\\\"streetViewTileImageUrlMediumLatLong\\\":\\\"https:\\/\\/maps.googleapis.com\\/maps\\/api\\/streetview?location=37.303093,-122.014305&size=400x250&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&signature=v0bgAUI78GHo_yeVnOD5sK3Iif0=\\\",\\\"streetViewTileImageUrlMediumAddress\\\":\\\"https:\\/\\/maps.googleapis.com\\/maps\\/api\\/streetview?location=6267%20Goddess%20Ct%2C%20San%20Jose%2C%20CA%2095129&size=400x250&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&signature=0pn_e9Ozm3QSMr-4cxi_7pOHQuI=\\\",\\\"streetViewServiceUrl\\\":\\\"https:\\/\\/proxy.zillowapi.com\\/street-view-url?zpid=19646000&address=6267%20Goddess%20Ct%2C%20San%20Jose%2C%20CA%2095129&width=512&height=234&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&maxdistance=165&lat=37.303093&lon=-122.014305&signature=mhwPLYQgyoZifkQVrWrxIFJjkf4=\\\",\\\"staticMap\\\":{\\\"sources\\\":[{\\\"width\\\":192,\\\"url\\\":\\\"https:\\/\\/maps.googleapis.com\\/maps\\/api\\/staticmap?center=37.303093,-122.014305&zoom=15&size=192x144&maptype=roadmap&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&signature=_6tpWmLyt2UigFx3acD3U6tYHjw=\\\"},{\\\"width\\\":384,\\\"url\\\":\\\"https:\\/\\/maps.googleapis.com\\/maps\\/api\\/staticmap?center=37.303093,-122.014305&zoom=16&size=384x288&maptype=roadmap&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&signature=r_Ui9UMSSN7OFdqarYSptrPNEeE=\\\"},{\\\"width\\\":768,\\\"url\\\":\\\"https:\\/\\/maps.googleapis.com\\/maps\\/api\\/staticmap?center=37.303093,-122.014305&zoom=17&size=768x576&maptype=roadmap&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&signature=rE5buO9wDYogECyIjjHh3bvNwqM=\\\"}]},\\\"postingUrl\\\":null,\\\"hasPublicVideo\\\":false,\\\"primaryPublicVideo\\\":null,\\\"richMediaVideos\\\":null,\\\"photos\\\":[{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_192.jpg\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_384.jpg\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_576.jpg\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_768.jpg\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_960.jpg\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_1152.jpg\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_1344.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_1536.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_192.webp\\\",\\\"width\\\":192},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_384.webp\\\",\\\"width\\\":384},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_576.webp\\\",\\\"width\\\":576},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_768.webp\\\",\\\"width\\\":768},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_960.webp\\\",\\\"width\\\":960},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_1152.webp\\\",\\\"width\\\":1152},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_1344.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-cc_ft_1536.webp\\\",\\\"width\\\":1536}]}}],\\\"listingSubType\\\":{\\\"isFSBA\\\":true,\\\"isFSBO\\\":false,\\\"isPending\\\":false,\\\"isNewHome\\\":false,\\\"isForeclosure\\\":false,\\\"isBankOwned\\\":false,\\\"isForAuction\\\":false,\\\"isOpenHouse\\\":true,\\\"isComingSoon\\\":false},\\\"tourViewCount\\\":0,\\\"postingContact\\\":{\\\"name\\\":\\\"Ross Meiklejohn\\\",\\\"photo\\\":null},\\\"vrModel\\\":{\\\"vrModelGuid\\\":null,\\\"revisionId\\\":null},\\\"thirdPartyVirtualTour\\\":{\\\"externalUrl\\\":\\\"https:\\/\\/tours.victorlinphoto.com\\/2004529?idx=1\\\",\\\"lightboxUrl\\\":null,\\\"staticUrl\\\":null,\\\"providerKey\\\":null,\\\"approved\\\":false},\\\"listingAccount\\\":null,\\\"topNavJson\\\":{\\\"topnav\\\":{\\\"json\\\":{\\\"logo\\\":{\\\"text\\\":\\\"Zillow Real Estate\\\",\\\"href\\\":\\\"\\/\\\"},\\\"main\\\":{\\\"sections\\\":[{\\\"link\\\":{\\\"text\\\":\\\"Buy\\\",\\\"href\\\":\\\"\\/homes\\/\\\",\\\"classString\\\":\\\"noroute\\\"},\\\"subsections\\\":[{\\\"title\\\":\\\"San Jose homes for sale\\\",\\\"links\\\":[[{\\\"text\\\":\\\"Homes for sale\\\",\\\"href\\\":\\\"\\/san-jose-ca\\/\\\",\\\"classString\\\":\\\"noroute\\\"},{\\\"text\\\":\\\"Foreclosures\\\",\\\"href\\\":\\\"\\/san-jose-ca\\/foreclosures\\/\\\",\\\"classString\\\":\\\"noroute\\\"},{\\\"text\\\":\\\"For sale by owner\\\",\\\"href\\\":\\\"\\/san-jose-ca\\/fsbo\\/\\\",\\\"classString\\\":\\\"noroute\\\"},{\\\"text\\\":\\\"Open houses\\\",\\\"href\\\":\\\"\\/san-jose-ca\\/open-house\\/\\\",\\\"classString\\\":\\\"noroute\\\"}],[{\\\"text\\\":\\\"New construction\\\",\\\"href\\\":\\\"\\/san-jose-ca\\/new-homes\\/\\\",\\\"classString\\\":\\\"noroute\\\"},{\\\"text\\\":\\\"Coming soon\\\",\\\"href\\\":\\\"\\/san-jose-ca\\/coming-soon\\/\\\",\\\"classString\\\":\\\"noroute\\\"},{\\\"text\\\":\\\"Recent home sales\\\",\\\"href\\\":\\\"\\/san-jose-ca\\/sold\\/\\\",\\\"classString\\\":\\\"noroute\\\"},{\\\"text\\\":\\\"All homes\\\",\\\"href\\\":\\\"\\/browse\\/homes\\/\\\"}]]},{\\\"title\\\":\\\"Bundle buying & selling\\\",\\\"links\\\":[{\\\"text\\\":\\\"Buy and sell with Zillow 360\\\",\\\"href\\\":\\\"\\/z\\/zillow-360\\/?t=z360-buy-topnav\\\"}]},{\\\"title\\\":\\\"Resources\\\",\\\"links\\\":[[{\\\"text\\\":\\\"Buyers Guide\\\",\\\"href\\\":\\\"\\/home-buying-guide\\/\\\"},{\\\"text\\\":\\\"Foreclosure center\\\",\\\"href\\\":\\\"\\/foreclosures\\/\\\"},{\\\"text\\\":\\\"Real estate app\\\",\\\"href\\\":\\\"\\/z\\/buying\\/app-download\\/\\\"},{\\\"text\\\":\\\"Find a buyer's agent\\\",\\\"href\\\":\\\"\\/professionals\\/real-estate-agent-reviews\\\"}]]}]},{\\\"link\\\":{\\\"text\\\":\\\"Rent\\\",\\\"href\\\":\\\"\\/homes\\/for_rent\\/\\\",\\\"classString\\\":\\\"noroute\\\"},\\\"subsections\\\":[{\\\"title\\\":\\\"San Jose rentals\\\",\\\"links\\\":[{\\\"text\\\":\\\"Rental buildings\\\",\\\"href\\\":\\\"\\/san-jose-ca\\/rental-buildings\\/\\\",\\\"classString\\\":\\\"noroute\\\"},{\\\"text\\\":\\\"Apartments for rent\\\",\\\"href\\\":\\\"\\/san-jose-ca\\/apartments\\/\\\",\\\"classString\\\":\\\"noroute\\\"},{\\\"text\\\":\\\"Houses for rent\\\",\\\"href\\\":\\\"\\/san-jose-ca\\/rent-houses\\/\\\",\\\"classString\\\":\\\"noroute\\\"},{\\\"text\\\":\\\"All rental listings\\\",\\\"href\\\":\\\"\\/san-jose-ca\\/rentals\\/\\\",\\\"classString\\\":\\\"noroute\\\"},{\\\"text\\\":\\\"All rental buildings\\\",\\\"href\\\":\\\"\\/browse\\/b\\/\\\"}]},{\\\"title\\\":\\\"Renting\\\",\\\"links\\\":[{\\\"text\\\":\\\"Contacted rentals\\\",\\\"href\\\":\\\"\\/renting\\/\\\"},{\\\"text\\\":\\\"Your rental\\\",\\\"href\\\":\\\"\\/renting\\/your-rental\\/\\\"},{\\\"text\\\":\\\"Messages\\\",\\\"href\\\":\\\"\\/renter-hub\\/inbox\\/\\\"}]},{\\\"title\\\":\\\"Resources\\\",\\\"links\\\":[{\\\"text\\\":\\\"Affordability calculator\\\",\\\"href\\\":\\\"\\/rent-affordability-calculator\\/\\\",\\\"gaClickEventObj\\\":{\\\"category\\\":\\\"renter_tools\\\",\\\"action\\\":\\\"click\\\",\\\"label\\\":\\\"affordability\\\"}},{\\\"text\\\":\\\"Renters guide\\\",\\\"href\\\":\\\"\\/rent\\/guide\\/\\\",\\\"gaClickEventObj\\\":{\\\"category\\\":\\\"renter_tools\\\",\\\"action\\\":\\\"click\\\",\\\"label\\\":\\\"guide\\\"}}]}],\\\"gaHoverEventObj\\\":{\\\"category\\\":\\\"nav_menu\\\",\\\"action\\\":\\\"mouseover\\\",\\\"label\\\":\\\"rent\\\"},\\\"gaExpandoClickObj\\\":{\\\"category\\\":\\\"nav_menu\\\",\\\"action\\\":\\\"click_down\\\",\\\"label\\\":\\\"rent\\\"}},{\\\"link\\\":{\\\"text\\\":\\\"Sell\\\",\\\"href\\\":\\\"\\/sell\\/\\\"},\\\"gaHoverEventObj\\\":{\\\"category\\\":\\\"nav_menu\\\",\\\"action\\\":\\\"mouseover\\\",\\\"label\\\":\\\"sell\\\"},\\\"subsections\\\":[{\\\"title\\\":\\\"Resources\\\",\\\"links\\\":[{\\\"text\\\":\\\"Explore your options\\\",\\\"href\\\":\\\"\\/sell\\/\\\"},{\\\"text\\\":\\\"See your home's Zestimate\\\",\\\"href\\\":\\\"\\/how-much-is-my-home-worth\\/\\\",\\\"gaClickEventObj\\\":false},{\\\"text\\\":\\\"San Jose Home values\\\",\\\"href\\\":\\\"\\/san-jose-ca\\/home-values\\/\\\"},{\\\"text\\\":\\\"Sellers guide\\\",\\\"href\\\":\\\"\\/sellers-guide\\/\\\"}]},{\\\"title\\\":\\\"Bundle buying & selling\\\",\\\"links\\\":[{\\\"text\\\":\\\"Buy and sell with Zillow 360\\\",\\\"href\\\":\\\"\\/z\\/zillow-360\\/?t=z360-sell-topnav\\\"}]},{\\\"title\\\":\\\"Selling options\\\",\\\"links\\\":[{\\\"text\\\":\\\"Find a seller's agent\\\",\\\"href\\\":\\\"\\/professionals\\/real-estate-agent-reviews\\/san-jose-ca\\/?service=Selling\\\"},{\\\"text\\\":\\\"Post For Sale by Owner\\\",\\\"href\\\":\\\"\\/for-sale-by-owner\\/\\\"}]}]},{\\\"link\\\":{\\\"text\\\":\\\"Home Loans\\\",\\\"href\\\":\\\"\\/home-loans\\/#source=Z_Mortgagestopnav\\\"},\\\"subsections\\\":[{\\\"title\\\":\\\"Shop mortgages\\\",\\\"links\\\":[{\\\"text\\\":\\\"Mortgage lenders\\\",\\\"href\\\":\\\"\\/mortgages\\/#source=Z_Mortgageshovertopnav\\\"},{\\\"text\\\":\\\"HELOC lenders\\\",\\\"href\\\":\\\"\\/mortgages\\/heloc\\/#source=Z_Mortgageshovertopnav\\\"},{\\\"text\\\":\\\"Mortgage rates\\\",\\\"href\\\":\\\"\\/mortgage-rates\\/ca\\/san-jose\\/\\\"},{\\\"text\\\":\\\"Refinance rates\\\",\\\"href\\\":\\\"\\/refinance\\/ca\\/san-jose\\/\\\"},{\\\"text\\\":\\\"All mortgage rates\\\",\\\"href\\\":\\\"\\/mortgage\\/browse\\/\\\"}]},{\\\"title\\\":\\\"Calculators\\\",\\\"links\\\":[{\\\"text\\\":\\\"Mortgage calculator\\\",\\\"href\\\":\\\"\\/mortgage-calculator\\/\\\"},{\\\"text\\\":\\\"Refinance calculator\\\",\\\"href\\\":\\\"\\/mortgage-calculator\\/refinance-calculator\\/\\\"},{\\\"text\\\":\\\"Affordability calculator\\\",\\\"href\\\":\\\"\\/mortgage-calculator\\/house-affordability\\/\\\"},{\\\"text\\\":\\\"Amortization calculator\\\",\\\"href\\\":\\\"\\/mortgage-calculator\\/amortization-schedule-calculator\\/\\\"},{\\\"text\\\":\\\"Debt-to-Income calculator\\\",\\\"href\\\":\\\"\\/mortgage-calculator\\/debt-to-income-calculator\\/\\\"}]},{\\\"title\\\":\\\"Resources\\\",\\\"links\\\":[{\\\"text\\\":\\\"Lender reviews\\\",\\\"href\\\":\\\"\\/lender-directory\\/\\\"},{\\\"text\\\":\\\"Mortgage learning center\\\",\\\"href\\\":\\\"\\/mortgage-learning\\/\\\"},{\\\"text\\\":\\\"Mortgages app\\\",\\\"href\\\":\\\"\\/z\\/buying\\/app-download\\/\\\"},{\\\"text\\\":\\\"Lender resource center\\\",\\\"href\\\":\\\"\\/lender-resources\\/\\\"}]}]},{\\\"link\\\":{\\\"text\\\":\\\"Agent finder\\\",\\\"href\\\":\\\"\\/professionals\\/real-estate-agent-reviews\\/san-jose-ca\\/\\\"},\\\"subsections\\\":[{\\\"title\\\":\\\"Looking for pros?\\\",\\\"links\\\":[[{\\\"text\\\":\\\"Real estate agents\\\",\\\"href\\\":\\\"\\/professionals\\/real-estate-agent-reviews\\/san-jose-ca\\/\\\"},{\\\"text\\\":\\\"Property managers\\\",\\\"href\\\":\\\"\\/professionals\\/property-manager-reviews\\/san-jose-ca\\/\\\"},{\\\"text\\\":\\\"Home inspectors\\\",\\\"href\\\":\\\"\\/professionals\\/home-inspector-reviews\\/san-jose-ca\\/\\\"},{\\\"text\\\":\\\"Other pros\\\",\\\"href\\\":\\\"\\/professionals\\/real-estate-services-reviews\\/san-jose-ca\\/\\\"}],[{\\\"text\\\":\\\"Home improvement pros\\\",\\\"href\\\":\\\"\\/professionals\\/home-improvement-reviews\\/san-jose-ca\\/\\\"},{\\\"text\\\":\\\"Home builders\\\",\\\"href\\\":\\\"\\/home-builders\\/san-jose-ca\\/33839\\/\\\"},{\\\"text\\\":\\\"Real estate photographers\\\",\\\"href\\\":\\\"\\/professionals\\/photographer-reviews\\/san-jose-ca\\/\\\"}]]},{\\\"title\\\":\\\"I'm a pro\\\",\\\"links\\\":[[{\\\"text\\\":\\\"Agent advertising\\\",\\\"href\\\":\\\"https:\\/\\/premieragent.zillow.com\\/products\\/advertising\\/?itc=paw_z_sitewide-agentfinder_subnav-advertising_pa-ads_a_null\\\"},{\\\"text\\\":\\\"Agent resource center\\\",\\\"href\\\":\\\"\\/agent-resources\\/\\\"},{\\\"text\\\":\\\"Create a free agent account\\\",\\\"href\\\":\\\"\\/premier-agent\\/agent-account\\/?itc=paw_z_sitewide-agentfinder_subnav-createagentaccount_pa-reg_a_null\\\"}],[{\\\"text\\\":\\\"Real estate business plan\\\",\\\"href\\\":\\\"\\/agent-resources\\/agent-toolkit\\/real-estate-business-plan-template\\/\\\"},{\\\"text\\\":\\\"Real estate agent scripts\\\",\\\"href\\\":\\\"\\/agent-resources\\/agent-toolkit\\/real-estate-follow-up-email-templates\\/\\\"},{\\\"text\\\":\\\"Listing flyer templates\\\",\\\"href\\\":\\\"\\/agent-resources\\/agent-toolkit\\/real-estate-listing-flyer-templates\\/\\\"}]]}]}]},\\\"agent\\\":false,\\\"marketing\\\":{\\\"sections\\\":[{\\\"link\\\":{\\\"text\\\":\\\"Manage Rentals\\\",\\\"href\\\":\\\"\\/rental-manager\\/?source=topnav&itc=postbutton_sitenav\\\",\\\"classString\\\":\\\"noroute\\\"},\\\"classString\\\":\\\"znav-manage-rentals\\\",\\\"id\\\":\\\"manage-rentals\\\",\\\"gaHoverEventObj\\\":{\\\"category\\\":\\\"nav_menu\\\",\\\"action\\\":\\\"mouseover\\\",\\\"label\\\":\\\"manage_rentals\\\"},\\\"gaExpandoClickObj\\\":{\\\"category\\\":\\\"nav_menu\\\",\\\"action\\\":\\\"click_down\\\",\\\"label\\\":\\\"manage_rentals\\\"},\\\"subsections\\\":[{\\\"title\\\":\\\"Rental Management Tools\\\",\\\"links\\\":[[{\\\"text\\\":\\\"List a rental\\\",\\\"href\\\":\\\"\\/rental-manager\\/post-a-listing?itc=ltr_zw_ltr_zrm-home_tpnv_post-a-listing\\\",\\\"id\\\":\\\"list_a_rental\\\",\\\"classString\\\":\\\"noroute\\\",\\\"gaClickEventObj\\\":{\\\"category\\\":\\\"manage_rentals\\\",\\\"action\\\":\\\"click\\\",\\\"label\\\":\\\"list\\\"}},{\\\"text\\\":\\\"My Listings\\\",\\\"href\\\":\\\"\\/rental-manager\\/select-property?type=listings&source=topnav&itc=postbutton_topnav\\\",\\\"id\\\":\\\"my_listings\\\",\\\"classString\\\":\\\"noroute\\\",\\\"gaClickEventObj\\\":{\\\"category\\\":\\\"manage_rentals\\\",\\\"action\\\":\\\"click\\\",\\\"label\\\":\\\"listing\\\"}},{\\\"text\\\":\\\"Messages\\\",\\\"href\\\":\\\"\\/rental-manager\\/inbox\\/\\\",\\\"id\\\":\\\"messages\\\",\\\"classString\\\":\\\"noroute\\\",\\\"gaClickEventObj\\\":{\\\"category\\\":\\\"manage_rentals\\\",\\\"action\\\":\\\"click\\\",\\\"label\\\":\\\"messages\\\"}},{\\\"text\\\":\\\"Applications\\\",\\\"href\\\":\\\"\\/rental-manager\\/select-property?type=applications&source=topnav&itc=postbutton_topnav\\\",\\\"id\\\":\\\"applications\\\",\\\"classString\\\":\\\"noroute\\\",\\\"gaClickEventObj\\\":{\\\"category\\\":\\\"manage_rentals\\\",\\\"action\\\":\\\"click\\\",\\\"label\\\":\\\"applications\\\"}},{\\\"text\\\":\\\"Leases\\\",\\\"href\\\":\\\"\\/rental-manager\\/select-property?type=leases&source=topnav&itc=postbutton_topnav\\\",\\\"id\\\":\\\"leases\\\",\\\"classString\\\":\\\"noroute\\\",\\\"gaClickEventObj\\\":{\\\"category\\\":\\\"manage_rentals\\\",\\\"action\\\":\\\"click\\\",\\\"label\\\":\\\"leases\\\"}},{\\\"text\\\":\\\"Payments\\\",\\\"href\\\":\\\"\\/rental-manager\\/select-property?type=payments&source=topnav&itc=postbutton_topnav\\\",\\\"id\\\":\\\"payments\\\",\\\"classString\\\":\\\"noroute\\\",\\\"gaClickEventObj\\\":{\\\"category\\\":\\\"manage_rentals\\\",\\\"action\\\":\\\"click\\\",\\\"label\\\":\\\"payments\\\"}}]]},{\\\"title\\\":\\\"Learn More\\\",\\\"links\\\":[[{\\\"text\\\":\\\"Zillow Rental Manager\\\",\\\"href\\\":\\\"\\/rental-manager\\/?source=topnav&itc=list_zrm_topnav\\\",\\\"id\\\":\\\"zrm\\\",\\\"classString\\\":\\\"noroute\\\",\\\"gaClickEventObj\\\":{\\\"category\\\":\\\"manage_rentals\\\",\\\"action\\\":\\\"click\\\",\\\"label\\\":\\\"about\\\"}},{\\\"text\\\":\\\"Price My Rental\\\",\\\"href\\\":\\\"\\/rental-manager\\/price-my-rental\\/?itc=ltr_zw_ltr_zrm-home_tpnv_price-my-rental\\\",\\\"id\\\":\\\"price_my_rental\\\",\\\"classString\\\":\\\"noroute\\\",\\\"gaClickEventObj\\\":{\\\"category\\\":\\\"manage_rentals\\\",\\\"action\\\":\\\"click\\\",\\\"label\\\":\\\"price\\\"}},{\\\"text\\\":\\\"Resource Center\\\",\\\"href\\\":\\\"\\/rental-manager\\/resources\\/\\\",\\\"id\\\":\\\"resource_center\\\",\\\"classString\\\":\\\"noroute\\\",\\\"gaClickEventObj\\\":{\\\"category\\\":\\\"manage_rentals\\\",\\\"action\\\":\\\"click\\\",\\\"label\\\":\\\"resource\\\"}},{\\\"text\\\":\\\"Help Center\\\",\\\"href\\\":\\\"https:\\/\\/help.zillowrentalmanager.com\\/hc\\/en-us\\/\\\",\\\"id\\\":\\\"help_center\\\",\\\"classString\\\":\\\"noroute\\\",\\\"gaClickEventObj\\\":{\\\"category\\\":\\\"manage_rentals\\\",\\\"action\\\":\\\"click\\\",\\\"label\\\":\\\"help\\\"}}]]}]},{\\\"link\\\":{\\\"text\\\":\\\"Advertise\\\",\\\"href\\\":\\\"\\/z\\/partners\\/advertise\\/\\\"}}]},\\\"regLogin\\\":{\\\"sections\\\":[{\\\"link\\\":{\\\"text\\\":\\\"Sign in\\\",\\\"href\\\":\\\"\\/user\\/acct\\/login\\/?cid=pf\\\"}},{\\\"link\\\":{\\\"text\\\":\\\"Join\\\",\\\"href\\\":\\\"\\/user\\/acct\\/register\\/?cid=pf\\\"}}]},\\\"help\\\":{\\\"sections\\\":[{\\\"link\\\":{\\\"text\\\":\\\"Help\\\",\\\"href\\\":\\\"https:\\/\\/zillow.zendesk.com\\/hc\\/en-us\\/\\\"}}]},\\\"common\\\":{\\\"home\\\":{\\\"text\\\":\\\"Zillow Real Estate\\\",\\\"href\\\":\\\"\\/\\\"},\\\"advertise\\\":{\\\"text\\\":\\\"Advertise\\\",\\\"href\\\":\\\"\\/advertise\\/\\\"},\\\"login\\\":{\\\"text\\\":\\\"Sign in\\\",\\\"href\\\":\\\"\\/user\\/acct\\/login\\/\\\"},\\\"register\\\":{\\\"text\\\":\\\"Join\\\",\\\"href\\\":\\\"\\/user\\/acct\\/register\\/\\\"}}}},\\\"core\\\":{\\\"js\\\":\\\"https:\\/\\/s.zillowstatic.com\\/s3\\/pfs\\/core-aec0033cc57c9dd779bf.js\\\"}},\\\"listingFeedID\\\":null,\\\"livingAreaUnitsShort\\\":\\\"sqft\\\",\\\"priceChange\\\":null,\\\"priceChangeDate\\\":null,\\\"priceChangeDateString\\\":null,\\\"formattedChip\\\":{\\\"location\\\":[{\\\"fullValue\\\":\\\"6267 Goddess Ct\\\"},{\\\"fullValue\\\":\\\"San Jose, CA 95129\\\"}]},\\\"hideZestimate\\\":false,\\\"comingSoonOnMarketDate\\\":null,\\\"isPreforeclosureAuction\\\":false,\\\"lastSoldPrice\\\":null,\\\"isCommunityPillar\\\":false,\\\"responsivePhotosOriginalRatio\\\":[{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/209c61592b999d83ca05b9b1e76edb5c-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/1c1fe680263f8ac0ce477a5e82c589c7-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f6cbaed9371bacf8e259dbb83336f3a2-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/19369ad2675cbb63a580dc204697ab07-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a59b1aba32afef92744c3a5b17123275-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/abd1fea3dcdef3deddaa4a0ebbe84696-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5677dd8792cc49aa81cc7d96f094a083-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/5c328fbd67006a2997c696cee4479cb4-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/6a79ccf17635a1944311c7a8adb70a66-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/995bba96feff41559586b850e75987fb-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/51d3919a26d62c293dd3737cf1c6e23b-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a0a2e951204ed05841b1608f332afad6-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/95faeb5bff4c3a83c3932168327a5919-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4aae6ec9a6780f6086ffd44698347ba3-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/913aa6a74d66f61253a2e222059103a0-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/a2957eeb9b29e976f8ea126f11f65eb0-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/f2fea89caa92fd120db5b879eb889bc8-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/0a60e50aed301bfb2925957608f075f6-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/cd38b8b3b82553970b821d95edc0514c-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/7b395fb2690eb833cd95878ff96cb487-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/30a47aeacc60380d052bb185934be7fc-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/955fd677f993c71da92100586b6e2405-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/18231221dd53df0abd852f3555bb90c7-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/e823f7cbc481dfc8be15ecd9cfa06f68-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/619efc88f3287cb23d090653e29515ca-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/8e09a4cc011e45cb738f56c79a11ee9e-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}},{\\\"caption\\\":\\\"\\\",\\\"mixedSources\\\":{\\\"jpeg\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-d_d.jpg\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-o_a.jpg\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-uncropped_scaled_within_1344_1008.jpg\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-uncropped_scaled_within_1536_1152.jpg\\\",\\\"width\\\":1536}],\\\"webp\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-d_d.webp\\\",\\\"width\\\":800},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-o_a.webp\\\",\\\"width\\\":1024},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-uncropped_scaled_within_1344_1008.webp\\\",\\\"width\\\":1344},{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/c909f292ad8d0093bcd8f2a63f6fe525-uncropped_scaled_within_1536_1152.webp\\\",\\\"width\\\":1536}]}}],\\\"streetViewMetadataUrlMapLightboxAddress\\\":\\\"https:\\/\\/maps.googleapis.com\\/maps\\/api\\/streetview\\/metadata?location=6267%20Goddess%20Ct%2C%20San%20Jose%2C%20CA%2095129&key=AIzaSyBV4lXhV-qzQOegyA3m0_AvGy9F21HIyOQ&source=outdoor&signature=-EvDWrWQVgR_UdqwEw3bQFpkCwA=\\\",\\\"thumb\\\":[{\\\"url\\\":\\\"https:\\/\\/photos.zillowstatic.com\\/fp\\/4e900eea9506449f780cf1ffe718ff0e-p_a.jpg\\\"}],\\\"isRecentStatusChange\\\":false,\\\"isNonOwnerOccupied\\\":false,\\\"county\\\":\\\"Santa Clara County\\\",\\\"isFeatured\\\":false,\\\"rentalApplicationsAcceptedType\\\":\\\"REQUEST_TO_APPLY\\\",\\\"listingTypeDimension\\\":\\\"For Sale by Agent\\\",\\\"featuredListingTypeDimension\\\":\\\"organic\\\",\\\"brokerIdDimension\\\":\\\"For Sale by Agent\\\",\\\"keystoneHomeStatus\\\":\\\"ForSale\\\",\\\"pageUrlFragment\\\":\\\"ForSale\\\",\\\"isRentalsLeadCapMet\\\":false,\\\"isPaidMultiFamilyBrokerId\\\":false,\\\"selfTour\\\":{\\\"hasSelfTour\\\":false}},\\\"viewer\\\":null,\\\"abTests\\\":{\\\"AB_DASHBOARD_AA_TEST\\\":\\\"CONTROL\\\",\\\"ACT_THREE_ICON_CTA_TOUR_TEXT\\\":\\\"CONTROL\\\",\\\"ACT_THREE_ICON_CTA\\\":\\\"ON\\\",\\\"ADT_DESKTOP_HDP_CALLOUT\\\":\\\"CONTROL\\\",\\\"ADT_HDP_CALLOUT\\\":\\\"CONTROL\\\",\\\"AIPERS_SIMILAR_HOMES_GDP\\\":\\\"CONTROL\\\",\\\"AndroidMagellanHDP\\\":\\\"MAGELLAN_HDP_ON\\\",\\\"AR_CSAT_ONSITE_HDP\\\":\\\"CONTROL\\\",\\\"AR_CSAT_MODAL_HDP_LOAD_DELAY\\\":\\\"CONTROL\\\",\\\"AR_SHOWCASE_HDP_WIDGET\\\":\\\"CONTROL\\\",\\\"ARCS_A11Y_UI\\\":\\\"ON\\\",\\\"ARCS_ABAD_ATL\\\":\\\"CONTROL\\\",\\\"ARCS_ABAD_PHX\\\":\\\"CONTROL\\\",\\\"ARCS_AFFILIATION_MESSAGING\\\":\\\"CONTROL\\\",\\\"ARCS_DESKTOP_INLINE_FORM_PLACEMENT\\\":\\\"BELOW_FACTS_AND_FEATURES\\\",\\\"ARCS_APPS_REWRITE\\\":\\\"ON\\\",\\\"ARCS_BAL_RADIO_REMOVAL\\\":\\\"CONTROL\\\",\\\"ARCS_BAL_REWRITE\\\":\\\"ON\\\",\\\"ARCS_BAL_TO_OPAQUE\\\":\\\"ON\\\",\\\"ARCS_CLIENT_GEN_LEAD_ID\\\":\\\"CONTROL\\\",\\\"ARCS_DIRECT_LINK_CF\\\":\\\"CONTROL\\\",\\\"ARCS_EXPANDED_OPAQUE_SELLER_TITLE\\\":\\\"ON\\\",\\\"ARCS_FEATURED_IMAGE\\\":\\\"CONTROL\\\",\\\"ARCS_FEATURED_REWRITE\\\":\\\"ON\\\",\\\"ARCS_FORECLOSURE_REWRITE\\\":\\\"ON\\\",\\\"ARCS_GET_A_CALL\\\":\\\"CONTROL\\\",\\\"ARCS_LISTING_AGENT_RELOCATION\\\":\\\"CONTROL\\\",\\\"ARCS_MY_AGENT_A11Y_UI\\\":\\\"ON\\\",\\\"ARCS_MY_AGENT_REWRITE\\\":\\\"ON\\\",\\\"ARCS_OPAQUE_EXPANSION_VALUE_PROPS\\\":\\\"CONTROL\\\",\\\"ARCS_OPAQUE_REWRITE\\\":\\\"ON\\\",\\\"ARCS_OWNER_REWRITE\\\":\\\"ON\\\",\\\"ARCS_PREAPPROVAL_CHECK\\\":\\\"CONTROL\\\",\\\"ARCS_PROPERTY_CFRD\\\":\\\"ON\\\",\\\"ARCS_REGION_PHONE\\\":\\\"ON\\\",\\\"ARCS_REMOVE_FINANCING\\\":\\\"CONTROL\\\",\\\"ARCS_SCHEDULE_A_TOUR_DESKTOP\\\":\\\"ON\\\",\\\"ARCS_SCHEDULE_A_TOUR_MOBILE\\\":\\\"ON\\\",\\\"ARCS_TOUR_REWRITE\\\":\\\"ON\\\",\\\"ARCS_WOW_LISTING_AGENT_ATTRIBUTION\\\":\\\"ON\\\",\\\"ARCS_CONTACTABLE_LISTING_AGENT\\\":\\\"CONTROL\\\",\\\"ARCS_DESKTOP_PHONE\\\":\\\"CONTROL\\\",\\\"AUTH_REG_LOGIN_STRONG_PASS2\\\":\\\"TEST\\\",\\\"CDP_SERVICE\\\":\\\"ON\\\",\\\"HDP_3D_WITH_BANNER\\\":\\\"CONTROL\\\",\\\"HDP_AD_MWEB\\\":\\\"ON\\\",\\\"HDP_AND_SEARCH_MAGELLAN\\\":\\\"ON\\\",\\\"HDP_CLASSIC_OM_REFI_UPSELL\\\":\\\"ON\\\",\\\"HDP_CONSTELLATION_PROPERTY_CARD\\\":\\\"CONTROL\\\",\\\"HDP_DESKTOP_LAYOUT_TOPNAV\\\":\\\"CONTROL\\\",\\\"HDP_DQ\\\":\\\"ON\\\",\\\"HDP_DQ_FS_OTHER\\\":\\\"CONTROL\\\",\\\"HDP_DQ_FSBA\\\":\\\"CONTROL\\\",\\\"HDP_DQ_NFS_RS\\\":\\\"CONTROL\\\",\\\"HDP_DQ_OVERRIDE\\\":\\\"CONTROL\\\",\\\"HDP_EARLY_TRIAGE_REORDER\\\":\\\"CONTROL\\\",\\\"HDP_EARLY_TRIAGE_REORDER_APP\\\":\\\"VARIANT_1\\\",\\\"HDP_FNF_BULLETS\\\":\\\"ON\\\",\\\"HDP_FULL_SSR_FS_POT\\\":\\\"ON\\\",\\\"HDP_FULL_SSR_NC\\\":\\\"CONTROL\\\",\\\"HDP_FULL_SSR_NFS\\\":\\\"ON\\\",\\\"HDP_FULL_SSR_RENT\\\":\\\"CONTROL\\\",\\\"HDP_GOOGLE_STREETVIEW\\\":\\\"CONTROL\\\",\\\"HDP_HFF_ACCORDION\\\":\\\"CONTROL\\\",\\\"HDP_HIGHLIGHT_OFFER_REVIEW\\\":\\\"CONTROL\\\",\\\"HDP_HOMES_FOR_YOU_RECS_PLACEMENT\\\":\\\"CONTROL\\\",\\\"HDP_HOME_INSIGHTS\\\":\\\"ON\\\",\\\"HDP_INSIGHTS_VERSION\\\":\\\"CONTROL\\\",\\\"HDP_IMAGE_CAROUSEL_CHEVRON\\\":\\\"ON\\\",\\\"HDP_OPEN_HOUSE_SAVE_WEB\\\":\\\"CONTROL\\\",\\\"HDP_OPEN_HOUSE_SAVE\\\":\\\"APP_ONLY\\\",\\\"HDP_REDUCE_RERENDERS\\\":\\\"CONTROL\\\",\\\"HDP_REORDER_AT_A_GLANCE\\\":\\\"CONTROL\\\",\\\"HDP_SELLING_SOON_MSG\\\":\\\"MOBILE_VARIANT_2\\\",\\\"HDP_STATIC_COMMUTE_MAP\\\":\\\"CONTROL\\\",\\\"HDP_THROTTLE_SCROLL_EVENTS\\\":\\\"ON\\\",\\\"HDP_TOP_SLOT\\\":\\\"ONSITE_MESSAGING\\\",\\\"HDP_UPDATED_FNF\\\":\\\"ON\\\",\\\"HDP_UPDATED_STATS_DISPLAY\\\":\\\"CONTROL\\\",\\\"HDP_VT_HIGHER\\\":\\\"ON\\\",\\\"HDP_WEBVIEW_ZO_UPSELL\\\":\\\"ON\\\",\\\"HDP_WOW_CLASSIC_MWEB\\\":\\\"CLASSIC_WOW\\\",\\\"HDP_WOW_FSBA\\\":\\\"ON\\\",\\\"HDP_WOW_MORTGAGE_ITERATIONS\\\":\\\"CONTROL\\\",\\\"HDP_WOW_NFS_OWNER_VIEW_LINK\\\":\\\"CONTROL\\\",\\\"HDP_WOW_PANO\\\":\\\"ON\\\",\\\"HDP_WOW_RS_AND_NFS\\\":\\\"ON\\\",\\\"HDP_WOW_RS_AND_NFS_UPSELL\\\":\\\"REFI_UPSELL\\\",\\\"HDP_YOUR_HOME_COMPS_MODULE\\\":\\\"ON_V1\\\",\\\"HDP_ZO_ABAD_NOTIFICATION\\\":\\\"ON\\\",\\\"HDP_ZO_DATA_BAL\\\":\\\"CONTROL\\\",\\\"HDP_ZO_WARRANTY_VP\\\":\\\"BOTH_ON\\\",\\\"HDP_HIGHER_3D\\\":\\\"ON\\\",\\\"HDP_ZHVI_CHART_MIGRATION\\\":\\\"CONTROL\\\",\\\"HDP_STREAMLINE_COMMUTE\\\":\\\"CONTROL\\\",\\\"INSTANTOFFERS_UPSELLS_FORSALE\\\":\\\"BUY_SELL\\\",\\\"IOS_MAGELLAN_HDP\\\":\\\"ON\\\",\\\"KeystoneEvents3DHome\\\":\\\"SEND_EVENT\\\",\\\"MIGHTY_MONTH_2022_HOLDOUT\\\":\\\"MIGHTY_MONTH_ON\\\",\\\"NFSHDP_OWNER_OPTIONS_GOOGLE_AD\\\":\\\"ON\\\",\\\"NOOP\\\":null,\\\"NOTP_REQUEST_LEAD_TIME_WARNING\\\":\\\"CONTROL\\\",\\\"OM_NOO_ZO_ELIGIBLE_RENTAL_UPSELL\\\":\\\"ON\\\",\\\"PERF_DEFERRED_HYDRATION\\\":\\\"ON\\\",\\\"PERF_HDP_SSR\\\":\\\"ON\\\",\\\"PERF_HDP_WEBP\\\":\\\"ENABLED\\\",\\\"PERF_REDUCE_SSR_IMAGES\\\":\\\"ENABLED\\\",\\\"PERF_PRELOAD_HDP_IMAGE\\\":\\\"CONTROL\\\",\\\"PERF_FSHDP_MORE_DEFER\\\":\\\"CONTROL\\\",\\\"PERS_SHARED_FAVORITES_FEATURE\\\":\\\"FEATURES_ON\\\",\\\"PERS_SHARED_FAVORITES\\\":\\\"CONTROL\\\",\\\"PL_UPSELL_COPY\\\":\\\"VARIANT_C\\\",\\\"RE_Application_Upsell\\\":\\\"TEST\\\",\\\"RE_Mweb_Application_Upsell\\\":\\\"CONTROL\\\",\\\"RE_BlendedHomeRecsModule\\\":\\\"CONTROL\\\",\\\"RE_CANADA_CTA\\\":\\\"CONTROL\\\",\\\"RE_COVID_Tours\\\":\\\"REMOVE_TOUR\\\",\\\"RE_HDP_HOME_INSIGHTS\\\":\\\"TEST\\\",\\\"RE_HDP_HOME_INSIGHTS_VERSION\\\":\\\"CONTROL\\\",\\\"RE_IDVBadge\\\":\\\"CONTROL\\\",\\\"RE_Irene_Owner_Application_Upsell\\\":\\\"TEST\\\",\\\"RE_PRODUCT_MARKUP\\\":\\\"CONTROL\\\",\\\"RE_LOCAL_PROTECTIONS\\\":\\\"ON\\\",\\\"RE_OFF_MARKET_COMSCORE\\\":\\\"TEST\\\",\\\"RE_VARIANT_HDP_DEFERRED_HYDRATION\\\":\\\"CONTROL\\\",\\\"RE_NON_VARIANT_HDP_DEFERRED_HYDRATION\\\":\\\"CONTROL\\\",\\\"RE_REQUEST_TOUR_NEW_LOOK\\\":\\\"TEST\\\",\\\"RE_RENTER_PROFILE_V3_REFRESH\\\":\\\"TEST_B\\\",\\\"RE_OMP_TOP_SLOT\\\":\\\"TEST\\\",\\\"RMX_3RD_PARTY_P1\\\":\\\"ON\\\",\\\"RMX_3RD_PARTY_HDP_UPDATE\\\":\\\"ON\\\",\\\"STABLE_HOME_VALUE_MODULE\\\":\\\"CONTROL\\\",\\\"SXP_HDP_Load_Order\\\":\\\"OPTIMIZED\\\",\\\"RE_SEO_Add_internal_links_from_HDPstoSRPs\\\":\\\"TEST\\\",\\\"rmxTiledPano\\\":\\\"ON\\\",\\\"RR_MF_OFFICE_HOUR_TOURS\\\":\\\"ON\\\",\\\"RR_REAL_TIME_MF_TOUR_SCHEDULING\\\":\\\"CONTROL\\\",\\\"RR_RENTER_PROFILE_V2\\\":\\\"TEST\\\",\\\"RR_RENTER_PROFILE_V2_APPS\\\":\\\"TEST\\\",\\\"SI_DownPaymentAssistance\\\":\\\"ON_NO_CITY_FILTER\\\",\\\"SI_VA_Condos\\\":\\\"ON\\\",\\\"SEOTEST__HDP_3D_HOME_TOUR_META_DESCRIPTION\\\":\\\"CONTROL\\\",\\\"SPT_PSL_TO_PDC_IN_GDP\\\":\\\"ON\\\",\\\"SPT_RENDER_FOR_RENT_PAGE\\\":\\\"CONTROL\\\",\\\"SPT_RENDER_FOR_SALE_PAGE\\\":\\\"ON\\\",\\\"SXP_HDP_BLUE_TO_RED\\\":\\\"ON\\\",\\\"SXP_HDP_CONTINGENT_V2\\\":\\\"ON\\\",\\\"TRACK_HOME_VALUE_V1\\\":\\\"COPY_A\\\",\\\"UnassistedHomeShowingWeb\\\":\\\"TREATMENT\\\",\\\"VL_BDP_NEW_TAB\\\":\\\"CONTROL\\\",\\\"z3dNavArrowStyle\\\":null,\\\"ZGMIAIR_CHIP_ZHL_PREQUAL\\\":\\\"CONTROL\\\",\\\"ZO_ABC_SellingQuestion\\\":\\\"CONTROL\\\",\\\"ZO_HDP_CHIP\\\":\\\"CONTROL\\\",\\\"ZO_HDP_HOUR_ONE_VIDEO\\\":\\\"CONTROL\\\",\\\"ZO_REDIRECT_ZO_UPSELL_TO_QUESTIONNAIRE\\\":\\\"CONTROL\\\",\\\"ZO_Rewards_FSHDP_Upsell\\\":\\\"CONTROL\\\",\\\"ZO_UPSELL_CHECK_FROM_OASIS\\\":\\\"ON\\\",\\\"ZO_OMHDP_Inline_Upsell\\\":\\\"CONTROL\\\",\\\"IMX_LIGHTBOX\\\":\\\"ON\\\",\\\"IMX_PHASE_2\\\":\\\"ON\\\",\\\"IMX_REPORT_PROBLEM\\\":\\\"CONTROL\\\",\\\"z3dPanOnPageScroll\\\":null,\\\"ZO_FSHDP_RTBP\\\":\\\"ON\\\",\\\"ZO_FSHDP_RTBP_M3\\\":\\\"CONTROL\\\",\\\"ZO_FSHDP_RTBP_360\\\":\\\"CONTROL\\\",\\\"SI_VA_DPA_Optimized\\\":\\\"CONTROL\\\",\\\"SI_DPA_Token\\\":\\\"CONTROL\\\",\\\"ARCS_HTA_ASYNC\\\":\\\"CONTROL\\\",\\\"ARCS_INLINE_TOUR\\\":\\\"ON_BUYERS_AGENT\\\",\\\"ARCS_INLINE_TOUR_SECTION\\\":\\\"ON\\\",\\\"ARCS_STREAMLINED_TOURS\\\":\\\"T2_Simple_w_Photo\\\",\\\"ARCS_STREAMLINED_TOURS_DESKTOP\\\":\\\"ON\\\",\\\"ARCS_TOUR_MESSAGE\\\":\\\"CONTROL\\\",\\\"ARCS_TOUR_SHADOW_TEST\\\":\\\"CONTROL\\\",\\\"ARCS_TOUR_TIME\\\":\\\"TIME_SHOWN\\\",\\\"ARCS_TOUR_UPGRADE_V1\\\":\\\"ARCS_TOUR_UPGRADE_PLAIN\\\",\\\"ARCS_USE_BACKEND_TOUR_AVAILABILITY\\\":\\\"ON\\\",\\\"AR_BUYER_INITIATED_RELATIONSHIP_UI\\\":\\\"ON\\\",\\\"AR_MY_AGENT_POST_SUBMIT_MIGRATION\\\":\\\"ON\\\",\\\"AR_MY_AGENT_POST_SUBMIT_MIGRATION_MOBILE\\\":\\\"ON\\\",\\\"IARCS_MY_AGENT_TOURING\\\":\\\"ON\\\",\\\"RMX_LIGHTBOX_CHROME_1_5\\\":\\\"CONTROL\\\",\\\"HDP_MM_PROMINENT_TOUR\\\":\\\"CONTROL\\\",\\\"AR_MY_AGENT_RECONNECTIONS_LOGGED_OUT_OPAQUE\\\":\\\"CONTROL\\\",\\\"HDP_MM_PROGRESSIVE_CONTACT\\\":\\\"VARIANT_A\\\",\\\"CONTACT_FORM_OPAQUE_CONTACT_BUTTON\\\":\\\"CONTROL\\\",\\\"CW_PRE_SUBMIT_VALUE_PROPS_INLINE_OPAQUE_APPS\\\":\\\"CONTROL\\\",\\\"CW_PRE_SUBMIT_VALUE_PROPS_INLINE_OPAQUE_WEB\\\":\\\"CONTROL\\\",\\\"CW_POST_SUBMIT_VALUE_PROPS_INLINE_OPAQUE_APPS\\\":\\\"CONTROL\\\",\\\"CW_POST_SUBMIT_VALUE_PROPS_INLINE_OPAQUE_WEB\\\":\\\"ON\\\",\\\"CW_BUYERS_AGENT_LEGAL_COPY_UPDATE\\\":\\\"CONTROL\\\"}}}\",\"zpid\":19646000}</script><script id=\"hdpReduxPreloadedData\" type=\"application/json\">{\"appState\":{\"isLightboxHdp\":true,\"isMobile_DeprecatedDoNotUse\":false,\"isTablet_DeprecatedDoNotUse\":false,\"enableComscoreBeacon\":true,\"contactFormConfig\":{\"platform\":\"desktop\",\"prefilledValues\":{}},\"isMobileApp\":false,\"urlBase\":\"https:\\/\\/www.zillow.com\\/\",\"comscoreConfig\":{}},\"login\":{\"alreadySubscribed\":false,\"authProcess\":\"standalone\",\"isLoggedIn\":false,\"savedProperties\":[],\"hiddenProperties\":[],\"showAuthLightbox\":false}}</script></div>") matches = re.finditer(regex, test_str, re.MULTILINE) for matchNum, match in enumerate(matches, start=1): print ("Match {matchNum} was found at {start}-{end}: {match}".format(matchNum = matchNum, start = match.start(), end = match.end(), match = match.group())) for groupNum in range(0, len(match.groups())): groupNum = groupNum + 1 print ("Group {groupNum} found at {start}-{end}: {group}".format(groupNum = groupNum, start = match.start(groupNum), end = match.end(groupNum), group = match.group(groupNum))) # Note: for Python 2.7 compatibility, use ur"" to prefix the regex and u"" to prefix the test string and substitution.

Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for Python, please visit: https://docs.python.org/3/library/re.html