Johana Ramos, a 31-year-old woman from Pennsylvania, was arrested on Friday, June 23, 2023, due to her alleged involvement in the murder of her mother. She was accused of aiding in the murder of her mother, Lourdes Ramos Baez, who was 67 years old at the time of her passing. Ramos was charged with criminal homicide and criminal conspiracy to commit homicide.
Earlier this month, Ramos' husband, William Emilio Torres Gautier, was arrested for the murder of his mother-in-law. He was charged with criminal homicide, aggravated assault, fear of imminent serious bodily injury, terroristic threats with intent to terrorize another, resisting arrest, criminal mischief, and abuse of a corpse as per court documents.
Both Ramos and her husband are currently being held in York County Prison in Pennsylvania.
Johana Ramos allegedly helped her husband murder her mother by duct-taping the 67-years-old's head and face
Initially, Johana Ramos' husband, William Emilio Torres Gautier was the only suspect arrested in the murder of Lourdes Ramos Baez. He was arrested after a confrontation with the police on June 6, 2023, when the authorities were responding to a call regarding a disturbance at the accused's home in Dover, Pennsylvania.
The Police, upon arriving at the scene, met with Ramos, who reportedly remained outside for hours. As per their statement, referring to Ramos, they said:
“The female indicated that her mother was in the home and needed help.”
When they attempted to speak to her, William Emilio Torres Gautier got into an altercation with them.
“While speaking to Gautier, the female was observed to be signaling for help. As officers attempted to speak to the female, Gautier intervened and pushed a section of wooden fence at officers, striking one of them. The officers took Gautier into custody after a brief struggle,” the police said, as per Newsweek.
Thereafter, the authorities found the victim under a pile of clothes and other debris, with her arms tied behind her back and multiple stab wounds. The Pennsylvania state police explained that when they discovered the victim, "duct tape covered her eyes and face. Coat hangers were wrapped around her neck."
The post-mortem reports stated that the victim died from blunt force injuries to her head and strangulation, according to a report by Law&Crime. After further investigation, authorities arrested Ramos for her alleged involvement in the murder. The Pennsylvania police claim that Ramos helped her husband in the murder, specifically with the duct-taping of the victim's head and face.
“Johana Ramos participated in the act and assisted Gautier with duct taping the victim’s head and face,” the official statement read.
Johana Ramos is currently being detained without bond. It is alleged that her husband told her his plan to murder the victim in order to obtain her money.
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": 1562738, "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(1562738); 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(1562738) >= 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(1562738) .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 }); })();