The Weld County Sheriff’s Office is asking for the public’s help in investigating the murder of a man and the disappearance of another man in Weld County over the weekend.
Deputies said 40-year-old Gilbert Gutierrez was found dead at 12:45 p.m. Sunday in the 23600 block of Blake Street outside of Johnstown. An autopsy revealed that Gutierrez died of blunt force trauma.
During the investigation into Gutierrez’s murder, deputies said they learned about a second potential victim, 26-year-old Oscar Eduardo Valles Avila.
Avila was reported missing and hasn’t been seen since 11:30 p.m. Saturday. He is believed to be alive but may be in danger, deputies said.
Avila’s disappearance was connected to a suspect vehicle believed to be a 2015 to 2017 white Toyota Camry.
Deputies have not released any additional information about what led up to the murder or disappearance. It is unclear how Gutierrez and Avila are connected.
Anyone with information about Gutierrez’s murder, Avila’s whereabouts or the owner of the Toyota Camry is asked to call detectives at 970-400-5816 or the Weld County Sheriff’s Office at 970-356-4015.
To remain anonymous, tipsters can also contact Northern Colorado Crime Stoppers at 1-800-222-8477 or crimeshurt.com.
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;
}
}