www.michigancctvstore.com Open in urlscan Pro
2a02:4780:b:749:0:1c76:ffb6:10  Public Scan

URL: https://www.michigancctvstore.com/
Submission: On June 22 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST assets/php/contact.php

<form class="contact-panel__form" method="post" action="assets/php/contact.php" id="contactForm" novalidate="novalidate">
  <div class="row">
    <div class="col-sm-12">
      <h4 class="contact-panel__title">Request A Quote</h4>
      <p class="contact-panel__desc mb-30">Please complete the form below, to request a quote, and we’ll be in touch. Or you can call us <strong class="color-secondary">888-182-8891</strong> and our specialists will provide the necessary help! </p>
    </div>
    <div class="col-sm-6 col-md-6 col-lg-6">
      <div class="form-group float-label">
        <label for="homeBussiness">Home Or Business?</label>
        <select id="homeBussiness" class="form-control" style="display: none;">
          <option>For Home</option>
          <option>For Business</option>
        </select>
        <div class="nice-select form-control" tabindex="0"><span class="current">For Home</span>
          <ul class="list">
            <li data-value="For Home" class="option selected">For Home</li>
            <li data-value="For Business" class="option">For Business</li>
          </ul>
        </div>
      </div>
    </div><!-- /.col-lg-6 -->
    <div class="col-sm-6 col-md-6 col-lg-6">
      <div class="form-group float-label">
        <label for="Industry">Industry:</label>
        <select id="Industry" class="form-control" style="display: none;">
          <option>Commercial Buildings</option>
          <option>Commercial Buildings</option>
        </select>
        <div class="nice-select form-control" tabindex="0"><span class="current">Commercial Buildings</span>
          <ul class="list">
            <li data-value="Commercial Buildings" class="option selected">Commercial Buildings</li>
            <li data-value="Commercial Buildings" class="option">Commercial Buildings</li>
          </ul>
        </div>
      </div>
    </div><!-- /.col-lg-6 -->
    <div class="col-sm-6 col-md-6 col-lg-6">
      <div class="form-group float-label">
        <label for="size">System Size:</label>
        <select id="size" class="form-control" style="display: none;">
          <option>Small (1-5 locations)</option>
          <option>large (6-10 locations)</option>
        </select>
        <div class="nice-select form-control" tabindex="0"><span class="current">Small (1-5 locations)</span>
          <ul class="list">
            <li data-value="Small (1-5 locations)" class="option selected">Small (1-5 locations)</li>
            <li data-value="large (6-10 locations)" class="option">large (6-10 locations)</li>
          </ul>
        </div>
      </div>
    </div><!-- /.col-lg-6 -->
    <div class="col-sm-6 col-md-6 col-lg-6">
      <div class="form-group float-label">
        <label for="own">Own Or Rent?</label>
        <select id="own" class="form-control" style="display: none;">
          <option>I'm representing occupant</option>
          <option>other</option>
        </select>
        <div class="nice-select form-control" tabindex="0"><span class="current">I'm representing occupant</span>
          <ul class="list">
            <li data-value="I'm representing occupant" class="option selected">I'm representing occupant</li>
            <li data-value="other" class="option">other</li>
          </ul>
        </div>
      </div>
    </div><!-- /.col-lg-6 -->
    <div class="col-sm-6 col-md-6 col-lg-6">
      <div class="form-group">
        <input type="text" class="form-control" placeholder="First Name">
      </div>
    </div><!-- /.col-lg-4 -->
    <div class="col-sm-6 col-md-6 col-lg-6">
      <div class="form-group">
        <input type="text" class="form-control" placeholder="Last Name">
      </div>
    </div><!-- /.col-lg-4 -->
    <div class="col-sm-6 col-md-6 col-lg-6">
      <div class="form-group">
        <input type="text" class="form-control" placeholder="Email Address">
      </div>
    </div><!-- /.col-lg-4 -->
    <div class="col-sm-6 col-md-6 col-lg-6">
      <div class="form-group">
        <input type="text" class="form-control" placeholder="Phone Number">
      </div>
    </div><!-- /.col-lg-4 -->
    <div class="col-12">
      <div class="form-group mb-10">
        <label>System Of Interest:</label>
        <div>
          <div class="custom-control custom-checkbox custom-control-inline mb-20">
            <input type="checkbox" class="custom-control-input" id="Intrusion">
            <label class="custom-control-label" for="Intrusion">Intrusion Detection</label>
          </div>
          <div class="custom-control custom-checkbox custom-control-inline mb-20">
            <input type="checkbox" class="custom-control-input" id="Surveillance">
            <label class="custom-control-label" for="Surveillance">Video Surveillance</label>
          </div>
          <div class="custom-control custom-checkbox custom-control-inline mb-20">
            <input type="checkbox" class="custom-control-input" id="Integration">
            <label class="custom-control-label" for="Integration">System Integration</label>
          </div>
          <div class="custom-control custom-checkbox custom-control-inline mb-20">
            <input type="checkbox" class="custom-control-input" id="Monitoring">
            <label class="custom-control-label" for="Monitoring">Monitoring</label>
          </div>
          <div class="custom-control custom-checkbox custom-control-inline mb-20">
            <input type="checkbox" class="custom-control-input" id="fire">
            <label class="custom-control-label" for="fire">Fire Detection</label>
          </div>
          <div class="custom-control custom-checkbox custom-control-inline mb-20">
            <input type="checkbox" class="custom-control-input" id="Control">
            <label class="custom-control-label" for="Control">Access Control</label>
          </div>
          <div class="custom-control custom-checkbox custom-control-inline mb-20">
            <input type="checkbox" class="custom-control-input" id="Other">
            <label class="custom-control-label" for="Other">Other</label>
          </div>
        </div>
      </div>
      <button type="submit" class="btn btn__secondary btn__xl">
        <i class="icon-arrow-right icon-filled"></i> <span>Submit Request</span>
      </button>
      <div class="contact-result"></div>
    </div><!-- /.col-lg-12 -->
  </div><!-- /.row -->
