Hickory Hill, KY Drug Labs (2024)

Hickory Hill, KY Area Former Drug Labs Chart & Map

'; var iconCollection = { offenders: "/images/map_icons/v4/offenders.png", schools: "/images/map_icons/v4/schools.png", polluters: "/images/map_icons/v4/polluters.png", druglabs: "/images/map_icons/v4/methlabs.png", fcctowers: "/images/map_icons/v4/fcctowers.png", policestations: "/images/map_icons/v4/policestations.png", firestations: "/images/map_icons/v4/firestations.png", hospitals: "/images/map_icons/v4/hospitals.png", nursinghomes: "/images/map_icons/v4/nursinghomes.png", colleges: "/images/map_icons/v4/collegesanduniversities.png", airports: "/images/map_icons/v4/airports.png", libraries: "/images/map_icons/v4/libraries.png", cemeteries: "/images/map_icons/v4/cemeteries.png", tanks: "/images/map_icons/v4/lust.png", lust: "/images/map_icons/v4/lust.png", earthquakes: "/images/map_icons/v4/earthquakes.png", tornados: "/images/map_icons/v4/tornadoes.png", foreclosure: "/images/map_icons/v4/foreclosures.png", forsale: "/images/map_icons/v4/homeforsale.png", test: "/images/map_icons/v2/mainhome.png", superfunds: "/images/map_icons/v4/superfunds.png", brownfields: "/images/map_icons/v4/brownfields.png", searchcenter: "/images/map_icons/v4/homemarker.png", grocery: "/images/map_icons/v4/grocery.png", hails: "/images/map_icons/v4/hail.png", hurricans: "/images/map_icons/v4/hurricanes.png" } var iconHighlightCollection = { offenders: "/images/map_icons/v4/offenders_outlined.png", schools: "/images/map_icons/v4/schools_outlined.png", polluters: "/images/map_icons/v4/polluters_outlined.png", druglabs: "/images/map_icons/v4/methlabs_outlined.png", fcctowers: "/images/map_icons/v4/fcctowers_outlined.png", policestations: "/images/map_icons/v4/policestations_outlined.png", firestations: "/images/map_icons/v4/firestations_outlined.png", hospitals: "/images/map_icons/v4/hospitals_outlined.png", nursinghomes: "/images/map_icons/v4/nursinghomes_outlined.png", colleges: "/images/map_icons/v4/collegesanduniversities_outlined.png", airports: "/images/map_icons/v4/airports_outlined.png", libraries: "/images/map_icons/v4/libraries_outlined.png", cemeteries: "/images/map_icons/v4/cemeteries_outlined.png", tanks: "/images/map_icons/v4/lust_outlined.png", earthquakes: "/images/map_icons/v4/earthquakes_outlined.png", tornados: "/images/map_icons/v4/tornadoes_outlined.png", foreclosure: "/images/map_icons/v4/foreclosures_outlined.png", forsale: "/images/map_icons/v4/homeforsale_outlined.png", test: "/images/map_icons/v2/mainhome.png", superfunds: "/images/map_icons/v4/superfunds_outlined.png", brownfields: "/images/map_icons/v4/brownfields_outlined.png", searchcenter: "/images/map_icons/v4/homemarker_outlined.png", grocery: "/images/map_icons/v4/grocery_outlined.png", hails: "/images/map_icons/v4/hail_outlined.png", hurricanes: "/images/map_icons/v4/hurricanes_outlined.png" } var dataPoints = { offenders: [], schools: [], polluters: [], druglabs: [], fcctowers: [], policestations: [], firestations: [], hospitals: [], nursinghomes: [], colleges: [], airports: [], libraries: [], cemeteries: [], tanks: [], lust: [], earthquakes: [], tornados: [], foreclosure: [], forsale: [], test: [], superfunds: [], brownfields: [], searchcenter: [], grocery: [], hails: [], hurricans: [], banks: [] }; var viewchangeendHandlerId; function loadMap() { var zoomlevel; if (customZoom == "") { switch (locationType) { case 'state' : zoomlevel = 6; break; case 'county' : zoomlevel = 10; break; case 'city' : zoomlevel = 12; break; case 'zipcode' : zoomlevel = 13; break; } } else { zoomlevel = customZoom; } map = new Microsoft.Maps.Map('#map_canvas', { credentials: "AtTWBfjVcFFmYaXxadmPQoHIWNCZdEMDJ0k3d5455gF7io3UWLTjOCODKPGuh1dv", center: new Microsoft.Maps.Location(latitude, longitude), mapTypeId: Microsoft.Maps.MapTypeId.auto, zoom: zoomlevel, showScalebar: false, showDashboard: true, enableSearchLogo: false, disableBirdseye: false, }); //load maps //Add an infobox to the map. infobox = new Microsoft.Maps.Infobox(map.getCenter(), {visible: false}); infobox.setMap(map); initCenter = map.getCenter(); // this is for mapnavigation system. initial_zoom_level = map.getZoom(); tb_init('a.thickbox, area.thickbox, input.thickbox'); Microsoft.Maps.loadModule("Microsoft.Maps.Clustering", function () { //Create a clustering layer clusterLayer = new Microsoft.Maps.ClusterLayer(getPins(selectedCats), { clusteredPinCallback: createCustomClusteredPin, }); //Add a click event to the clustering layer. Microsoft.Maps.Events.addHandler(clusterLayer, 'mouseover', pushpinClicked); Microsoft.Maps.Events.addHandler(clusterLayer, 'click', pushpinClicked); map.layers.insert(clusterLayer); }); viewchangeendHandlerId = Microsoft.Maps.Events.addHandler(map, 'viewchangeend', function () { if(clusterLayer){ clusterLayer.setPushpins(getPins(selectedCats)); } }); var boundaries = [["-85.569321,38.288998","-85.568979,38.289158","-85.568575,38.289349","-85.567653,38.289783","-85.567365,38.289057","-85.566448,38.286712","-85.566334,38.286418","-85.566327,38.286397","-85.566303,38.286325","-85.567205,38.285992","-85.56804,38.285685","-85.568219,38.286084","-85.568917,38.287628","-85.569095,38.288049","-85.569237,38.288322","-85.569498,38.288914","-85.569321,38.288998"]]; loadBoundaries(boundaries); } function getPins(categories) { //alert(categories); var view = map.getBounds(); var topLeftLat = view.getNorthwest().latitude; var topLeftLon = view.getNorthwest().longitude; var bottomRightLat = view.getSoutheast().latitude; var bottomRightLon = view.getSoutheast().longitude; var longitude = map.getCenter().longitude; var latitude = map.getCenter().latitude; var showAllResults = 0; for (var i in categories) { var pinType = categories[i]; dataPoints[pinType] = []; // alert(pinType); // LOAD NEW PINS $.ajax({ url: ajaxURL, type: "post", dataType: 'json', async: false, data: {statename: 'KY', 'latitude': map.getCenter().latitude.toString(), 'longitude': map.getCenter().longitude.toString()}, success: function (data) { if (data != null) { //loadMapPoints(data.records, pinType); var id = 0; markers = []; var pinIcon = iconCollection[pinType]; points = data.result; // alert(points.length); $.each(points, function () { if (this.latitude != null && this.longitude != null) { /* var dataPin = {}; dataPin['latitude'] = this.latitude; dataPin['longitude'] = this.longitude; dataPin['popup'] = this.popup; dataPin['pinType'] = pinType;*/ popupText = this.popup; var loc = new Microsoft.Maps.Location( this.latitude, this.longitude); //Add a pushpin at the user's location. var pin = new Microsoft.Maps.Pushpin(loc, { icon: pinIcon, anchor: new Microsoft.Maps.Point(60, 60) }); pin.metadata = { title: pinType, description: this.popup }; dataPoints[pinType].push(pin); } }); } }, complete: function () { }, error: function (request, status, error) { } }); } return dataPoints[pinType]; } function pushpinClicked(e) { //Show an infobox when a pushpin is clicked. showInfobox(e.target); } function showInfobox(pin) { //Check to see if the pushpin is a cluster. if (typeof pin.containedPushpins == 'undefined') { if (pin.metadata) { click = "0"; popuptxt = pin.metadata.description; if (popuptxt != null) popuptxt = popuptxt.replace("<![CDATA[", "").replace("]]>", ""); var htmlContent = pushpinFrameHTML.replace('{content}', popuptxt); htmlContent = htmlContent.replace('

