0800-888-2527
comercial.ar@ci5-sec.com
Llamar ahora
Acceso clientes
Inicio
Acerca de Ci5
Servicios de seguridad
Novedades
Carrera en seguridad privada
Segmentos
Contacto
Inicio
/
Contacto
Contáctenos para más información
Nombre*
Mail*
Teléfono
Mensaje*
Enviar ahora
/*$('#google-map5').gMap({ address: 'Australia', maptype: 'ROADMAP', zoom: 3, markers: [ { address: "Melbourne, Australia", html: "Melbourne, Australia" }, { address: "Sydney, Australia", html: "Sydney, Australia" }, { address: "Perth, Australia", html: "Perth, Australia" } ], doubleclickzoom: false, controls: { panControl: true, zoomControl: true, mapTypeControl: false, scaleControl: false, streetViewControl: false, overviewMapControl: false } }); */ // function isMobile() { // return ('ontouchstart' in document.documentElement); // } // function init_gmap() { // if ( typeof google == 'undefined' ) return; // var options = { // center: [-34.518990, -58.516097], // zoom: 15, // mapTypeControl: true, // mapTypeControlOptions: { // style: google.maps.MapTypeControlStyle.DROPDOWN_MENU // }, // navigationControl: true, // scrollwheel: false, // streetViewControl: true // } // if (isMobile()) { // options.draggable = false; // } // jQuery('#googleMaps').gmap3({ // map: { // options: options // }, // marker: { // latLng: [-34.518990, -58.516097], // options: { icon: '/images/icons/map-icon-1.png' } // } // }); // } // init_gmap(); $("#contacto-form").on("submit", function(e){ e.preventDefault(); $this = $(this); $.ajax({ type: "POST", url: $this.attr('action'), data: $this.serialize(), success : function(){ alert('Message Sent Successfully'); } }); });