<style>:root{--bg:#0b0f14;--panel:#121922;--panel-2:#0f1620;--text:#e7edf5;--muted:#9fb3c8;--accent:#6aa9ff;--chip:#1d2733;--border:#1d2a39;--success:#2ecc71;--warning:#f39c12;--error:#e74c3c;--glass-bg:rgba(18, 25, 34, 0.95);--glass-border:rgba(29, 42, 57, 0.8)}*{box-sizing:border-box}.fragment-embed-container{padding:0px!important}.hidden{display:none}#map-description.hidden{display:none}#mapPanel{width:100%;max-width:100%;overflow:hidden;height:100vh;position:relative;top:0;left:0;z-index:1}#map{width:100%;height:100%}.loading-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgb(11 15 20 / .9);display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(5px)}.loading-overlay.hidden{display:none}.spinner{width:40px;height:40px;border:4px solid var(--border);border-top:4px solid var(--accent);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.floating-controls{width:400px;max-height:calc(100vh - 20px);background:#fff;backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:5px;padding:20px;z-index:10;display:flex;flex-direction:column;overflow:hidden;transition:transform 0.3s ease,opacity 0.3s ease,max-height 0.3s ease}.floating-controls.hidden{transform:translateY(-20px);opacity:0;pointer-events:none}.floating-controls.expanded{max-height:calc(100vh - 40px)}.floating-controls.expanded .search-results.expanded{max-height:calc(100vh - 280px);flex:1}.floating-controls.expanded .results-list{max-height:calc(100vh - 380px);overflow-y:auto}#brandHeader.hidden~.search-container~.search-results.expanded{margin-top:12px}.brand h1{font-size:26px;line-height:28px;font-weight:400;color:#000;margin:0;position:relative; display: inline-block;}.brand h1::after{content:"";width:33px;height:4px; margin-top: 10px; background:var(--warning);border-radius:2px;display:block}.brand p{margin-top:20px;font-size:13px;line-height:21px;color:#626262;max-width:290px}.search-container{display:flex;flex-direction:column;gap:12px}.search-input{width:100%;padding:14px 16px;background:#fff;border:1px solid #626262;border-radius:5px;color:#000;font-size:14px;transition:all 0.2s ease}.search-input::placeholder{color:#000}.search-input:focus{outline:none;border-color:#0e2554;box-shadow:0 0 0 2px rgb(106 169 255 / .2)}.search-buttons{display:flex;gap:12px}.btn{padding:12px 16px;background:#ffc400;color:var(--bg);border:none;border-radius:2.5rem;font-weight:600;cursor:pointer;font-size:14px;transition:all 0.2s ease;display:flex;align-items:center;gap:6px}.btn:hover:not(:disabled){background:#ffc400;transform:translateY(-1px)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn:focus{outline:2px solid var(--accent);outline-offset:2px}.btn-secondary{background:#fff0;border:1px solid #0662bb;color:#0662bb}.btn-secondary:hover:not(:disabled){background:#0662bb;color:var(--bg)}.filters-section{display:none;gap:8px;flex-wrap:wrap;margin-top:12px;padding-top:12px;border-top:1px solid var(--border);animation:slideDown 0.3s ease}.filters-section.show{display:flex}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.select{position:relative;flex:1;min-width:120px}.select select{width:100%;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;background:#fff;color:#000;border:1px solid var(--border);border-radius:8px;padding:10px 30px 10px 5px;font-size:13px;transition:all 0.2s ease}.select select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px rgb(106 169 255 / .2)}.select::after{content:"▾";position:absolute;right:10px;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none;font-size:12px}.reset-btn{padding:10px 12px;background:var(--error);color:#fff;font-size:13px}.reset-btn:hover:not(:disabled){background:#c0392b}.controls-container{position:absolute;top:25px;left:30px;z-index:10;display:flex;flex-direction:column;gap:0;width:400px;max-height:calc(100vh - 50px);overflow:visible}#learn-more{margin-top:20px;width:100%;max-width:400px;background:#fff;padding:20px;border-radius:5px}#learn-more.hidden{display:none}#learn-more h2{font-size:20px;font-weight:500;color:#000;margin:0}#learn-more p{color:#000;font-size:14px}#learn-more a{color:#0662bb;text-decoration:underline;font-weight:400}.search-results{width:100%;max-height:0;background:#fff;border-radius:12px;overflow:hidden;transition:max-height 0.3s ease,border-color 0.3s ease;margin-top:8px;flex:1;min-height:0}.search-results.expanded{overflow-y:auto;max-height:60vh;border-color:var(--border);display:flex;flex-direction:column;transition:max-height 0.3s ease}.pagination-container{display:none;justify-content:space-between;align-items:center;padding:12px 16px;border-top:1px solid #dfdbd7;background:#fff;position:absolute;bottom:0;left:0;right:0;width:100%;z-index:11;box-shadow:0 -2px 8px rgb(0 0 0 / .1)}.pagination-nav{display:flex;gap:8px;align-items:center}.pagination-btn{padding:6px 12px;border:1px solid #0662bb;background:#fff0;color:#0662bb;border-radius:20px;cursor:pointer;font-size:12px;font-weight:600;transition:all 0.2s ease;display:flex;align-items:center;gap:4px}.pagination-btn:hover:not(:disabled){background:#0662bb;color:#fff;transform:translateY(-1px)}.pagination-btn:disabled{opacity:.4;cursor:not-allowed;transform:none;border-color:#ccc;color:#ccc}.pagination-btn:focus{outline:2px solid #0662bb;outline-offset:2px}.page-info{font-weight:600;color:#626262;font-size:12px;margin:0 8px}.results-list{flex:1;overflow-y:auto;padding:8px;max-height:calc(60vh - 110px);padding-bottom:60px;transition:max-height 0.3s ease}.floating-controls.expanded .brand{margin-bottom:12px}.floating-controls.expanded .search-container{margin:10px 0}@media (max-width:768px){.pagination-container{left:0;right:0;width:calc(100vw);flex-direction:row;gap:8px;padding:8px 16px}.pagination-nav{width:100%;justify-content:space-between}.page-info{order:-1;margin:0}.results-list{padding-bottom:80px}.brand h1{font-size:22px;line-height:26px}.brand h1::after{top:55px;width:30px}}@media (max-width:600px){body{overflow:auto;height:auto}#mapPanel{height:40vh;width:100%;position:relative;top:0;left:0;z-index:1}.controls-container{position:relative;top:0;left:0;right:0;bottom:0;width:100%;height:auto;max-height:none;z-index:10;overflow-y:auto;overflow-x:hidden;background:var(--bg);padding:0;margin:0;gap:0;display:flex;flex-direction:column}.floating-controls{position:relative;top:0;left:0;width:100%;max-width:none;max-height:none;margin:0;border-radius:0;box-shadow:none;border:none;backdrop-filter:none;background:#fff;flex-shrink:0}#learn-more{margin:0;max-width:none;border-radius:0;box-shadow:none;flex-shrink:0}.search-results.expanded{max-height:none;flex:1}.result-details{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:100}.result-details.fullscreen{display:block;background:#fff;overflow-y:auto}.result-details .detail-content{display:flex;flex-direction:column;padding:0;width:100%;min-height:100vh;height:auto;position:relative}.result-details .detail-content .detail-map{position:relative;width:100%;height:40vh;flex-shrink:0;order:1;top:0;left:0;right:0;bottom:auto;z-index:1}.result-details .detail-content .detail-info{position:relative;width:100%;height:auto;background:#fff;order:2;flex:1;min-height:60vh;top:auto;left:auto;right:auto;bottom:auto;z-index:2;max-height:none;backdrop-filter:none;border-radius:0;box-shadow:none;overflow-y:visible;margin:0}.detail-content{display:flex;flex-direction:column;padding:0;width:100%;min-height:100vh}.detail-map{position:relative;width:100%;height:40vh;flex-shrink:0;order:1}.detail-info{position:relative;width:100%;height:auto;background:#fff;padding:20px;order:2;flex:1;min-height:60vh}}@media screen and (max-width:767px) and (orientation:landscape){.brand h1::after{top:32px;width:30px}}@media (max-width:480px){.pagination-btn{padding:8px 12px;font-size:11px}.page-info{font-size:11px}}.results-header{display:flex;align-items:center;justify-content:space-between;padding:0 0 5px 5px;background:#fff;position:sticky;top:0;z-index:5}.results-title{font-weight:600;font-size:14px;color:#000}.close-results-btn{background:var(--error);color:#fff;border:none;width:24px;height:24px;border-radius:50%;cursor:pointer;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease}.close-results-btn:hover{background:#c0392b;transform:scale(1.1)}.close-results-btn:focus{outline:2px solid #fff;outline-offset:2px}.results-summary{padding:10px 16px;background:#fff;box-shadow:0 0 0 2px #000 inset;display:flex;align-items:center;justify-content:space-between;position:sticky;top:49px;z-index:4}.chip{padding:0;border-radius:16px;background:#fff;color:#626262;font-size:16px;display:inline-flex;align-items:center;gap:4px}.results-list{flex:1;overflow-y:auto;padding:8px;max-height:calc(60vh - 170px)}.result-details{flex:1;box-sizing:border-box;padding:0;display:none;max-height:100%;position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;border-radius:0;z-index:15}.result-details.fullscreen{display:block}.card{padding:12px;margin-bottom:8px;border-bottom:1px solid #dfdbd7;background:#fff;color:#000;cursor:pointer;transition:all 0.2s ease}.card:hover{background:#fff;border-color:#0662bb;transform:translateY(-1px)}.card:focus{outline:2px solid var(--accent);outline-offset:2px}.card .title{font-weight:600;margin-bottom:6px;color:#000;font-size:14px}.card .meta{color:#000;font-size:11px;display:flex;flex-direction:column;flex-wrap:wrap;gap:4px;margin-bottom:4px}.card .meta .chip{padding:0;font-size:12px}.detail-link a{text-decoration:none;font-size:12px;color:#2274c3;font-weight:500}.card .address{color:#000;font-size:11px;font-style:italic}.detail-header{display:none}.back-btn{background:#fff;color:#000;border-radius:8px;padding:8px 12px;cursor:pointer;font-size:13px;display:flex;align-items:center;gap:6px;transition:all 0.2s ease}.back-btn:focus{outline:2px solid var(--accent);outline-offset:2px}.detail-title{font-weight:600;font-size:18px;color:var(--text)}.detail-content{display:block;padding:0;height:100vh;width:100%;position:relative}.detail-info{position:absolute;top:20px;left:20px;width:380px;max-height:calc(100vh - 40px);background:rgb(255 255 255 / .95);backdrop-filter:blur(12px);border-radius:5px;padding:20px;z-index:10;box-shadow:0 8px 32px rgb(0 0 0 / .3);overflow-y:auto;transition:transform 0.3s ease,opacity 0.3s ease}.detail-info .kv{display:grid;grid-template-columns:1fr;gap:6px;padding:12px 0;border-bottom:1px dashed rgb(29 42 57 / .2)}.detail-info .kv:last-child{border-bottom:none}.detail-info .kv b{color:#666;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.detail-info .kv span{color:#000;font-size:14px;font-weight:500;margin-top:4px}@media (max-width:768px){.detail-info{left:0;right:0;width:auto;top:0;max-height:calc(100vh - 20px)}}@media (max-width:480px){.detail-info{padding:0;border-radius:0}.detail-back-btn{padding:8px 12px;font-size:13px}.detail-overlay-title{font-size:16px;margin-bottom:12px}}.detail-back-btn{background:#ff6b35;color:#fff;border:none;border-radius:8px;padding:10px 16px;cursor:pointer;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px;margin-bottom:20px;transition:all 0.2s ease;width:fit-content}.detail-back-btn:hover{background:#e55a2b;transform:translateY(-1px);box-shadow:0 4px 12px rgb(255 107 53 / .3)}.detail-back-btn:focus{outline:2px solid #fff;outline-offset:2px}.detail-overlay-title{font-size:20px;font-weight:700;color:#000;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #f0f0f0}.detail-map{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;border-radius:0;border:none;z-index:1}.detail-body{display:grid;gap:8px}.kv{display:grid;grid-template-columns:140px 1fr;gap:12px;padding:8px 0;border-bottom:1px dashed var(--border)}.kv:last-child{border-bottom:none}.kv b{color:var(--muted);font-weight:600;font-size:12px}.kv span{color:var(--text);font-size:12px}#toast{position:fixed;bottom:20px;left:30px;background:#fff;backdrop-filter:blur(10px);color:#000;padding:12px 16px;border-radius:8px;box-shadow:0 8px 22px rgb(0 0 0 / .4);display:none;z-index:1000;max-width:300px;font-size:12px;word-wrap:break-word}.toast-success{border-left:4px solid green}.toast-error{border-left:4px solid red}.toast-warning{border-left:4px solid orangered}.error-state{text-align:center;padding:40px 20px;color:var(--muted)}.error-state .icon{font-size:48px;margin-bottom:16px;color:var(--error)}.no-results{text-align:center;padding:40px 20px;color:#000}.no-results .icon{font-size:48px;margin-bottom:16px}.no-results h3{font-size:20px;color:#000;margin-bottom:8px}@media (min-width:601px) and (max-width:768px){.floating-controls{left:10px;right:10px;width:calc(100vw - 20px);max-width:none;top:20px;max-height:calc(100vh - 40px)}.search-input{font-size:16px}.search-buttons{flex-direction:column}.btn{justify-content:center}.brand h1{font-size:18px}.brand p{font-size:12px}.search-results.expanded{max-height:50vh}.detail-content{grid-template-columns:1fr;grid-template-rows:auto 300px}.result-details{left:10px;right:10px;top:10px;bottom:10px}}@media (max-width:480px){.floating-controls{padding:16px}.btn{padding:10px 12px;font-size:13px}.kv{grid-template-columns:1fr;gap:4px}.filters-section{flex-direction:column}.select{min-width:auto}}@media (prefers-contrast:high){:root{--border:#ffffff;--muted:#ffffff}}@media (prefers-reduced-motion:reduce){*{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}}.detail-header-new{background:#0e2554;color:#fff;padding:16px 20px;margin:-20px -20px 0 -20px}.detail-back-btn-new{background:#fff0;color:#fff;border:none;padding:0;cursor:pointer;font-size:16px;font-weight:500;display:flex;align-items:center;gap:8px}.detail-back-btn-new:hover{opacity:.8;transform:none;box-shadow:none}.detail-back-btn-new i.symbol-chevron{transform:rotate(90deg)}.detail-content-new{padding:20px 0 0 0}.detail-title-new{font-size:24px;font-weight:600;color:#000;margin-bottom:8px}.detail-subtitle{font-size:16px;color:#000;margin-bottom:10px}.detail-country{font-size:16px;color:#000;margin-bottom:32px}.capabilities-section{margin-top:20px}.capabilities-title{font-size:16px;font-weight:600;color:#000;margin-bottom:16px}.capabilities-list{display:flex;flex-direction:column;gap:12px}.capability-item{display:flex;align-items:center;gap:12px}.capability-item img{width:18px}.capability-icon{color:#2c5aa0;font-size:16px;font-weight:700}.capability-text{font-size:16px;color:#333}@media (max-width:600px){.detail-header-new{margin:0;padding:12px 16px}.detail-content-new{padding:16px;min-height:auto}.detail-title-new{font-size:20px}}.map-main-container{height:100vh;width:100%;position:relative}i.symbol-chevron{transform:rotate(0deg)}.input-group{position:relative;margin-top:5px;font-family:sans-serif}.search-input input{width:100%;padding:12px 8px;font-size:16px;border:1px solid #ccc;outline:none;border-radius:4px}label{position:absolute;top:15px;left:8px;color:#aaa;font-size:14px;pointer-events:none;transition:0.2s ease all}input:focus+label,input:active+label,input:not(:placeholder-shown)+label{top:-8px;left:6px;font-size:12px;color:#333;background-color:#fff;padding:0 4px}#interactive-container{width:100%;max-width:400px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;margin:0;min-height:100vh;position:relative;background:#f0f2f5;padding:1rem}#toggle-button{position:absolute;right:0;top:50px;width:100%;padding:12px 16px;font-size:14px;font-weight:600;color:#000;background-color:#ffc400;border:none;border-radius:var(--card-border-radius);cursor:pointer;outline-offset:2px;width:150px;border-radius:25px;transition:background-color 0.4s ease,transform 0.4s ease;box-shadow:0 4px 8px rgb(0 0 0 / .15);user-select:none}#toggle-button:hover,#toggle-button:focus-visible{background-color:#c29606}#card{width:100%;background-color:var(--card-bg);border-radius:var(--card-border-radius);box-shadow:0 8px 20px var(--card-shadow);padding:1.5rem 2rem 2rem;box-sizing:border-box;opacity:0;pointer-events:none;transform:scale(.8);transition:opacity 0.4s ease,transform 0.4s ease;display:flex;flex-direction:column;gap:1rem}#card.show{opacity:1;pointer-events:auto;transform:scale(1)}#card h2{margin:0;font-size:1.5rem;font-weight:700;color:#222}#card p{margin:0;font-size:1rem;color:#444;line-height:1.4}#card a{color:var(--btn-bg);font-weight:600;text-decoration:none;align-self:flex-start;transition:color 0.3s ease}#card a:hover,#card a:focus-visible{color:var(--btn-bg-hover);text-decoration:underline}#close-button{position:absolute;top:1rem;right:1rem;background:#fff0;border:none;font-size:1.5rem;font-weight:700;color:#666;cursor:pointer;padding:0;line-height:1;user-select:none;transition:color 0.3s ease}#close-button:hover,#close-button:focus-visible{color:#000}#card-wrapper{position:relative}@media (max-width:480px){#toggle-button{font-size:1rem;padding:.75rem 1rem}#card{padding:1rem 1.25rem 1.5rem}#card h2{font-size:1.25rem}#card p{font-size:.9rem}#close-button{font-size:1.25rem;top:.75rem;right:.75rem}}#contactUsBtn{position:absolute;top:40px;right:30px;z-index:16;background:#ffc400;color:#0b0f14;border:none;border-radius:2.5rem;padding:12px 24px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.2s ease;box-shadow:0 4px 12px rgb(0 0 0 / .15)}#contactUsBtn:hover{background:#e6b000;transform:translateY(-2px);box-shadow:0 6px 16px rgb(0 0 0 / .2)}#contactUsBtn:focus{outline:2px solid var(--accent);outline-offset:2px}#learnMoreModal{display:none;position:absolute;top:0;left:0;right:0;bottom:0;z-index:16;animation:fadeIn 0.3s ease}#learnMoreModal.show{display:flex;align-items:flex-start;justify-content:flex-end;padding:20px}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:8px;padding:15px;max-width:400px;width:100%;margin-top:20px;margin-right:10px;box-shadow:0 20px 60px rgb(0 0 0 / .3);position:relative;animation:slideInRight 0.3s ease}@keyframes slideInRight{from{transform:translateX(100px);opacity:0}to{transform:translateX(0);opacity:1}}.modal-close{position:absolute;top:15px;right:15px;background:#fff0;border:none;font-size:28px;color:#666;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all 0.2s ease;line-height:1;padding:0}.modal-close:hover{background:#f0f0f0;color:#000;transform:rotate(90deg)}.modal-close:focus{outline:2px solid var(--accent);outline-offset:2px}.modal-content h2{font-size:24px;font-weight:600;color:#000;margin:0 0 16px 0;padding-right:30px}.modal-content p{color:#333;font-size:15px;line-height:1.6;margin-bottom:10px}.modal-content a{color:#0662bb;text-decoration:underline;font-weight:600;font-size:15px;display:inline-flex;align-items:center;gap:8px;border-radius:6px;transition:all 0.2s ease}.proximity-badge{background:#e3f2fd;color:#1976d2;padding:8px 12px;border-radius:6px;font-size:13px;font-weight:600;margin-bottom:12px;display:inline-flex;align-items:center;gap:6px}.proximity-badge::before{content:"📍";font-size:16px}.distance-info{font-size:11px;color:#1976d2;font-weight:500;margin-top:4px;display:flex;align-items:center;gap:4px}.distance-info::before{content:"📏";font-size:12px}.loading-proximity{text-align:center;padding:20px;color:#666}.loading-proximity .spinner-small{width:20px;height:20px;border:3px solid #f3f3f3;border-top:3px solid #1976d2;border-radius:50%;animation:spin 1s linear infinite;display:inline-block;margin-right:8px}</style>
<div class="map-main-container"><section id="mapPanel" aria-label="Interactive map showing healthcare facility locations"><div id="map" role="application" aria-label="Google Maps"></div></section><button id="contactUsBtn" type="button" aria-label="Contact us"> Contáctenos </button><div id="learnMoreModal" aria-modal="true" role="dialog" aria-labelledby="modalTitle"><div class="modal-content"><button class="modal-close" type="button" aria-label="Close modal">×</button><h2 id="modalTitle">¿Desea obtener más información?</h2><p> Contáctenos y un experto de UPS Healthcare se pondrá en contacto para ayudar a resolver los problemas logísticos que enfrenta su empresa. </p><a href="/mx/es/healthcare/other/askanexpert">Contáctenos</a></div></div><div class="controls-container"><div class="floating-controls" id="floatingControls" role="search" aria-label="Search and filter controls"><div class="brand"><h1 class="map-title">Mapa interactivo de instalaciones logísticas del sector salud</h1><p id="map-description"> Nuestras instalaciones especializadas, incluidos los centros de distribución, el transporte de carga internacional y los depósitos para ensayos clínicos, simplificarán sus operaciones del sector salud. Explore nuestro mapa para encontrar el soporte perfecto para sus necesidades logísticas. </p></div><div class="search-container"><div class="input-group"><input id="searchInput" class="search-input" type="search" placeholder=" " aria-label="Search for facilities" autocomplete="off" /><label for="search">Buscar una ubicación</label></div><div class="search-buttons"><button id="filterBtn" class="btn btn-secondary" type="button" aria-expanded="false" aria-controls="filtersSection"><span>Filtros</span><span aria-hidden="true"><i class="symbol symbol-chevron"></i></span></button><button id="searchBtn" class="btn" type="button"><span>Buscar</span><span aria-hidden="true"><i class="symbol symbol-chevron"></i></span></button></div></div><div id="filtersSection" class="filters-section" role="group" aria-label="Filter options"><div class="select"><select id="filterCompany" aria-label="Filter by company"><option value="">Empresa: todas</option></select></div><div class="select"><select id="filterStorage" aria-label="Filter by storage type"><option value="">Almacenamiento: todos</option></select></div><div class="select"><select id="filterLocation" aria-label="Filter by location"><option value="">Ubicación: todas</option></select></div><div class="select"><select id="filterBusinessUnit" aria-label="Filter by Business Unit"><option value="">Unidad de negocios: todas</option></select></div><button id="resetBtn" class="btn reset-btn" type="button" aria-label="Reset all filters"> Restablecer </button></div><div class="search-results" id="searchResults" role="region" aria-label="Search results"><div class="results-header"><div class="results-title"><span id="matchCount" class="chip" role="status" aria-live="polite">0 resultados</span></div><button class="close-results-btn" id="closeResultsBtn" aria-label="Close search results" type="button"> × </button></div><div id="resultsList" class="results-list" role="list"></div><div class="pagination-container" id="paginationContainer"><button id="prevPageBtn" class="pagination-btn" disabled> Anterior</button><span id="pageInfo" class="page-info">Página 1 de 1</span><button id="nextPageBtn" class="pagination-btn" disabled> Siguiente </button></div></div></div></div><div id="resultDetails" class="result-details"><div class="detail-content"><div class="detail-info"><div class="detail-body" id="detailBody" role="list"></div></div><div class="detail-map"><div id="detailMap" style="width: 100%; height: 100%"></div></div></div></div></div>
<script>var mapDataPoints = [ { "Mnemonic": "ABCRY", "latitude": "51.0123515", "longitude": "-113.9658934", "Address": "4807 47th Street SE,Calgary,AB,T2B3S5", "city": "Calgary", "cityLabel": "Calgary", "region": "N-America", "regionLabel": "North America", "Country": "Canada", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ABCRY", "latitude": "51.0123515", "longitude": "-113.9658934", "Address": "4807 47th Street SE,Calgary,AB,T2B3S5", "city": "Calgary", "cityLabel": "Calgary", "region": "N-America", "regionLabel": "North America", "Country": "Canada", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ABCRY", "latitude": "51.0123515", "longitude": "-113.9658934", "Address": "4807 47th Street SE,Calgary,AB,T2B3S5", "city": "Calgary", "cityLabel": "Calgary", "region": "N-America", "regionLabel": "North America", "Country": "Canada", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "AUGRY", "latitude": "-33.82346", "longitude": "150.94607", "Address": "5 Basalt Road,Greystanes,NSW,2145", "city": "GREYSTANES", "cityLabel": "GREYSTANES", "region": "APAC", "regionLabel": "APAC", "Country": "Australia", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "This is the second Sydney, AU facility", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "AUGRY", "latitude": "-33.82346", "longitude": "150.94607", "Address": "5 Basalt Road,Greystanes,NSW,2145", "city": "GREYSTANES", "cityLabel": "GREYSTANES", "region": "APAC", "regionLabel": "APAC", "Country": "Australia", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "AUGRY", "latitude": "-33.82346", "longitude": "150.94607", "Address": "5 Basalt Road,Greystanes,NSW,2145", "city": "GREYSTANES", "cityLabel": "GREYSTANES", "region": "APAC", "regionLabel": "APAC", "Country": "Australia", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "AUHPK", "latitude": "-33.848126", "longitude": "150.8493059", "Address": "Johnson crescent unit 2,Horsley Park,NSW,2175", "city": "Sydney", "cityLabel": "Sydney", "region": "APAC", "regionLabel": "APAC", "Country": "Australia", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "AUHPK", "latitude": "-33.848126", "longitude": "150.8493059", "Address": "Johnson crescent unit 2,Horsley Park,NSW,2175", "city": "Sydney", "cityLabel": "Sydney", "region": "APAC", "regionLabel": "APAC", "Country": "Australia", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "AUHPK", "latitude": "-33.848126", "longitude": "150.8493059", "Address": "Johnson crescent unit 2,Horsley Park,NSW,2175", "city": "Sydney", "cityLabel": "Sydney", "region": "APAC", "regionLabel": "APAC", "Country": "Australia", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "BRCAJ", "latitude": "-23.3494653", "longitude": "-46.8754247", "Address": "Av. Antônio João Abdalla, 260, galpão 400,Cajamar,,7760000", "city": "Cajamar", "cityLabel": "Cajamar", "region": "LATAM", "regionLabel": "LATAM", "Country": "Brazil", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "BRCAJ", "latitude": "-23.3494653", "longitude": "-46.8754247", "Address": "Av. Antônio João Abdalla, 260, galpão 400,Cajamar,,7760000", "city": "Cajamar", "cityLabel": "Cajamar", "region": "LATAM", "regionLabel": "LATAM", "Country": "Brazil", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "BRGOI", "latitude": "-16.8197336", "longitude": "-49.2088578", "Address": "Av. Sebastião Lemes Viana, s\/n, quadra 10,Goiânia,,74993550", "city": "Aparecida de Goiania", "cityLabel": "Aparecida de Goiania", "region": "LATAM", "regionLabel": "LATAM", "Country": "Brazil", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "BRGOI", "latitude": "-16.8197336", "longitude": "-49.2088578", "Address": "Av. Sebastião Lemes Viana, s\/n, quadra 10,Goiânia,,74993550", "city": "Aparecida de Goiania", "cityLabel": "Aparecida de Goiania", "region": "LATAM", "regionLabel": "LATAM", "Country": "Brazil", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "BRGOI", "latitude": "-16.8197336", "longitude": "-49.2088578", "Address": "Av. Sebastião Lemes Viana, s\/n, quadra 10,Goiânia,,74993550", "city": "Aparecida de Goiania", "cityLabel": "Aparecida de Goiania", "region": "LATAM", "regionLabel": "LATAM", "Country": "Brazil", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "CACTR", "latitude": "34.051052", "longitude": "-117.4523673", "Address": "11281 Citrus Ave.,Fontana,CA,92337", "city": "Fontana", "cityLabel": "Fontana", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "CAMLM", "latitude": "34.0005398", "longitude": "-117.5470164", "Address": "11991 Landon Drive,Mira Loma,CA,91752", "city": "Mira Loma", "cityLabel": "Mira Loma", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "CAMLM", "latitude": "34.0005398", "longitude": "-117.5470164", "Address": "11991 Landon Drive,Mira Loma,CA,91752", "city": "Mira Loma", "cityLabel": "Mira Loma", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Mira Loma I facility", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "CAMLM", "latitude": "34.0005398", "longitude": "-117.5470164", "Address": "11991 Landon Drive,Mira Loma,CA,91752", "city": "Mira Loma", "cityLabel": "Mira Loma", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15° -30°c CRT", "sub_environmentLabel": "15° -30°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "CAMLM", "latitude": "34.0005398", "longitude": "-117.5470164", "Address": "11991 Landon Drive,Mira Loma,CA,91752", "city": "Mira Loma", "cityLabel": "Mira Loma", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "20° -25°c CRT", "sub_environmentLabel": "20° -25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "CAMLM", "latitude": "34.0005398", "longitude": "-117.5470164", "Address": "11991 Landon Drive,Mira Loma,CA,91752", "city": "Mira Loma", "cityLabel": "Mira Loma", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "CAMRL", "latitude": "34.0025364", "longitude": "-117.5440813", "Address": "11811 Landon Drive,Mira Loma,CA,91752", "city": "Mira Loma", "cityLabel": "Mira Loma", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Mira Loma II facility", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "CAMRL", "latitude": "34.0025364", "longitude": "-117.5440813", "Address": "11811 Landon Drive,Mira Loma,CA,91752", "city": "Mira Loma", "cityLabel": "Mira Loma", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-30°c Freezer", "sub_environmentLabel": "-30°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "CAMRL", "latitude": "34.0025364", "longitude": "-117.5440813", "Address": "11811 Landon Drive,Mira Loma,CA,91752", "city": "Mira Loma", "cityLabel": "Mira Loma", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "CAMRL", "latitude": "34.0025364", "longitude": "-117.5440813", "Address": "11811 Landon Drive,Mira Loma,CA,91752", "city": "Mira Loma", "cityLabel": "Mira Loma", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "20° -25°c CRT", "sub_environmentLabel": "20° -25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "CATAC", "latitude": "37.7213371", "longitude": "-121.5134145", "Address": "5849 W. Schulte Road, Suite 107,Tracy,CA,95377", "city": "Tracy", "cityLabel": "Tracy", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "CATAC", "latitude": "37.7213371", "longitude": "-121.5134145", "Address": "5849 W. Schulte Road, Suite 107,Tracy,CA,95377", "city": "Tracy", "cityLabel": "Tracy", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "CATAC", "latitude": "37.7213371", "longitude": "-121.5134145", "Address": "5849 W. Schulte Road, Suite 107,Tracy,CA,95377", "city": "Tracy", "cityLabel": "Tracy", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "CLSTI", "latitude": "-33.3641293", "longitude": "-70.7371548", "Address": "Carretara General 9260 Modulo B-C,Santiago,San Martin,8700000", "city": "Santiago", "cityLabel": "Santiago", "region": "LATAM", "regionLabel": "LATAM", "Country": "Chile", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "CNYIN", "latitude": "31.3028", "longitude": "121.63025", "Address": "No.301, Riban Rd, Wai G,Shanghai,NIL,200131", "city": "Shanghai", "cityLabel": "Shanghai", "region": "APAC", "regionLabel": "APAC", "Country": "China", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "CNYIN", "latitude": "31.3028", "longitude": "121.63025", "Address": "No.301, Riban Rd, Wai G,Shanghai,NIL,200131", "city": "Shanghai", "cityLabel": "Shanghai", "region": "APAC", "regionLabel": "APAC", "Country": "China", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "CNYIN", "latitude": "31.3028", "longitude": "121.63025", "Address": "No.301, Riban Rd, Wai G,Shanghai,NIL,200131", "city": "Shanghai", "cityLabel": "Shanghai", "region": "APAC", "regionLabel": "APAC", "Country": "China", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "CNYIN", "latitude": "31.3028", "longitude": "121.63025", "Address": "No.301, Riban Rd, Wai G,Shanghai,NIL,200131", "city": "Shanghai", "cityLabel": "Shanghai", "region": "APAC", "regionLabel": "APAC", "Country": "China", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "COCOT", "latitude": "4.809", "longitude": "-74.098", "Address": "", "city": "Cota", "cityLabel": "Cota", "region": "LATAM", "regionLabel": "LATAM", "Country": "Colombia", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Need address and udpated Long\/Lat", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "COCOT", "latitude": "4.809", "longitude": "-74.098", "Address": "", "city": "Cota", "cityLabel": "Cota", "region": "LATAM", "regionLabel": "LATAM", "Country": "Colombia", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "COCOT", "latitude": "4.809", "longitude": "-74.098", "Address": "", "city": "Cota", "cityLabel": "Cota", "region": "LATAM", "regionLabel": "LATAM", "Country": "Colombia", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "COCOT", "latitude": "4.809", "longitude": "-74.098", "Address": "", "city": "Cota", "cityLabel": "Cota", "region": "LATAM", "regionLabel": "LATAM", "Country": "Colombia", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "CZOTV", "latitude": "49.8124913", "longitude": "18.1544859", "Address": "17 Listopadu 6206, Ctp Park Op1,Ostrava,Poruba,70800", "city": "Ostrava-Poruba", "cityLabel": "Ostrava-Poruba", "region": "EUROPE", "regionLabel": "Europe", "Country": "Czech Republic", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Ostrava II facility", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "CZOTV", "latitude": "49.8124913", "longitude": "18.1544859", "Address": "17 Listopadu 6206, Ctp Park Op1,Ostrava,Poruba,70800", "city": "Ostrava-Poruba", "cityLabel": "Ostrava-Poruba", "region": "EUROPE", "regionLabel": "Europe", "Country": "Czech Republic", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "CZOTV", "latitude": "49.8124913", "longitude": "18.1544859", "Address": "17 Listopadu 6206, Ctp Park Op1,Ostrava,Poruba,70800", "city": "Ostrava-Poruba", "cityLabel": "Ostrava-Poruba", "region": "EUROPE", "regionLabel": "Europe", "Country": "Czech Republic", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "CZTRV", "latitude": "49.7632294", "longitude": "18.2699961", "Address": "Na Rovince 923,Ostrava,Prague,72000", "city": "Ostrava-Hrabova", "cityLabel": "Ostrava-Hrabova", "region": "EUROPE", "regionLabel": "Europe", "Country": "Czech Republic", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Ostrava I facility", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "DEGSS", "latitude": "50.587", "longitude": "8.676", "Address": "", "city": "Giessen", "cityLabel": "Giessen", "region": "EUROPE", "regionLabel": "Europe", "Country": "Germany", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Need address and udpated Long\/Lat", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "DEGSS", "latitude": "50.587", "longitude": "8.676", "Address": "", "city": "Giessen", "cityLabel": "Giessen", "region": "EUROPE", "regionLabel": "Europe", "Country": "Germany", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "DEGSS", "latitude": "50.587", "longitude": "8.676", "Address": "", "city": "Giessen", "cityLabel": "Giessen", "region": "EUROPE", "regionLabel": "Europe", "Country": "Germany", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ESMDH", "latitude": "40.4833975", "longitude": "-3.4089063", "Address": "Francisco Rabal 7,Alcala de Henares,,28806", "city": "Madrid", "cityLabel": "Madrid", "region": "EUROPE", "regionLabel": "Europe", "Country": "Spain", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ESMDH", "latitude": "40.4833975", "longitude": "-3.4089063", "Address": "Francisco Rabal 7,Alcala de Henares,,28806", "city": "Madrid", "cityLabel": "Madrid", "region": "EUROPE", "regionLabel": "Europe", "Country": "Spain", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GABFO", "latitude": "34.0890349", "longitude": "-83.9878789", "Address": "2000 Buford Mill Drive, Building 100,Buford,GA,30519", "city": "Buford", "cityLabel": "Buford", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GADTH", "latitude": "34.0009632", "longitude": "-84.0842878", "Address": "1645 Satellite Boulevard,Duluth,GA,30097", "city": "Duluth", "cityLabel": "Duluth", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GADTH", "latitude": "34.0009632", "longitude": "-84.0842878", "Address": "1645 Satellite Boulevard,Duluth,GA,30097", "city": "Duluth", "cityLabel": "Duluth", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GADTH", "latitude": "34.0009632", "longitude": "-84.0842878", "Address": "1645 Satellite Boulevard,Duluth,GA,30097", "city": "Duluth", "cityLabel": "Duluth", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBBR1", "latitude": "51.4183154", "longitude": "-2.5888497", "Address": "Unit 4 Kenn Court, Business Park Hengrove Way,Bristol,,BS41UL", "city": "Bristol", "cityLabel": "Bristol", "region": "EUROPE", "regionLabel": "Europe", "Country": "United States", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBDRN", "latitude": "52.60132", "longitude": "-1.61458", "Address": "", "city": "DORDON TAMWORTH", "cityLabel": "DORDON TAMWORTH", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Not sure what this location is", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBEX1", "latitude": "50.7009964", "longitude": "-3.5193221", "Address": "8 Dg Units Crofton Road, Marsh Barton,Exeter,,EX28QW", "city": "Exeter", "cityLabel": "Exeter", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBFAR", "latitude": "50.8615619", "longitude": "-1.2470638", "Address": "Unit C1 Segensworth, Business Centre,Fareham,,PO155RQ", "city": "Fareham", "cityLabel": "Fareham", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBGGW", "latitude": "55.875949", "longitude": "-4.323827", "Address": "Unit 1 Glasgow Trade Park, Lancaster Close Sherbur,Glasgow,,G696GA", "city": "Glasgow", "cityLabel": "Glasgow", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBHAM", "latitude": "52.5166808", "longitude": "-1.8875566", "Address": "Unit 10 Nobel Way,Birmingham,,B67EU", "city": "Birmingham", "cityLabel": "Birmingham", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBHAM", "latitude": "52.5166808", "longitude": "-1.8875566", "Address": "Unit 10 Nobel Way,Birmingham,,B67EU", "city": "Birmingham", "cityLabel": "Birmingham", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBLBZ", "latitude": "51.9069457", "longitude": "-0.6586017", "Address": "8 Chartmor Road,Leighton Buzzard,,LU74WG", "city": "Leighton Buzzard", "cityLabel": "Leighton Buzzard", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Leighton Buzzard Site 1", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBLEI", "latitude": "51.9068365", "longitude": "-0.6589784", "Address": "7 Chartmor Road,Leighton Buzzard,,LU74WG", "city": "Leighton Buzzard", "cityLabel": "Leighton Buzzard", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Leighton Buzzard Site 2", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBLEI", "latitude": "51.9068365", "longitude": "-0.6589784", "Address": "7 Chartmor Road,Leighton Buzzard,,LU74WG", "city": "Leighton Buzzard", "cityLabel": "Leighton Buzzard", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Leighton Buzzard Site 2", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBLGB", "latitude": "51.9061711", "longitude": "-0.6574287", "Address": "15a Chartmor Road,Leighton Buzzard,,LU74WG", "city": "Leighton Buzzard", "cityLabel": "Leighton Buzzard", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Leighton Buzzard Site 3", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBNPT", "latitude": "52.017", "longitude": "-4.833", "Address": "", "city": "Newport", "cityLabel": "Newport", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Not sure what this location is, we only have 1 facility in Newport", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBNPT", "latitude": "51.5726741", "longitude": "-2.9462629", "Address": "Unit 16 Leeway Court, Leeway Industrial Estate,Newport,,NP194SJ", "city": "Newport", "cityLabel": "Newport", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBNPT", "latitude": "52.783", "longitude": "-2.383", "Address": "", "city": "Newport", "cityLabel": "Newport", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Not sure what this location is, we only have 1 facility in Newport", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBNPT", "latitude": "50.701", "longitude": "-1.291", "Address": "", "city": "Newport", "cityLabel": "Newport", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Not sure what this location is, we only have 1 facility in Newport", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBNPT", "latitude": "53.763", "longitude": "-0.7", "Address": "", "city": "Newport", "cityLabel": "Newport", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Not sure what this location is, we only have 1 facility in Newport", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBNRM", "latitude": "53.7020695", "longitude": "-1.399675", "Address": "Unit 27 Normanton Business Park, Ripley Drive,Normanton,,WF61QT", "city": "Normanton", "cityLabel": "Normanton", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBNWM", "latitude": "52.2615388", "longitude": "0.3945738", "Address": "Unit 11 Acorn Business Park,Newmarket,,CB87SY", "city": "Newmarket", "cityLabel": "Newmarket", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBROC", "latitude": "55.275", "longitude": "-2.265", "Address": "", "city": "Rochester", "cityLabel": "Rochester", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Not sure what this location is, we only have 1 facility in Rochester", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBROC", "latitude": "51.3551519", "longitude": "0.4986546", "Address": "Unit 4 Rochester Airport, Estate 33 Laker Road,Rochester,,ME13QX", "city": "Rochester", "cityLabel": "Rochester", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBSIA", "latitude": "53.1222971", "longitude": "-1.3097799", "Address": "Nunn Brook Road,Sutton-In-Ashfield,,NG172HU", "city": "SUTTON-IN-ASHFIELD", "cityLabel": "SUTTON-IN-ASHFIELD", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBSIA", "latitude": "53.1222971", "longitude": "-1.3097799", "Address": "Nunn Brook Road,Sutton-In-Ashfield,,NG172HU", "city": "SUTTON-IN-ASHFIELD", "cityLabel": "SUTTON-IN-ASHFIELD", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBSWD", "latitude": "52.7706678", "longitude": "-1.5827479", "Address": "Unit H4 Gresley Business Park, Tetron Point Cadley,Swadlincote,,DE119GE", "city": "Swadlincote", "cityLabel": "Swadlincote", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBWHS", "latitude": "54.9102372", "longitude": "-1.5026429", "Address": "Unit 2 Glover Network Centre, Spire Road,Washington,,NE373HB", "city": "Washington", "cityLabel": "Washington", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBWHS", "latitude": "50.905", "longitude": "-0.406", "Address": "Unit 2 Glover Network Centre, Spire Road,Washington,,NE373HB", "city": "Washington", "cityLabel": "Washington", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Not sure what this location is, we only have 1 facility in Washington", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBWRR", "latitude": "53.405134", "longitude": "-2.5310063", "Address": "Unit 44\/45 Melford Court, Cheshire, Hardwick Grange,Warrington,,WA14RZ", "city": "Warrington", "cityLabel": "Warrington", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBWRR", "latitude": "52.184", "longitude": "-0.688", "Address": "Unit 44\/45 Melford Court, Cheshire, Hardwick Grange,Warrington,,WA14RZ", "city": "Warrington", "cityLabel": "Warrington", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Not sure what this location is, we only have 1 facility in Warrington", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "HUBOR", "latitude": "47.4469146", "longitude": "18.9629012", "Address": "Vasút u. 13,Budaörs,,2040", "city": "Budaors", "cityLabel": "Budaors", "region": "EUROPE", "regionLabel": "Europe", "Country": "Hungary", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Budaors - Pharma Park", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "HUBOR", "latitude": "47.4469146", "longitude": "18.9629012", "Address": "Vasút u. 13,Budaörs,,2040", "city": "Budaors", "cityLabel": "Budaors", "region": "EUROPE", "regionLabel": "Europe", "Country": "Hungary", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Budaors - Pharma Park", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "HUBOR", "latitude": "47.4469146", "longitude": "18.9629012", "Address": "Vasút u. 13,Budaörs,,2040", "city": "Budaors", "cityLabel": "Budaors", "region": "EUROPE", "regionLabel": "Europe", "Country": "Hungary", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Budaors - Pharma Park", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "HUBRS", "latitude": "47.4465618", "longitude": "18.9643994", "Address": "Vasút u. 11,Budaörs,,2040", "city": "Budaors", "cityLabel": "Budaors", "region": "EUROPE", "regionLabel": "Europe", "Country": "Hungary", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Budaors - Shark Park", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "HUBRS", "latitude": "47.4465618", "longitude": "18.9643994", "Address": "Vasút u. 11,Budaörs,,2040", "city": "Budaors", "cityLabel": "Budaors", "region": "EUROPE", "regionLabel": "Europe", "Country": "Hungary", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Budaors - Shark Park", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "HUBRS", "latitude": "47.4465618", "longitude": "18.9643994", "Address": "Vasút u. 11,Budaörs,,2040", "city": "Budaors", "cityLabel": "Budaors", "region": "EUROPE", "regionLabel": "Europe", "Country": "Hungary", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Budaors - Shark Park", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "HUORS", "latitude": "47.4469911", "longitude": "18.961907", "Address": "Vasút u. 1,Budaörs,,2040", "city": "Budaors", "cityLabel": "Budaors", "region": "EUROPE", "regionLabel": "Europe", "Country": "Hungary", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Budaors - Camel Park", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "HUORS", "latitude": "47.4469911", "longitude": "18.961907", "Address": "Vasút u. 1,Budaörs,,2040", "city": "Budaors", "cityLabel": "Budaors", "region": "EUROPE", "regionLabel": "Europe", "Country": "Hungary", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Budaors - Camel Park", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ILCST", "latitude": "41.9229588", "longitude": "-88.1032026", "Address": "775 East Drive,Carol Stream,IL,60188", "city": "Carol Stream", "cityLabel": "Carol Stream", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITFRM", "latitude": "42.0660179", "longitude": "12.3974419", "Address": "Via Formellese Km 4.3,Formello,Lazio,00060", "city": "Formello", "cityLabel": "Formello", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITFRM", "latitude": "42.0660179", "longitude": "12.3974419", "Address": "Via Formellese Km 4.3,Formello,Lazio,00060", "city": "Formello", "cityLabel": "Formello", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITFRM", "latitude": "42.0660179", "longitude": "12.3974419", "Address": "Via Formellese Km 4.3,Formello,Lazio,00060", "city": "Formello", "cityLabel": "Formello", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITFRM", "latitude": "42.0660179", "longitude": "12.3974419", "Address": "Via Formellese Km 4.3,Formello,Lazio,00060", "city": "Formello", "cityLabel": "Formello", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITLIS", "latitude": "45.4805221", "longitude": "9.3972323", "Address": "1\/3 Via del Lago,Milan,Lombardy,20060", "city": "Liscate", "cityLabel": "Liscate", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITLIS", "latitude": "45.4805221", "longitude": "9.3972323", "Address": "1\/3 Via del Lago,Milan,Lombardy,20060", "city": "Liscate", "cityLabel": "Liscate", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "KYDAL", "latitude": "38.1275239", "longitude": "-85.7384148", "Address": "1840 Outer Loop, Louisville, KY 40219", "city": "Louisville", "cityLabel": "Louisville", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Louisville - 1840 HC", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "KYDAL", "latitude": "38.1275239", "longitude": "-85.7384148", "Address": "1840 Outer Loop, Louisville, KY 40219", "city": "Louisville", "cityLabel": "Louisville", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "KYDAL", "latitude": "38.1275239", "longitude": "-85.7384148", "Address": "1840 Outer Loop, Louisville, KY 40219", "city": "Louisville", "cityLabel": "Louisville", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "KYGR5", "latitude": "38.254", "longitude": "-85.759", "Address": "", "city": "Louisville", "cityLabel": "Louisville", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Not sure what this facility is", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "KYLLL", "latitude": "38.254", "longitude": "-85.759", "Address": "", "city": "Louisville", "cityLabel": "Louisville", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Not sure what this facility is", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "KYLUV", "latitude": "38.1294755", "longitude": "-85.7311041", "Address": "1920 Outer Loop, Louisville, KY,40219", "city": "Louisville", "cityLabel": "Louisville", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Louisville - 1920 HC", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "KYLUV", "latitude": "38.1294755", "longitude": "-85.7311041", "Address": "1920 Outer Loop, Louisville, KY,40219", "city": "Louisville", "cityLabel": "Louisville", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "KYLUV", "latitude": "38.1294755", "longitude": "-85.7311041", "Address": "1920 Outer Loop, Louisville, KY,40219", "city": "Louisville", "cityLabel": "Louisville", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "KYNCR", "latitude": "38.1236932", "longitude": "-85.7801643", "Address": "6204 New Cut Rd, Suite 202,Louisville,KY,40118", "city": "Fairdale", "cityLabel": "Fairdale", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "New Cut I", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "KYNCR", "latitude": "38.1236932", "longitude": "-85.7801643", "Address": "6204 New Cut Rd, Suite 202,Louisville,KY,40118", "city": "Fairdale", "cityLabel": "Fairdale", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "KYNCR", "latitude": "38.1236932", "longitude": "-85.7801643", "Address": "6204 New Cut Rd, Suite 202,Louisville,KY,40118", "city": "Fairdale", "cityLabel": "Fairdale", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "New Cut I", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "KYOUT", "latitude": "38.129501", "longitude": "-85.733789", "Address": "1860 Outer Loop, Louisville, KY 40219", "city": "Louisville", "cityLabel": "Louisville", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Louisville - 1860 HC", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "KYSHP", "latitude": "37.9245666", "longitude": "-85.7021449", "Address": "5071 South Preston Highway,Shepherdsville,KY,40165", "city": "Shepherdsville", "cityLabel": "Shepherdsville", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "KYSPL", "latitude": "37.9245666", "longitude": "-85.7021449", "Address": "5071 South Preston Highway,Shepherdsville,KY,40165", "city": "Shepherdsville", "cityLabel": "Shepherdsville", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "KYSPL", "latitude": "37.9245666", "longitude": "-85.7021449", "Address": "5071 South Preston Highway,Shepherdsville,KY,40165", "city": "Shepherdsville", "cityLabel": "Shepherdsville", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "KYSPL", "latitude": "37.9245666", "longitude": "-85.7021449", "Address": "5071 South Preston Highway,Shepherdsville,KY,40165", "city": "Shepherdsville", "cityLabel": "Shepherdsville", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "KYUVW", "latitude": "38.1245273", "longitude": "-85.7818786", "Address": "6200 New Cut Rd,Louisville,KY,40118", "city": "Louisville", "cityLabel": "Louisville", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "20° -25°c CRT", "sub_environmentLabel": "20° -25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "New Cut II", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "KYVLE", "latitude": "38.1310766", "longitude": "-85.7316926", "Address": "2210 Outer Loop, Louisville, KY,40219", "city": "Louisville", "cityLabel": "Louisville", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Louisville - 2210 HC", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "KYVLE", "latitude": "38.1310766", "longitude": "-85.7316926", "Address": "2210 Outer Loop, Louisville, KY,40219", "city": "Louisville", "cityLabel": "Louisville", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "KYVLE", "latitude": "38.1310766", "longitude": "-85.7316926", "Address": "2210 Outer Loop, Louisville, KY,40219", "city": "Louisville", "cityLabel": "Louisville", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "KYVLL", "latitude": "38.1324471", "longitude": "-85.7262436", "Address": "2260 Outer Loop,Louisville, KY,40219", "city": "Louisville", "cityLabel": "Louisville", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "KYVLL", "latitude": "38.1324471", "longitude": "-85.7262436", "Address": "2260 Outer Loop,Louisville, KY,40219", "city": "Louisville", "cityLabel": "Louisville", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "KYVLL", "latitude": "38.1324471", "longitude": "-85.7262436", "Address": "2260 Outer Loop,Louisville, KY,40219", "city": "Louisville", "cityLabel": "Louisville", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "MXJMP", "latitude": "20.2793169", "longitude": "-101.0027166", "Address": "Av. Jesus Maria Pino Suarez S\/N, MZ 3 LT 9,El Sabino,Guanajuato,54750", "city": "Mexico City", "cityLabel": "Mexico City", "region": "LATAM", "regionLabel": "LATAM", "Country": "Mexico", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "MXJMP", "latitude": "20.2793169", "longitude": "-101.0027166", "Address": "Av. Jesus Maria Pino Suarez S\/N, MZ 3 LT 9,El Sabino,Guanajuato,54750", "city": "Mexico City", "cityLabel": "Mexico City", "region": "LATAM", "regionLabel": "LATAM", "Country": "Mexico", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "MYSHL", "latitude": "3.1077742", "longitude": "101.5533055", "Address": "No.21, Jalan Tiang U8\/93, Seksyen U8 Bukit Jelutong Industrial Park Shah Alam,Kuala Lumpur,Selangor,40150", "city": "Shah Alam", "cityLabel": "Shah Alam", "region": "APAC", "regionLabel": "APAC", "Country": "Malaysia", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NCDAM", "latitude": "35.9202862", "longitude": "-78.8844192", "Address": "2515 South Tri-Center Boulevard,Durham,NC,27713", "city": "Durham", "cityLabel": "Durham", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NCDAM", "latitude": "35.9202862", "longitude": "-78.8844192", "Address": "2515 South Tri-Center Boulevard,Durham,NC,27713", "city": "Durham", "cityLabel": "Durham", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NCDAM", "latitude": "35.9202862", "longitude": "-78.8844192", "Address": "2515 South Tri-Center Boulevard,Durham,NC,27713", "city": "Durham", "cityLabel": "Durham", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NCDAM", "latitude": "35.9202862", "longitude": "-78.8844192", "Address": "2515 South Tri-Center Boulevard,Durham,NC,27713", "city": "Durham", "cityLabel": "Durham", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NJ322", "latitude": "43.91869", "longitude": "-69.80116", "Address": "7 Gateway Blvd, Pedricktown, NJ 08067", "city": "Woolwich", "cityLabel": "Woolwich", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Not sure what this facility is", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NJ322", "latitude": "43.91869", "longitude": "-69.80116", "Address": "7 Gateway Blvd, Pedricktown, NJ 08067", "city": "Woolwich", "cityLabel": "Woolwich", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NJ322", "latitude": "43.91869", "longitude": "-69.80116", "Address": "7 Gateway Blvd, Pedricktown, NJ 08067", "city": "Woolwich", "cityLabel": "Woolwich", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NJLGN", "latitude": "39.766854", "longitude": "-75.3765595", "Address": "1130 Commerce Boulevard,Logan Township,NJ,08085", "city": "Beckett", "cityLabel": "Beckett", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15° -30°c CRT", "sub_environmentLabel": "15° -30°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NJOMN", "latitude": "39.7405424", "longitude": "-75.4160813", "Address": "7 Gateway Boulevard,Pedricktown,NJ,08067", "city": "OLDMANS TOWNSHIP", "cityLabel": "OLDMANS TOWNSHIP", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15° -30°c CRT", "sub_environmentLabel": "15° -30°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NJOMN", "latitude": "39.7405424", "longitude": "-75.4160813", "Address": "7 Gateway Boulevard,Pedricktown,NJ,08067", "city": "OLDMANS TOWNSHIP", "cityLabel": "OLDMANS TOWNSHIP", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "20° -25°c CRT", "sub_environmentLabel": "20° -25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NJOMN", "latitude": "39.7405424", "longitude": "-75.4160813", "Address": "7 Gateway Boulevard,Pedricktown,NJ,08067", "city": "OLDMANS TOWNSHIP", "cityLabel": "OLDMANS TOWNSHIP", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NLROM", "latitude": "51.4041642", "longitude": "6.074262", "Address": "Albert Einsteinweg 11,Roermond,,6045GX", "city": "Roermond", "cityLabel": "Roermond", "region": "EUROPE", "regionLabel": "Europe", "Country": "Netherlands", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "AEW (Roermond 1)", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NLROM", "latitude": "51.4041642", "longitude": "6.074262", "Address": "Albert Einsteinweg 11,Roermond,,6045GX", "city": "Roermond", "cityLabel": "Roermond", "region": "EUROPE", "regionLabel": "Europe", "Country": "Netherlands", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NLROM", "latitude": "51.4041642", "longitude": "6.074262", "Address": "Albert Einsteinweg 11,Roermond,,6045GX", "city": "Roermond", "cityLabel": "Roermond", "region": "EUROPE", "regionLabel": "Europe", "Country": "Netherlands", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NLROM", "latitude": "51.4041642", "longitude": "6.074262", "Address": "Albert Einsteinweg 11,Roermond,,6045GX", "city": "Roermond", "cityLabel": "Roermond", "region": "EUROPE", "regionLabel": "Europe", "Country": "Netherlands", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NLRRM", "latitude": "51.1675722", "longitude": "6.0348798", "Address": "Louis Pasteurweg 1,Roermond,,6045GW", "city": "Roermond", "cityLabel": "Roermond", "region": "EUROPE", "regionLabel": "Europe", "Country": "Netherlands", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "LPW (Roermond 2)", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NLRRM", "latitude": "51.1675722", "longitude": "6.0348798", "Address": "Louis Pasteurweg 1,Roermond,,6045GW", "city": "Roermond", "cityLabel": "Roermond", "region": "EUROPE", "regionLabel": "Europe", "Country": "Netherlands", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NLRRM", "latitude": "51.1675722", "longitude": "6.0348798", "Address": "Louis Pasteurweg 1,Roermond,,6045GW", "city": "Roermond", "cityLabel": "Roermond", "region": "EUROPE", "regionLabel": "Europe", "Country": "Netherlands", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NLVEO", "latitude": "51.4041642", "longitude": "6.074262", "Address": "Marco Poloweg 22-24,Venlo,,5928LE", "city": "Venlo", "cityLabel": "Venlo", "region": "EUROPE", "regionLabel": "Europe", "Country": "Netherlands", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NLVEO", "latitude": "51.4041642", "longitude": "6.074262", "Address": "Marco Poloweg 22-24,Venlo,,5928LE", "city": "Venlo", "cityLabel": "Venlo", "region": "EUROPE", "regionLabel": "Europe", "Country": "Netherlands", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NLVEO", "latitude": "51.4041642", "longitude": "6.074262", "Address": "Marco Poloweg 22-24,Venlo,,5928LE", "city": "Venlo", "cityLabel": "Venlo", "region": "EUROPE", "regionLabel": "Europe", "Country": "Netherlands", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NLVEO", "latitude": "51.4041642", "longitude": "6.074262", "Address": "Marco Poloweg 22-24,Venlo,,5928LE", "city": "Venlo", "cityLabel": "Venlo", "region": "EUROPE", "regionLabel": "Europe", "Country": "Netherlands", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NVACC", "latitude": "39.481016", "longitude": "-119.7640309", "Address": "4990 Air Center Circle,Reno,NV,89502", "city": "Reno", "cityLabel": "Reno", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Reno - Reno", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NVACC", "latitude": "39.481016", "longitude": "-119.7640309", "Address": "4990 Air Center Circle,Reno,NV,89502", "city": "Reno", "cityLabel": "Reno", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NVACC", "latitude": "39.481016", "longitude": "-119.7640309", "Address": "4990 Air Center Circle,Reno,NV,89502", "city": "Reno", "cityLabel": "Reno", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NVSTE", "latitude": "39.6470171", "longitude": "-119.8639826", "Address": "12055 Sage Point Court,Stead,NV,89506", "city": "Reno", "cityLabel": "Reno", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Reno - Stead", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NVSTE", "latitude": "39.6470171", "longitude": "-119.8639826", "Address": "12055 Sage Point Court,Stead,NV,89506", "city": "Reno", "cityLabel": "Reno", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NVSTE", "latitude": "39.6470171", "longitude": "-119.8639826", "Address": "12055 Sage Point Court,Stead,NV,89506", "city": "Reno", "cityLabel": "Reno", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NVSTE", "latitude": "39.6470171", "longitude": "-119.8639826", "Address": "12055 Sage Point Court,Stead,NV,89506", "city": "Reno", "cityLabel": "Reno", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "OH700", "latitude": "39.9662621", "longitude": "-83.1363997", "Address": "700 Manor Park Drive,Columbus,OH,43228", "city": "Columbus", "cityLabel": "Columbus", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "OH700", "latitude": "39.9662621", "longitude": "-83.1363997", "Address": "700 Manor Park Drive,Columbus,OH,43228", "city": "Columbus", "cityLabel": "Columbus", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ONBLN", "latitude": "43.371601", "longitude": "-79.7894592", "Address": "4071 North Service Rd.,Burlington,ON,L7L4X6", "city": "Burlington", "cityLabel": "Burlington", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Burlington 2", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ONBUL", "latitude": "43.3714576", "longitude": "-79.7868743", "Address": "1022 Champlain Avenue,Burlington,ON,L7L0C2", "city": "Burlington", "cityLabel": "Burlington", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Burlington 4", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ONBUL", "latitude": "43.3714576", "longitude": "-79.7868743", "Address": "1022 Champlain Avenue,Burlington,ON,L7L0C2", "city": "Burlington", "cityLabel": "Burlington", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Burlington 4", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ONBUL", "latitude": "43.3714576", "longitude": "-79.7868743", "Address": "1022 Champlain Avenue,Burlington,ON,L7L0C2", "city": "Burlington", "cityLabel": "Burlington", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Burlington 4", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ONBUR", "latitude": "43.3740964", "longitude": "-79.7897996", "Address": "4150 Mainway,Burlington,ON,L7L0A6", "city": "Burlington", "cityLabel": "Burlington", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Burlington 1 HC", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ONBUR", "latitude": "43.3740964", "longitude": "-79.7897996", "Address": "4150 Mainway,Burlington,ON,L7L0A6", "city": "Burlington", "cityLabel": "Burlington", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Burlington 1 HC", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ONBUR", "latitude": "43.3740964", "longitude": "-79.7897996", "Address": "4150 Mainway,Burlington,ON,L7L0A6", "city": "Burlington", "cityLabel": "Burlington", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Burlington 1 HC", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ONVAH", "latitude": "43.8012942", "longitude": "-79.5395369", "Address": "520 Applewood Crescent,Concord,ON,L4K4B4", "city": "Vaughan", "cityLabel": "Vaughan", "region": "N-America", "regionLabel": "North America", "Country": "Canada", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PA300", "latitude": "40.353446", "longitude": "-76.7398245", "Address": "300 Quality Circle,Harrisburg,PA,17112", "city": "Harrisburg", "cityLabel": "Harrisburg", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Harrisburg II", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PAFDM", "latitude": "40.6792901", "longitude": "-80.1516241", "Address": "114 Tri County Dr.,Freedom,PA,15042", "city": "Freedom", "cityLabel": "Freedom", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PAFDM", "latitude": "40.6792901", "longitude": "-80.1516241", "Address": "114 Tri County Dr.,Freedom,PA,15042", "city": "Freedom", "cityLabel": "Freedom", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PAFDM", "latitude": "40.6792901", "longitude": "-80.1516241", "Address": "114 Tri County Dr.,Freedom,PA,15042", "city": "Freedom", "cityLabel": "Freedom", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PAHAI", "latitude": "40.3534629", "longitude": "-76.7356361", "Address": "401 Quality Circle,Harrisburg,PA,17112", "city": "Harrisburg", "cityLabel": "Harrisburg", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Harrisburg I", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PAHAI", "latitude": "40.3534629", "longitude": "-76.7356361", "Address": "401 Quality Circle,Harrisburg,PA,17112", "city": "Harrisburg", "cityLabel": "Harrisburg", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PAHAI", "latitude": "40.3534629", "longitude": "-76.7356361", "Address": "401 Quality Circle,Harrisburg,PA,17112", "city": "Harrisburg", "cityLabel": "Harrisburg", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PKKRC", "latitude": "24.8392003", "longitude": "67.12093", "Address": "S1, Survey no 258, Sector-2, Korangi Industrial Area,Karachi,Singh,75600", "city": "Karachi", "cityLabel": "Karachi", "region": "APAC", "regionLabel": "APAC", "Country": "Pakistan", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PLBDZ", "latitude": "53.1010943", "longitude": "18.0152207", "Address": "Ostrodzka 22\/86,Bydgoszcz,,85184", "city": "Bydgoszcz", "cityLabel": "Bydgoszcz", "region": "EUROPE", "regionLabel": "Europe", "Country": "Poland", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PLBLN", "latitude": "52.2090151", "longitude": "20.570806", "Address": "Stefana Batorego 4 Pass,Blonie,,05870", "city": "BLONIE PASS", "cityLabel": "BLONIE PASS", "region": "EUROPE", "regionLabel": "Europe", "Country": "Poland", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Blonie I", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PLBLN", "latitude": "52.2090151", "longitude": "20.570806", "Address": "Stefana Batorego 4 Pass,Blonie,,05870", "city": "BLONIE PASS", "cityLabel": "BLONIE PASS", "region": "EUROPE", "regionLabel": "Europe", "Country": "Poland", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PLBLN", "latitude": "52.2090151", "longitude": "20.570806", "Address": "Stefana Batorego 4 Pass,Blonie,,05870", "city": "BLONIE PASS", "cityLabel": "BLONIE PASS", "region": "EUROPE", "regionLabel": "Europe", "Country": "Poland", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PLBLP", "latitude": "52.2059547", "longitude": "20.5722941", "Address": "Pass 28,Blonie,,05870", "city": "BLONIE PASS", "cityLabel": "BLONIE PASS", "region": "EUROPE", "regionLabel": "Europe", "Country": "Poland", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Blonie II", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PLBLP", "latitude": "52.2059547", "longitude": "20.5722941", "Address": "Pass 28,Blonie,,05870", "city": "BLONIE PASS", "cityLabel": "BLONIE PASS", "region": "EUROPE", "regionLabel": "Europe", "Country": "Poland", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PLBLW", "latitude": "51.0388858", "longitude": "16.9489167", "Address": "Logistyczna 2,Bielany Wroclawskie,,55040", "city": "Bielany Wroclawskie", "cityLabel": "Bielany Wroclawskie", "region": "EUROPE", "regionLabel": "Europe", "Country": "Poland", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PLBLW", "latitude": "51.0388858", "longitude": "16.9489167", "Address": "Logistyczna 2,Bielany Wroclawskie,,55040", "city": "Bielany Wroclawskie", "cityLabel": "Bielany Wroclawskie", "region": "EUROPE", "regionLabel": "Europe", "Country": "Poland", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PLBYK", "latitude": "53.163256", "longitude": "23.0921769", "Address": "Produkcyjna 92,Bialystok,,15680", "city": "Bialystok", "cityLabel": "Bialystok", "region": "EUROPE", "regionLabel": "Europe", "Country": "Poland", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PLLBN", "latitude": "51.1867707", "longitude": "22.6815867", "Address": "Kazimierzowka 156A,Swidnik, Glusk,,20151", "city": "Lublin", "cityLabel": "Lublin", "region": "EUROPE", "regionLabel": "Europe", "Country": "Poland", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PLLZ1", "latitude": "51.7414091", "longitude": "19.5414554", "Address": "Manewrowa 6\/10,Lodz,,92402", "city": "Lodz", "cityLabel": "Lodz", "region": "EUROPE", "regionLabel": "Europe", "Country": "Poland", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PLNIE", "latitude": "50.0354892", "longitude": "20.2047846", "Address": "Fabryczna 3,Niepolomice,,32005", "city": "Niepolomice", "cityLabel": "Niepolomice", "region": "EUROPE", "regionLabel": "Europe", "Country": "Poland", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PLOSY", "latitude": "50.752", "longitude": "19.267", "Address": "", "city": "Olsztyn", "cityLabel": "Olsztyn", "region": "EUROPE", "regionLabel": "Europe", "Country": "Poland", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Not sure what this location is, we only have 1 facility in Olsztyn", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PLOSY", "latitude": "53.7689339", "longitude": "20.4091832", "Address": "Sielska 45a,Olsztyn,,10801", "city": "Olsztyn", "cityLabel": "Olsztyn", "region": "EUROPE", "regionLabel": "Europe", "Country": "Poland", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PLPNN", "latitude": "52.4145393", "longitude": "16.8289657", "Address": "Bukowska 285,Poznan,,61249", "city": "Poznan", "cityLabel": "Poznan", "region": "EUROPE", "regionLabel": "Europe", "Country": "Poland", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PLPOL", "latitude": "50.672", "longitude": "17.925", "Address": "", "city": "Opole", "cityLabel": "Opole", "region": "EUROPE", "regionLabel": "Europe", "Country": "Poland", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Not sure what this location is", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PLPOL", "latitude": "50.672", "longitude": "17.925", "Address": "", "city": "Opole", "cityLabel": "Opole", "region": "EUROPE", "regionLabel": "Europe", "Country": "Poland", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Not sure what this location is", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PLROW", "latitude": "50.0728109", "longitude": "21.9587118", "Address": "Kapitalowa 3,Rzeszow,,36002", "city": "Rzeszow", "cityLabel": "Rzeszow", "region": "EUROPE", "regionLabel": "Europe", "Country": "Poland", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PLSEC", "latitude": "53.3839015", "longitude": "14.6451475", "Address": "Bagienna 37c,Szczecin,,70772", "city": "Szczecin", "cityLabel": "Szczecin", "region": "EUROPE", "regionLabel": "Europe", "Country": "Poland", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PLSIT", "latitude": "50.80949676", "longitude": "20.55316445", "Address": "Przemysłowa 7a, 26-052 Sitkówka Nowiny", "city": "SITKOWKA-NOWINY", "cityLabel": "SITKOWKA-NOWINY", "region": "EUROPE", "regionLabel": "Europe", "Country": "Poland", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Not sure what this location is", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PLSIT", "latitude": "50.80949676", "longitude": "20.55316445", "Address": "Przemysłowa 7a, 26-052 Sitkówka Nowiny", "city": "SITKOWKA-NOWINY", "cityLabel": "SITKOWKA-NOWINY", "region": "EUROPE", "regionLabel": "Europe", "Country": "Poland", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Not sure what this location is", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PLSSN", "latitude": "50.2602173", "longitude": "19.2022343", "Address": "Inwestycyjna,Sosnowiec,,42208", "city": "Sosnowiec", "cityLabel": "Sosnowiec", "region": "EUROPE", "regionLabel": "Europe", "Country": "Poland", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PLTCZ", "latitude": "54.0704399", "longitude": "18.7790859", "Address": "30 Stycznia 31,Tczew,,83110", "city": "Tczew", "cityLabel": "Tczew", "region": "EUROPE", "regionLabel": "Europe", "Country": "Poland", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PLZLA", "latitude": "51.9589747", "longitude": "15.5409566", "Address": "Gorzowska 10,Zielona Gora,,65127", "city": "Zielona Gora", "cityLabel": "Zielona Gora", "region": "EUROPE", "regionLabel": "Europe", "Country": "Poland", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PRSNJ", "latitude": "17.9774659", "longitude": "-66.297946", "Address": "Road 701 Km 0.5 (0.7) Building # 4 Industrial Park,Salinas,,00751", "city": "San Juan", "cityLabel": "San Juan", "region": "LATAM", "regionLabel": "LATAM", "Country": "Puerto Rico", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "SG1GU", "latitude": "1.3814962", "longitude": "104.0010972", "Address": "31 ALPS Ave,Singapore,,498784", "city": "Singapore", "cityLabel": "Singapore", "region": "APAC", "regionLabel": "APAC", "Country": "Singapore", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "Updated the Long\/Lat for more exact location", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "SG1GU", "latitude": "1.3814962", "longitude": "104.0010972", "Address": "31 ALPS Ave,Singapore,,498784", "city": "Singapore", "cityLabel": "Singapore", "region": "APAC", "regionLabel": "APAC", "Country": "Singapore", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "SG1GU", "latitude": "1.3814962", "longitude": "104.0010972", "Address": "31 ALPS Ave,Singapore,,498784", "city": "Singapore", "cityLabel": "Singapore", "region": "APAC", "regionLabel": "APAC", "Country": "Singapore", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "SGPRE", "latitude": "1.3814962", "longitude": "104.0010972", "Address": "31 ALPS Ave,Singapore,,498784", "city": "Singapore", "cityLabel": "Singapore", "region": "APAC", "regionLabel": "APAC", "Country": "Singapore", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "TNMEH", "latitude": "35.0858001", "longitude": "-89.9995269", "Address": "1910 Danielson Place,Memphis,TN,38114", "city": "Memphis", "cityLabel": "Memphis", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "TNMEH", "latitude": "35.0858001", "longitude": "-89.9995269", "Address": "1910 Danielson Place,Memphis,TN,38114", "city": "Memphis", "cityLabel": "Memphis", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "TNMEH", "latitude": "35.0858001", "longitude": "-89.9995269", "Address": "1910 Danielson Place,Memphis,TN,38114", "city": "Memphis", "cityLabel": "Memphis", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "TXFTH", "latitude": "32.9733149", "longitude": "-97.2529864", "Address": "13501 Independence Parkway,Fort Worth, TX,76177", "city": "FT. WORTH", "cityLabel": "FT. WORTH", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "TXFTH", "latitude": "32.9733149", "longitude": "-97.2529864", "Address": "13501 Independence Parkway,Fort Worth, TX,76177", "city": "FT. WORTH", "cityLabel": "FT. WORTH", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "TXFTH", "latitude": "32.9733149", "longitude": "-97.2529864", "Address": "13501 Independence Parkway,Fort Worth, TX,76177", "city": "FT. WORTH", "cityLabel": "FT. WORTH", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "KRINC", "latitude": "37.46947191", "longitude": "126.460246", "Address": "Incheon TJ Logistics Center, 1549-1 Oryu-dong, Seo-gu, Incheon City, Seoul, South Korea Incheon City Incheon 22849", "city": "Incheon City", "cityLabel": "Incheon City", "region": "APAC", "regionLabel": "APAC", "Country": "South Korea", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "SGSIN", "latitude": "1.3325837", "longitude": "103.9016449", "Address": "4 Kaki Bukit Avenue 1, #05-07\/08 Singapore 417939 Singapore Singapore 417939", "city": "Singapore", "cityLabel": "Singapore", "region": "APAC", "regionLabel": "APAC", "Country": "Singapore", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "DEKEL", "latitude": "50.0548121", "longitude": "8.4768061", "Address": "Mönchhofallee 13, Kelsterbach Hessen 65451", "city": "Kelsterbach", "cityLabel": "Kelsterbach", "region": "EUROPE", "regionLabel": "Europe", "Country": "Germany", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "RUMOS", "latitude": "55.9209024", "longitude": "37.4120988", "Address": "24 Vashutinskoye shosse Moscow Central Federal District 141400", "city": "Moscow", "cityLabel": "Moscow", "region": "EUROPE", "regionLabel": "Europe", "Country": "Russia", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ARBUE", "latitude": "-34.4602915", "longitude": "-58.7179207", "Address": "The Silo Building, Av Olivos, 3140, Tortuguitas Provincia de Buenos Aires Buenos Aires Autonomous City of Buenos Aires B1667AST", "city": "Buenos Aires", "cityLabel": "Buenos Aires", "region": "LATAM", "regionLabel": "LATAM", "Country": "Argentina", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "BRSAO", "latitude": "-23.6588226", "longitude": "-46.666127", "Address": "Avenida Vereador João de Luca, 1810 Sao Paulo Sao Paulo 04381-001", "city": "Sao Paulo", "cityLabel": "Sao Paulo", "region": "LATAM", "regionLabel": "LATAM", "Country": "Brazil", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "MXMEX", "latitude": "19.4943676", "longitude": "-99.165273", "Address": "Poniente 134, No. 702, Building D ` Mexico City Delegacion Azcapotzalco 02300", "city": "Mexico City", "cityLabel": "Mexico City", "region": "LATAM", "regionLabel": "LATAM", "Country": "Mexico", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITMAL", "latitude": "40.0640131", "longitude": "-75.5449256", "Address": "Unit 55, Great Valley Parkway Malvern PA 19355", "city": "Malvern", "cityLabel": "Malvern", "region": "N-America", "regionLabel": "North America", "Country": "Italy", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITMAL", "latitude": "40.0640747", "longitude": "-75.5446825", "Address": "Unit 57, Great Valley Parkway Malvern PA 19355", "city": "Malvern", "cityLabel": "Malvern", "region": "N-America", "regionLabel": "North America", "Country": "Italy", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "USFAI", "latitude": "38.12", "longitude": "-85.78", "Address": "6200 New Cut Road, Dock 2224 and 2225 Fairdale KY 40118", "city": "Fairdale", "cityLabel": "Fairdale", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "USBUR", "latitude": "43.37", "longitude": "-79.79", "Address": "4150 Mainway Burlington ON  L7L 0A6", "city": "Burlington", "cityLabel": "Burlington", "region": "N-America", "regionLabel": "North America", "Country": "United States", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "Marken", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITSPI", "latitude": "45.395229", "longitude": "9.50621", "Address": "Via Madonna del Bosco 7A - 7B - 7C - 7D, 26016, Spino d'Adda (CR)", "city": "Spino d'Adda (CR)", "cityLabel": "Spino d'Adda (CR)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITSPI", "latitude": "45.395229", "longitude": "9.50621", "Address": "Via Madonna del Bosco 7A - 7B - 7C - 7D, 26016, Spino d'Adda (CR)", "city": "Spino d'Adda (CR)", "cityLabel": "Spino d'Adda (CR)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITSPI", "latitude": "45.395229", "longitude": "9.50621", "Address": "Via Madonna del Bosco 7A - 7B - 7C - 7D, 26016, Spino d'Adda (CR)", "city": "Spino d'Adda (CR)", "cityLabel": "Spino d'Adda (CR)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITVAP", "latitude": "45.569672", "longitude": "9.51663", "Address": "Via Campo Cioso 125, 20069, Vaprio d'Adda (MI)", "city": "Vaprio d'Adda (MI)", "cityLabel": "Vaprio d'Adda (MI)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITVAP", "latitude": "45.569672", "longitude": "9.51663", "Address": "Via Campo Cioso 125, 20069, Vaprio d'Adda (MI)", "city": "Vaprio d'Adda (MI)", "cityLabel": "Vaprio d'Adda (MI)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITVAP", "latitude": "45.569672", "longitude": "9.51663", "Address": "Via Campo Cioso 125, 20069, Vaprio d'Adda (MI)", "city": "Vaprio d'Adda (MI)", "cityLabel": "Vaprio d'Adda (MI)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITNOG", "latitude": "45.27919", "longitude": "10.8614", "Address": "Via Adige, 38, 37060, Nogarole Rocca (VR)", "city": "Nogarole Rocca (VR)", "cityLabel": "Nogarole Rocca (VR)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITNOG", "latitude": "45.27919", "longitude": "10.8614", "Address": "Via Adige, 38, 37060, Nogarole Rocca (VR)", "city": "Nogarole Rocca (VR)", "cityLabel": "Nogarole Rocca (VR)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITNOG", "latitude": "45.27919", "longitude": "10.8614", "Address": "Via Adige, 38, 37060, Nogarole Rocca (VR)", "city": "Nogarole Rocca (VR)", "cityLabel": "Nogarole Rocca (VR)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITCOR", "latitude": "41.1526", "longitude": "16.39928", "Address": "Contrada La Botte snc, 70033, Corato (BA)", "city": "Corato (BA)", "cityLabel": "Corato (BA)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITCOR", "latitude": "41.1526", "longitude": "16.39928", "Address": "Contrada La Botte snc, 70033, Corato (BA)", "city": "Corato (BA)", "cityLabel": "Corato (BA)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITTRU", "latitude": "45.47838", "longitude": "9.43898", "Address": "Via Monte Bianco SNC, 20060, Truccazzano (MI)", "city": "Truccazzano (MI)", "cityLabel": "Truccazzano (MI)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITTRU", "latitude": "45.47838", "longitude": "9.43898", "Address": "Via Monte Bianco SNC, 20060, Truccazzano (MI)", "city": "Truccazzano (MI)", "cityLabel": "Truccazzano (MI)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITTRU", "latitude": "45.47838", "longitude": "9.43898", "Address": "Via Monte Bianco SNC, 20060, Truccazzano (MI)", "city": "Truccazzano (MI)", "cityLabel": "Truccazzano (MI)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITMIR", "latitude": "44.86606", "longitude": "11.06193", "Address": "Via di Mezzo 27-29-31, 41037, Mirandola (MO)", "city": "Mirandola (MO)", "cityLabel": "Mirandola (MO)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITMIR", "latitude": "44.86606", "longitude": "11.06193", "Address": "Via di Mezzo 27-29-31, 41037, Mirandola (MO)", "city": "Mirandola (MO)", "cityLabel": "Mirandola (MO)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITMIR", "latitude": "44.86606", "longitude": "11.06193", "Address": "Via di Mezzo 27-29-31, 41037, Mirandola (MO)", "city": "Mirandola (MO)", "cityLabel": "Mirandola (MO)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITMON", "latitude": "42.07306", "longitude": "12.59817", "Address": "Via Leonardo Da Vinci 10, 00015, Monterotondo (RM)", "city": "Monterotondo (RM)", "cityLabel": "Monterotondo (RM)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITMON", "latitude": "42.07306", "longitude": "12.59817", "Address": "Via Leonardo Da Vinci 10, 00015, Monterotondo (RM)", "city": "Monterotondo (RM)", "cityLabel": "Monterotondo (RM)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITSOR", "latitude": "45.28686", "longitude": "9.87274", "Address": "Via Bruciate 36 \/ Via Biasini 26, 26015, Soresina (CR)", "city": "Soresina (CR)", "cityLabel": "Soresina (CR)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITSOR", "latitude": "45.28686", "longitude": "9.87274", "Address": "Via Bruciate 36 \/ Via Biasini 26, 26015, Soresina (CR)", "city": "Soresina (CR)", "cityLabel": "Soresina (CR)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITTOR", "latitude": "44.975", "longitude": "7.38024", "Address": "Strada Decima 44 Interporto Nord, 10137 Torino (TO)", "city": "Torino (TO)", "cityLabel": "Torino (TO)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITTOR", "latitude": "44.975", "longitude": "7.38024", "Address": "Strada Decima 44 Interporto Nord, 10137 Torino (TO)", "city": "Torino (TO)", "cityLabel": "Torino (TO)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITSES", "latitude": "43.83576", "longitude": "11.19069", "Address": "Via delle Calandre, 107, 50019 Sesto Fiorentino (FI)", "city": "Sesto Fiorentino (FI)", "cityLabel": "Sesto Fiorentino (FI)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITSES", "latitude": "43.83576", "longitude": "11.19069", "Address": "Via delle Calandre, 107, 50019 Sesto Fiorentino (FI)", "city": "Sesto Fiorentino (FI)", "cityLabel": "Sesto Fiorentino (FI)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITCAS", "latitude": "44.56198", "longitude": "11.36348", "Address": "Via A. Marabini 8, 40013 Zona Artigianale BO", "city": "Castel Maggiore (BO)", "cityLabel": "Castel Maggiore (BO)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITMAR", "latitude": "41.01151", "longitude": "14.3065", "Address": "SP335, Km. 27.200, 81025 Zona Industriale Marcianise Nord, Marcianise (CE)", "city": "Marcianise (CE)", "cityLabel": "Marcianise (CE)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITMAR", "latitude": "41.01151", "longitude": "14.3065", "Address": "SP335, Km. 27.200, 81025 Zona Industriale Marcianise Nord, Marcianise (CE)", "city": "Marcianise (CE)", "cityLabel": "Marcianise (CE)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITPOM", "latitude": "41.68334", "longitude": "12.51131", "Address": "Via Campobello, 1, 00071 Pomezia RM", "city": "Pomezia (RM)", "cityLabel": "Pomezia (RM)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITPOM", "latitude": "41.68334", "longitude": "12.51131", "Address": "Via Campobello, 1, 00071 Pomezia RM", "city": "Pomezia (RM)", "cityLabel": "Pomezia (RM)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITCAS", "latitude": "43.58836", "longitude": "10.994", "Address": "Via J. Mendel, 50051 Castelfiorentino (FI)", "city": "Castelfiorentino (FI)", "cityLabel": "Castelfiorentino (FI)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITSAN", "latitude": "41.45132", "longitude": "12.62966", "Address": "0071 Santa Palomba RM", "city": "Santa Palomba (RM)", "cityLabel": "Santa Palomba (RM)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITSET", "latitude": "45.47805", "longitude": "9.0704", "Address": "Via E. Fermi 36 \/ Via Andrea Maria Ampere 12, 20019 Settimo Milanese MI", "city": "Settimo Milanese (MI)", "cityLabel": "Settimo Milanese (MI)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITSET", "latitude": "45.47805", "longitude": "9.0704", "Address": "Via E. Fermi 36 \/ Via Andrea Maria Ampere 12, 20019 Settimo Milanese MI", "city": "Settimo Milanese (MI)", "cityLabel": "Settimo Milanese (MI)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITARE", "latitude": "45.56185", "longitude": "9.0562", "Address": "viale Giuseppe Eugenio Luraghi, 20020 Arese (MI)", "city": "Arese (MI)", "cityLabel": "Arese (MI)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITPAD", "latitude": "45.39641", "longitude": "11.93833", "Address": "Corso Stati Uniti, 9, 35127 Padova, PD", "city": "Padova (PD)", "cityLabel": "Padova (PD)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITBOL", "latitude": "44.61475", "longitude": "11.37504", "Address": "Bologna Interporto, 40010 Bentivoglio (BO)", "city": "Bologna (BO)", "cityLabel": "Bologna (BO)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITBOL", "latitude": "44.61475", "longitude": "11.37504", "Address": "Bologna Interporto, 40010 Bentivoglio (BO)", "city": "Bologna (BO)", "cityLabel": "Bologna (BO)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITPOZ", "latitude": "45.51238", "longitude": "9.44445", "Address": "SP103, 13, 20060 Pozzuolo Martesana MI", "city": "Pozzuolo Martesana (MI)", "cityLabel": "Pozzuolo Martesana (MI)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITPOZ", "latitude": "45.51238", "longitude": "9.44445", "Address": "SP103, 13, 20060 Pozzuolo Martesana MI", "city": "Pozzuolo Martesana (MI)", "cityLabel": "Pozzuolo Martesana (MI)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITPOZ", "latitude": "45.51238", "longitude": "9.44445", "Address": "SP103, 13, 20060 Pozzuolo Martesana MI", "city": "Pozzuolo Martesana (MI)", "cityLabel": "Pozzuolo Martesana (MI)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITPES", "latitude": "45.43293", "longitude": "9.28591", "Address": "Via Tobagi, 8\/3, 20069 Peschiera Borromeo (MI)", "city": "Peschiera Borromeo (MI)", "cityLabel": "Peschiera Borromeo (MI)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITPES", "latitude": "45.43293", "longitude": "9.28591", "Address": "Via Tobagi, 8\/3, 20069 Peschiera Borromeo (MI)", "city": "Peschiera Borromeo (MI)", "cityLabel": "Peschiera Borromeo (MI)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITPES", "latitude": "45.43293", "longitude": "9.28591", "Address": "Via Tobagi, 8\/3, 20069 Peschiera Borromeo (MI)", "city": "Peschiera Borromeo (MI)", "cityLabel": "Peschiera Borromeo (MI)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITPAN", "latitude": "45.43697", "longitude": "9.34863", "Address": "Via volontari del sangue 8, 20090 Pantigliate (MI)", "city": "Pantigliate (MI)", "cityLabel": "Pantigliate (MI)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITROM", "latitude": "41.92643", "longitude": "12.6259", "Address": "via Amaseno, 23, 00131 Roma (RM)", "city": "Roma (RM)", "cityLabel": "Roma (RM)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITCAS", "latitude": "40.91609", "longitude": "14.2464", "Address": "Via provinciale Melitiello, 80025 Casandriello (NA)", "city": "Casandrino (NA)", "cityLabel": "Casandrino (NA)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ITCAS", "latitude": "41.048", "longitude": "14.2766", "Address": "Via C.A. Della Chiesa, 81050 Portico di Caserta (NA)", "city": "Caserta (CE)", "cityLabel": "Caserta (CE)", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "ESSAN", "latitude": "40.6516452", "longitude": "-3.5967092", "Address": "C\/ La Lobera, S\/N Polg. Ind. Sur Ctra. A1 salida 30 28750", "city": "San Agustin de Guadalix", "cityLabel": "San Agustin de Guadalix", "region": "EUROPE", "regionLabel": "Europe", "Country": "Spain", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXSAN", "latitude": "40.6516452", "longitude": "-3.5967092", "Address": "C\/ La Lobera, S\/N Polg. Ind. Sur Ctra. A1 salida 30 28750", "city": "San Agustin de Guadalix", "cityLabel": "San Agustin de Guadalix", "region": "EUROPE", "regionLabel": "Europe", "Country": "Spain", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXSAN", "latitude": "40.6516452", "longitude": "-3.5967092", "Address": "C\/ La Lobera, S\/N Polg. Ind. Sur Ctra. A1 salida 30 28750", "city": "San Agustin de Guadalix", "cityLabel": "San Agustin de Guadalix", "region": "EUROPE", "regionLabel": "Europe", "Country": "Spain", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXSAN", "latitude": "40.6516452", "longitude": "-3.5967092", "Address": "C\/ La Lobera, S\/N Polg. Ind. Sur Ctra. A1 salida 30 28750", "city": "San Agustin de Guadalix", "cityLabel": "San Agustin de Guadalix", "region": "EUROPE", "regionLabel": "Europe", "Country": "Spain", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXSPM", "latitude": "41.5550828", "longitude": "2.1847221", "Address": "c\/ Berguedà 23; CP 08130 - Santa Perpètua de Mogoda (Barcelona)", "city": "Santa Perpetua de Mogoda", "cityLabel": "Santa Perpetua de Mogoda", "region": "EUROPE", "regionLabel": "Europe", "Country": "Spain", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXSPM", "latitude": "41.5550828", "longitude": "2.1847221", "Address": "c\/ Berguedà 23; CP 08130 - Santa Perpètua de Mogoda (Barcelona)", "city": "Santa Perpetua de Mogoda", "cityLabel": "Santa Perpetua de Mogoda", "region": "EUROPE", "regionLabel": "Europe", "Country": "Spain", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXPOL", "latitude": "41.55325", "longitude": "2.16818", "Address": "c\/ Tramuntana 10-16; CP 08213 - Polinyà (Barcelona)", "city": "Polinya", "cityLabel": "Polinya", "region": "EUROPE", "regionLabel": "Europe", "Country": "Spain", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXPOL", "latitude": "41.55325", "longitude": "2.16818", "Address": "c\/ Tramuntana 10-16; CP 08213 - Polinyà (Barcelona)", "city": "Polinya", "cityLabel": "Polinya", "region": "EUROPE", "regionLabel": "Europe", "Country": "Spain", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXLLI", "latitude": "41.6029934", "longitude": "2.260691", "Address": "Avda. Can Montcau 1-3-5 Parcela -A , Sector Can Montcau-Can Malé; CP 08186 - Lliçà d’Amunt (Barcelona)", "city": "Lliça d'Amunt", "cityLabel": "Lliça d'Amunt", "region": "EUROPE", "regionLabel": "Europe", "Country": "Spain", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXLLI", "latitude": "41.6029934", "longitude": "2.260691", "Address": "Avda. Can Montcau 1-3-5 Parcela -A , Sector Can Montcau-Can Malé; CP 08186 - Lliçà d’Amunt (Barcelona)", "city": "Lliça d'Amunt", "cityLabel": "Lliça d'Amunt", "region": "EUROPE", "regionLabel": "Europe", "Country": "Spain", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXLLI", "latitude": "41.6029934", "longitude": "2.260691", "Address": "Avda. Can Montcau 1-3-5 Parcela -A , Sector Can Montcau-Can Malé; CP 08186 - Lliçà d’Amunt (Barcelona)", "city": "Lliça d'Amunt", "cityLabel": "Lliça d'Amunt", "region": "EUROPE", "regionLabel": "Europe", "Country": "Spain", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "FRBUS", "latitude": "48.8308152", "longitude": "2.7147916", "Address": "6 Avenuce de l'Europe, 77600 Bussy-Saint-Georges", "city": "Bussy Saint Georges", "cityLabel": "Bussy Saint Georges", "region": "EUROPE", "regionLabel": "Europe", "Country": "France", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "BEHEI", "latitude": "51.0645377", "longitude": "4.6964861", "Address": "Impulsstraat 6a, 2220 Heist-op-den-Berg", "city": "Heist-op-den-berg", "cityLabel": "Heist-op-den-berg", "region": "EUROPE", "regionLabel": "Europe", "Country": "Belgium", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NLEIN", "latitude": "51.4744865", "longitude": "5.4174385", "Address": "Mispelhoefstraat 11, 5651 GK, Eindhoven", "city": "Eindhoven", "cityLabel": "Eindhoven", "region": "EUROPE", "regionLabel": "Europe", "Country": "Netherlands", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NLEIN", "latitude": "51.4744865", "longitude": "5.4174385", "Address": "Mispelhoefstraat 11, 5651 GK, Eindhoven", "city": "Eindhoven", "cityLabel": "Eindhoven", "region": "EUROPE", "regionLabel": "Europe", "Country": "Netherlands", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "NLEIN", "latitude": "51.4744865", "longitude": "5.4174385", "Address": "Mispelhoefstraat 11, 5651 GK, Eindhoven", "city": "Eindhoven", "cityLabel": "Eindhoven", "region": "EUROPE", "regionLabel": "Europe", "Country": "Netherlands", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "GBSTE", "latitude": "51.9252479", "longitude": "-0.1676518", "Address": "4 Eastman Way, Stevenage Business Park, Stevenage, Hertfordshire, SG1 4SZ, UK", "city": "Stevenage", "cityLabel": "Stevenage", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXTUZ", "latitude": "40.8698344", "longitude": "29.3388515", "Address": "3 No'lu Kapı Tabakhane Cad. No:6 Alt Kat Tuzla,Istanbul-Turkiye,34956", "city": "Tuzla", "cityLabel": "Tuzla", "region": "EUROPE", "regionLabel": "Europe", "Country": "Bosnia and Herzegovina", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXTUZ", "latitude": "40.8698344", "longitude": "29.3388515", "Address": "3 No'lu Kapı Tabakhane Cad. No:6 Alt Kat Tuzla,Istanbul-Turkiye,34956", "city": "Tuzla", "cityLabel": "Tuzla", "region": "EUROPE", "regionLabel": "Europe", "Country": "Bosnia and Herzegovina", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXTUZ", "latitude": "40.8736183", "longitude": "29.3417415", "Address": "3 No'lu Kapı Tabakhane Cad. No:8 Tuzla,Istanbul-Turkiye,34956", "city": "Tuzla", "cityLabel": "Tuzla", "region": "EUROPE", "regionLabel": "Europe", "Country": "Bosnia and Herzegovina", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXTUZ", "latitude": "40.8736183", "longitude": "29.3417415", "Address": "3 No'lu Kapı Tabakhane Cad. No:8 Tuzla,Istanbul-Turkiye,34956", "city": "Tuzla", "cityLabel": "Tuzla", "region": "EUROPE", "regionLabel": "Europe", "Country": "Bosnia and Herzegovina", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXTUZ", "latitude": "40.8698344", "longitude": "29.3388515", "Address": "3 No'lu Kapı Tabakhane Cad. No:6 Üst Kat Tuzla,Istanbul-Turkiye,34956", "city": "Tuzla", "cityLabel": "Tuzla", "region": "EUROPE", "regionLabel": "Europe", "Country": "Bosnia and Herzegovina", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXTUZ", "latitude": "40.8698344", "longitude": "29.3388515", "Address": "3 No'lu Kapı Tabakhane Cad. No:6 Üst Kat Tuzla,Istanbul-Turkiye,34956", "city": "Tuzla", "cityLabel": "Tuzla", "region": "EUROPE", "regionLabel": "Europe", "Country": "Bosnia and Herzegovina", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "RUCHA", "latitude": "55.99069667", "longitude": "37.41037529", "Address": "Industrial park Sherizon-Nord property 3, building 3 Solnechnogorsk district, MOSCOW REGION, 141580", "city": "Chashnikovo", "cityLabel": "Chashnikovo", "region": "EUROPE", "regionLabel": "Europe", "Country": "Russia", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "RUCHA", "latitude": "55.99069667", "longitude": "37.41037529", "Address": "Industrial park Sherizon-Nord property 3, building 3 Solnechnogorsk district, MOSCOW REGION, 141580", "city": "Chashnikovo", "cityLabel": "Chashnikovo", "region": "EUROPE", "regionLabel": "Europe", "Country": "Russia", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "BRITA", "latitude": "-23.5223048", "longitude": "-46.9423038", "Address": "Av. Portugal, 1100, Itaqui, Itapevi - SP - Cep:06690-280", "city": "Itapevi", "cityLabel": "Itapevi", "region": "LATAM", "regionLabel": "LATAM", "Country": "Brazil", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "BRITA", "latitude": "-23.5223048", "longitude": "-46.9423038", "Address": "Av. Portugal, 1100, Itaqui, Itapevi - SP - Cep:06690-280", "city": "Itapevi", "cityLabel": "Itapevi", "region": "LATAM", "regionLabel": "LATAM", "Country": "Brazil", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "BRITA", "latitude": "-23.5223048", "longitude": "-46.9423038", "Address": "Av. Portugal, 1100, Itaqui, Itapevi - SP - Cep:06690-280", "city": "Itapevi", "cityLabel": "Itapevi", "region": "LATAM", "regionLabel": "LATAM", "Country": "Brazil", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "BRITA", "latitude": "-26.9505981", "longitude": "-48.7510918", "Address": "Rua Vereador Germano Luiz Vieira, 500, Parte 3-X, Bairro Itaipava, Itajaí - SC", "city": "Itajai", "cityLabel": "Itajai", "region": "LATAM", "regionLabel": "LATAM", "Country": "Brazil", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "BRITA", "latitude": "-26.9505981", "longitude": "-48.7510918", "Address": "Rua Vereador Germano Luiz Vieira, 500, Parte 3-X, Bairro Itaipava, Itajaí - SC", "city": "Itajai", "cityLabel": "Itajai", "region": "LATAM", "regionLabel": "LATAM", "Country": "Brazil", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "BRITA", "latitude": "-26.9505981", "longitude": "-48.7510918", "Address": "Rua Vereador Germano Luiz Vieira, 500, Parte 3-X, Bairro Itaipava, Itajaí - SC", "city": "Itajai", "cityLabel": "Itajai", "region": "LATAM", "regionLabel": "LATAM", "Country": "Brazil", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXQUI", "latitude": "-0.115700071", "longitude": "-78.47566768", "Address": "Av. de Las Avellanas E7-40 y Los Cipreses, sector La Cristianía", "city": "Quito: Avellanas y Cipreses", "cityLabel": "Quito: Avellanas y Cipreses", "region": "LATAM", "regionLabel": "LATAM", "Country": "Ecuador", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXQUI", "latitude": "-0.115700071", "longitude": "-78.47566768", "Address": "Av. de Las Avellanas E7-40 y Los Cipreses, sector La Cristianía", "city": "Quito: Avellanas y Cipreses", "cityLabel": "Quito: Avellanas y Cipreses", "region": "LATAM", "regionLabel": "LATAM", "Country": "Ecuador", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXQUI", "latitude": "-0.115700071", "longitude": "-78.47566768", "Address": "Av. de Las Avellanas E7-40 y Los Cipreses, sector La Cristianía", "city": "Quito: Avellanas y Cipreses", "cityLabel": "Quito: Avellanas y Cipreses", "region": "LATAM", "regionLabel": "LATAM", "Country": "Ecuador", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXQUI", "latitude": "-0.116306984", "longitude": "-78.4751518", "Address": "Los Eucaliptos E4-39 y Los Cipreses, sector La Cristianía", "city": "Quito: Eucaliptos y Cipreses", "cityLabel": "Quito: Eucaliptos y Cipreses", "region": "LATAM", "regionLabel": "LATAM", "Country": "Ecuador", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXQUI", "latitude": "-0.116306984", "longitude": "-78.4751518", "Address": "Los Eucaliptos E4-39 y Los Cipreses, sector La Cristianía", "city": "Quito: Eucaliptos y Cipreses", "cityLabel": "Quito: Eucaliptos y Cipreses", "region": "LATAM", "regionLabel": "LATAM", "Country": "Ecuador", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXQUI", "latitude": "-0.116306984", "longitude": "-78.4751518", "Address": "Los Eucaliptos E4-39 y Los Cipreses, sector La Cristianía", "city": "Quito: Eucaliptos y Cipreses", "cityLabel": "Quito: Eucaliptos y Cipreses", "region": "LATAM", "regionLabel": "LATAM", "Country": "Ecuador", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXGUA", "latitude": "-2.115643269", "longitude": "-79.94325889", "Address": "Quinquellas y Acacias lotización industrial mz 9 solar 6 Guayaquil", "city": "Guayaquil Quinquellas y Acacias", "cityLabel": "Guayaquil Quinquellas y Acacias", "region": "LATAM", "regionLabel": "LATAM", "Country": "Ecuador", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXGUA", "latitude": "-2.115643269", "longitude": "-79.94325889", "Address": "Quinquellas y Acacias lotización industrial mz 9 solar 6 Guayaquil", "city": "Guayaquil Quinquellas y Acacias", "cityLabel": "Guayaquil Quinquellas y Acacias", "region": "LATAM", "regionLabel": "LATAM", "Country": "Ecuador", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXGUA", "latitude": "-2.115643269", "longitude": "-79.94325889", "Address": "Quinquellas y Acacias lotización industrial mz 9 solar 6 Guayaquil", "city": "Guayaquil Quinquellas y Acacias", "cityLabel": "Guayaquil Quinquellas y Acacias", "region": "LATAM", "regionLabel": "LATAM", "Country": "Ecuador", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXGUA", "latitude": "-2.122664926", "longitude": "-79.94326037", "Address": "4Quinquellas y Honorato Vásquez - lotización industrial INMACOSA mz 24 solar 14-1", "city": "Guayaquil Quinquellas y Honorato Vásquez", "cityLabel": "Guayaquil Quinquellas y Honorato Vásquez", "region": "LATAM", "regionLabel": "LATAM", "Country": "Ecuador", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXCUE", "latitude": "-2.88401", "longitude": "-78.98182", "Address": "Gil Ramírez Dávalos y El Pedregal, bodegas Ugalde", "city": "CUENCA", "cityLabel": "CUENCA", "region": "LATAM", "regionLabel": "LATAM", "Country": "Ecuador", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXCUE", "latitude": "-2.88401", "longitude": "-78.98182", "Address": "Gil Ramírez Dávalos y El Pedregal, bodegas Ugalde", "city": "CUENCA", "cityLabel": "CUENCA", "region": "LATAM", "regionLabel": "LATAM", "Country": "Ecuador", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXCUE", "latitude": "-2.88401", "longitude": "-78.98182", "Address": "Gil Ramírez Dávalos y El Pedregal, bodegas Ugalde", "city": "CUENCA", "cityLabel": "CUENCA", "region": "LATAM", "regionLabel": "LATAM", "Country": "Ecuador", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXSAN", "latitude": "-33.4087654", "longitude": "-70.8485547", "Address": "CBP Camino a Noviciado 3707, Módulo 5 Pudahuel – Santiago de Chile Chile.", "city": "Santiago", "cityLabel": "Santiago", "region": "LATAM", "regionLabel": "LATAM", "Country": "Chile", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "XXSAN", "latitude": "-33.4087654", "longitude": "-70.8485547", "Address": "CBP Camino a Noviciado 3707, Módulo 5 Pudahuel – Santiago de Chile Chile.", "city": "Santiago", "cityLabel": "Santiago", "region": "LATAM", "regionLabel": "LATAM", "Country": "Chile", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "COBOG", "latitude": "4.624335", "longitude": "-74.063644", "Address": "Terminales logisticos de Colombia km 1.5 via Siberia Tengo, Bodega B1, B2, B3, B4, B12, B13, B14 y B15", "city": "Bogotá: Prado", "cityLabel": "Bogotá: Prado", "region": "LATAM", "regionLabel": "LATAM", "Country": "Colombia", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "COBOG", "latitude": "4.624335", "longitude": "-74.063644", "Address": "Terminales logisticos de Colombia km 1.5 via Siberia Tengo, Bodega B1, B2, B3, B4, B12, B13, B14 y B1", "city": "Bogotá: Prado", "cityLabel": "Bogotá: Prado", "region": "LATAM", "regionLabel": "LATAM", "Country": "Colombia", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "COBOG", "latitude": "4.624335", "longitude": "-74.063644", "Address": "Terminales logisticos de Colombia km 1.5 via Siberia Tengo, Bodega B1, B2, B3, B4, B12, B13, B14 y B1", "city": "Bogotá: Prado", "cityLabel": "Bogotá: Prado", "region": "LATAM", "regionLabel": "LATAM", "Country": "Colombia", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "COCAL", "latitude": "3.3606754", "longitude": "-76.5344173", "Address": "Via Cali Yumbo Calle 15A # 25A - 293 Bodega 1 Complejo Industrial y Comercial CIC-1, 760001 Cali", "city": "Cali", "cityLabel": "Cali", "region": "LATAM", "regionLabel": "LATAM", "Country": "Colombia", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "COCAL", "latitude": "3.3606754", "longitude": "-76.5344173", "Address": "Via Cali Yumbo Calle 15A # 25A - 293 Bodega 1 Complejo Industrial y Comercial CIC-1, 760001 Cali", "city": "Cali", "cityLabel": "Cali", "region": "LATAM", "regionLabel": "LATAM", "Country": "Colombia", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "COCAL", "latitude": "3.3606754", "longitude": "-76.5344173", "Address": "Via Cali Yumbo Calle 15A # 25A - 293 Bodega 1 Complejo Industrial y Comercial CIC-1, 760001 Cali", "city": "Cali", "cityLabel": "Cali", "region": "LATAM", "regionLabel": "LATAM", "Country": "Colombia", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "COCAL", "latitude": "3.3606754", "longitude": "-76.5344173", "Address": "Via Cali Yumbo Calle 15A # 25A - 293 Bodega 1 Complejo Industrial y Comercial CIC-1, 760001 Cali", "city": "Cali", "cityLabel": "Cali", "region": "LATAM", "regionLabel": "LATAM", "Country": "Colombia", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "COMED", "latitude": "6.1545088", "longitude": "-75.6297193", "Address": "Calle 79b Sur # 50-150 INT 189 Centro Empresarial Promision La Estrella 50001 Medellin", "city": "Medellin", "cityLabel": "Medellin", "region": "LATAM", "regionLabel": "LATAM", "Country": "Colombia", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "COMED", "latitude": "6.1545088", "longitude": "-75.6297193", "Address": "Calle 79b Sur # 50-150 INT 189 Centro Empresarial Promision La Estrella 50001 Medellin", "city": "Medellin", "cityLabel": "Medellin", "region": "LATAM", "regionLabel": "LATAM", "Country": "Colombia", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "COMED", "latitude": "6.1545088", "longitude": "-75.6297193", "Address": "Calle 79b Sur # 50-150 INT 189 Centro Empresarial Promision La Estrella 50001 Medellin", "city": "Medellin", "cityLabel": "Medellin", "region": "LATAM", "regionLabel": "LATAM", "Country": "Colombia", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "COMED", "latitude": "6.1545088", "longitude": "-75.6297193", "Address": "Calle 79b Sur # 50-150 INT 189 Centro Empresarial Promision La Estrella 50001 Medellin", "city": "Medellin", "cityLabel": "Medellin", "region": "LATAM", "regionLabel": "LATAM", "Country": "Colombia", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "COBAR", "latitude": "11.0305729", "longitude": "-74.8326535", "Address": "Parque Logistico BAQ LOCAL #6 AVENIDAD CIRCUNVALAR CALLE 110 # 9 G -600, 80001 Barranquilla", "city": "Barranquilla", "cityLabel": "Barranquilla", "region": "LATAM", "regionLabel": "LATAM", "Country": "Colombia", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "COBAR", "latitude": "11.0305729", "longitude": "-74.8326535", "Address": "Parque Logistico BAQ LOCAL #6 AVENIDAD CIRCUNVALAR CALLE 110 # 9 G -600, 80001 Barranquilla", "city": "Barranquilla", "cityLabel": "Barranquilla", "region": "LATAM", "regionLabel": "LATAM", "Country": "Colombia", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "COBAR", "latitude": "11.0305729", "longitude": "-74.8326535", "Address": "Parque Logistico BAQ LOCAL #6 AVENIDAD CIRCUNVALAR CALLE 110 # 9 G -600, 80001 Barranquilla", "city": "Barranquilla", "cityLabel": "Barranquilla", "region": "LATAM", "regionLabel": "LATAM", "Country": "Colombia", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "COBAR", "latitude": "11.0305729", "longitude": "-74.8326535", "Address": "Parque Logistico BAQ LOCAL #6 AVENIDAD CIRCUNVALAR CALLE 110 # 9 G -600, 80001 Barranquilla", "city": "Barranquilla", "cityLabel": "Barranquilla", "region": "LATAM", "regionLabel": "LATAM", "Country": "Colombia", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "COBUC", "latitude": "7.12539", "longitude": "-73.1198", "Address": "Cra 35 # 48-131 ST Local 30, BUCARAMANGA", "city": "Bucaramanga", "cityLabel": "Bucaramanga", "region": "LATAM", "regionLabel": "LATAM", "Country": "Colombia", "environment": "", "environmentLabel": "", "sub_environment": "", "sub_environmentLabel": "", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "COBUC", "latitude": "7.12539", "longitude": "-73.1198", "Address": "Cra 35 # 48-131 ST Local 30, BUCARAMANGA", "city": "Bucaramanga", "cityLabel": "Bucaramanga", "region": "LATAM", "regionLabel": "LATAM", "Country": "Colombia", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "COBUC", "latitude": "7.12539", "longitude": "-73.1198", "Address": "Cra 35 # 48-131 ST Local 30, BUCARAMANGA", "city": "Bucaramanga", "cityLabel": "Bucaramanga", "region": "LATAM", "regionLabel": "LATAM", "Country": "Colombia", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "COPER", "latitude": "4.8087174", "longitude": "-75.690601", "Address": "Centro logístico eje cafetero cerritos - galicia km 3 vía pereira cartago", "city": "Pereira", "cityLabel": "Pereira", "region": "LATAM", "regionLabel": "LATAM", "Country": "Colombia", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "COPER", "latitude": "4.8087174", "longitude": "-75.690601", "Address": "Centro logístico eje cafetero cerritos - galicia km 3 vía pereira cartago", "city": "Pereira", "cityLabel": "Pereira", "region": "LATAM", "regionLabel": "LATAM", "Country": "Colombia", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "COPER", "latitude": "4.8087174", "longitude": "-75.690601", "Address": "Centro logístico eje cafetero cerritos - galicia km 3 vía pereira cartago", "city": "Pereira", "cityLabel": "Pereira", "region": "LATAM", "regionLabel": "LATAM", "Country": "Colombia", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "MXTUL", "latitude": "19.627052", "longitude": "-99.1515031", "Address": "Blvd. Benito Juárez No 10 Bodega F Col Lázaro Cárdenas (Los Hornos) CP 54916, Tultitlán Estado de México Parque Industrial Tultipark II", "city": "Tultitlan", "cityLabel": "Tultitlan", "region": "LATAM", "regionLabel": "LATAM", "Country": "Mexico", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "MXTUL", "latitude": "19.627052", "longitude": "-99.1515031", "Address": "Blvd. Benito Juárez No 10 Bodega F Col Lázaro Cárdenas (Los Hornos) CP 54916, Tultitlán Estado de México Parque Industrial Tultipark II", "city": "Tultitlan", "cityLabel": "Tultitlan", "region": "LATAM", "regionLabel": "LATAM", "Country": "Mexico", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "MXTUL", "latitude": "19.627052", "longitude": "-99.1515031", "Address": "Blvd. Benito Juárez No 10 Bodega F Col Lázaro Cárdenas (Los Hornos) CP 54916, Tultitlán Estado de México Parque Industrial Tultipark II", "city": "Tultitlan", "cityLabel": "Tultitlan", "region": "LATAM", "regionLabel": "LATAM", "Country": "Mexico", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "MXMEX", "latitude": "19.4761401", "longitude": "-99.1062636", "Address": "Ote. 171, Col. Ampliación San Juan de Aragón, 07470 Ciudad de México, CDMX, México", "city": "Mexico City", "cityLabel": "Mexico City", "region": "LATAM", "regionLabel": "LATAM", "Country": "Mexico", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "MXMEX", "latitude": "19.5041321", "longitude": "-99.0283824", "Address": "Avenida Moctezuma No. 123 Col. Aragón la Villa Cidudad de México", "city": "Mexico City", "cityLabel": "Mexico City", "region": "LATAM", "regionLabel": "LATAM", "Country": "Mexico", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "MXMEX", "latitude": "19.5041321", "longitude": "-99.0283824", "Address": "Avenida Moctezuma No. 123 Col. Aragón la Villa Cidudad de México", "city": "Mexico City", "cityLabel": "Mexico City", "region": "LATAM", "regionLabel": "LATAM", "Country": "Mexico", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "MXMEX", "latitude": "19.5041321", "longitude": "-99.0283824", "Address": "Avenida Moctezuma No. 123 Col. Aragón la Villa Cidudad de México", "city": "Mexico City", "cityLabel": "Mexico City", "region": "LATAM", "regionLabel": "LATAM", "Country": "Mexico", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PELIM", "latitude": "-12.31294294", "longitude": "-76.82272718", "Address": "Centro Logístico Portada de Lurin Panamericana Sur Km 40 – Punta Hermosa", "city": "Lima", "cityLabel": "Lima", "region": "LATAM", "regionLabel": "LATAM", "Country": "Peru", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PELIM", "latitude": "-12.31294294", "longitude": "-76.82272718", "Address": "Centro Logístico Portada de Lurin Panamericana Sur Km 40 – Punta Hermosa", "city": "Lima", "cityLabel": "Lima", "region": "LATAM", "regionLabel": "LATAM", "Country": "Peru", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PELIM", "latitude": "-12.31294294", "longitude": "-76.82272718", "Address": "Centro Logístico Portada de Lurin Panamericana Sur Km 40 – Punta Hermosa", "city": "Lima", "cityLabel": "Lima", "region": "LATAM", "regionLabel": "LATAM", "Country": "Peru", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PELIM", "latitude": "-12.31294294", "longitude": "-76.82272718", "Address": "Punta Hermosa Warehouse C-01", "city": "Lima", "cityLabel": "Lima", "region": "LATAM", "regionLabel": "LATAM", "Country": "Peru", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PELIM", "latitude": "-12.31294294", "longitude": "-76.82272718", "Address": "Punta Hermosa Warehouse C-01", "city": "Lima", "cityLabel": "Lima", "region": "LATAM", "regionLabel": "LATAM", "Country": "Peru", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "UPSHC", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PELIM", "latitude": "-11.953086", "longitude": "-76.985198", "Address": "", "city": "Lima", "cityLabel": "Lima", "region": "LATAM", "regionLabel": "LATAM", "Country": "Peru", "environment": "Non-CRT", "environmentLabel": "Non-CRT", "sub_environment": "Non-CRT", "sub_environmentLabel": "Non-CRT", "Company": "", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PELIM", "latitude": "-11.953086", "longitude": "-76.985198", "Address": "", "city": "Lima", "cityLabel": "Lima", "region": "LATAM", "regionLabel": "LATAM", "Country": "Peru", "environment": "CRT", "environmentLabel": "CRT", "sub_environment": "15°-25°c CRT", "sub_environmentLabel": "15°-25°c CRT", "Company": "", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PELIM", "latitude": "-11.953086", "longitude": "-76.985198", "Address": "", "city": "Lima", "cityLabel": "Lima", "region": "LATAM", "regionLabel": "LATAM", "Country": "Peru", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "2° -8°c Cooler", "sub_environmentLabel": "2° -8°c Cooler", "Company": "", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "PELIM", "latitude": "-11.953086", "longitude": "-76.985198", "Address": "", "city": "Lima", "cityLabel": "Lima", "region": "LATAM", "regionLabel": "LATAM", "Country": "Peru", "environment": "Coldchain", "environmentLabel": "Coldchain", "sub_environment": "-20°c Freezer", "sub_environmentLabel": "-20°c Freezer", "Company": "", "GFF": "", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "MXMEX", "latitude": "19.417103", "longitude": "-99.069666", "Address": "Aduana del Aeropuerto Internacional de la Ciudad de México. Av. 602 s\/n R.F.23 Col.Zona Federal AICM C.P. 15620 Delegacion Venustiano Carranza México, CDMX. ;", "city": "Mexico City", "cityLabel": "Mexico City", "region": "AMERICAS", "regionLabel": "AMERICAS", "Country": "Mexico", "environment": "Air Freight", "environmentLabel": "Air Freight", "sub_environment": "", "sub_environmentLabel": "", "Company": "UPSHC", "GFF": "GFF", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "Yes", "2° -8°c Cooler": "Yes", "-20°c Freezer": "Yes", "Facility": "Trans", "Clinical Trials": "" }, { "Mnemonic": "XXSAN", "latitude": "18.46633", "longitude": "-66.10572", "Address": "C2Q5+48J, Avenida J, Carolina, 00984, Puerto Rico", "city": "San Juan", "cityLabel": "San Juan", "region": "AMERICAS", "regionLabel": "AMERICAS", "Country": "Puerto Rico", "environment": "Air Freight", "environmentLabel": "Air Freight", "sub_environment": "", "sub_environmentLabel": "", "Company": "UPSHC", "GFF": "GFF", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "Yes", "2° -8°c Cooler": "No", "-20°c Freezer": "No", "Facility": "Trans", "Clinical Trials": "" }, { "Mnemonic": "USCHI", "latitude": "41.983894", "longitude": "-87.943602", "Address": "1601 W Devon Ave Bensenville IL 60106", "city": "Chicago", "cityLabel": "Chicago", "region": "AMERICAS", "regionLabel": "AMERICAS", "Country": "United States", "environment": "Air Freight", "environmentLabel": "Air Freight", "sub_environment": "", "sub_environmentLabel": "", "Company": "UPSHC", "GFF": "GFF", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "Yes", "2° -8°c Cooler": "Yes", "-20°c Freezer": "No", "Facility": "Trans", "Clinical Trials": "" }, { "Mnemonic": "AUSYD", "latitude": "-33.840199", "longitude": "150.851196", "Address": "Horsley Park NSW", "city": "Sydney", "cityLabel": "Sydney", "region": "ASIA", "regionLabel": "ASIA", "Country": "Australia", "environment": "Air Freight", "environmentLabel": "Air Freight", "sub_environment": "", "sub_environmentLabel": "", "Company": "UPSHC", "GFF": "GFF", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "Yes", "2° -8°c Cooler": "Yes", "-20°c Freezer": "Yes", "Facility": "Trans", "Clinical Trials": "" }, { "Mnemonic": "CNBEI", "latitude": "39.907806", "longitude": "116.397583", "Address": "2nd Floor,Block B,Building 2,#16 Kechuang 10th Street,Beijing.", "city": "Beijing", "cityLabel": "Beijing", "region": "ASIA", "regionLabel": "ASIA", "Country": "China", "environment": "Air Freight", "environmentLabel": "Air Freight", "sub_environment": "", "sub_environmentLabel": "", "Company": "UPSHC", "GFF": "GFF", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "Yes", "2° -8°c Cooler": "Yes", "-20°c Freezer": "Yes", "Facility": "Trans", "Clinical Trials": "" }, { "Mnemonic": "CNSHA", "latitude": "31.1343", "longitude": "121.2829", "Address": "NO 7 Cold Room, Jinwen Road 9, Pudong Dist, SHA", "city": "Shanghai", "cityLabel": "Shanghai", "region": "ASIA", "regionLabel": "ASIA", "Country": "China", "environment": "Air Freight", "environmentLabel": "Air Freight", "sub_environment": "", "sub_environmentLabel": "", "Company": "UPSHC", "GFF": "GFF", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "Yes", "2° -8°c Cooler": "Yes", "-20°c Freezer": "Yes", "Facility": "Trans", "Clinical Trials": "" }, { "Mnemonic": "CNGUA", "latitude": "39.907806", "longitude": "116.397583", "Address": "Beijing Sino Supply Chain Management Co., Ltd", "city": "Guangzhou", "cityLabel": "Guangzhou", "region": "ASIA", "regionLabel": "ASIA", "Country": "China", "environment": "Air Freight", "environmentLabel": "Air Freight", "sub_environment": "", "sub_environmentLabel": "", "Company": "UPSHC", "GFF": "GFF", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "Yes", "2° -8°c Cooler": "Yes", "-20°c Freezer": "No", "Facility": "Trans", "Clinical Trials": "" }, { "Mnemonic": "INHYD", "latitude": "17.257812", "longitude": "78.334694", "Address": "D.No.6-129\/2, Sayyedguda Village, Shamshabad(M), Rangareddy Dist, Telangana - 501218", "city": "Hyderabad", "cityLabel": "Hyderabad", "region": "ASIA", "regionLabel": "ASIA", "Country": "India", "environment": "Air Freight", "environmentLabel": "Air Freight", "sub_environment": "", "sub_environmentLabel": "", "Company": "UPSHC", "GFF": "GFF", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "Yes", "2° -8°c Cooler": "Yes", "-20°c Freezer": "No", "Facility": "Trans", "Clinical Trials": "" }, { "Mnemonic": "INMUM", "latitude": "19.110868", "longitude": "72.883341", "Address": "Builiding no.45, Pal House, Marol Industrial Estate, Near Shemaroo, Marol, Andheri East, Mumbai - 400059", "city": "Mumbai", "cityLabel": "Mumbai", "region": "ASIA", "regionLabel": "ASIA", "Country": "India", "environment": "Air Freight", "environmentLabel": "Air Freight", "sub_environment": "", "sub_environmentLabel": "", "Company": "UPSHC", "GFF": "GFF", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "", "2° -8°c Cooler": "", "-20°c Freezer": "", "Facility": "", "Clinical Trials": "" }, { "Mnemonic": "JPNAR", "latitude": "35.736366", "longitude": "140.40182", "Address": "148-15 Iwayama Shibayamamachi Sanbugun CHIBA 289-1608", "city": "Narita", "cityLabel": "Narita", "region": "ASIA", "regionLabel": "ASIA", "Country": "Japan", "environment": "Air Freight", "environmentLabel": "Air Freight", "sub_environment": "", "sub_environmentLabel": "", "Company": "UPSHC", "GFF": "GFF", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "Yes", "2° -8°c Cooler": "Yes", "-20°c Freezer": "No", "Facility": "Trans", "Clinical Trials": "" }, { "Mnemonic": "SGSIN", "latitude": "1.381625", "longitude": "104.000971", "Address": "31 Alps Avenue, levl 3 S(498784)", "city": "Singapore", "cityLabel": "Singapore", "region": "ASIA", "regionLabel": "ASIA", "Country": "Singapore", "environment": "Air Freight", "environmentLabel": "Air Freight", "sub_environment": "", "sub_environmentLabel": "", "Company": "UPSHC", "GFF": "GFF", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "Yes", "2° -8°c Cooler": "No", "-20°c Freezer": "No", "Facility": "Trans", "Clinical Trials": "" }, { "Mnemonic": "KRICN", "latitude": "37.3336", "longitude": "126.5924", "Address": "1F, H2, 135 Jayumuyeok-ro, Jung-gu, Incheon, Republic of Korea", "city": "Incheon", "cityLabel": "Incheon", "region": "ASIA", "regionLabel": "ASIA", "Country": "South Korea", "environment": "Air Freight", "environmentLabel": "Air Freight", "sub_environment": "", "sub_environmentLabel": "", "Company": "UPSHC", "GFF": "GFF", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "Yes", "2° -8°c Cooler": "Yes", "-20°c Freezer": "Yes", "Facility": "Trans", "Clinical Trials": "" }, { "Mnemonic": "BEBRU", "latitude": "50.9185", "longitude": "4.5099", "Address": "Vliegveld 743 1820 Steenokkerzeel", "city": "Brussels", "cityLabel": "Brussels", "region": "EUROPE", "regionLabel": "Europe", "Country": "Belgium", "environment": "Air Freight", "environmentLabel": "Air Freight", "sub_environment": "", "sub_environmentLabel": "", "Company": "UPSHC", "GFF": "GFF", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "Yes", "2° -8°c Cooler": "No", "-20°c Freezer": "No", "Facility": "Trans", "Clinical Trials": "" }, { "Mnemonic": "FRPAR", "latitude": "48.950272", "longitude": "2.572653", "Address": "ATH, Batiment 3400, 6 rue du Chapelier, zone cargo 5; 93290 Tremblay en France", "city": "Paris", "cityLabel": "Paris", "region": "EUROPE", "regionLabel": "Europe", "Country": "France", "environment": "Air Freight", "environmentLabel": "Air Freight", "sub_environment": "", "sub_environmentLabel": "", "Company": "UPSHC", "GFF": "GFF", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "No", "2° -8°c Cooler": "No", "-20°c Freezer": "No", "Facility": "Trans", "Clinical Trials": "" }, { "Mnemonic": "FRBAS", "latitude": "47.575824", "longitude": "7.5216249", "Address": "Cargo Terminal, 68220 Hésingue, Basel-Flughafen, France", "city": "Basel", "cityLabel": "Basel", "region": "EUROPE", "regionLabel": "Europe", "Country": "France", "environment": "Air Freight", "environmentLabel": "Air Freight", "sub_environment": "", "sub_environmentLabel": "", "Company": "UPSHC", "GFF": "GFF", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "Yes", "2° -8°c Cooler": "No", "-20°c Freezer": "Yes", "Facility": "Trans", "Clinical Trials": "" }, { "Mnemonic": "DEFRA", "latitude": "50.036971", "longitude": "8.480394", "Address": "Spreestraße 3, 65451 Kelsterbach, Germany", "city": "Frankfurt", "cityLabel": "Frankfurt", "region": "EUROPE", "regionLabel": "Europe", "Country": "Germany", "environment": "Air Freight", "environmentLabel": "Air Freight", "sub_environment": "", "sub_environmentLabel": "", "Company": "UPSHC", "GFF": "GFF", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "Yes", "2° -8°c Cooler": "Yes", "-20°c Freezer": "Yes", "Facility": "Trans", "Clinical Trials": "" }, { "Mnemonic": "IEDUB", "latitude": "53.456894", "longitude": "-6.268678", "Address": "Unit N8 Horizon Park, Logistic Park, Harristown, Swords, Co Dublin K67 C9C7", "city": "Dublin", "cityLabel": "Dublin", "region": "EUROPE", "regionLabel": "Europe", "Country": "Ireland", "environment": "Air Freight", "environmentLabel": "Air Freight", "sub_environment": "", "sub_environmentLabel": "", "Company": "UPSHC", "GFF": "GFF", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "Yes", "2° -8°c Cooler": "Yes", "-20°c Freezer": "No", "Facility": "Trans", "Clinical Trials": "" }, { "Mnemonic": "ITMIL", "latitude": "45.523323", "longitude": "9.463946", "Address": "SP103, 13, 20060 Pozzuolo Martesana MI, Italia", "city": "Milan", "cityLabel": "Milan", "region": "EUROPE", "regionLabel": "Europe", "Country": "Italy", "environment": "Air Freight", "environmentLabel": "Air Freight", "sub_environment": "", "sub_environmentLabel": "", "Company": "UPSHC", "GFF": "GFF", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "Yes", "2° -8°c Cooler": "Yes", "-20°c Freezer": "Yes", "Facility": "Trans", "Clinical Trials": "" }, { "Mnemonic": "NLAMS", "latitude": "52.283421", "longitude": "4.769162", "Address": "Cessnalaan 45, 1119 NK Schiphol-Rijk, Netherlands", "city": "Amsterdam", "cityLabel": "Amsterdam", "region": "EUROPE", "regionLabel": "Europe", "Country": "Netherlands", "environment": "Air Freight", "environmentLabel": "Air Freight", "sub_environment": "", "sub_environmentLabel": "", "Company": "UPSHC", "GFF": "GFF", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "Yes", "2° -8°c Cooler": "Yes", "-20°c Freezer": "Yes", "Facility": "Trans", "Clinical Trials": "" }, { "Mnemonic": "GBLON", "latitude": "51.435241", "longitude": "-0.442823", "Address": "22 Ashford Industrial Estate, Shield Road, Ashford TW15 1AU, UK", "city": "London", "cityLabel": "London", "region": "EUROPE", "regionLabel": "Europe", "Country": "United Kingdom", "environment": "Air Freight", "environmentLabel": "Air Freight", "sub_environment": "", "sub_environmentLabel": "", "Company": "UPSHC", "GFF": "GFF", "25°+ Non-CRT Storage": "", "15°-25°c CRT": "Yes", "2° -8°c Cooler": "No", "-20°c Freezer": "Yes", "Facility": "Trans", "Clinical Trials": "" } ]</script>
<script>(function(window,document){"use strict";class NetworkMapApp{constructor(){this.config={initialCenter:{lat:30.8283,lng:-60.5795},initialZoom:2,maxZoom:20,minZoom:2,searchZoom:12,maxToastDuration:3000,searchDebounceMs:300,proximityRadiusMiles:100};this.state={map:null,detailMap:null,infoWindow:null,markers:new Map(),clusterer:null,currentResults:[],isLoading:!1,searchTimeout:null,isInDetailView:!1,currentDetailData:null,previousSearchState:null,pagination:{currentPage:1,itemsPerPage:10,totalPages:0},radiusCircle:null,searchLocationMarker:null,isProximitySearch:!1,searchedLocation:null};this.data={raw:[],normalized:[],companies:[],storageTypes:[],locations:[],businessUnit:[],};this.elements={};this.isInitialized=!1;this.initializeApp=this.initializeApp.bind(this);this.initializeMap=this.initializeMap.bind(this);this.performSearch=this.performSearch.bind(this);this.waitForDOM().then(()=>{this.initializeApp()})}
waitForDOM(){return new Promise((resolve)=>{if(document.readyState==="loading"){document.addEventListener("DOMContentLoaded",resolve)}else{resolve()}})}
getStorageIcon(storageType){const iconMap={Ambient:"https://www.ups.com/assets/resources/healthcare/images/gn_icon_ambient.svg",Cold:"https://www.ups.com/assets/resources/healthcare/images/gn_icon_cold.svg",Frozen:"https://www.ups.com/assets/resources/healthcare/images/gn_icon_frozen.svg",CRT:"https://www.ups.com/assets/resources/healthcare/images/gn_icon_crt.svg","Air Freight":"https://delivery-p55671-e392469.adobeaemcloud.com/adobe/assets/urn:aaid:aem:3d68a5ee-c55f-4a46-9426-ef4379ecf64f",};return iconMap[storageType]||iconMap.Ambient}
cacheElements(){const requiredElements={contactUsBtn:"contactUsBtn",learnMoreModal:"learnMoreModal",contactUsBtn:"contactUsBtn",learnMoreModal:"learnMoreModal",brandDescription:"brandDescription",header:"header",mapDescription:"map-description",learnMore:"learn-more",searchBtn:"searchBtn",searchInput:"searchInput",searchResults:"searchResults",filterBtn:"filterBtn",resetBtn:"resetBtn",filterCompany:"filterCompany",filterStorage:"filterStorage",filterLocation:"filterLocation",filterBusinessUnit:"filterBusinessUnit",filtersSection:"filtersSection",closeResultsBtn:"closeResultsBtn",backButton:"backButton",resultsList:"resultsList",resultDetails:"resultDetails",clusterToggle:"clusterToggle",loadingOverlay:"loadingOverlay",toast:"toast",floatingControls:"floatingControls",detailTitle:"detailTitle",detailBody:"detailBody",matchCount:"matchCount",paginationContainer:"paginationContainer",prevPageBtn:"prevPageBtn",nextPageBtn:"nextPageBtn",pageInfo:"pageInfo",};for(const[key,id]of Object.entries(requiredElements)){const element=document.getElementById(id);if(!element){console.warn(`Element with ID '${id}' not found`);this.elements[key]=null}else{this.elements[key]=element}}}
loadData(){this.data.raw=mapDataPoints;this.normalizeData();this.populateFilterOptions()}
populateFilterOptions(){try{if(!this.data.normalized||this.data.normalized.length===0){console.error("No normalized data available!");return}
this.data.companies=[...new Set(this.data.normalized.map((item)=>item.Company).filter(Boolean)),];this.data.storageTypes=["Ambient","Cold","CRT","Frozen"];this.data.locations=[...new Set(this.data.normalized.flatMap((item)=>[item.city,item.cityLabel,item.regionLabel,]).filter(Boolean)),];const allGFFValues=this.data.normalized.map((item)=>item.GFF);const filteredGFFValues=allGFFValues.filter((gff)=>gff&&gff.trim()!==""&&gff!=="undefined"&&gff!=="null");this.data.businessUnits=[...new Set(filteredGFFValues)];this.populateSelectOptions(this.elements.filterCompany,this.data.companies);this.populateSelectOptions(this.elements.filterStorage,this.data.storageTypes);this.populateSelectOptions(this.elements.filterLocation,this.data.locations);if(this.data.businessUnits.length>0){this.populateSelectOptions(this.elements.filterBusinessUnit,this.data.businessUnits)}}catch(error){console.error("Error in populateFilterOptions:",error)}}
populateSelectOptions(selectElement,options){if(!selectElement){console.error("Select element is null/undefined!");return}
if(!options||options.length===0){console.warn("No options provided or empty options array");return}
while(selectElement.children.length>1){selectElement.removeChild(selectElement.lastChild)}
options.sort().forEach((option)=>{try{const optionElement=document.createElement("option");optionElement.value=option;optionElement.textContent=option;selectElement.appendChild(optionElement)}catch(error){console.error(`Error adding option "${option}":`,error)}})}
setupMapResizeHandler(){let resizeTimer;const handleMapResize=()=>{clearTimeout(resizeTimer);resizeTimer=setTimeout(()=>{if(this.state.map&&typeof google!=="undefined"){const currentCenter=this.state.map.getCenter();const currentZoom=this.state.map.getZoom();google.maps.event.trigger(this.state.map,"resize");setTimeout(()=>{if(currentCenter){this.state.map.setCenter(currentCenter)}
if(currentZoom){this.state.map.setZoom(currentZoom)}},50)}},150)};window.addEventListener("resize",handleMapResize);const mediaQueries=[window.matchMedia("(min-resolution: 120dpi)"),window.matchMedia("(max-resolution: 80dpi)"),];mediaQueries.forEach((mq)=>{if(mq.addEventListener){mq.addEventListener("change",handleMapResize)}else if(mq.addListener){mq.addListener(handleMapResize)}})}
showToast(message,type="info"){if(!this.elements.toast)return;this.elements.toast.textContent=message;this.elements.toast.className=`toast-${type}`;this.elements.toast.style.display="block";setTimeout(()=>{this.elements.toast.style.display="none"},this.config.maxToastDuration)}
hideLearnMore(){if(this.elements.learnMoreModal){this.elements.learnMoreModal.classList.remove("show")}}
showLearnMore(){if(this.elements.learnMoreModal){this.elements.learnMoreModal.classList.add("show")}}
toggleLearnMore(){if(this.elements.learnMoreModal){this.elements.learnMoreModal.classList.toggle("show")}}
hideMapDescription(){if(this.elements.mapDescription){this.elements.mapDescription.classList.add("hidden")}}
showMapDescription(){if(this.elements.mapDescription){this.elements.mapDescription.classList.remove("hidden")}}
toggleFilters(){if(!this.elements.filtersSection)return;this.elements.filtersSection.classList.toggle("show");if(this.elements.filtersSection.classList.contains("show")){this.hideMapDescription()}else{this.showMapDescription()}}
resetFilters(){if(this.elements.searchInput)this.elements.searchInput.value="";if(this.elements.filterCompany)
this.elements.filterCompany.selectedIndex=0;if(this.elements.filterStorage)
this.elements.filterStorage.selectedIndex=0;if(this.elements.filterLocation)
this.elements.filterLocation.selectedIndex=0;if(this.elements.filterBusinessUnit)
this.elements.filterBusinessUnit.selectedIndex=0;this.resetToInitialState();this.closeSearchResults();this.hidePagination();this.showMapDescription()}
resetToInitialState(){this.state.currentResults=[];this.state.isProximitySearch=!1;this.state.searchedLocation=null;this.clearRadiusCircle();this.clearSearchLocationMarker();this.renderMarkers(this.data.normalized);if(this.state.map){this.state.map.setCenter(this.config.initialCenter);this.state.map.setZoom(this.config.initialZoom)}
this.hidePagination();if(this.elements.floatingControls){this.elements.floatingControls.classList.remove("expanded")}}
showSearchResults(){if(!this.elements.searchResults)return;this.elements.searchResults.classList.add("expanded");if(this.elements.floatingControls){this.elements.floatingControls.classList.add("expanded")}}
closeSearchResults(){if(!this.elements.searchResults)return;this.elements.searchResults.classList.remove("expanded");if(this.elements.floatingControls){this.elements.floatingControls.classList.remove("expanded")}
this.showResultsList();this.hidePagination();this.state.currentResults=[];const hasSearchQuery=this.elements.searchInput?.value?.trim();const hasActiveFilters=this.elements.filterCompany?.value||this.elements.filterStorage?.value||this.elements.filterLocation?.value||this.elements.filterBusinessUnit?.value;if(!hasSearchQuery&&!hasActiveFilters){this.showMapDescription()}}
showResultsList(){if(this.state.isInDetailView){this.exitDetailView()}
if(this.elements.resultDetails){this.elements.resultDetails.style.display="none";this.elements.resultDetails.classList.remove("fullscreen")}
if(this.elements.resultsList){this.elements.resultsList.style.display="block"}}
updatePaginationControls(){if(!this.elements.paginationContainer)return;const{currentPage,totalPages}=this.state.pagination;if(totalPages<=1){this.hidePagination();return}
this.elements.paginationContainer.style.display="flex";if(this.elements.prevPageBtn)
this.elements.prevPageBtn.disabled=currentPage===1;if(this.elements.nextPageBtn)
this.elements.nextPageBtn.disabled=currentPage===totalPages;if(this.elements.pageInfo){this.elements.pageInfo.textContent=`Page ${currentPage} of ${totalPages}`}}
hidePagination(){if(this.elements.paginationContainer){this.elements.paginationContainer.style.display="none"}}
goToPage(page){const{totalPages}=this.state.pagination;if(page<1||page>totalPages)return;this.state.pagination.currentPage=page;this.renderSearchResults(this.state.currentResults)}
goToPreviousPage(){this.goToPage(this.state.pagination.currentPage-1)}
goToNextPage(){this.goToPage(this.state.pagination.currentPage+1)}
enterDetailView(){this.state.isInDetailView=!0;if(window.innerWidth>600){if(this.elements.floatingControls){this.elements.floatingControls.classList.add("hidden")}}
if(this.elements.resultDetails){this.elements.resultDetails.style.display="block";this.elements.resultDetails.classList.add("fullscreen")}
if(this.elements.resultsList){this.elements.resultsList.style.display="none"}}
exitDetailView(){this.state.isInDetailView=!1;this.state.currentDetailData=null;if(window.innerWidth>600){if(this.elements.floatingControls){this.elements.floatingControls.classList.remove("hidden")}}
const hasActiveSearch=this.elements.searchInput?.value?.trim();const hasActiveFilters=this.elements.filterCompany?.value||this.elements.filterStorage?.value||this.elements.filterLocation?.value||this.elements.filterBusinessUnit?.value;if(this.state.currentResults.length>0&&(hasActiveSearch||hasActiveFilters)){this.renderMarkers(this.state.currentResults);this.showSearchResults()}else{this.resetToInitialState();this.closeSearchResults()}}
renderSearchResults(results){if(!this.elements.resultsList)return;this.state.pagination.totalPages=Math.ceil(results.length/this.state.pagination.itemsPerPage);if(this.state.pagination.currentPage>this.state.pagination.totalPages){this.state.pagination.currentPage=1}
if(this.elements.matchCount){const label=results.length===1?"result":"results";this.elements.matchCount.textContent=`${results.length} ${label}`}
const startIndex=(this.state.pagination.currentPage-1)*this.state.pagination.itemsPerPage;const endIndex=startIndex+this.state.pagination.itemsPerPage;const pageResults=results.slice(startIndex,endIndex);if(results.length===0){const message=this.state.isProximitySearch&&this.state.searchedLocation?`No facilities found within ${this.config.proximityRadiusMiles} miles of ${this.state.searchedLocation.searchQuery}`:"No facilities found";this.elements.resultsList.innerHTML=`
<div class="no-results">
<h3>No se encontraron resultados</h3>
<p>${message}</p>
<p>Intente ajustar su búsqueda o los filtros</p>
</div>
`;this.hidePagination();return}
let proximityBadge="";if(this.state.isProximitySearch&&this.state.searchedLocation){proximityBadge=`
<div class="proximity-badge">
Instalaciones cerca de ${this.escapeHtml(this.state.searchedLocation.searchQuery)}
</div>
`}
this.elements.resultsList.innerHTML=proximityBadge+pageResults.map((result,index)=>{const actualIndex=startIndex+index;const distanceHtml=result._isProximityResult&&result._distance!==undefined?`<div class="distance-info">${Math.round(result._distance)} millas de distancia</div>`:"";return `
<div class="card" tabindex="0" data-index="${actualIndex}">
<div class="title">${this.escapeHtml(
result.cityLabel || result.Mnemonic
)}</div>
<div class="meta">
<span class="chip">${this.escapeHtml(
result.regionLabel || result.region
)}</span>
${result._duplicateCount > 1
? `<span class="chip">${result.Country}</span>`
: ""
}
</div>
${distanceHtml}
<div class="detail-link">
<a href="#">Ver detalles <i class="symbol symbol-chevron"></i></a>
</div>
</div>
`}).join("");this.elements.resultsList.querySelectorAll(".card").forEach((card)=>{const index=parseInt(card.dataset.index);card.addEventListener("click",()=>{this.showResultDetails(results[index])})});this.updatePaginationControls()}
showResultDetails(result){if(!this.elements.resultDetails)return;this.state.currentDetailData=result;if(this.elements.detailBody){const categoriesHtml=result.categoriesArray&&result.categoriesArray.length>1?`<div style="margin-top: 8px;"> ${result.categoriesArray
.map((category) => {
const iconUrl = this.getStorageIcon(category);
return `<div style="display: inline-flex; align-items: center; background: #f0f0f0; padding: 6px 10px; margin: 3px; border-radius: 6px; font-size: 12px;"><img src="/mx/es/healthcare/${iconUrl}" alt="${category}" style="width: 20px; height: 20px; margin-right: 8px;"/><span>${this.escapeHtml(category)}</span></div>`;
})
.join("")} </div>`:`<div style="display: inline-flex; align-items: center;"><img src="${this.getStorageIcon(
result.categoriesArray[0] || "Ambient"
)}" alt="${result.categoriesArray[0] || "Ambient"
}" style="width: 20px; height: 20px; margin-right: 8px;" /><span>${this.escapeHtml(
result.categoriesArray[0] || result.combinedCategories
)}</span></div>`;this.elements.detailBody.innerHTML=` <div class="detail-header-new"><button id="detailBackButton" class="detail-back-btn-new" type="button"><span><i class="symbol symbol-chevron"></i></span><span>Regresar</span></button></div><div class="detail-content-new"><div class="detail-title-new">${this.escapeHtml(
result.cityLabel || result.Mnemonic
)}</div><div class="detail-subtitle">${this.escapeHtml(
result.regionLabel || result.region
)}</div><div class="detail-country">${this.escapeHtml(
result.Country
)}</div><div class="capabilities-section"><h3 class="capabilities-title">Capacidades</h3><div class="capabilities-list"> ${result.categoriesArray && result.categoriesArray.length > 0
? result.categoriesArray
.map((category) => {
const iconUrl = this.getStorageIcon(category);
return `<div class="capability-item"><img src="/mx/es/healthcare/${iconUrl}" alt="${category}" class="capability-storage-icon"/><span class="capability-text">${this.escapeHtml(category)}</span></div>`;
})
.join("")
: `<div class="capability-item"><img src="${this.getStorageIcon(
"Ambient"
)}" alt="Storage" class="capability-storage-icon"/><span class="capability-text">${this.escapeHtml(result.combinedCategories)}</span></div>`
} </div></div></div> `;setTimeout(()=>{const detailBackBtn=document.getElementById("detailBackButton");if(detailBackBtn){detailBackBtn.addEventListener("click",()=>this.showResultsList())}},10)}
this.enterDetailView();this.initializeDetailMap(result)}
showResultDetails(result){if(!this.elements.resultDetails)return;this.state.currentDetailData=result;if(this.elements.detailBody){this.elements.detailBody.innerHTML=`
<div class="detail-header-new">
<button id="detailBackButton" class="detail-back-btn-new" type="button">
<span><i class="symbol symbol-chevron"></i></span>
<span>Regresar</span>
</button>
</div>
<div class="detail-content-new">
<div class="detail-title-new">${this.escapeHtml(
result.cityLabel || result.Mnemonic
)}</div>
<div class="detail-subtitle">${this.escapeHtml(
result.regionLabel || result.region
)}</div>
<div class="detail-country">${this.escapeHtml(result.Country)}</div>
<div class="capabilities-section">
<h3 class="capabilities-title">Capacidades</h3>
<div class="capabilities-list">
${result.categoriesArray && result.categoriesArray.length > 0
? result.categoriesArray
.map((category) => {
const iconUrl = this.getStorageIcon(category);
return `<div class="capability-item"><img src="/mx/es/healthcare/${iconUrl}" alt="${category}" class="capability-storage-icon"/><span class="capability-text">${this.escapeHtml(category)}</span></div>`;
})
.join("")
: `<div class="capability-item"><img src="${this.getStorageIcon(
"Ambient"
)}" alt="Storage" class="capability-storage-icon"/><span class="capability-text">${this.escapeHtml(result.combinedCategories)}</span></div>`
}
</div>
</div>
</div>
`;setTimeout(()=>{const detailBackBtn=document.getElementById("detailBackButton");if(detailBackBtn){detailBackBtn.addEventListener("click",()=>this.showResultsList())}},10)}
this.enterDetailView();this.initializeDetailMap(result)}
initializeDetailMap(result){if(!result)return;setTimeout(()=>{const detailMapElement=document.getElementById("detailMap");if(!detailMapElement||typeof google==="undefined")return;try{this.state.detailMap=new google.maps.Map(detailMapElement,{center:{lat:result.latitude,lng:result.longitude},zoom:10,mapTypeId:"terrain",streetViewControl:!0,mapTypeControl:!0,fullscreenControl:!1,zoomControl:!0,minZoom:2,maxZoom:20,styles:[{featureType:"water",elementType:"all",stylers:[{color:"#3d639a"},{visibility:"on"}],},],});const marker=new google.maps.Marker({position:{lat:result.latitude,lng:result.longitude},map:this.state.detailMap,title:result.cityLabel||result.Mnemonic,animation:google.maps.Animation.DROP,icon:"https://www.ups.com/assets/resources/healthcare/images/marker-icon.svg",})}catch(error){console.error("Error initializing detail map:",error)}},100)}
escapeHtml(text){if(!text)return"";const div=document.createElement("div");div.textContent=text;return div.innerHTML}
calculateDistance(lat1,lon1,lat2,lon2){const R=3959;const dLat=this.toRadians(lat2-lat1);const dLon=this.toRadians(lon2-lon1);const a=Math.sin(dLat/2)*Math.sin(dLat/2)+Math.cos(this.toRadians(lat1))*Math.cos(this.toRadians(lat2))*Math.sin(dLon/2)*Math.sin(dLon/2);const c=2*Math.atan2(Math.sqrt(a),Math.sqrt(1-a));return R*c}
toRadians(degrees){return degrees*(Math.PI/180)}
async geocodeLocation(address){return new Promise((resolve,reject)=>{if(typeof google==="undefined"||!google.maps){reject(new Error("Google Maps not loaded"));return}
const geocoder=new google.maps.Geocoder();geocoder.geocode({address:address},(results,status)=>{if(status==="OK"&&results&&results.length>0){const location=results[0].geometry.location;resolve({lat:location.lat(),lng:location.lng(),formattedAddress:results[0].formatted_address,})}else{reject(new Error(`Geocoding failed: ${status}`))}})})}
async performProximitySearch(query,filters){if(this.elements.resultsList){this.elements.resultsList.innerHTML=`
<div class="loading-proximity">
<div class="spinner-small"></div>
<span>Buscando instalaciones cercanas...</span>
</div>
`}
let geocodedLocation;try{geocodedLocation=await this.geocodeLocation(query)}catch(geocodeError){const error=new Error("GEOCODE_FAILED");error.originalError=geocodeError;error.isZeroResults=geocodeError.message&&geocodeError.message.includes("ZERO_RESULTS");throw error}
this.state.searchedLocation={...geocodedLocation,searchQuery:query,};const facilitiesWithDistance=this.data.normalized.map((facility)=>{const distance=this.calculateDistance(geocodedLocation.lat,geocodedLocation.lng,facility.latitude,facility.longitude);return{...facility,_distance:distance,_isProximityResult:!0,}}).filter((facility)=>{if(filters.company&&facility.Company!==filters.company)return!1;if(filters.storage&&!facility.categoriesArray.includes(filters.storage))return!1;if(filters.businessUnit&&filters.businessUnit.trim()!==""){if(filters.businessUnit==="GFF"&&facility.GFF!=="GFF")return!1;if(filters.businessUnit!=="GFF"&&facility.GFF!==filters.businessUnit)return!1}
return facility._distance<=this.config.proximityRadiusMiles}).sort((a,b)=>a._distance-b._distance);this.state.isProximitySearch=!0;return facilitiesWithDistance}
drawRadiusCircle(center,radiusMiles){if(this.state.radiusCircle){this.state.radiusCircle.setMap(null)}
const radiusMeters=radiusMiles*1609.34;this.state.radiusCircle=new google.maps.Circle({strokeColor:"#1976d2",strokeOpacity:0.8,strokeWeight:2,fillColor:"#2196f3",fillOpacity:0.15,map:this.state.map,center:center,radius:radiusMeters,})}
clearRadiusCircle(){if(this.state.radiusCircle){this.state.radiusCircle.setMap(null);this.state.radiusCircle=null}}
addSearchLocationMarker(location){if(this.state.searchLocationMarker){this.state.searchLocationMarker.setMap(null)}
this.state.searchLocationMarker=new google.maps.Marker({position:{lat:location.lat,lng:location.lng},map:this.state.map,title:`Buscar: ${location.searchQuery}`,icon:"https://www.ups.com/assets/resources/healthcare/images/marker-icon.svg",zIndex:999,})}
clearSearchLocationMarker(){if(this.state.searchLocationMarker){this.state.searchLocationMarker.setMap(null);this.state.searchLocationMarker=null}}
setupEventListeners(){if(this.elements.searchBtn){this.elements.searchBtn.addEventListener("click",()=>this.performSearch())}
if(this.elements.contactUsBtn){this.elements.contactUsBtn.addEventListener('click',()=>{this.showLearnMore()})}
if(this.elements.learnMoreModal){const modalCloseBtn=this.elements.learnMoreModal.querySelector('.modal-close');if(modalCloseBtn){modalCloseBtn.addEventListener("click",()=>{this.hideLearnMore()})}}
this.elements.learnMoreModal.addEventListener('click',(e)=>{if(e.target===this.elements.learnMoreModal){this.hideLearnMore()}})
if(this.elements.searchInput){this.elements.searchInput.addEventListener("keypress",(e)=>{if(e.key==="Enter"){e.preventDefault();this.performSearch()}});this.elements.searchInput.addEventListener("input",()=>{const query=this.elements.searchInput.value.trim();if(query===""){this.resetToInitialState();this.closeSearchResults();this.hidePagination();const hasActiveFilters=this.elements.filterCompany?.value||this.elements.filterStorage?.value||this.elements.filterLocation?.value||this.elements.filterBusinessUnit?.value;if(!hasActiveFilters){this.showMapDescription()}}else{this.hideMapDescription();this.debouncedSearch()}})}
if(this.elements.filterBtn){this.elements.filterBtn.addEventListener("click",()=>this.toggleFilters())}
if(this.elements.resetBtn){this.elements.resetBtn.addEventListener("click",()=>{this.elements.filtersSection.classList.toggle("show");this.resetFilters()})}[this.elements.filterCompany,this.elements.filterStorage,this.elements.filterLocation,this.elements.filterBusinessUnit,].forEach((filter)=>{if(filter){filter.addEventListener("change",()=>{const hasFilterValue=filter.value!=="";this.performSearch(!0)})}});if(this.elements.closeResultsBtn){this.elements.closeResultsBtn.addEventListener("click",()=>this.closeSearchResults())}
if(this.elements.prevPageBtn){this.elements.prevPageBtn.addEventListener("click",()=>this.goToPreviousPage())}
if(this.elements.nextPageBtn){this.elements.nextPageBtn.addEventListener("click",()=>this.goToNextPage())}
document.addEventListener("keydown",(e)=>{if(e.key==="Escape"){if(this.elements.learnMoreModal?.classList.contains("show")){this.hideLearnMore()}else if(this.state.isInDetailView){this.showResultsList()}else if(this.elements.searchResults&&this.elements.searchResults.classList.contains("expanded")){this.closeSearchResults()}}});window.addEventListener("error",(e)=>{console.error("Global error:",e.error);this.handleError("An unexpected error occurred",e.error)});window.addEventListener("resize",()=>{if(this.state.isInDetailView&&this.state.detailMap){setTimeout(()=>{if(typeof google!=="undefined"&&google.maps&&google.maps.event){const center=this.state.detailMap.getCenter();const zoom=this.state.detailMap.getZoom();google.maps.event.trigger(this.state.detailMap,"resize");if(center)this.state.detailMap.setCenter(center);if(zoom)this.state.detailMap.setZoom(zoom);}},100)}
if(this.state.map){setTimeout(()=>{if(typeof google!=="undefined"&&google.maps&&google.maps.event){const center=this.state.map.getCenter();const zoom=this.state.map.getZoom();google.maps.event.trigger(this.state.map,"resize");if(center)this.state.map.setCenter(center);if(zoom)this.state.map.setZoom(zoom);}},100)}})}
debouncedSearch(){if(this.state.searchTimeout){clearTimeout(this.state.searchTimeout)}
this.state.searchTimeout=setTimeout(()=>{this.performSearch()},this.config.searchDebounceMs)}
setupGoogleMaps(){if(typeof google!=="undefined"&&google.maps){console.log("Google maps api already loaded.")
this.initializeMap();return}
const script=document.createElement("script");script.src="https://maps.google.com/maps/api/js?key=AIzaSyBTN9UoTtawMuFZ03_je4oxf0VLdtjQhRI&libraries=geometry%2Cplaces%2Cweather%2Cpanoramio%2Cdrawing&language=en&ver=5.6.2";script.async=!0;script.defer=!0;script.onload=()=>{this.initializeMap()};script.onerror=(error)=>{console.log(error);this.handleError("Failed to load Google Maps API. Please check your internet connection and API key.")};document.head.appendChild(script)}
initializeMap(){try{const mapElement=document.getElementById("map");if(!mapElement){console.warn("Map container element not found");return}
this.state.map=new google.maps.Map(mapElement,{center:this.config.initialCenter,zoom:this.config.initialZoom,streetViewControl:!1,mapTypeControl:!1,fullscreenControl:!1,zoomControl:!0,minZoom:2,maxZoom:20,restriction:{latLngBounds:{north:85,south:-85,west:-180,east:180,},strictBounds:!0,},gestureHandling:"greedy",styles:[{featureType:"water",elementType:"all",stylers:[{color:"#3d639a"},{visibility:"on"}],},],});google.maps.event.addListenerOnce(this.state.map,"tilesloaded",()=>{setTimeout(()=>{google.maps.event.trigger(this.state.map,"resize");this.state.map.setCenter(this.config.initialCenter);this.state.map.setZoom(this.config.initialZoom)},100)});google.maps.event.addListener(this.state.map,"zoom_changed",()=>{const zoom=this.state.map.getZoom();if(zoom<this.config.minZoom){this.state.map.setZoom(this.config.minZoom)}});google.maps.event.addListener(this.state.map,"center_changed",()=>{const center=this.state.map.getCenter();const lat=center.lat();const lng=center.lng();const constrainedLat=Math.max(-85,Math.min(85,lat));let constrainedLng=lng;while(constrainedLng>180)constrainedLng-=360;while(constrainedLng<-180)constrainedLng+=360;if(lat!==constrainedLat||lng!==constrainedLng){this.state.map.setCenter({lat:constrainedLat,lng:constrainedLng,})}});google.maps.event.addListenerOnce(this.state.map,"idle",()=>{google.maps.event.trigger(this.state.map,"resize");this.state.map.setCenter(this.config.initialCenter);this.state.map.setZoom(this.config.initialZoom)});this.state.infoWindow=new google.maps.InfoWindow({maxWidth:280,});this.renderMarkers(this.data.normalized);this.showToast("Map loaded successfully","success")}catch(error){this.handleError("Failed to initialize Google Maps",error)}}
async performSearch(isFilterTriggered=!1){try{const filters=this.getCurrentFilters();const hasSearchCriteria=filters.q||filters.company||filters.storage||filters.location||filters.businessUnit;if(!hasSearchCriteria&&!isFilterTriggered){this.resetToInitialState();this.closeSearchResults();return}
this.hideMapDescription();const predicate=this.buildSearchPredicate(filters);let results=this.data.normalized.filter(predicate);this.state.isProximitySearch=!1;this.state.searchedLocation=null;this.clearRadiusCircle();this.clearSearchLocationMarker();if(results.length===0&&filters.q&&filters.q.trim()!==""){try{results=await this.performProximitySearch(filters.q,filters);if(results.length>0){this.drawRadiusCircle({lat:this.state.searchedLocation.lat,lng:this.state.searchedLocation.lng},this.config.proximityRadiusMiles)}}catch(error){if(error.message==="GEOCODE_FAILED"&&error.isZeroResults){}else if(error.message==="GEOCODE_FAILED"){console.warn("Geocoding failed:",error.originalError?.message||"Unknown error");this.showToast("Unable to search by location. Please try again.","warning")}else{console.error("Proximity search error:",error);this.showToast("Search failed. Please try again.","warning")}
this.state.isProximitySearch=!1;this.state.searchedLocation=null;if(this.elements.resultsList){this.elements.resultsList.innerHTML=""}}}
this.state.currentResults=results;this.state.pagination.currentPage=1;this.renderSearchResults(results);this.renderMarkers(results);this.showSearchResults();const message=results.length===0?this.state.isProximitySearch?`No facilities found within ${this.config.proximityRadiusMiles} miles of ${filters.q}`:"No facilities found":results.length===1?`Found ${results.length} facility`:`Found ${results.length} facilities`;this.showToast(message,results.length===0?"warning":"success")}catch(error){this.handleError("Search failed",error)}}
getCurrentFilters(){return{q:this.elements.searchInput?.value?.trim()||"",company:this.elements.filterCompany?.value||"",storage:this.elements.filterStorage?.value||"",location:this.elements.filterLocation?.value||"",businessUnit:this.elements.filterBusinessUnit?.value||"",}}
buildSearchPredicate({q,company,storage,location,businessUnit,}){const query=(q||"").toLowerCase();return(row)=>{if(company&&row.Company!==company)return!1;if(storage&&!row.categoriesArray.includes(storage))return!1;if(location&&![row.city,row.cityLabel,row.regionLabel].includes(location))
return!1;if(businessUnit&&businessUnit.trim()!==""){if(businessUnit==="GFF"&&row.GFF!=="GFF")return!1;if(businessUnit!=="GFF"&&row.GFF!==businessUnit)
return!1}
if(!query)return!0;const searchableText=[row.Mnemonic,row.city,row.cityLabel,row.Country,row.region,row.regionLabel,row.Address,row.Company,row.GFF,...row.categoriesArray,].filter(Boolean).join(" | ").toLowerCase();return searchableText.includes(query)}}
renderMarkers(results){this.clearMarkers();if(!this.state.map||results.length===0)return;const bounds=new google.maps.LatLngBounds();results.forEach((result,index)=>{const lat=parseFloat(result.latitude);const lng=parseFloat(result.longitude);if(isNaN(lat)||isNaN(lng)||lat<-90||lat>90||lng<-180||lng>180){console.warn(`Invalid coordinates for ${result.Mnemonic}: ${lat}, ${lng}`);return}
const position={lat,lng};const marker=new google.maps.Marker({position:position,title:result.cityLabel||result.Mnemonic,optimized:!0,icon:"https://www.ups.com/assets/resources/healthcare/images/marker-icon.svg",});const clickListener=()=>{try{this.showResultDetails(result)}catch(error){console.error("Error showing marker details:",error)}};marker.addListener("click",clickListener);const markerId=result._uniqueKey||`${result.Mnemonic}-${result.GFF || "NO_GFF"}-${index}`;this.state.markers.set(markerId,{marker,clickListener,data:result,});bounds.extend(position)});this.updateMarkerDisplay();if(this.state.isProximitySearch&&this.state.searchedLocation){if(results.length>0){this.state.map.setCenter({lat:this.state.searchedLocation.lat,lng:this.state.searchedLocation.lng,});const radiusMiles=this.config.proximityRadiusMiles;let zoomLevel;if(radiusMiles>=100){zoomLevel=7}else if(radiusMiles>=50){zoomLevel=8}else{zoomLevel=9}
this.state.map.setZoom(zoomLevel)}else{this.state.map.setCenter({lat:this.state.searchedLocation.lat,lng:this.state.searchedLocation.lng,});this.state.map.setZoom(8)}}else{if(results.length===1){const singleResult=results[0];this.state.map.setCenter({lat:singleResult.latitude,lng:singleResult.longitude,});this.state.map.setZoom(this.config.searchZoom)}else if(results.length>1&&results.length<this.data.normalized.length){try{const validateBounds=this.validateAndNormalizeBounds(bounds);this.state.map.fitBounds(validateBounds,{top:50,right:50,bottom:50,left:50,})}catch(error){console.warn("Error fitting bounds:",error);this.state.map.setCenter(this.config.initialCenter);this.state.map.setZoom(this.config.initialZoom)}}}}
validateAndNormalizeBounds(bounds){if(!bounds||typeof bounds.getNorthEast!=="funciton"){console.warn("Invalid bounds object");return new google.maps.LatLngBounds({lat:-85,lng:-180},{lat:85,lng:180})}
const ne=bounds.getNorthEast();const sw=bounds.getSouthWest();if(!ne||!sw||typeof ne.lng!=="function"||typeof sw.lng!=="function"){return new google.maps.latLngBounds({lat:-85,lng:-180},{lat:85,lng:180})}
let neLng=ne.lng();let swLng=sw.lng();const validBounds=new google.maps.LatLngBounds();validBounds.extend({lat:ne.lat(),lng:nelng()});validBounds.extend({lat:sw.lat(),lng:swlng()});return validBounds()}
updateMarkerDisplay(){if(!this.state.map)return;const markerArray=Array.from(this.state.markers.values()).map((item)=>item.marker);if(this.state.clusterer){this.state.clusterer.clearMarkers();this.state.clusterer=null}
if(markerArray.length>0){try{if(window.markerClusterer&&window.markerClusterer.MarkerClusterer){this.state.clusterer=new window.markerClusterer.MarkerClusterer({map:this.state.map,markers:markerArray,algorithm:new window.markerClusterer.SuperClusterAlgorithm({radius:20,maxZoom:20,minZoom:0,}),renderer:{render:({count,position})=>{return new google.maps.Marker({position,icon:{url:"https://www.ups.com/assets/resources/healthcare/images/marker-icon.svg",scaledSize:new google.maps.Size(50,50),labelOrigin:new google.maps.Point(25,20),},label:{text:count.toString(),color:"white",fontWeight:"normal",fontSize:"12px",},title:`Cluster of ${count} markers`,zIndex:1000,})},},})}else{markerArray.forEach((marker)=>marker.setMap(this.state.map))}}catch(error){console.warn("Clustering failed, showing individual markers:",error);markerArray.forEach((marker)=>marker.setMap(this.state.map))}}}
clearMarkers(){if(this.state.clusterer){this.state.clusterer.clearMarkers();this.state.clusterer=null}
this.state.markers.forEach(({marker})=>{if(marker){marker.setMap(null);if(typeof google!=="undefined"&&google.maps&&google.maps.event){google.maps.event.clearInstanceListeners(marker)}}});this.state.markers.clear()}
normalizeData(){const normalized=this.data.raw.map((raw,index)=>{const lat=this.toFloat(raw.latitude);const lng=this.toFloat(raw.longitude);if(lat===null||lng===null){console.warn(`Invalid coordinates for record ${index}:`,raw.latitude,raw.longitude);return null}
const category=this.mapToCategory(raw.environment,raw.sub_environment);return{Mnemonic:raw.Mnemonic||"",city:raw.city||raw.cityLabel||"",cityLabel:raw.cityLabel||raw.city||"",region:raw.region||"",regionLabel:raw.regionLabel||raw.region||"",environment:raw.environment||raw.environmentLabel||"",environmentLabel:raw.environmentLabel||raw.environment||"",sub_environment:raw.sub_environment||raw.sub_environmentLabel||"",sub_environmentLabel:raw.sub_environmentLabel||raw.sub_environment||"",category:category,latitude:lat,longitude:lng,Address:raw.Address||"",Company:raw.Company||"",GFF:raw.GFF||"",Country:raw.Country||"",_originalIndex:index,_raw:raw,}}).filter(Boolean);const grouped=new Map();normalized.forEach((item)=>{const groupKey=`${item.cityLabel || item.city}_${item.latitude
}_${item.longitude}`;if(grouped.has(groupKey)){const existing=grouped.get(groupKey);existing.categories.add(item.category);existing._duplicateCount++}else{grouped.set(groupKey,{...item,categories:new Set([item.category]),_duplicateCount:1,_groupKey:groupKey,})}});this.data.normalized=Array.from(grouped.values()).map((item)=>({...item,categoriesArray:Array.from(item.categories),combinedCategories:Array.from(item.categories).join(", "),_uniqueKey:item._groupKey,}))}
toFloat(value){const num=Number.parseFloat(value);return Number.isFinite(num)?num:null}
mapToCategory(environment,sub_environment){if(sub_environment&&sub_environment.trim()!==""&&sub_environment.toLowerCase()!=="null"){const subEnvLower=sub_environment.toLowerCase();if(subEnvLower.includes("non-crt")||subEnvLower.includes("ambient"))
return"Ambient";if(subEnvLower.includes("2°")||subEnvLower.includes("cooler")||subEnvLower.includes("cold"))
return"Cold";if(subEnvLower.includes("crt")||subEnvLower.includes("15°-25°"))
return"CRT";if(subEnvLower.includes("-20°")||subEnvLower.includes("freezer")||subEnvLower.includes("frozen"))
return"Frozen"}
if(environment&&environment.trim()!==""&&environment.toLowerCase()!=="null"){const envLower=environment.toLowerCase();if(envLower.includes("ambient")||envLower.includes("non-crt"))
return"Ambient";if(envLower.includes("crt"))return"CRT";if(envLower.includes("cold")||envLower.includes("cooler"))
return"Cold";if(envLower.includes("frozen")||envLower.includes("freezer"))
return"Frozen";if(envLower==="air freight")return"Air Freight";if(envLower.includes("refrigerat"))return"Cold";if(envLower.includes("temperature control"))return"CRT"}
return"Ambient"}
initializeApp(){if(this.isInitialized)return;try{this.cacheElements();this.loadData();this.setupEventListeners();this.setupMapResizeHandler();this.setupGoogleMaps();this.isInitialized=!0}catch(error){console.error("Failed to initialize application",error);this.handleError("Failed to initialize application",error)}}
handleError(message,error=null){console.error(message,error);this.showToast(message,"error");if(this.elements.searchResults&&this.elements.searchResults.classList.contains("expanded")){if(this.elements.resultsList){this.elements.resultsList.innerHTML=` <div class="error-state"><div class="icon">⚠️</div><h3>Error</h3><p>${this.escapeHtml(
message
)}</p></div> `}}}}
let networkMapAppInstance;function initNetworkMapApp(){try{if(!networkMapAppInstance){networkMapAppInstance=new NetworkMapApp();if(typeof window!=="undefined"){window.networkMapAppInstance=networkMapAppInstance}}}catch(error){console.error("Failed to initialize NetworkMapApp:",error)}}
if(typeof window!=="undefined"){if(document.readyState==="loading"){document.addEventListener("DOMContentLoaded",initNetworkMapApp)}else{setTimeout(initNetworkMapApp,10)}}})(typeof window!=="undefined"?window:{},typeof document!=="undefined"?document:{});(function loadMarkerClusterer(){if(typeof window!=="undefined"&&typeof document!=="undefined"){const script=document.createElement("script");script.src="https://unpkg.com/@googlemaps/markerclusterer/dist/index.min.js";script.async=!0;script.onload=function(){console.log("Marker clusterer loaded successfully")};script.onerror=function(){console.warn("Failed to load marker clusterer, using individual markers")};document.head.appendChild(script)}})()</script>

Instalaciones UPS Global Healthcare

Recursos