Boulder: Police seek information regarding second drive-by shooting in nine days
VGhlIEJvdWxkZXIgUG9saWNlIERlcGFydG1lbnQgaXMgYXNraW5nIGZvciB0aGUgcHVibGljIHRvIGNvbWUgZm9yd2FyZCB3aXRoIGFueSBpbmZvcm1hdGlvbiByZWdhcmRpbmcgdHdvIGRyaXZlLWJ5IHNob290aW5ncyBpbiBhIG5vcnRoIEJvdWxkZXIgbmVpZ2hib3Job29kIHRoYXQgaGFwcGVuZWQgd2l0aGluIG5pbmUgZGF5cyBvZiBlYWNoIG90aGVyLg==
Q291cnRlc3kgb2YgdGhlIEJvdWxkZXIgUG9saWNlIERlcGFydG1lbnQ=
The Boulder Police Department is asking for the public to come forward with any information regarding two drive-by shootings in a north Boulder neighborhood that occurred nine days apart.
Police received two calls about shots fired in the 1800 block of Yarmouth Avenue just before 5 a.m. on Wednesday. No one was hurt and there was no damage found, but investigators located several shell casings in the area, according to a release.
Surveillance footage nearby caught audio of the gunshots and may indicate the suspect’s vehicle has an altered exhaust. The audio can be found here.
Wednesday’s shooting is the second one to occur in the neighborhood since Aug. 9, where officers responded to a report of gunshots about 12:40 a.m.
Police said at least seven rounds were fired into four separate homes, and into a child’s room in one of the homes. No one was hurt in the incident.
Authorities are urging anyone who has any information regarding the shootings or may have witnessed them to contact Detective S. Cantu at 303-441-4328 and reference case 21-07001 or case 21-7347.
Tipsters who wish to remain anonymous can reveal information to the Northern Colorado Crime Stoppers at 1-800-222-8477 or online at www.crimeshurt.com
Sign Up For Free: AM Update Newsletter
let pathVariable;
let pathVariable2;
function handleUrlPathSegment() {
const fullPath = window.location.pathname.toLowerCase();
if (fullPath.includes(‘/business/’)) {
pathVariable = ‘business’;
pathVariable2 = ‘Business Newsletter’;
} else if (fullPath.includes(‘/outdoors/’) || fullPath.includes(‘/outdoor/’)) {
pathVariable = ‘outdoors’;
pathVariable2 = ‘Outdoors Newsletter’;
} else if (fullPath.includes(‘/opinion/’)) {
pathVariable = ‘opinion’;
pathVariable2 = ‘Opinion Newsletter’;
} else if (fullPath.includes(‘politics’)) {
pathVariable = ‘politics’;
pathVariable2 = ‘Politics Newsletter’;
} else {
pathVariable = ‘am-update’;
pathVariable2 = ‘AM Update Newsletter’;
}
console.log(`Current path: ${fullPath}`);
console.log(`Path variable set to: ${pathVariable}`);
console.log(`Path variable 2 set to: ${pathVariable2}`);
applyNewsletterName(pathVariable2);
return { pathVariable, pathVariable2 };
}
function applyNewsletterName(newsletterName) {
if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, function() {
updateNewsletterElement(newsletterName);
});
} else {
updateNewsletterElement(newsletterName);
}
}
function updateNewsletterElement(newsletterName) {
const newsletterElement = document.getElementById(‘newsletterName’);
if (newsletterElement) {
newsletterElement.textContent = newsletterName;
console.log(`Updated #newsletterName element with: ${newsletterName}`);
} else {
console.warn(‘Element with ID #newsletterName not found in the DOM’);
}
}
function setupFormSubmitListener() {
function getFormattedDate() {
const now = new Date();
const timestamp = now.getTime();
console.log(‘chris: Using Unix timestamp’);
console.log(‘chris: Current time:’, now);
console.log(‘chris: Unix timestamp (ms):’, timestamp);
return timestamp;
}
const formattedDate = getFormattedDate();
var profile = window.blueConicClient.profile.getProfile();
profile.setValues(‘newsletter_category’, pathVariable);
profile.setValue(‘newsletter_signup_date’, formattedDate);
window.blueConicClient.profile.updateProfile(this, function() {
});
}
handleUrlPathSegment();
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;
}
}
Lakewood City Council approves 2040 comprehensive plan
Sage Kelley
sage-kelley@midtc.com
Updated 2 days ago
1 of 1The sun begins to rise with clouds illuminated in oranges and yellows Friday, Nov. 3, 2023 in Lakewood, Colorado.Jonathan Ingraham jonathan.ingraham@denvergazette.com Facebook Twitter WhatsApp SMS Email Print Copy article link Save The Lakewood City Council unanimously approved the...
Sage Kelley
Reporter
Two dead in potential Denver murder suicide
None None
none-none@midtc.com
Updated 2 days ago
1 of 1Photo: O2O Creative (iStock).O2O Creative Facebook Twitter WhatsApp SMS Email Print Copy article link Save Two people are dead in what the Denver Police Department said seems to be a murder suicide. Tuesday night at approximately 8:02 p.m., Denver...
None None
Reporter
Lakewood police announces community advisory group amid scrutiny
Sage Kelley
sage-kelley@midtc.com
Updated 3 days ago
1 of 1A crowd gathers outside the Denver City and County building Monday, June. 9, 2025 to remember Jax Gratton, a transgender woman whose body was found in Lakewood on Friday.Greta Kerkhoff Facebook Twitter WhatsApp SMS Email Print Copy article...
Sage Kelley
Reporter
Crime Watch: Multiple stabbings, deaths in downtown Denver on Thursday night
Sage Kelley
sage-kelley@midtc.com
Updated 7 days ago
1 of 1Denver Gazette Facebook Twitter WhatsApp SMS Email Print Copy article link Save The Denver Police Department responded to five separate incidents in the city Thursday evening, including multiple stabbings and a fatal shooting. One suspect was eventually arrested...
Sage Kelley
Reporter
Man dies in hospital after robbery shooting in Aurora Monday night
Michael Braithwaite
michael-braithwaite@midtc.com
Updated 1 week ago
1 of 1AP stock photorybindmitriy — stock.adobe.com// Facebook Twitter WhatsApp SMS Email Print Copy article link Save A man died in the hospital from a gunshot wound he sustained during an armed robbery in an Aurora Monday night. The man...
Michael Braithwaite
Reporter
Lakewood launches new grant program to help secure West Colfax businesses
Sage Kelley
sage-kelley@midtc.com
Updated 1 week ago
1 of 1FILE PHOTO: West Colfax Avenue at Pierce Street in Lakewood.Courtesy photo, lakewoodtogether.org Facebook Twitter WhatsApp SMS Email Print Copy article link Save The City of Lakewood started a pilot program to help businesses combat increasing weariness of property...
Sage Kelley
Reporter
Thornton police arrest two in connection with shooting
None None
none-none@midtc.com
Updated 1 week ago
1 of 1FILE PHOTO: O2O Creative (iStock).O2O Creative Facebook Twitter WhatsApp SMS Email Print Copy article link Save Thornton Police Department officers arrested two suspects in connection with a July 22 shooting that injured one person. Police arrested an 18-year-old...
None None
Reporter
One man dead, two hospitalized after Lakewood shooting Wednesday morning
Michael Braithwaite
michael-braithwaite@midtc.com
Updated 1 week ago
1 of 1FILE PHOTOGETTY IMAGES Facebook Twitter WhatsApp SMS Email Print Copy article link Save One man is dead and two more are hospitalized after a shooting in Lakewood early Wednesday morning. At around 1:20 A.M., Lakewood Police Department officers...
Michael Braithwaite
Reporter
Aurora police stress traffic safety after two fatal weekend crashes
None None
none-none@midtc.com
Updated 1 week ago
1 of 1FILE PHOTOCourtesy of the Aurora Police Department Facebook Twitter WhatsApp SMS Email Print Copy article link Save Aurora Police Department officials reminded drivers on Tuesday to be safe on the road after two fatal crashes that occurred over...
None None
Reporter
One dead following Aurora house-party shooting Sunday
None None
none-none@midtc.com
Updated 2 weeks ago
1 of 1FILE PHOTO: Photo Credit: Ajax9 (iStock).Ajax9 Facebook Twitter WhatsApp SMS Email Print Copy article link Save One man is dead after being found shot in the street early morning Sunday in Aurora. According to the Aurora Police Department, officers...
None None
Reporter
PREV
PREVIOUS
Man arrested in Eagle County after authorities locate nearly 20 pounds of narcotics
Facebook Twitter WhatsApp SMS Email Print Copy article link Save Facebook Twitter WhatsApp SMS Email Print Copy article link Save An Arizona man is in custody after police said they seized nearly 20 pounds of cocaine, heroin and fentanyl pills during a search Wednesday, according to the Eagle County Sheriff’s Office. John M. Shawn Hughes, […]
NEXT
NEXT UP
Four arrests made in Denver crime spree that left one dead, one injured
Facebook Twitter WhatsApp SMS Email Print Copy article link Save Four men have been arrested in connection with a string of violence Tuesday night in Denver that left one person dead and another seriously injured, the Denver Police Department said Thursday. Police have identified the suspects as Isaiah Freeman, 18; Seth Larhode, 21; Aden Sides, […]