/******/ (() => { // webpackBootstrap /*!*************************************************!*\ !*** ./resources/js/templates/property-maps.js ***! \*************************************************/ function _regenerator() { /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */ var e, t, r = "function" == typeof Symbol ? Symbol : {}, n = r.iterator || "@@iterator", o = r.toStringTag || "@@toStringTag"; function i(r, n, o, i) { var c = n && n.prototype instanceof Generator ? n : Generator, u = Object.create(c.prototype); return _regeneratorDefine2(u, "_invoke", function (r, n, o) { var i, c, u, f = 0, p = o || [], y = !1, G = { p: 0, n: 0, v: e, a: d, f: d.bind(e, 4), d: function d(t, r) { return i = t, c = 0, u = e, G.n = r, a; } }; function d(r, n) { for (c = r, u = n, t = 0; !y && f && !o && t < p.length; t++) { var o, i = p[t], d = G.p, l = i[2]; r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0)); } if (o || r > 1) return a; throw y = !0, n; } return function (o, p, l) { if (f > 1) throw TypeError("Generator is already running"); for (y && 1 === p && d(p, l), c = p, u = l; (t = c < 2 ? e : u) || !y;) { i || (c ? c < 3 ? (c > 1 && (G.n = -1), d(c, u)) : G.n = u : G.v = u); try { if (f = 2, i) { if (c || (o = "next"), t = i[o]) { if (!(t = t.call(i, u))) throw TypeError("iterator result is not an object"); if (!t.done) return t; u = t.value, c < 2 && (c = 0); } else 1 === c && (t = i["return"]) && t.call(i), c < 2 && (u = TypeError("The iterator does not provide a '" + o + "' method"), c = 1); i = e; } else if ((t = (y = G.n < 0) ? u : r.call(n, G)) !== a) break; } catch (t) { i = e, c = 1, u = t; } finally { f = 1; } } return { value: t, done: y }; }; }(r, o, i), !0), u; } var a = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} t = Object.getPrototypeOf; var c = [][n] ? t(t([][n]())) : (_regeneratorDefine2(t = {}, n, function () { return this; }), t), u = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(c); function f(e) { return Object.setPrototypeOf ? Object.setPrototypeOf(e, GeneratorFunctionPrototype) : (e.__proto__ = GeneratorFunctionPrototype, _regeneratorDefine2(e, o, "GeneratorFunction")), e.prototype = Object.create(u), e; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, _regeneratorDefine2(u, "constructor", GeneratorFunctionPrototype), _regeneratorDefine2(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = "GeneratorFunction", _regeneratorDefine2(GeneratorFunctionPrototype, o, "GeneratorFunction"), _regeneratorDefine2(u), _regeneratorDefine2(u, o, "Generator"), _regeneratorDefine2(u, n, function () { return this; }), _regeneratorDefine2(u, "toString", function () { return "[object Generator]"; }), (_regenerator = function _regenerator() { return { w: i, m: f }; })(); } function _regeneratorDefine2(e, r, n, t) { var i = Object.defineProperty; try { i({}, "", {}); } catch (e) { i = 0; } _regeneratorDefine2 = function _regeneratorDefine(e, r, n, t) { if (r) i ? i(e, r, { value: n, enumerable: !t, configurable: !t, writable: !t }) : e[r] = n;else { var o = function o(r, n) { _regeneratorDefine2(e, r, function (e) { return this._invoke(r, n, e); }); }; o("next", 0), o("throw", 1), o("return", 2); } }, _regeneratorDefine2(e, r, n, t); } function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); } function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; } // Property Google Maps functionality (function () { var propertyMap = null; var propertyMarker = null; var infoWindow = null; var mapInitialized = false; function initPropertyMap() { return _initPropertyMap.apply(this, arguments); } function _initPropertyMap() { _initPropertyMap = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee() { var _yield$google$maps$im, _Map, InfoWindow, _yield$google$maps$im2, AdvancedMarkerElement, currentAddress, initialCenter, initialZoom, geocoder, result, loadingEl, _t, _t2; return _regenerator().w(function (_context) { while (1) switch (_context.n) { case 0: if (!mapInitialized) { _context.n = 1; break; } return _context.a(2); case 1: if (!(!window.propertyMapData || !window.propertyMapData.address)) { _context.n = 2; break; } console.warn('Property map data not found'); showError('Map configuration missing'); return _context.a(2); case 2: console.log("Initializing property map..."); mapInitialized = true; _context.p = 3; _context.n = 4; return google.maps.importLibrary("maps"); case 4: _yield$google$maps$im = _context.v; _Map = _yield$google$maps$im.Map; InfoWindow = _yield$google$maps$im.InfoWindow; _context.n = 5; return google.maps.importLibrary("marker"); case 5: _yield$google$maps$im2 = _context.v; AdvancedMarkerElement = _yield$google$maps$im2.AdvancedMarkerElement; currentAddress = window.propertyMapData.address; // Set initial center - use Charleston, SC as default initialCenter = { lat: 32.7767, lng: -79.9311 }; // Charleston, SC initialZoom = 10; // If we have an address, try to geocode it first for better initial positioning if (!(currentAddress && currentAddress.trim() !== '')) { _context.n = 9; break; } _context.p = 6; geocoder = new google.maps.Geocoder(); _context.n = 7; return new Promise(function (resolve, reject) { geocoder.geocode({ address: currentAddress }, function (results, status) { if (status === 'OK' && results[0]) { resolve(results[0]); } else { reject(new Error("Geocoding failed: ".concat(status))); } }); }); case 7: result = _context.v; initialCenter = result.geometry.location; initialZoom = 15; _context.n = 9; break; case 8: _context.p = 8; _t = _context.v; console.warn('Initial geocoding failed, using default center:', _t); case 9: // Initialize map propertyMap = new _Map(document.getElementById('property-map'), { zoom: initialZoom, center: initialCenter, mapId: window.propertyMapData.mapId || 'spw-map' }); infoWindow = new InfoWindow(); // Hide loading indicator loadingEl = document.getElementById('map-loading'); if (loadingEl) loadingEl.classList.add('hidden'); // Show the property address if we have one if (currentAddress && currentAddress.trim() !== '') { geocodeAndShowAddress(currentAddress); } else { showError('No address provided'); } _context.n = 11; break; case 10: _context.p = 10; _t2 = _context.v; console.error('Failed to initialize map:', _t2); showError('Failed to initialize map'); mapInitialized = false; // Reset so it can try again case 11: return _context.a(2); } }, _callee, null, [[6, 8], [3, 10]]); })); return _initPropertyMap.apply(this, arguments); } function geocodeAndShowAddress(address) { if (!address || address.trim() === '') { showError('No address provided'); return; } var geocoder = new google.maps.Geocoder(); geocoder.geocode({ address: address }, function (results, status) { if (status === 'OK' && results[0]) { showPropertyOnMap(results[0]); } else { console.error('Geocoding failed:', status); showError("Unable to find \"".concat(address, "\" on the map")); } }); } function showPropertyOnMap(_x) { return _showPropertyOnMap.apply(this, arguments); } function _showPropertyOnMap() { _showPropertyOnMap = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee2(place) { var _yield$google$maps$im3, AdvancedMarkerElement, markerElement, _t3; return _regenerator().w(function (_context2) { while (1) switch (_context2.n) { case 0: _context2.p = 0; _context2.n = 1; return google.maps.importLibrary("marker"); case 1: _yield$google$maps$im3 = _context2.v; AdvancedMarkerElement = _yield$google$maps$im3.AdvancedMarkerElement; if (propertyMarker) { propertyMarker.map = null; } // Ensure we have a valid location if (!(!place.geometry || !place.geometry.location)) { _context2.n = 2; break; } showError('Invalid location data'); return _context2.a(2); case 2: // Create a custom marker element markerElement = document.createElement('div'); markerElement.innerHTML = "\n
".concat(addressText, "
\n