101 Wrangler Drive, Ste 201, Coppell, TX 75019
(888) 694-7827
sales@costarvideo.com
Web
Site
Search
Login
Home
-
Thank You
Company
-
About Us
--
Our Company
--
Our Team
--
Our Parent Company
-
News
-
Events
-
Contact Us
-
Ask Us
-
Careers
Products
-
StarNET Solutions
-
Central Point Solutions
-
Camera Solutions
-
Monitor Solutions
-
Accessories
-
Discontinued Products
-
Factory Renewed Products
Solutions
-
Commercial
-
Education
-
Financial
-
Retail
Support
-
Brochure Library
-
Product Videos
-
Webinar Library
-
Whitepaper Library
-
Support Videos
-
Training Videos
-
Remote Assistance
-
Limited Warranty
-
RMA Request
Resources
-
Calculators
-
Catalog Request
-
Authorized Reseller Program
-
Webinar Registration
-
Product Registration
Integration Partners
-
Access Control
-
PSIM
-
Central Station
-
Exception Management
-
ATM Integration
Downloads
Recent News
03/06/2020 - [Press Release] ISC West Postponed to July 2020
01/30/20 - [Press Release] Costar Technologies Takes Top Rankings in A&S Security 50 Rankings
01/24/20 - [Press Release] Costar Video Systems Announces Plans to Unveil The New Cloud-Based Video Management Software StarNET PRO At ISC West 2020
11/21/19 - [Press Release] Costar Video Systems Releases New DVRs to the Central Point Family of Products
10/17/19 - [Press Release] Costar Video Systems is Committed to Helping Customers Navigate Supply Chain Challenges
06/17/19 - [Press Release] Costar Launches New Central Point VMS & Family of Products
06/10/19 - [Press Release] Costar Video Systems Costar Video Systems Exhibits at 2019 NRF Protect
06/03/19 - [Press Release] Costar Technologies, Inc. Announces Financial Results for the Fourth Quarter and Year Ended December 31, 2018
05/06/19 - [Press Release] Costar Video Systems Exhibits at 2019 Offshore Technology Conference (OTC)
01/10/19 - [Press Release] Costar Technologies, Inc. Announces Financial Results For the Third Quarter Ended September 30, 2018
07/23/18 - [Press Release] Costar Technologies, Inc. Announces Closure of Arecont Vision Acquisition
03/02/15 - [Press Release] Costar Video Systems Unveils Website Redesign
09/25/14 - [Press Release] Costar Technologies, Inc. Companies To Exhibit At ASIS International Expo
08/01/14 - [Article] SDM Magazine - Costar Technologies Inc. Completes Acquisition of CohuHD Camera Products Division
07/09/14 - [Article] Security Systems News - Costar Technologies, Inc. buys CohuHD for $10m cash and the combined company has closed three deals already
06/06/14 - [Press Release] Costar Technologies, Inc. Completes Acquisition of CohuHD
06/04/14 - [Article] Security Hive - Costar Technologies, Inc. To Acquire CohuHD
06/03/14 - [Press Release] Costar Technologies, Inc. Announces Definitive Agreement To Purchase CohuHD
05/29/14 - [Press Release] Costar Video Appoints New Regional Sales Manager
11/01/13 - [Article] Security Today - HD Video Installation Goes Mainstream At Gas Monkey Garage
Page 1 of 2
First
Previous
[1]
2
Next
Last
https://developers.google.com/maps/documentation/javascript/reference?hl=fr#MarkerOptions */ values: [ { address: "23, Mornington Crescent, London", data: "Our main office" }, { address: "23, Swinton St, London", data: "Our store" } ], options: { icon: SkinPath + "/img/marker.png", /* Icon for the foreground. */ animation: google.maps.Animation.DROP /* Two possible types of animation: "DROP" and "BOUNCE" */ }, events: { mouseover: function (marker, event, context) { var map = $(this).gmap3("get"), infowindow = $(this).gmap3({ get: { name: "infowindow"} }); if (infowindow) { infowindow.open(map, marker); infowindow.setContent(context.data); } else { $(this).gmap3({ infowindow: { anchor: marker, options: { content: context.data } } }); } }, mouseout: function () { var infowindow = $(this).gmap3({ get: { name: "infowindow"} }); if (infowindow) { infowindow.close(); } } } }, map: { /* You can check the full list of map options here --> https://developers.google.com/maps/documentation/javascript/reference#MapOptions */ options: { zoom: 14, /* The initial Map zoom level. Required. */ scrollwheel: false, /* If false, disables scrollwheel zooming on the map. The scrollwheel is enabled by default. true/false */ mapTypeControl: false, /* The initial enabled/disabled state of the Map type control. true/false */ streetViewControl: false, /* The initial enabled/disabled state of the Street View Pegman control. This control is part of the default UI, and should be set to false when displaying a map type on which the Street View road overlay should not appear (e.g. a non-Earth map type). true/false */ scalControl: false, /* The initial enabled/disabled state of the Scale control. true/false */ draggable: isDraggable } } }); } }); -->