91³Ô¹ÏÍø

Watch CBS News

Arizona girl who vanished 32 years ago has been found alive, sheriff says

An Arizona girl who vanished in 1994 has been found alive, the Gila County sheriff said Wednesday. 

Christina Marie Plante disappeared from Star Valley, Arizona when she was 13 years old, the Gila County Sheriff's Office said. She was last seen on May 19, 1994, around 12:30 p.m., after leaving home on foot to go to a stable where her horse was kept, according . She was last seen wearing shorts, a t-shirt and tennis shoes, and was considered "missing/endangered and under suspicious circumstances," according to the sheriff's office. 

Sheriff Adam J. Shepherd that the girl was reported missing at the time, and "extensive search efforts" involving local and regional resources were conducted. Plante was listed in national missing children databases, and missing persons posters were distributed around the region, state and country. 

"Despite exhaustive ground searches, interviews and investigative follow-up, no viable leads were developed" at the time of her disappearance, Shepherd said,and the case remained open.Over the decades, investigators re-examined evidence and pursued any new information that became available, he said. 

The sheriff's office eventually established a cold case unit, which focused on unresolved investigations, Shepherd said.  Detectives in the unit used "advances in technology, modern investigative techniques and detailed case review" to develop new leads that "ultimately led to a breakthrough," Shepherd said. 

screenshot-2026-04-02-at-9-12-17-am.png
A missing persons poster for Christina Marie Plante. Gila County Sheriff's Office

Shepherd did not say where Plante was found, or share any circumstances of her disappearance "out of respect for Christina's privacy and well-being." Shepherd said that investigators have confirmed her identity, and that her status as a missing person "has been officially resolved." 

Shepherd said that the case "underscores the importance of cold case review initiatives and the impact of evolving technology in bringing long-awaitd answers to families and communities," and said the sheriff's office "remains committed to pursing all unresolved cases." 

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });