LISTA DE TIENDAS OPERATIVAS
Para mayor información puedes llamar al
número de Atención al Cliente
600 361
01 32
Las tiendas en sospecha de personal contagiado, pasarán a
Protocolo Covid ,
éstas se cerrarán y sanatizarán
mientras se espera resultado de la prueba PCR
NORTE
ORIENTE
PONIENTE
CENTRO
SUR
' + horario + '' + texto5; html_norte += 'margin-bottom:50px; color:' + marker_color + '; padding-right: 10px;">' + direccion + '
'; html_norte += 'Fono: ' + telefono + texto6; } // ORIENTE if (zona == "Oriente") { html_oriente += '
';
html_oriente += '
';
}
// PONIENTE
if (zona == "Poniente") {
html_poniente += '';
if (label_covid === true) {
html_oriente += '' + dias + '
';
html_oriente += '
Protocolo Covid
'; } html_oriente += '' + tienda + '
'; html_oriente += '' + dias + '
' + horario + '
';
html_oriente += '' + direccion + '
Fono:' + telefono + '
';
html_poniente += '
';
}
// CENTRO
if (zona == "Centro") {
html_centro += '';
if (label_covid === true) {
html_poniente += '' + dias + '
';
html_poniente += '
Protocolo Covid
'; } html_poniente += '' + tienda + '
'; html_poniente += '' + dias + '
' + horario + '
';
html_poniente += '' + direccion + '
Fono:' + telefono + '
';
html_centro += '
';
}
// SUR
if (zona == "Sur") {
html_sur += '';
if (label_covid === true) {
html_centro += '' + dias + '
';
html_centro += '
Protocolo Covid
'; } html_centro += '' + tienda + '
'; html_centro += '' + dias + '
' + horario + '
';
html_centro += '' + direccion + '
Fono:' + telefono + '
';
html_sur += '
';
}
}
}
jQuery("#row-norte").append(html_norte);
jQuery("#spin-norte").hide();
jQuery("#row-oriente").append(html_oriente);
jQuery("#spin-oriente").hide();
jQuery("#row-poniente").append(html_poniente);
jQuery("#spin-poniente").hide();
jQuery("#row-centro").append(html_centro);
jQuery("#spin-centro").hide();
jQuery("#row-sur").append(html_sur);
jQuery("#spin-sur").hide();
} else {
jQuery("#spin-norte").hide();
jQuery("#spin-oriente").hide();
jQuery("#spin-poniente").hide();
jQuery("#spin-centro").hide();
jQuery("#spin-sur").hide();
}
});
});
';
if (label_covid === true) {
html_sur += '' + dias + '
';
html_sur += '
Protocolo Covid
'; } html_sur += '' + tienda + '
'; html_sur += '' + dias + '
' + horario + '
';
html_sur += '' + direccion + '
Fono:' + telefono + '