{
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "Agena srl",
    "description": "Azienda specializzata nella produzione, assemblaggio e progettazione elettronica.",
    "url": "http://www.agenasrl.com",
    "address": {
        "@type": "PostalAddress",
        "streetAddress": "Via Alberto da Giussano, 26",
        "postalCode": "20811",
        "addressLocality": "Cesano Maderno",
        "addressRegion": "Lombardia",
        "addressCountry": "IT"
    },
    "contactPoint": [
        {
            "@type": "ContactPoint",
            "telephone": "0362 552021"
        },
        {
            "@type": "ContactPoint",
            "faxNumber": "0362 574269"
        }
    ],
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.pagineaziende.net/azienda.php?id=2667"
    }
}