Homesnap.templates["controllers/Property/PropertyAddressMaster.html"] = '{{#with data}}
{{#if actionBar}}
{{/if}}
{{#with propertyAddressItem}}
{{#if @root/data/badges}}
{{/if}}
{{#if propertyCount}}
{{propertyCount.commas}} Units
{{else if price}}
{{#and listing transactionType.forSale}}
Est. MLS #: 91168. Explore similar listings in the area. Homesnap.templates["controllers/Property/PropertyAddressSchema.html"] = '{{#with data}}<script type="application/ld+json"> [{ "@context": "http://schema.org", "@type":"RealEstateListing", "@id": "https://www.homesnap.com{{url}}", "additionalType": "http://www.productontology.org/id/Real_estate", "about": { {{#if singleFamilyResidence}} "@type":["SingleFamilyResidence", "Product"], {{else if detailsData.propertyCount}} "@type":["ApartmentComplex", "LocalBusiness"], {{/if}} "name": "{{cleanEscape address.fullStreetAddress}}, {{address.cityStateZip}}", "description": "{{cleanEscape description}}", "category": "Real Estate {{#if propertyType}}> {{cleanEscape propertyType}}{{/if}}", "productId": "{{productId}}", "url": "https://www.homesnap.com{{url}}", {{#if detailsData.propertyType}} "accommodationCategory": "{{cleanEscape detailsData.propertyType}}" , {{/if}} {{#if image}} "photo": { "@type":"ImageObject", "contentUrl": "https:{{image}}" }, {{/if}} {{#if secondaryImages.length}} "image": [ {{#each secondaryImages}} "https:{{listing}}"{{#unless @last}},{{/unless}} {{/each}} ], {{/if}} {{#if sqFt}} "floorSize": { "@type": "QuantitativeValue", "value": "{{sqFt.string}}", "unitCode": "FTK" }, {{/if}} {{#if propertyAddressItem.beds}} "numberOfBedrooms": {{propertyAddressItem.beds.raw}}, {{/if}} {{#if propertyAddressItem.baths}} "numberOfBathroomsTotal": {{math propertyAddressItem.baths.raw.full "+" propertyAddressItem.baths.raw.half}}, {{#if propertyAddressItem.baths.raw.full}} "numberOfFullBathrooms": {{propertyAddressItem.baths.raw.full}}, {{/if}} {{#if propertyAddressItem.baths.raw.half}} "numberOfPartialBathrooms": {{propertyAddressItem.baths.raw.half}}, {{/if}} {{/if}} {{#if detailsData.propertyCount}} "numberOfAccommodationUnits": "detailsData.propertyCount", {{/if}} {{#and latitude longitude}} "geo": { "@type": "GeoCoordinates", "latitude": "{{latitude}}", "longitude": "{{longitude}}" }, {{/and}} "address": { "@type": "PostalAddress", "addressCountry": "USA", "addressLocality": "{{address.city}}", "addressRegion": "{{address.state}}", "postalCode": "{{address.zip}}", "streetAddress": "{{cleanEscape address.fullStreetAddress}}" } {{#if detailsData.yearBuilt}} , "yearBuilt": {{detailsData.yearBuilt}} {{/if}} {{#if price}} ,"offers": { "@type": "{{#if transactionType.forSale}}OfferForPurchase{{else if transactionType.forRent}}OfferForLease{{/if}}", "availability": {{~#or transactionType.forSale transactionType.forRent~}} "http://schema.org/InStock" {{~else~}} {{~#if detailsData.specialFeatures.comingSoong~}} "http://schema.org/PreOrder" {{~else~}} "http://schema.org/OutOfStock" {{~/if~}} {{~/or}}, "@id": "https://www.homesnap.com{{url}}", "image": [ {{#if image}}"https:{{image}}"{{/if}}{{#if secondaryImages}},{{/if}} {{#each secondaryImages}} "https:{{listing}}"{{#unless @last}},{{/unless}} {{/each}} ], "url": "https://www.homesnap.com{{url}}", "description": "{{cleanEscape description}}", "priceSpecification": { "@type":"UnitPriceSpecification", "price": "{{price}}", "priceCurrency": "USD" {{#if transactionType.forRent}} , "unitCode": "MON" {{/if}} }, "price": "{{price}}", "priceCurrency": "USD", "BusinessFunction": "http://purl.org/goodrelations/v1#{{#if transactionType.forSale}}Sell{{else if transactionType.forRent}}LeaseOut{{/if}}" } {{/if}} {{#if openHouse}}, "event" : [ {{~#each openHouse~}} { "@context": "http://schema.org", "@type": "Event", "name": "Open House {{times}}", "description": "{{cleanEscape ../description}}", "url": "https://www.homesnap.com{{../url}}", {{#if ../image}} "image": [ {{#if ../image}}"https:{{../image}}"{{/if}} {{#each ../secondaryImages}} ,"https:{{listing}}" {{/each}} ], {{/if}} "startDate": "{{startDateString}}", "location": { "@type": "Place", "address": { "@type": "PostalAddress", "addressCountry": "USA", "addressLocality": "{{../address.city}}", "addressRegion": "{{../address.state}}", "postalCode": "{{../address.zip}}", "streetAddress": "{{cleanEscape ../address.fullStreetAddress}}" }, "url": "https://www.homesnap.com{{../url}}" } {{#if ../price}} , "offers": { "@type": "Offer", "@id": "https://www.homesnap.com{{../url}}", {{#if image}} "photo": { "@type":"ImageObject", "contentUrl": "https:{{image}}" }, {{/if}} {{#if secondaryImages.length}} "image": [ {{#each secondaryImages}} "https:{{listing}}"{{#unless @last}},{{/unless}} {{/each}} ], {{/if}} "url": "https://www.homesnap.com{{../url}}", "description": "{{cleanEscape ../description}}", "price": "{{../price}}", "priceSpecification": { "@type":"UnitPriceSpecification", "price": "{{../price}}", "priceCurrency": "USD" {{#if transactionType.forRent}} , "unitCode": "MON" {{/if}} }, "priceCurrency": "USD", "BusinessFunction": "http://purl.org/goodrelations/v1#{{#if ../transactionType.forSale}}Sell{{else if ../transactionType.forRent}}LeaseOut{{/if}}" } {{/if}} } {{#unless @last}},{{/unless}} {{/each}} ] {{/if}} } }]</script>{{/with}}'; 1810 N Shore Dr was last sold on Sep 12, 2018. 1654 N Shore Dr , Port Isabel, TX 78578-4635 is currently not for sale. ft. single-family home is a 4 bed, 3.0 bath property. define("controllers/Property/PropertyAddressMaster",["require","ControllerObjects","Objects","Utilities","controllers/Variable","Application"],function(e){return function(t){function r(e){if(e&&"url.unhandled"===e.type){if(e.data&&e.data.type_&&"HSPropertyAddressItem"===e.data.type_)return $("html, body").animate({scrollTop:0},500),k=!0,void o({data:{propertyAddressItem:e.data,actionBar:A.get("actionBar")}});if(e.data&&e.data.type_&&"HSPropertyAddressIDs"===e.data.type_)return $("html, body").animate({scrollTop:0},500),k=!0,void o({data:{propertyAddressID:e.data.propertyAddressID||0,propertyID:e.data.propertyID||0,listingID:e.data.listingID||0,actionBar:A.get("actionBar")}});if(e.data&&e.data.type_&&"HSPropertyAddressBuildingSummary"===e.data.type_)return $("html, body").animate({scrollTop:0},500),k=!0,void o({data:{propertyAddressItem:e.data,actionBar:A.get("actionBar")}})}else if(e&&"favoriteStatusUpdate"==e.type){var t=T.status;e.data&&!0===e.data.favoriteStatus?

Will Minecraft On Ps5 Have Ray Tracing, Pacific Biosciences Glassdoor, Ellan Vannin 1p, Josh Hazlewood Wife, Boho Wide Leg Pants, Bhutan Currency To Pkr, Holiday Cottages Ramsey, Isle Of Man, Guardant Health In Europe, Yosef Club Team Day, Tesco Kings Lynn, Fools Nathan And Mercury Lyrics, Keith Miller Ministries,