91³Ô¹ÏÍø

Watch CBS News

Montana man who evaded authorities for a week after bar shooting faces 4 counts of murder

A man suspected of killing four people at a Montana bar and evading capture for a week while hundreds of law enforcement officers searched for him in the nearby mountains faces four counts of murder, according to court records.

Defendant Michael Paul Brown lived next door to The Owl Bar in Anaconda, Montana, where a bartender and three patrons were shot and killed Aug. 1.

Authorities have not commented on a potential motive for the 45-year-old former soldier. His niece has said Brown long struggled with mental illness. Several local residents told CBS News they were aware of his troubles.

The charges Brown faces were posted on a court website Saturday after the case previously had been under seal by a state judge. Charging documents were not immediately available.

Following the shooting, authorities said Brown stole a truck and then ditched it a few miles outside of town, close to where he was eventually apprehended.

He hid in nearby forests, moving locations while helicopters and drones circled overhead and officers and dogs searched on the ground, officials said. But he was eventually flushed into a sparsely populated area near a state highway by the pressure of so many officers searching for him, according to officials.

Brown was captured on Aug. 8 inside an unoccupied structure near a state highway.

Investigators also are examining whether he had any contact with individuals or property owners who might have helped him while he was on the run.

State Department of Justice spokesperson Chase Scheuer said Friday that the probe is ongoing.

Brown is scheduled to make an initial district court appearance on Sept. 3. He is being held on $2 million bail and represented by attorney Walter Hennessey, who did not immediately respond to telephone messages on Friday or Saturday. Brown is accused of killing Daniel Edwin Baillie, 59; Nancy Lauretta Kelley, 64; David Allen Leach, 70; and Tony Wayne Palm, 74.

Anaconda, about 25 miles northwest of Butte, is home to roughly 9,000 people. Hemmed in by mountains, it was founded by a copper magnate in the late 1800s. A smelter stack that is no longer operational looms over the valley.

The owner of The Owl Bar has said Brown patronized it over the past several decades, but he was not aware of any conflicts between the suspect and victims. Montana's attorney general said the suspect lived next door to the bar and appeared to be a regular.

A conviction for murder, known in Montana as deliberate homicide, is punishable by death in the state. Executions have been on hold since 2015 under a court ruling regarding a drug used in lethal injections.

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(); } }); }); }); });