14 arrested, 23 face charges after 18-month fentanyl trafficking investigation in Paducah - KBSI Fox 23 Cape Girardeau News | Paducah News (2024)

Christy Russell,

  • (Source: McCracken County Sheriff's Office)

  • (Source: McCracken County Sheriff's Office)

  • (Source: McCracken County Sheriff's Office)

  • (Source: McCracken County Sheriff's Office)

  • fentanyl-trafficking5-source-mccracken-county-sheriffs-office

    (Source: McCracken County Sheriff's Office)

  • Paul G. West (Source: McCracken County Sheriff’s Office)

  • Dominick D. Tyler (Source: McCracken County Sheriff’s Office)

  • Dorian Q. Shumpert (Source: McCracken County Sheriff’s Office)

  • Cameron Shumpert (Source: McCracken County Sheriff’s Office)

  • Samuel G. Shocklee (Source: McCracken County Sheriff’s Office)

  • Christopher J. Russell (Source: McCracken County Sheriff's Office)

  • Xavier R. Mcphee (Source: McCracken County Sheriff's Office)

  • Victor A. Morales Martinez (Source: McCracken County Sheriff's Office)

  • Detysha L. Laster (Source: McCracken County Sheriff's Office)

  • Mckenzie N. Hopkins (Source: McCracken County Sheriff's Office)

  • Johnny B. Harmon III (Source: McCracken County Sheriff's Office)

  • Channing T. Grentzer (Source: McCracken County Sheriff's Office)

  • Enrico G. Fuhr (Source: McCracken County Sheriff's Office)

  • Lavanti Davenport (Source: McCracken County Sheriff's Office)

  • Lavance N. Davenport Sr. (Source: McCracken County Sheriff's Office)

  • Lavanti N. Davenport (Source: McCracken County Sheriff's Office)

  • Avian M. Costello (Source: McCracken County Sheriff's Office)

  • Lisa D. Collins (Source: McCracken County Sheriff's Office)

  • Michelle L. Cohoon (Source: McCracken County Sheriff's Office)

  • (Romeneo L Beard (Source: McCracken County Sheriff's Office)

  • Garrett E. Beach (Source: McCracken County Sheriff's Office)

  • Jasmine D. Baker (Source: McCracken County Sheriff's Office)

  • Michael J. Abbage (Source: McCracken County Sheriff's Office)

  • fentanyl-trafficking5-source-mccracken-county-sheriffs-office

    (Source: McCracken County Sheriff's Office)

  • (Source: McCracken County Sheriff's Office)

  • (Source: McCracken County Sheriff's Office)

  • (Source: McCracken County Sheriff's Office)

  • (Source: McCracken County Sheriff's Office)

");$spagination = flexSlider.find(".spagination");SPagination.Init($spagination.get( 0 ), {size: slide_obj.count, // pages sizepage: 1, // selected pagestep: 3, // pages before and after currentcb: function(p){flexSlider.flexAnimate(p-1, true);}});}}}function gtx_gallery_slide_before(slide_obj){var slide=slide_obj.animatingTo;$active_slide=$all_slides.eq(slide) ;slideshow_ad_loaded = false;var current_html = $active_slide.children(".gtx-ad-container").html();if (current_html) {$active_slide.children(".gtx-ad-container").html(current_html.trim())}gtx_track_slide( slide_obj );changeURL(parseInt($active_slide.attr("data-attachment_id")));//THUMBS SYNC - PAGINATED THUMBNAIL NAVIGATIONif($thumbs!=="" && navigation == "paginated_thumbs"){var right_item=$slider.find(".slides li[data-i="+(slide +1 )+"]").attr("data-i-only-pics")if( right_item!= ""){$thumbs.find("li.gtx-thumb-img").removeClass("flex-active-slide");$thumbs.find("li.gtx-thumb-img[data-i="+(slide +1 )+"]").addClass("flex-active-slide");$page=$thumbs.find(".slides>li").has("li[data-i="+(slide +1 )+"]");$thumbs.flexAnimate($page.index(), true);}}}function gtx_gallery_slide_after(slide_obj){var slide=slide_obj.animatingTo;$active_slide=$all_slides.eq(slide) ;if($active_slide.hasClass("gtx-ad-slide")==1){if ($active_slide.find('iframe').length === 1) {$active_slide.find('iframe')[0].remove();}$slider.delay(100).queue(function(){$(this).addClass("gtx-gallery-loading").dequeue();});$ad_container=$active_slide.children(".gtx-ad-container").first();if ($($ad_container).html().length < 1) {addAdInto($ad_container,{slide:slide_obj.animatingTo +1});}//Force arrows to be shown when on mobile and when the slide is an adif(mobile_mode){$slider.find(".flex-direction-nav").show(2000)}} else {//Force arrows to hide when on mobile and when the slide is not an adif(mobile_mode){$slider.find(".flex-direction-nav").hide("fast") }}//THUMBS SYNCif($thumbs!=="" && navigation == "thumbnails"){var right_item=$slider.find(".slides>li[data-i="+(slide +1 )+"]").attr("data-i-only-pics")if( right_item!= ""){$thumbs.find("li.gtx-thumb-img").removeClass("flex-active-slide");$thumbs.find("li.gtx-thumb-img").eq(right_item -1 ).addClass("flex-active-slide");$thumbs.flexAnimate(right_item-1, true);}}if(typeof(googletag) != "undefined" && googletag !== null && googletag.pubads){// Refresh ads within viewvar tmp_now=new Date().getTime();var last_refresh_diff= tmp_now - last_ad_refresh;if(last_refresh_diff > 1000){reset_ads_and_refresh();last_ad_refresh=tmp_now;}}//LAZY LOADrange=5;var $slides_to_hanle=$all_slides.slice(slide, slide + range +1);if(slide - range >= 0){$slides_to_hanle=$.merge($slides_to_hanle, $all_slides.slice(slide - range, slide ));}else{$slides_to_hanle=$.merge($slides_to_hanle, $all_slides.slice(0, range ));$slides_to_hanle=$.merge($slides_to_hanle, $all_slides.slice(range * -1 ));}if(slide + range >= $all_slides.size()){//handle first slides$slides_to_hanle= $.merge($slides_to_hanle, $all_slides.slice(0,range));}$slides_to_hanle.find(".gtx-image-container[data-background]").each(function () {var src = $(this).attr("data-background");$(this).css("background-image", "url("+src+")").removeAttr("data-background");});adjustNavHeight();if( typeof SPagination !== "undefined" && flexSlider.find(".spagination").length>0 ){if(SPagination.page != slide+1){SPagination.page = slide + 1;SPagination.Start(); }}}function reset_ads_and_refresh(){if(!advanced_ad_refresh){// if option is not enabled, refresh all ads, minus out of page adsif(ads_to_refresh.length > 0){googletag.pubads().refresh(ads_to_refresh);}return;}if(ads_to_refresh.length == 0){return;}var newAds = [];var fullAdsToRefresh = [];for(var i = 0; i < ads_to_refresh.length; i++){var adSlot = ads_to_refresh[i];if(!ad_is_in_view(adSlot)){// do not replace this ad, but store it so it can be refreshed when back in viewfullAdsToRefresh.push(adSlot);continue;}if (adSlot.getSizes().length == 1) {//Ad only has one ad slot define, skip and refresh all ads at the endnewAds.push(adSlot);continue;}var slotId = adSlot.getSlotElementId();var slotName = adSlot.getAdUnitPath();var targeting = adSlot.getTargetingMap();var slotWidth = adSlot.tn_width;var slotHeight = adSlot.tn_height;var slotX = adSlot.tn_positionX;var slotY = adSlot.tn_positionY;$('#'+slotId).css({minHeight: slotHeight+'px', minWidth: slotWidth+'px'});var sizeMappingVar = googletag.sizeMapping().addSize([0, 9999999], [slotWidth, slotHeight]).build() googletag.cmd.push(function() {googletag.destroySlots([adSlot]);}) googletag.cmd.push(function() {var newAdSlot = googletag.defineSlot(slotName, [slotWidth, slotHeight], slotId).defineSizeMapping(sizeMappingVar).addService(googletag.pubads());if(targeting){for (const [key, value] of Object.entries(targeting)) {newAdSlot.setTargeting(`${key}`, `${value}`);}}newAdSlot.tn_positionX = slotX;newAdSlot.tn_positionY = slotY;newAdSlot.tn_width = slotWidth;newAdSlot.tn_height = slotHeight;newAds.push(newAdSlot);fullAdsToRefresh.push(newAdSlot);});}//refresh all ads with new defined slotsgoogletag.pubads().refresh(newAds);ads_to_refresh = fullAdsToRefresh;}var ads_to_refresh = [];// set the ads we wish to refreshfunction set_ads_to_refresh(){var checkingAdsInVew = false;if (typeof googletag === 'object' && typeof googletag.pubads === 'function'){googletag.pubads().addEventListener('impressionViewable', function(event) { // Out-of-page ads are not eligible for refreshif(event.slot.getOutOfPage() === true){return false;}var slotWidth = $('#'+event.slot.getSlotElementId() + ' iframe').width();var slotHeight = $('#'+event.slot.getSlotElementId() + ' iframe').height();event.slot.tn_positionX = $('#'+event.slot.getSlotElementId()).offset().left;event.slot.tn_positionY = $('#'+event.slot.getSlotElementId()).offset().top;event.slot.tn_width = slotWidth;event.slot.tn_height = slotHeight;if(ads_to_refresh.indexOf(event.slot) < 0){ads_to_refresh.push(event.slot)}});}}function ad_is_in_view(slot){var wTop = $(window).scrollTop();return slot.tn_positionY > wTop && slot.tn_positionY < $(window).height() + wTop;}$(window).load(function(){set_ads_to_refresh();})function gtx_gallery_thumbs_set_backwards(){backward_pos = $thumbs.find(".gtx-thumb-backward").position().left;backward_width = $thumbs.find(".gtx-thumb-backward").width();backward_right_pos = backward_pos + backward_width;container_width = $thumbs.find(".flex-viewport").width();fully_visible = backward_right_pos < container_width;partially_visible = (backward_right_pos - container_width) < backward_width/3;if(partially_visible){$thumbs.find(".flex-next").hide(0);}else{$thumbs.find(".flex-next").show();}}function gtx_gallery_thumbs_before(slide_obj){if(slide_obj.count > 8){gtx_gallery_thumbs_set_backwards()}}function gtx_gallery_thumbs_after(slide_obj){if(slide_obj.count > 8){gtx_gallery_thumbs_set_backwards()}}function gtx_gallery_paginated_thumbs_start(slide_obj){gtx_gallery_paginated_thumbs_lazy();if(false && slide_obj.count > 8){$thumbs.find(".flex-control-nav.flex-control-paging").removeClass("flex-control-paging").addClass("g-pagination");}if(slide_obj.count > 8){$thumbs.find(".flex-control-nav.flex-control-paging").hide().after("

");$pagination = $thumbs.find(".spagination");SPagination.Init($pagination.get( 0 ), {size: slide_obj.count, // pages sizepage: 1, // selected pagestep: 3, // pages before and after currentcb: function(p){$thumbs.flexAnimate(p-1, true);}});}}function gtx_gallery_paginated_thumbs_before(slide_obj){var slide=(typeof slide_obj == "object" && slide_obj.animatingTo ? slide_obj.animatingTo : 0);gtx_gallery_paginated_thumbs_lazy(slide_obj);}function gtx_gallery_paginated_thumbs_after(slide_obj){var slide=(typeof slide_obj == "object" && slide_obj.animatingTo ? slide_obj.animatingTo : 0);//THUMBS SYNC - Go to first slide of this batchif($thumbs!=="" && navigation == "paginated_thumbs"){var $active_slide=$slider.find(".slides>li.flex-active-slide");var $active_thumb_page=$thumbs.find(".slides>li.flex-active-slide");//Check if the current slide is within this thumb batchif(!$active_thumb_page.find("li[data-i="+$active_slide.attr("data-i")+"]").size()){first_thumb=$active_thumb_page.find("li").first().attr("data-i");flexSlider.flexAnimate(first_thumb - 1, true);}}if( typeof SPagination !== "undefined" && $thumbs.find(".spagination").length>0 ){if(SPagination.page != slide+1){SPagination.page = slide + 1;SPagination.Start(); }}}function gtx_gallery_paginated_thumbs_lazy(slide_obj){var slide=(typeof slide_obj == "object" && slide_obj.animatingTo ? slide_obj.animatingTo : 0);//LAZY LOAD THUMBSif($all_thumbs!=="" && navigation == "paginated_thumbs"){range=1;var $slides_to_hanle=$all_thumbs.slice(slide, slide + range + 1);if(slide - range >= 0){$slides_to_hanle=$.merge($slides_to_hanle, $all_thumbs.slice(slide - range, slide ));}else{$slides_to_hanle=$.merge($slides_to_hanle, $all_thumbs.slice(0, range ));$slides_to_hanle=$.merge($slides_to_hanle, $all_thumbs.slice(range * -1 ));}if(slide + range >= $all_thumbs.size()){//handle first slides$slides_to_hanle= $.merge($slides_to_hanle, $all_thumbs.slice(0,range));}$slides_to_hanle.each(function () {$(this).find("img[lazy-src]").each(function () {var src = $(this).attr("lazy-src");if(!src) return;$(this).attr("src",src).removeAttr("lazy-src");$thumbs.find("img[lazy-src=\""+src+"\"]").attr("src",src).removeAttr("lazy-src");});});}}function adjustNavHeight(){imageHeight = flexSlider.find(".gtx-slide-img.flex-active-slide .gtx-image-container").outerHeight();if(imageHeight > 0){flexSlider.find(".flex-prev,.flex-next").css("top",Math.round(imageHeight/2));}}var nextSlotId = 1;function generateNextSlotName() {var id = nextSlotId++;return "adslot_" + id+"_"+Math.floor( Date.now() / 1000 );} function addAdInto(selector,options) {try{gtx_gallery_enable_dfp();}catch(err) {}var slide=options.slide || -1;var slotName = generateNextSlotName();var ad_index = 0;// Create a div for the slotvar slotDiv = document.createElement('div');slotDiv.id = slotName; // Id must be the same as slotName$( selector ).append( slotDiv );try{ad_index=$( selector ).closest(".gtx-ad-slide").attr("data-i-only-ads");}catch(err) {}// Define the slot itself, call display() to // register the div and refresh() to fetch ad.googletag.cmd.push(function() {slideshow_ad_loaded = true;adslots[slotName] = googletag.defineSlot('/132916964,22666483375/kbsi23.com/news', [300, 250], slotName).addService(googletag.pubads()).setTargeting("placement", "gallery").setTargeting("slide", slide).setTargeting("post", '570902').setTargeting("category", '["news"]').setTargeting("galleryAdIndex", ad_index);googletag.display(slotName);googletag.sizeMapping().addSize( [0,0], [[300,250]])googletag.pubads().refresh([adslots[slotName]]);});}gtx_gallery_syncHash = function(path){pic = "";re = /pic\/?([0-9]+)\/?$/i;if(!path && window.location.hash && window.location.hash.match(re)) path = window.location.hash;if(!path && window.location.pathname && window.location.pathname.match(re)) path = window.location.pathname;if(path){matchslide = path.match(re);if(matchslide && matchslide[1]>0){pic = parseInt(matchslide[1]);} if(!isNaN(pic) && pic > 0){slide=get_slide_by_attachment_id(pic);if(slide>0){avoid_next_pageview = true;flexSlider.flexAnimate(slide - 1, true);}}}else{gtx_track_slide( )}}function debounce(func, wait, immediate) {var timeout;return function() {var context = this, args = arguments;var later = function() {timeout = null;if (!immediate) func.apply(context, args);};var callNow = immediate && !timeout;clearTimeout(timeout);timeout = setTimeout(later, wait);if (callNow) func.apply(context, args);};};// delay the url state replacement to avoid overload// RAYOS-271var efficientlyReplaceState = debounce(function(title, path){window.history.replaceState({}, title, path);}, 1250)function changeURL(pic){basepath = window.location.pathname.replace(/\/pic\/?([0-9]+)\/?$/i,"/");if(isNaN(pic)) return;path = basepath + "pic/"+pic+"/";title = "Pic "+pic;if (typeof(window.history.replaceState) == "function") {efficientlyReplaceState(title, path)} else {window.location.hash = path;}}function get_slide_by_attachment_id(id){var slide=$slider.find(".slides li[data-attachment_id="+id+"]").attr("data-i");return parseInt(slide, 10);}function gtx_track_slide( slide_obj ){if(slide_obj){var slide = slide_obj.animatingTo;}else{var slide = 0;}$active_slide=$all_slides.eq(slide) ;if(!avoid_next_pageview){try{ var loc = location.pathname + "#slide" + (parseInt(slide) + 1); if (rayos_gtm_gallery_pageviews) { // Add gallery navigation info to dataLayer window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event': 'rayos_virtual_pageview', 'location' : loc }); } // Legacy support for GA trackingga("send", "pageview", loc);if (ga.getByName("gtxcelTracker")) {ga("gtxcelTracker.send", "pageview", loc);}}catch(err){}}avoid_next_pageview = false;}//Add a callback on ad rendergoogletag.cmd.push(function() {googletag.pubads().addEventListener('slotRenderEnded', function(event) {var slotName=event.slot.getSlotElementId();if(typeof adslots[slotName] !=="undefined" && !event.isEmpty){$slider.clearQueue();$slider.removeClass("gtx-gallery-loading");}});});jQuery("#gtx-gallery-slider-570902").flexslider({ animation: "slide", pauseOnHover: true, prevText: "", nextText: "", slideshow: false, controlNav: false, init: gtx_gallery_slide_init, start: gtx_gallery_slide_start, before: gtx_gallery_slide_before, after: gtx_gallery_slide_after});if(mobile_mode){$slider.find(".flex-direction-nav").hide();}});

PADUCAH, Ky. (KBSI) – Fourteen people were arrested and 23 people face charges after an 18-month investigation into fentanyl trafficking in Paducah.

The investigation was spurred by an increase in the amount of fentanyl seen locally and the number of fentanyl overdose cases.

Paducah Police Department drug detectives began an investigation in early 2021 into the organized sale of the drug.

Those arrested included repeat offenders with lengthy criminal histories and two generations of the same family.

Wednesday morning, Paducah police officers and FBI agents began arresting those indicted for possessing and selling fentanyl.

So far, 14 of the 23 people charged have been arrested.

Police served search warrants at five homes Wednesday morning. This resulted in the seizure of a large amount of cash and fentanyl pills. Detectives have seized about 8,000 fentanyl pills, six handguns, two rifles and more than $242,000 cash. The average price of a fentanyl pill on the street is about $25, putting the street value of the seized pills at approximately $200,000.

All of those arrested were booked into the McCracken County Regional Jail, except several who already were in jail on other charges. Those individuals were served their warrants in jail.

Photographs of all 23 suspects are posted on the Paducah Police Department’s Facebook page

The FBI, Department of Homeland Security, Illinois State Police, McCracken County Sheriff’s Department and Kentucky Probation and Parole assisted in the investigation.

The investigation is continuing and additional charges and arrested are expected.

Those arrested include:

  • Jasmine D. Baker, 19, of Ohio Street, trafficking in a controlled substance (carfentanil or fentanyl derivatives)
  • Garrett E. Beach, 26, of Metropolis, IL, trafficking in a controlled substance (carfentanil or fentanyl derivatives)
    • 2017 – Possession of burglary tools
  • Avian M. Costello, 37, of Jack Gray Drive, trafficking in a controlled substance (carfentanil or fentanyl derivatives)
  • Lavance N. Davenport Sr., 46, of South 6th Street, trafficking in a controlled substance (carfentanil or fentanyl derivatives)
    • On federal probation for distribution of crack cocaine
    • 2011 – Distribution of a controlled substance
    • 2011 – Possession with intent to distribute
    • 2008 – Supervised probation
    • 2003 – Distribution of cocaine
    • 2001 – First-degree assault
    • 2000 – Trafficking in a controlled substance (cocaine)
    • 2000 – Carrying a concealed weapon (by a felon)
  • Lavanti N. Davenport, 20, of Levin Avenue, four counts of trafficking in a controlled substance (carfentanil or fentanyl derivatives)
  • Enrico G. Fuhr, 28, of North 23rd Street, first-degree possession of a controlled substance (fentanyl) and two counts of trafficking in a controlled substance (carfentanil or fentanyl derivatives)
  • Johnny B. Harmon III, 30, of Park Avenue, three counts of trafficking in a controlled substance (carfentanil or fentanyl derivatives)
    • On probation for 2021 Possession of a handgun by a convicted felon and 2019 First-degree wanton endangerment
  • De’Tysha L. Laster, 23, of Coronado Court, two counts of trafficking in a controlled substance (carfentanil or fentanyl derivatives)
  • Christopher J. Russell, 37, of Jack Gray Drive, two counts of trafficking in a controlled substance (carfentanil or fentanyl derivatives)
    • 2021 – Fraud (Florida)
    • 2015 – Grand theft from dwelling (Florida)
  • Samuel G. Shocklee, 23, of Calvert City, KY, first-degree possession of a controlled substance (fentanyl)
  • Cameron Shumpert, 29, of Levin Avenue, trafficking in a controlled substance (carfentanil or fentanyl derivatives, second or greater offense)
    • 2019 – Use of a minor in a sexual performance
    • 2019 – Trafficking in marijuana
    • 2019 – Promoting contraband
    • 2017 – Possession of a firearm by a convicted felon
    • 2017 – Tampering with physical evidence
    • 2012 – Trafficking in a controlled substance
  • Dorian Q. Shumpert, 31, of Glenwood Drive, trafficking in a controlled substance (carfentanil or fentanyl derivatives, second or greater offense)
    • 2018 – First-degree promoting contraband
    • 2015 – Trafficking in a controlled substance
    • 2011 – Trafficking in cocaine
  • Dominick D. Tyler, 19, of Grand Rivers, KY, trafficking in a controlled substance (carfentanil or fentanyl derivatives)
  • Paul G. West, 25, of Lone Oak Road, two counts of trafficking in a controlled substance (carfentanil or fentanyl derivatives, second or greater offense)
    • 2021 – Fleeing or evading police
    • 2021 – Fleeing or evading police
    • 2021 – Trafficking in a controlled substance (fentanyl)
    • 2021 – Possession of a controlled substance

Indicted – not yet arrested

  • Michael J. Abbage, 24, of Levin Avenue, trafficking in a controlled substance (carfentanil or fentanyl derivatives)
    • On probation for 2021 criminal possession of a forged instrument
    • 2015 – Second-degree robbery
  • Romeneo L. Beard, 21, of Levin Avenue, trafficking in a controlled substance (carfentanil or fentanyl derivatives)
  • Michelle L. Cohoon, 45, of Grogan Circle, first-degree possession of a controlled substance (fentanyl)
  • Lisa D. Collins, 47, of Otis Dinning Drive, first-degree possession of a controlled substance (fentanyl) and speeding/10mph over limit
  • Lavance N. Davenport Jr., 27, of South 6th Street, trafficking in a controlled substance (carfentanil or fentanyl derivatives, second or greater offense)
    • On probation for 2021 first-degree fleeing and evading police
    • 2021 – Second-degree fleeing and evading
    • 2021 – Possession of a firearm by a convicted felon
    • 2021 – Possession of a handgun by a convicted felon
    • 2021 – Receiving stolen property
    • 2016 – Trafficking in marijuana
    • 2016 – First-degree wanton endangerment
    • 2016 – Tampering with evidence
  • Channing T. Grentzer, 24, of Stately Vision Lane, trafficking in a controlled substance (carfentanil or fentanyl derivatives)
  • McKenzie N. Hopkins, 21, of Ledbetter, KY, trafficking in a controlled substance (carfentanil or fentanyl derivatives)
  • Xavier R. Mcphee, 34, of Walter Jetton Drive, first-degree possession of a controlled substance (fentanyl) and operating on a suspended/revoked operator’s license
  • Victor A. Morales-Martinez, 24, of Mayfield, KY, trafficking in a controlled substance (carfentanil or fentanyl derivatives)

Categories: News

14 arrested, 23 face charges after 18-month fentanyl trafficking investigation in Paducah - KBSI Fox 23 Cape Girardeau News | Paducah News (2024)
Top Articles
Comprehensive Guide To Mikayla Campinos' Content Leaks And Consequences
Mikayla Campinos Leaks: Unveiling The Truth Behind The Controversy
Craigslist Cars And Trucks For Sale By Owner Indianapolis
Voordelige mode in topkwaliteit shoppen
According To The Wall Street Journal Weegy
Midway Antique Mall Consignor Access
414-290-5379
Cincinnati Bearcats roll to 66-13 win over Eastern Kentucky in season-opener
83600 Block Of 11Th Street East Palmdale Ca
Identogo Brunswick Ga
How do you like playing as an antagonist? - Goonstation Forums
Funny Marco Birth Chart
The Witcher 3 Wild Hunt: Map of important locations M19
Peraton Sso
Foodland Weekly Ad Waxahachie Tx
Kvta Ventura News
Conscious Cloud Dispensary Photos
London Ups Store
Canvas Nthurston
Uky Linkblue Login
Hocus Pocus Showtimes Near Amstar Cinema 16 - Macon
The best TV and film to watch this week - A Very Royal Scandal to Tulsa King
Daylight Matt And Kim Lyrics
Zoe Mintz Adam Duritz
My Homework Lesson 11 Volume Of Composite Figures Answer Key
The Ultimate Guide to Extras Casting: Everything You Need to Know - MyCastingFile
Brazos Valley Busted Newspaper
Prey For The Devil Showtimes Near Ontario Luxe Reel Theatre
The Eight of Cups Tarot Card Meaning - The Ultimate Guide
'Insidious: The Red Door': Release Date, Cast, Trailer, and What to Expect
Our 10 Best Selfcleaningcatlitterbox in the US - September 2024
Used Safari Condo Alto R1723 For Sale
Learn4Good Job Posting
Chicago Pd Rotten Tomatoes
Bozjan Platinum Coins
Haley Gifts :: Stardew Valley
Indiana Immediate Care.webpay.md
Chilangos Hillsborough Nj
Austin Automotive Buda
Bismarck Mandan Mugshots
Dying Light Nexus
Let's co-sleep on it: How I became the mom I swore I'd never be
Energy Management and Control System Expert (f/m/d) for Battery Storage Systems | StudySmarter - Talents
Mitchell Kronish Obituary
Senior Houses For Sale Near Me
15 Best Places to Visit in the Northeast During Summer
Page 5747 – Christianity Today
What Time Do Papa John's Pizza Close
Diamond Desires Nyc
M Life Insider
Varsity Competition Results 2022
Latest Posts
Article information

Author: Patricia Veum II

Last Updated:

Views: 6033

Rating: 4.3 / 5 (44 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Patricia Veum II

Birthday: 1994-12-16

Address: 2064 Little Summit, Goldieton, MS 97651-0862

Phone: +6873952696715

Job: Principal Officer

Hobby: Rafting, Cabaret, Candle making, Jigsaw puzzles, Inline skating, Magic, Graffiti

Introduction: My name is Patricia Veum II, I am a vast, combative, smiling, famous, inexpensive, zealous, sparkling person who loves writing and wants to share my knowledge and understanding with you.