Finger pushing
weather icon 71°F


Rewards offered to help find person who hurled rock in Arvada woman’s death

Field where Alexa Bartell was found

In order to help Jefferson County Sheriff’s investigators find the killer of a 20-year-old Arvada woman, rewards have been offered by Crime Stoppers and the company she worked for. 

Alexa Bartell

Alexa Bartell was killed by a rock thrown into her vehicle in April. The three suspects will each be tried separately, a judge ruled Friday.

Jefferson County Sheriff's Office

Alexa Bartell

Alexa Bartell was killed by a rock thrown into her vehicle in April. The three suspects will each be tried separately, a judge ruled Friday.






Eric Peterson said Alexa Bartell was working at Commercial Flooring Services in Denver as the scheduling and safety coordinator. The company is putting up $15,000 in reward money for information leading to the arrest of the suspect, or suspects, who threw a heavy rock into Bartell’s moving Chevy Spark, killing her.

That’s in addition to the $2,000 reward from Crime Stoppers. 

“We want to get the people who did this caught,” Peterson said. “We need to get these idiots off the streets.” 

Alexa's Car.jpg

Alexa Bartell's vehicle was hit by a landscaping rock which weighed 3-5 pounds. This photo was approved by her family to be released by the Jefferson County Sheriffs.

Courtesy of Jefferson County Sheriffs

Alexa's Car.jpg

Alexa Bartell’s vehicle was hit by a landscaping rock which weighed 3-5 pounds. This photo was approved by her family to be released by the Jefferson County Sheriffs. 






Peterson said he’d known Bartell since she was a child. Her mother, Kelly Bartell, is the company’s senior accountant and the secretary/treasurer, having worked there for over 10 years. Alexa was the single mother’s only child, he said. 

Kelly Bartell went to the field where her daughter was found and laid flowers there Friday. 

“She wanted to learn more and more. She was goofy and funny,” Peterson said. “We were creating a position for her.” 

The best lead Jefferson County Sheriff’s investigators had into the bizarre rock-killing death of Bartell disintegrated overnight. 

The sheriff’s office tweeted just after 10 p.m. Thursday night that a previously published truck of interest and its owner were not involved in Bartell’s death. 

IMG_7147.jpg

Alexa Bartell's car broke through a fence in the block of 10600 Indiana Street, a two-lane highway bordered by pasture on both sides.

Carol McKinley

IMG_7147.jpg

Alexa Bartell’s car broke through a fence in the block of 10600 Indiana Street, a two-lane highway bordered by pasture on both sides. 






IMG_7151.jpg

Susan Eckhardt visited a growing shrine at the fence near where Alexa Bartell's car came to a stop. "It's horrible. I hope they catch them. Someone's got to know something," she said.

Carol McKinley

IMG_7151.jpg

Susan Eckhardt visited a growing shrine at the fence near where Alexa Bartell’s car came to a stop. “It’s horrible. I hope they catch them. Someone’s got to know something,” she said. 






Jefferson County Sheriff’s investigators had tracked down that truck and its owner and released photos of the vehicle, but, as of Thursday night, that lead went cold. The hunt for suspects continued Friday. 

Bartell’s friend tracked down her phone and drove to the location on Indiana Street and found Bartell dead inside her car, which was off the roadway in a field.

Jefferson County spokesperson Karlyn Tilley told The Denver Gazette once they identify a suspect, they will recommend murder charges. 

Bartell’s death is believed to be part of a larger overnight crime spree involving rock hurtling, Tilley said. She indicated that the rocks were the type that is used in landscaping. 

The rock hurtling began at around 10 p.m. Wednesday night, ended just after midnight Thursday morning and included five vehicles. Other drivers whose vehicles were hit had minor injuries. 

Bartell’s was the fourth of the five known incidents. 

Around 10:45 p.m. Wednesday, Bartell was driving northbound near the 10600 block of Indiana Street near Rocky Flats Wildlife Refuge when she was hit by the rock. The rock was thrown possibly from a vehicle or the side of the road, according to JCSO.

Facebook posts said Bartell, 20, went to Arvada West High School. Her friends are said to be devastated over her tragic death. 

10:04 p.m. Westminster – 100th Ave. & Simms St. — rock through a windshield. Driver not injured.

10:36 p.m. Boulder County – McCaslin Boulevard and South Indiana Street (entrance to Rock Creek neighborhood) rock through a windshield. Minor injuries to the driver.

10:37 p.m. Boulder County – McCaslin Boulevard and South Indiana Street (entrance to Rock Creek neighborhood) – rock hit a Toyota 4-Runner. Body damage to a vehicle, driver not injured.

10:45 p.m. Jefferson County – 10600 block of Indiana Street – rock through a windshield of yellow Chevy Spark – homicide.

April 20 at 12:24 a.m. Arvada – Highway 93 at Highway 72 – rock through a windshield – minor injuries to the driver.

The sheriff’s office said it is working with Boulder County Sheriff’s Office, Arvada Police and Westminster Police to gather information. Authorities believe there may be additional victims.

Investigators are asking for any other possible victims to call the JCSO tip line at 303-271-5612.

They are also looking for anyone who might have home security or dash cameras that may have caught the vehicle driving by. 

IMG_7153.jpg

Tire tracks from Alexa Bartell's car show her path which started at Indiana Street, a two-lane highway where she was driving northbound, down a slight hill and through a barbed wire fence. Bartell was killed when someone threw a rock which broke the window of the car she was driving April 19.

Carol McKinley/Denver Gazette

IMG_7153.jpg

Tire tracks from Alexa Bartell’s car show her path which started at Indiana Street, a two-lane highway where she was driving northbound, down a slight hill and through a barbed wire fence. Bartell was killed when someone threw a rock which broke the window of the car she was driving April 19. 






IMG_7157.jpg

Tire tracks from Alexa Bartell's car show her path from Indiana Street, a two-lane highway, down a slight hill and through a barbed wire fence. She was killed when someone threw a rock which broke the window of the car she was driving Wednesday night.

Carol McKInley

IMG_7157.jpg

Tire tracks from Alexa Bartell’s car show her path from Indiana Street, a two-lane highway, down a slight hill and through a barbed wire fence. She was killed when someone threw a rock which broke the window of the car she was driving Wednesday night. 






Sign Up For Free:

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 if (fullPath.includes(‘outtherecolorado’)) {
pathVariable = ‘outtherecolorado’;
pathVariable2 = ‘Out There Colorado 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();
setupFormSubmitListener();

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



Welcome Back.

Streak: 9 days i

Stories you've missed since your last login:

Stories you've saved for later:

Recommended stories based on your interests:

Edit my interests