', '

'); infobox.setOptions({ location: pin.getLocation(), htmlContent: htmlContent, visible: true }); var xbuffer = 5; var ybuffer = 0; var yOffset = 50; var xOffset = 10; var infobox_width = 200; var infoboxOffset = infobox.getOffset(); var infoboxAnchor = infobox.getAnchor(); var infoboxLocation = map.tryLocationToPixel(pin.getLocation(), Microsoft.Maps.PixelReference.control); var map_width = map.getWidth(); var map_height = map.getHeight(); var infobox_height = $('.infobox').height(); //pinInfobox.getHeight() returns bogus values, using this jquery instead var infobox_left_corner = infoboxLocation.x; var infobox_top_corner = infoboxLocation.y; var infobox_top_corner_offset = map_height - infobox_top_corner + 45; if ((infobox_left_corner + infobox_width) > map_width) xOffset = (map_width - (infobox_width + infobox_left_corner) - xbuffer); if ((infobox_top_corner_offset + infobox_height) > map_height) yOffset = (infobox_top_corner - infobox_height - ybuffer); /*pinInfobox._offset.x = xOffset; pinInfobox._offset.y = yOffset; pinInfobox.setLocation(obj.target.getLocation());*/ infobox.setOptions({offset: new Microsoft.Maps.Point(xOffset, yOffset)}); tb_init('a.thickbox, area.thickbox, input.thickbox'); } } } function hideInfobox(e) { infobox.setOptions({visible: false}); } function createCustomClusteredPin(cluster) { //Define variables for minimum cluster radius, and how wide the outline area of the circle should be. var minRadius = 12; var outlineWidth = 7; //Get the number of pushpins in the cluster var clusterSize = cluster.containedPushpins.length; //Calculate the radius of the cluster based on the number of pushpins in the cluster, using a logarithmic scale. var radius = Math.log(clusterSize) / Math.log(10) * 5 + minRadius; //Default cluster color is red. var fillColor = 'rgba(255, 40, 40, 0.5)'; if (clusterSize > 100) { pinIcon = 'cluster_over_100'; iconWidth = 60; iconHeight = 60; } else if (clusterSize > 10) { pinIcon = 'cluster_over_10'; iconWidth = 56; iconHeight = 55; } else if (clusterSize <= 10) { pinIcon = 'cluster_under_10'; iconWidth = 53; iconHeight = 52; } pinIconUrl = '/images/map_icons/v2/' + pinIcon + '.png'; offset = new Microsoft.Maps.Point(0, 80); //Create an SVG string of two circles, one on top of the other, with the specified radius and color. var svg = ['