</form>

<form class="search-popup__form">
  <input type="text" class="search-popup__form__input" placeholder="Type Words Then Enter">
  <button class="search-popup__btn"><i class="icon-search"></i></button>
</form>

Text Content

 * Home
   
 * About Us
   
 * Contact Us
 * Policies
   * Privacy Policy
   * Refund Policy
     
   * Terms & Conditions
     
   

 * Get A Quote
 * 888-182-8891 support@michigancctvstore.com

Previous
Home Security Products Everyone Can Install, Afford, And Use!


SMART SECURITY SYSTEMS FOR THE MODERN WORLD

We provide security requirements of residential, commercial and other clients,
with the largest assortment of security cameras and alarm systems installation.

Explore Our Services

CUSTOM ALERTS FOR FRIENDS AND FAMILY

Door, window, and Glass Break Detectors designed to monitor and protect home and
family.

Protect Your Home
Home Security Products Everyone Can Install, Afford, And Use!


BEST PRACTICES
FOR ALL BUSINESS SECURITY SYSTEMS

We provide security requirements of residential, commercial and other clients,
with the largest assortment of security cameras and alarm systems installation.

Explore Our Services More About Us!

CUSTOM ALERTS FOR FRIENDS AND FAMILY

Door, window, and Glass Break Detectors designed to monitor and protect home and
family.

Protect Your Home
Next
 * 1
 * 2


PROTECTION AGAINST INTRUDERS, FIRES, WATER & MORE FOR EVERY WINDOW, ROOM AND
DOOR.

Helping families live intelligently means we’re always working to bring our
customers the latest technology. As one of the premier providers of smart home
technology, we are recognized throughout the industry for our products,
innovation & customer satisfaction.

Don’t worry about any thing, our security experts will install your new system,
activate it, and show you how to use it.

