Contact
Address
16037 Arminta St. Van Nuys, CA 91406
Toll-Free Phone:

(888) 369-CCTV

Outside the US:

(818) 804-4693

Fax:
(818) 206-0305
Technical Support

support@cctv.net

General Inquiries

info@cctv.net

// Initialize and add the map function initMap() { // The location of Uluru const uluru = { lat: 34.2142266, lng: -118.4829511 }; // The map, centered at Uluru const map = new google.maps.Map(document.getElementById("map"), { zoom: 15, center: uluru, }); // The marker, positioned at Uluru const marker = new google.maps.Marker({ position: uluru, map: map, }); }