{"version":3,"file":"663.bundle.js","mappings":";;;;;;;;;;;AAAO;AACP;;AAEO;AACP;AACA;AACA;AACA;AACA;AACA;AACA,yDAAyD,yBAAyB,GAAG,0BAA0B,SAAS,4BAA4B;AACpJ,OAAO;AACP;AACA,yDAAyD,4BAA4B;AACrF,OAAO;AACP;AACA,GAAG;AACH","sources":["webpack://narconon-us-site/./node_modules/@able-sbcadmin/narconon-npm/dist/google-map.js"],"sourcesContent":["export function mapIcon() {\n}\n\nexport function getLocation() {\n let directions = document.getElementById('directions');\n directions.addEventListener('click', function(e) {\n e.preventDefault();\n e.stopPropagation();\n if (navigator.geolocation) {\n navigator.geolocation.getCurrentPosition((position) => {\n window.open(`https://www.google.com/maps?saddr=${position.coords.latitude},${position.coords.longitude}&daddr=${directions.dataset.location}`, \"_blank\");\n }, \n () => {\n window.open(`https://www.google.com/maps?daddr=${directions.dataset.location}`, \"_blank\");\n });\n } \n })\n}"],"names":[],"sourceRoot":""}