Today's Digital Newspaper

The Gazette

Weather Block Here



American Elm neighbors frustrated by lack of communication about homicide, safety

Following Monday’s double homicide at the American Elm restaurant in northwest Denver, the city’s medical examiner said Emerall Vaughn, 34, and Ignacio Gutierrez Morales, 58, both died of gunshot wounds. 

After waiting four days to learn how the two died, some area business owners and residents are frustrated with the dearth of communication from authorities regarding the incident. 

In response to people’s frustration, a police spokesperson said the department seeks a balance between releasing information and ensuring the investigation’s integrity.    

Marco Albertin, co-owner of Voghera Ristorante & Apericena at 3963 Tennyson St., less than half a mile from American Elm, said he is appreciative of everything law enforcement does but is disappointed by the lack of communication to the public after the incident. 

“I’m a big supporter of the police and law enforcement and I’m not concerned with the officers, but somebody above them,” Albertin said. “Basically, there’s no communication. It took four days to get to know that it was a shooting. We should know right away.”

Albertin is frustrated that communication from police “downplayed” danger to the community. While he doesn’t want unnecessary panic, he also doesn’t feel comfortable telling his employees the area is safe when, as far as the public knows, the suspect has not been caught. 

“The police said they don’t think the public is in danger, but they don’t know who did it or why they did it,” Albertin said.

Albertin’s employees often come in early in the morning before the business opens and he said he is concerned for their safety. He advised them to keep doors locked and he gave vendors employee phone numbers so they can call when they make deliveries to ensure the employees are opening the doors for the right people. 

“It’s definitely not reassuring,” Albertin said. “That’s the last thing you want to tell your employees, especially in such a nice neighborhood where this shouldn’t be happening.”

Albertin understands not releasing information until it’s confirmed, so there is not incorrect information circulating, but he wants better communication than officials provided, he said. 

“We just need a bit more clarification on why it took four days to get the cause of death,” Albertin said. “Everybody’s saying the police silence is very weird.”

John Ludwig grew up in the area near American Elm and has owned Carl’s Pizza, at 3800 W. 38th Ave., less than half a mile from American Elm, for almost 47 years. 

Ludwig has not heard anything from police or received any guidance about the incident at his neighboring restaurant. He wishes they had more details, saying the incident feels “eerie,” especially since he doesn’t know if the suspect is still on the loose. 

“I’m feeling kind of left out,” Ludwig said. “We’d like to know what’s going on because my crew is jittery about it, especially if you’re here at night.”

Timothy Goolsby, the bar manager at the Berkeley Inn, 3834 Tennyson St., down the street from American Elm, said the Denver Police Department has been great in communicating with them after the incident. 

“I feel like they’re frustrated because they’re not telling them what they want to know,” Goolsby said in response to hearing that other businesses and residents were frustrated. “(Police are) being honest. I think it’s good they’re keeping information. We’re not worried about it.”

Tom Carlson, executive director of the Argyle assisted living facility, directly across the street from American Elm, shared the sentiment that police had been communicative. 

“(The Denver Police Department) has been a fantastic partner,” Carlson said. “One of the things they’ve done really well in all my years of doing business in the community is they send reverse 9-1-1s to the community to ensure there’s awareness if there’s a public safety threat, which, in this case, they determined there was not.”

Police first announced the death investigation just before 1 p.m. Monday, then updated at 3:30 p.m. that it was a double homicide investigation.

The Office of the Medical Examiner released the cause of death, gunshot wounds, for both victims on Thursday.

DPD balances sharing information with the public with the need to protect the investigation’s integrity in all homicide cases, including the American Elm case, DPD spokesperson Jay Casillas said. 

“DPD understands and shares the concerns of neighbors that the individual(s) responsible for these murders remains at-large, which is why investigators are working tirelessly to solve the case,” Casillas said. 

DPD has dedicated “significant resources” to the investigation since the murders were initially reported, including canvasing the immediate area and acquiring surveillance camera videos that are in review, Casillas said. 

“Residents and business owners in the immediate area who have not already been contacted through officers’ proactive efforts are encouraged to contact DPD if they have video, images or any information that could aid the investigation, such as observations of suspicious activity, descriptions of people or vehicles seen in the area,” Casillas said. 

DPD also has community resource officers at their district stations who can provide resources for businesses and residents regarding safety concerns, possible solutions, crime prevention methods and more. 

“While the circumstances of the murders and suspect information remain under investigation, the department does not have any specific warnings to share other than for individuals and businesses to remain vigilant about their everyday personal safety,” Casillas said. 

DPD has not released any information about what led to the incident. 

Sign Up For Free: Weekly 7

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

a410f16e-e52a-11ed-9004-7f6724c5cfde

View Original Article | Split View

PREV

PREVIOUS

American Elm restaurant employees were shot to death, Denver medical examiner says

Facebook Twitter WhatsApp SMS Email Print Copy article link Save Emerall Vaughn-Dahler, left, and Ignacio “Nacho” Gutierrez Morales were found dead Monday at a business in the 4100-block of West 38th Street in Denver. Police are investigating their deaths as homicides. Courtesy of Crime Stoppers The general manager and prep cook at the American Elm restaurant […]

NEXT

NEXT UP

What happened the night 3 suspects went on a deadly rock-throwing spree

A landscape river rock hit Alexa Bartell’s car so hard, it sounded like a “rail gun,” one of the teens suspected of killing her told Jefferson County Sheriff’s investigators. Arrest records obtained by The Denver Gazette said the rock slammed into the windshield of Bartell’s car, hit her in the head, and exited the back […]