More Protection With Monitoring:
 * Smart Home Security
 * Professional Installation
 * In Home Consultation

 * Doorbell Video Cameras
 * Burglary Sensor Detection
 * 24/7 Alarm Monitoring

Get in touch

Watch Our Intro!


PROTECT WHAT MATTERS MOST!

Not only will this reduce the probability of crime happening on your property,
it will reduce or eliminate any liability that falls on you if you can show you
have solid, well-designed commercial building security systems in place.

Previous


01

PHARMACEUTIC & BIOTECH

Get Started


02

MANUFACTURING & LOGISTICS

Get Started


03

COMMERCIAL BUILDINGS

Get Started


04

EDUCATIONAL BUILDINGS

Get Started


05

HEALTHCARE BUILDINGS

Get Started


06

FINANCE & BANKING

Get Started


07

OFFICE BUILDINGS

Get Started
Next



FIND PEACE OF MIND WITH 24/7 MONITORING


SMART SECURITY SYSTEMS THAT FITS YOUR BUSINESS!

Because a commercial security camera system has to produce results, we offer
what most security camera companies can’t. For CCTV installation companies, it’s
important to treat cctv camera installation with a modern approach. Our security
camera system installation department is just passionate about security
installation

How Does It Work? Get in touch

SMARTER BUSINESS SECURITY

Clever security system connects your security, CCTV, lights, locks and more, for
true seamless automation and control.

Read More

FIRE DETECTION &
LIFE SAFETY

We're industry leaders in the design, installation of quality fire alarm and
provide systems enhance security and ensure...

Read More

SMART HOME SYSTEMS

Whether you’re home or away, we make smart simple, have a remote access and
control everything from lights, locks,...

Read More

ACCESS CONTROL INSTALLATION

Effective and simple-to-use door access control systems, we offer a decade of
experience in planning, customizing...

Read More

As the leader in home security, we can help you customize a home security system
to meet your safety needs. Schedule A Visit

Get A Free Quote


FIND PEACE OF MIND WITH SMART HOME SECURITY SYSTEM


INTEGRATED SECURITY SOLUTIONS & REMOTE MONITORING 24/7


TOTAL CONTROL OVER SECURING YOUR BUSINESS


PROVIDING THE BEST PRACTICES FOR INDUSTRY SECURITY PROTOCOLS & STANDARDIZING
PROCEDURES.

We can partner with you to design and implement a scalable integrated security
solution that addresses your toughest security challenges, while gaining
efficiencies across your systems and teams by standardizing platforms and
implementing event-driving system automation and powerful solutions help

 * Access control systems - Fire detection alarms
 * Critical equipment condition monitoring systems
 * Video surveillance systems - Carbon sensors

Meet Our Experts


PROTECT YOUR HOME!

ALL THE ESSENTIALS TO HELP GIVE YOU PEACE OF MIND.

 * Easy to setup and use
 * Environmental Sensors
 * Touch Screen Panel


JUST DON’T WORRY.

WE TAKE CARE OF EVERYTHING FOR YOUR HOME!

 * Easy to setup and use
 * Environmental Sensors
 * Touch Screen Panel


CONVENIENT SYSTEM ACCESS BY PHONE OR TABLET


TRUSTED ANALYTICS THAT GIVE MEANING TO SECURITY DATA.

Our experts have undertaken system projects of all sizes and scopes, whether you
need security system integration for your corporate office or retail store, an
enterprise solution for multiple manufacturing buildings, or a complex
integration for a stadium, university, hospital, or corporate campus.

With over 60 offices across the World, we are leading the security system
integrators with a global reach and local touch.


> THE PEACE OF MIND I HAVE NOW IS SO COMFORTING, KNOWING WHEN I LEAVE HOME I CAN
> STILL CHECK IN ON MY HUSBAND TO MAKE SURE ALL IS WELL.
> 
> 
> Martin Qube Jr


