A trip to Puerto Natales

Route 9 P. Arenas – P. Natales We then take our vehicle driving towards the area called Tres Puentes and the industrial district, to later go through a group of small suburban neighborhoods, plots of land and our airport which besides being one of the main ones in the Magallanes region also has historical records […]

en_US
`;const w = window.open('', '_blank'); w.document.open(); w.document.write(html); w.document.close();// Esperar a que cargue TODO (incluyendo el logo) antes de imprimir const whenReadyToPrint = () => { // Pequeño delay para layout final setTimeout(() => { w.focus(); w.print(); w.onafterprint = () => { w.close(); window.location.href = 'https://tprentacar.com/'; }; }, 150); };// Si el logo carga ok, imprimimos; si falla, igual imprimimos sin bloquear const logoImg = w.document.getElementById('tp-print-logo'); if (logoImg && !logoImg.complete) { logoImg.addEventListener('load', whenReadyToPrint, { once: true }); logoImg.addEventListener('error', whenReadyToPrint, { once: true }); } else { whenReadyToPrint(); } }); }); });