']; //Customize the clustered pushpin using the generated SVG and anchor on its center. cluster.setOptions({ icon: pinIconUrl, width: iconWidth, height: iconHeight, //anchor: new Microsoft.Maps.Point(radius, radius), textOffset: new Microsoft.Maps.Point(0, 18) }); } /** Boundary ***/ function getBoundary(boundarytype, countyid, cityid, zipcode) { //console.log(countyid+'- '+cityid+'- '+zipcode); if (boundarytype == 'state') return; $.ajax({ url: "/bingmap/getboundary.html", type: "post", data: {boundaryType: boundarytype, countyId: countyid, cityId: cityid, zipCode: zipcode}, //async: false, dataType: 'json', beforeSend: function (data) { //$("#mapMessage").html('Loading '+categoryLabels[pinType]).show(); $("#loading-wait").show(); }, success: function (data) { $("#loading-wait").hide(); loadBoundary(data); var view = map.getBounds(); var topLeft = view.getNorthwest(); var bottomRight = view.getSoutheast(); //console.log(topLeft+' '+bottomRight); //getSchools(); }, complete: function () { }, error: function (request, status, error) { } }); } function loadBoundaries(placemark) { map.entities.remove(gBoundaryPolygons); //gBoundaryPolygons.clear(); /* fillcolor = new Microsoft.Maps.Color(100, 212, 222, 223); strokecolor = new Microsoft.Maps.Color(240, 0, 77, 140);*/ fillcolor = 'rgba(212,222,223,0.4)'; strokecolor = 'rgba(0,77,140,0.7)'; strokethickness = 2; strokedasharray = "4 4"; if (placemark !== null && placemark.length > 0) { $.each(placemark, function (key, placemarker) { vertices = getVertices(placemarker); var polygon = new Microsoft.Maps.Polygon(vertices, {fillColor: fillcolor, strokeColor: strokecolor, strokeThickness: strokethickness, strokeDashArray: strokedasharray, visible: true}); gBoundaryPolygons.push(polygon); }); map.entities.push(gBoundaryPolygons); } }// below function is to get each map co-ordinates from json response of boundary. function getVertices(coordinates) { var msLocations = []; var first = coordinates[0]; var last = coordinates[coordinates.length - 1]; for (i = 0; i < coordinates.length; i++) { var coordinate = coordinates[i]; var xyz = coordinate.split(','); var location = new Microsoft.Maps.Location(xyz[1], xyz[0], 0); msLocations.push(location); } // This is for very rare chance where first and last co-ordinated are not same for polygons. // if not same than polygon will not be closed and may show entire map selected. if (first != last) { var coordinate = coordinates[0]; var xyz = coordinate.split(','); var location = new Microsoft.Maps.Location(xyz[1], xyz[0], 0); msLocations.push(location); } return msLocations; } $(document).ready(function() { MapNavigation.InitMapNavigation(); });

