In August 1986, attorney Jessie Grimes, 55, was found shot to death at his Santa Ana condo. He suffered three gunshot wounds and died of bleeding in the chest. Grimes' son, Mike, found him dead at 11 pm after returning home from a neighbor's house. There were signs of possible rummaging at the crime scene, but nothing was reported missing.

That same night, three individuals - Timothy Stotlar, George Peterson, and Valerie Kalman, who was in an off-and-on live-in relationship with Grimes, were pulled over in a pick-up truck for speeding. Inside the vehicle, police found multiple firearms, which were later determined to be the murder weapon.

Kalman was also romantically involved with Stotlar, and shortly before the murder, Grimes had asked her to move out of his house. Prosecutors alleged that the lovers planned the murder either for revenge or robbery.

An upcoming episode of The Real Murders of Orange County is scheduled to chronicle Jessie Grimes' murder case this Friday, July 28. The episode, titled A Complex Affair, airs on Oxygen at 9 pm ET.

The official synopsis of the episode reads:

"When a retired Marine captain is shot to death in his home, detectives quickly focus in on someone close to him. The apartment complex where the murder took place holds many secrets, which ultimately lead investigators to the real killers."

Santa Ana Family-law attorney Jessie Grimes was found dead of three gunshot wounds in his condominium

In the late night hours of August 20, 1986, family-law attorney and retired marine captain Jessie Grimes, 55, was found shot to death in his North Broadway condominium in Santa Ana, California. His son Mike found him in an upstairs bedroom sometime around 11 pm after returning from a neighbor's house.

Grimes had been shot twice in the chest, once in the head, and died of massive bleeding in the chest, as per FindLaw. The same report mentioned that one of the bullets struck him fatally in the chest while the second one perforated his right lung. Reportedly, the bullet, which hit the victim's head, was shot at close range.

The Los Angeles Times reported that the California Highway Patrol officers pulled over the three suspects - Timothy Stotlar, George Peterson, and Valerie Kalman - for speeding and driving erratically on the Santa Ana Freeway at least half an hour after Grimes was shot. Inside the vehicle's trunk, they found multiple weapons.

However, back then, officers did not know about Jessie Grimes' murder and only arrested charged the driver, Peterson, on several counts of speeding and unlawful possession of weapons. The firearms were confiscated by police.

The outlet further reported that Grimes' body was found that same night. A couple of days later, officers found out that the weapons confiscated included the two handguns that were determined to be the murder weapons. Peterson, who was released by then, was once again arrested. Two months later, Stotlar was also arrested.


Prosecutors alleged that three, including Jessie Grimes' on-and-off live-in partner, were involved in the shooting

According to the same Los Angeles Times report, Valerie Kalman and the victim, Jessie Grimes, were involved in an off-and-on live-in relationship, but the former was also seeing Timothy Stotlar at the time. However, shortly before Grimes' shooting, he had asked Kalman to leave his house.

Prosecutors alleged that Kalman and Stotlar planned the attorney's murder either for revenge or to rob him. Reports mentioned that at the crime scene, authorities found signs of rummaging, but nothing was particularly reported missing.

They also alleged that Stotlar brought George Peterson with them to participate in the crime because he had a substantial collection of firearms, including the silencer ones, and often boasted about being a hitman who "can kill without anybody hearing me."

The outlet also mentioned that Kalman let the two men into Grimes' house that night, following which they confronted him in the bedroom. It was alleged that Peterson shot the 55-year-old twice in the chest, who then lunged at the shooter. Stotlar then shot him once more, this time in the head. The following day, Stotlar told Kalman's brother Sam about the happenings. Sam later testified in court.

While not much is known about the fates of George Peterson and Valerie Kalman, FindLaw reported that Timothy Stotlar was found guilty of first-degree murder in Jessie Grimes' slaying. As of now, the California Department of Corrections has no records of either of the three accused.


Learn more about Jessie Grimes' decades-old murder case on Oxygen's The Real Murders of Orange County this Friday.

More from Sportskeeda

" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1604583, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1604583); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1604583) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1604583) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();