TAILORED SOLUTIONS FOR YOUR SECURITY PRIORITIES


SOLUTIONS THAT REDUCE COST & INCREASE BUSINESS EFFICIENCY.

We will design, install, maintain and upgrade solutions to meet businesses'
specific needs and budgets, from large enterprises to local business security
platforms, from simple camera solutions for small offices to complex
enterprise-class video surveillance systems for large campuses.

 * Security Systems
 * Access Control
 * Monitoring
 * Fire Alarms
 * CCTV Video
 * Global Services

Our team can also provide security integration services for highly complex
facilities and offer preventative maintenance plans. Contact Us Now!



Provide better security and control for residential and business customers.
Compare Security Options!

REQUEST A QUOTE

Please complete the form below, to request a quote, and we’ll be in touch. Or
you can call us 888-182-8891 and our specialists will provide the necessary
help!

Home Or Business? For Home For Business
For Home
 * For Home
 * For Business

Industry: Commercial Buildings Commercial Buildings
Commercial Buildings
 * Commercial Buildings
 * Commercial Buildings

System Size: Small (1-5 locations) large (6-10 locations)
Small (1-5 locations)
 * Small (1-5 locations)
 * large (6-10 locations)

Own Or Rent? I'm representing occupant other
I'm representing occupant
 * I'm representing occupant
 * other





System Of Interest:
Intrusion Detection
Video Surveillance
System Integration
Monitoring
Fire Detection
Access Control
Other
Submit Request


BUSINESS PLAN

Our highly trained technicians will set-up your security system so you don’t
have to. They show you how to work your equipment.


 * Enterprise Network Video Recorders
 * Streaming video network or Internet
 * Intelligent video technology storage
 * Networked with distributed video
 * Advanced management software

$259/Month
Get Started Now

STARTER PLAN

Our highly trained technicians will set-up your security system so you don’t
have to. They show you how to work your equipment.


 * Enterprise Network Video Recorders
 * Streaming video network or Internet

$59/Month
Get Started Now

PROFESSIONAL PLAN

Our highly trained technicians will set-up your security system so you don’t
have to. They show you how to work your equipment.


 * Enterprise Network Video Recorders
 * Streaming video network or Internet
 * Intelligent video technology storage

$159/Month
Get Started Now

BUSINESS PLAN

Our highly trained technicians will set-up your security system so you don’t
have to. They show you how to work your equipment.


 * Enterprise Network Video Recorders
 * Streaming video network or Internet
 * Intelligent video technology storage
 * Networked with distributed video
 * Advanced management software

$259/Month
Get Started Now

STARTER PLAN

Our highly trained technicians will set-up your security system so you don’t
have to. They show you how to work your equipment.


 * Enterprise Network Video Recorders
 * Streaming video network or Internet

$59/Month
Get Started Now

PROFESSIONAL PLAN

Our highly trained technicians will set-up your security system so you don’t
have to. They show you how to work your equipment.


 * Enterprise Network Video Recorders
 * Streaming video network or Internet
 * Intelligent video technology storage

$159/Month
Get Started Now

BUSINESS PLAN

Our highly trained technicians will set-up your security system so you don’t
have to. They show you how to work your equipment.


 * Enterprise Network Video Recorders
 * Streaming video network or Internet
 * Intelligent video technology storage
 * Networked with distributed video
 * Advanced management software

$259/Month
Get Started Now
 * 1
 * 2
 * 3

QUICK CONTACTS

If you have any questions or need help, feel free to contact with our team.

 * support@michigancctvstore.com
 * 888-182-8891

48571 S Interstate 94 Service DrVan Buren Charter Township, MI 48111, USA

Get Directions

COMPANY

 * About Us
 * Contact Us

SERVICES

 * 
 * 

POLICIES

 * Privacy Policy
 * Refund Policy
 * Terms & Conditions

HAVE A PROJECT?

Get A Free Quote
Back To Top
© 2024 michigancctvstore.com, All Rights Reserved.