Hickory Hill, KY Drug Labs (2024)

References

Top Articles
Super Natural Every Day: Well-Loved Recipes from My Natural Foods Kitchen [A Cookbook]|Paperback
Easy Teriyaki Turkey Meatballs Recipe (egg-free)
Hometown Pizza Sheridan Menu
Use Copilot in Microsoft Teams meetings
Lowe's Garden Fence Roll
Craigslist Portales
10 Popular Hair Growth Products Made With Dermatologist-Approved Ingredients to Shop at Amazon
How To Get Free Credits On Smartjailmail
Vanadium Conan Exiles
Osrs Blessed Axe
Nexus Crossword Puzzle Solver
A Guide to Common New England Home Styles
Gmail Psu
Nwi Arrests Lake County
Craigslist Edmond Oklahoma
Are They Not Beautiful Wowhead
Gdlauncher Downloading Game Files Loop
Csi Tv Series Wiki
CANNABIS ONLINE DISPENSARY Promo Code — $100 Off 2024
Everything you need to know about Costco Travel (and why I love it) - The Points Guy
BMW K1600GT (2017-on) Review | Speed, Specs & Prices
Today Was A Good Day With Lyrics
Reborn Rich Kissasian
Www.dunkinbaskinrunsonyou.con
What Equals 16
Hefkervelt Blog
Student Portal Stvt
Spirited Showtimes Near Marcus Twin Creek Cinema
Nikki Catsouras: The Tragic Story Behind The Face And Body Images
Mosley Lane Candles
Egg Crutch Glove Envelope
Truis Bank Near Me
The Pretty Kitty Tanglewood
Free Robux Without Downloading Apps
Unity Webgl Player Drift Hunters
#1 | Rottweiler Puppies For Sale In New York | Uptown
Babylon 2022 Showtimes Near Cinemark Downey And Xd
Instafeet Login
Dadeclerk
ENDOCRINOLOGY-PSR in Lewes, DE for Beebe Healthcare
Vocabulary Workshop Level B Unit 13 Choosing The Right Word
“To be able to” and “to be allowed to” – Ersatzformen von “can” | sofatutor.com
Smite Builds Season 9
Brauche Hilfe bei AzBilliards - Billard-Aktuell.de
Po Box 101584 Nashville Tn
Gw2 Support Specter
Craigslist Pet Phoenix
Xre 00251
Rocket League Tracker: A useful tool for every player
Wzzm Weather Forecast
Pas Bcbs Prefix
Download Twitter Video (X), Photo, GIF - Twitter Downloader
Latest Posts
Article information

Author: Prof. An Powlowski

Last Updated:

Views: 5967

Rating: 4.3 / 5 (64 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Prof. An Powlowski

Birthday: 1992-09-29

Address: Apt. 994 8891 Orval Hill, Brittnyburgh, AZ 41023-0398

Phone: +26417467956738

Job: District Marketing Strategist

Hobby: Embroidery, Bodybuilding, Motor sports, Amateur radio, Wood carving, Whittling, Air sports

Introduction: My name is Prof. An Powlowski, I am a charming, helpful, attractive, good, graceful, thoughtful, vast person who loves writing and wants to share my knowledge and understanding with you.