{"id":59,"date":"2026-06-04T18:43:10","date_gmt":"2026-06-04T18:43:10","guid":{"rendered":"http:\/\/172.20.99.93\/?page_id=59"},"modified":"2026-06-24T11:28:34","modified_gmt":"2026-06-24T18:28:34","slug":"locations","status":"publish","type":"page","link":"https:\/\/culturecrew.arizonaccc.com\/index.php\/employee-resources\/locations\/","title":{"rendered":"Locations"},"content":{"rendered":"\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\" \/>\n\n<link rel=\"stylesheet\" href=\"https:\/\/unpkg.com\/leaflet@1.9.4\/dist\/leaflet.css\" integrity=\"sha256-p4NxAoJBhIIN+hmNHrzRCf9tD\/miZyoHS5obTRR9BMY=\" crossorigin=\"\" \/>\n\n<style>\n  .custom-fa-marker {\n    color: #00928F;\n    font-size: 28px;\n    text-shadow: 0 2px 5px rgba(0,0,0,0.3);\n    text-align: center;\n    transition: transform 0.2s ease;\n  }\n  \n  .custom-fa-marker:hover {\n    transform: scale(1.15);\n    color: #007774;\n  }\n<\/style>\n\n<div id=\"wp-leaflet-map\" style=\"height: 500px; width: 100%; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); z-index: 1;\"><\/div>\n\n<script src=\"https:\/\/unpkg.com\/leaflet@1.9.4\/dist\/leaflet.js\" integrity=\"sha256-20nQCchB9co0qIjJZRGuk2\/Z9VM+kNiyxNV1lvTlZBo=\" crossorigin=\"\"><\/script>\n\n<script>\n  document.addEventListener(\"DOMContentLoaded\", function() {\n    \n    const mapCenter = [33.55, -112.10];\n    const defaultZoom = 10; \n\n    const map = L.map('wp-leaflet-map').setView(mapCenter, defaultZoom);\n\n    L.tileLayer('https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png', {\n      maxZoom: 19,\n      attribution: '&copy; <a href=\"https:\/\/www.openstreetmap.org\/copyright\">OpenStreetMap<\/a> contributors'\n    }).addTo(map);\n\n    const customIcon = L.divIcon({\n      html: '<i class=\"fa-solid fa-location-dot custom-fa-marker\"><\/i>',\n      iconSize: [30, 42],       \n      iconAnchor: [15, 36],     \n      popupAnchor: [0, -32],\n      className: 'fa-marker-container'\n    });\n\n    \/\/ --- Predefined Locations Array (Address Only) ---\n    const locations = [\n      {\n        coords: [33.5529806, -111.8999561],\n        popupText: \"<b>Corporate<\/b><br>7975 Hayden Road, Suite C100<br>Scottsdale, AZ 85258\"\n      },\n      {\n        coords: [33.61222, -112.237],\n        popupText: \"<b>Peoria<\/b><br>14155 North 83rd Avenue, Suite 127<br>Peoria, AZ 85381\"\n      },\n      {\n        coords: [33.34841, -111.896],\n        popupText: \"<b>Tempe<\/b><br>7695 South Research Drive, Suite B<br>Tempe, AZ 85284\"\n      },\n      {\n        coords: [33.66546, -112.118],\n        popupText: \"<b>Deer Valley<\/b><br>19646 North 27th Avenue, Suite 108<br>Phoenix, AZ 85027\"\n      },\n      {\n        coords: [33.50625, -112.034],\n        popupText: \"<b>Biltmore<\/b><br>2222 East Highland Avenue, Suite 130<br>Phoenix, AZ 85016\"\n      },\n      {\n        coords: [33.65536, -112.377],\n        popupText: \"<b>Surprise<\/b><br>14674 West Mountain View Road, Suite 104<br>Surprise, AZ 85374\"\n      },\n      {\n        coords: [33.28473, -111.75],\n        popupText: \"<b>Gilbert<\/b><br>3645 South Rome Street, Suite 116<br>Gilbert, AZ 85297\"\n      },\n      {\n        coords: [33.58104, -111.884],\n        popupText: \"<b>Shea<\/b><br>10460 North 92nd Street, Suite 101<br>Scottsdale, AZ 85258\"\n      },\n      {\n        coords: [33.49106, -111.924],\n        popupText: \"<b>Osborn<\/b><br>7337 East 2nd Street<br>Scottsdale, AZ 85251\"\n      }\n    ];\n\n    \/\/ Loop through and add markers with HOVER functionality\n    locations.forEach(function(location) {\n      const marker = L.marker(location.coords, { icon: customIcon })\n        .addTo(map)\n        .bindPopup(location.popupText, {\n          closeButton: false\n        });\n\n      marker.on('mouseover', function(e) {\n        this.openPopup();\n      });\n\n      marker.on('mouseout', function(e) {\n        this.closePopup();\n      });\n    });\n\n  });\n<\/script>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":217,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":"[]","_tribe_ticket_has_attendee_info_fields":false,"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"normal","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":"","_tec_slr_enabled":"","_tec_slr_layout":""},"class_list":["post-59","page","type-page","status-publish","hentry"],"ticketed":false,"_links":{"self":[{"href":"https:\/\/culturecrew.arizonaccc.com\/index.php\/wp-json\/wp\/v2\/pages\/59","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/culturecrew.arizonaccc.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/culturecrew.arizonaccc.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/culturecrew.arizonaccc.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/culturecrew.arizonaccc.com\/index.php\/wp-json\/wp\/v2\/comments?post=59"}],"version-history":[{"count":5,"href":"https:\/\/culturecrew.arizonaccc.com\/index.php\/wp-json\/wp\/v2\/pages\/59\/revisions"}],"predecessor-version":[{"id":118,"href":"https:\/\/culturecrew.arizonaccc.com\/index.php\/wp-json\/wp\/v2\/pages\/59\/revisions\/118"}],"up":[{"embeddable":true,"href":"https:\/\/culturecrew.arizonaccc.com\/index.php\/wp-json\/wp\/v2\/pages\/217"}],"wp:attachment":[{"href":"https:\/\/culturecrew.arizonaccc.com\/index.php\/wp-json\/wp\/v2\/media?parent=59"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}