Aurora Police arrested a man on vehicular homicide and DUI charges following a two-car crash that left a woman dead on Sunday night.
The crash occurred at the intersection of east Alameda Avenue and south Potomac Street around 8:40 p.m., according to an Aurora Police Department news release.
Denver resident Damian Sanchez-Balderas, 19, drove an Infiniti sedan through a red light when traveling eastbound on Alameda, police said. The Infiniti collided with a Ford Focus turning left on a green arrow south on Potomac, according to police.
A female passenger of the Ford Focus was thrown from the car and died at the scene, police said, adding the driver of the Focus suffered only minor injuries.
Balderas was transported to the hospital.
Upon release from the hospital, Balderas was sent to the Aurora Jail and charged with vehicular homicide, driving under the influence, reckless driving and driving with a revoked license, according to police.
Receive informative alerts and real time news delivered to your inbox. Stay in the know on the stories that affect you the most.
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=40&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/alert%20newsletter%20pic.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/alert%20newsletter%20pic.png);
background-size: cover;
}
}
Police said Balderas’ revoked license is from habitual traffic offenses.
Sunday’s crash is Aurora’s fifth traffic-related death this year.
The investigation is still ongoing.
Anyone who witnessed the crash is asked to contact Metro Denver Crime Stopper at 720-913-7867.
Editor’s note: This article has been updated to reflect the Aurora PIO’s correction of the spelling of Sanchez-Balderas’ name and age.