A man thought to be person of interest in an assault and robbery that killed a 71-year-old bicyclist earlier this month has been arrested, the Longmont Police Department said.
Edward H. Hoid, 36, was arrested after officers responded to a call in the 1200 block of South Hover Street of a man throwing rocks at businesses and vehicles shortly after 1 a.m. Friday.
When officers approached the scene, Hoid began fleeing, but when told by officers to stop, he complied and was taken into custody, according to a police report.
While Hoid was being apprehended, officers were investigating another incident where they found a bicycle and unattended shopping cart with copper fittings, pipe taps and other items. The items totaled nearly $3,000 worth of stolen items from Wayne Claude Sellers.
Upon Hoid’s apprehension, officials found other copper connectors woth about $200, Allan key tools and a black sweatshirt with Service Experts printed on front, according to the police report.
Hoid was charged with a parole violation and several other crimes authorities say he committed Friday morning, but nothing related to the assault and robbery earlier this month.
Police believe Hoid might have been involved in a Nov. 5 assault and robbery that led to 71-year-old Randall Schubert’s death.
He became a person of interest through the department’s investigation as police received several tips that had identified him.
Hoid is being held in the Boulder County Jail.
The investigation into Schubert’s death is ongoing and authorities are encouraging anyone with information to contact the Longmont Emergency Communications Center at 303-651-8501 or Det. Jon High at 303-651-8584.
Catch up with a rundown of the 7 most important and interesting stories delivered to your inbox every Thursday.
Success! Thank you for subscribing to our newsletter.
function subscribeSuccess() {
var nsltrform = document.querySelector(“#nsltr”);
var nsltrSuccess = document.querySelector(“#successnsltr”);
nsltrform.classList.add(“hideblock”);
nsltrSuccess.classList.remove(“hideblock”);
}
function validateEmail(email) {
return String(email)
.toLowerCase()
.match(
/^(([^()[].,;:s@”]+(.[^()[].,;:s@”]+)*)|(“.+”))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/
);
}
function validateEmailAddress() {
const result = document.querySelector(“#result”);
const email = document.querySelector(“#email”).value;
result.innerText = “”;
if(validateEmail(email)) {
newsletterSubscribe(email);
} else {
result.innerText = ‘The email entered: ‘ + email + ‘ is not valid :(‘;
result.style.color = “red”;
}
return false;
}
function newsletterSubscribe(email) {
fetch(“https://services.gazette.com/mg2-newsletters.php?action=subscribe&site=denvergazette.com&emailPreferenceId=69&email=” + email, {
method: “POST”
}).then(res => {
console.log(“SUCCESSFUL POST”);
subscribeSuccess();
});
}
#nsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: #2076b3;
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/dg%20weekly%207.png);
background-size: cover;
}
#nsltr-header {
color: #fff4f4;
}
#nsltr-body {
text-align: center;
color: #ffffff;
}
#nsltr-button {
margin-top: 5px;
}
#successnsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: green;
text-align: center;
color: white;
}
#successnsltr a {
color: white;
}
.hideblock {
display:none;
}
h6 a {
color: black;
text-decoration: none;
padding: 5px;
background-color: #bbccdd;
font-weight: 600;
}
@media only screen and (min-width: 768px) {
#nsltr {
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/dg%20weekly%207.png);
background-size: cover;
}
}