5 Densmore Ct, Hallowell, ME, 04347
document.addEventListener("DOMContentLoaded", function() { // Select the iframe by its src attribute var iframe = document.querySelector('iframe[src*="google.com/maps/d"]'); // Check if the iframe is present if (iframe) { // We need to observe changes in the iframe var iframeObserver = new MutationObserver(function() { try { // Access the iframe's document content var iframeDoc = iframe.contentDocument || iframe.contentWindow.document; // Look for the top toolbar element to hide var topBar = ifr