JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "maps-google.js"

Full Path: /home/u369741141/domains/tirondearrastre.com/public_html/js/pages/maps-google.js
File size: 387 bytes
MIME-type: text/plain
Charset: utf-8

$( document ).ready(function() {
    
    "use strict";
    
    function initialize() {
        var mapOptions = {
            center: new google.maps.LatLng(42.1499929,12.24317,6),
            zoom: 6
        };
        var map = new google.maps.Map(document.getElementById('map-canvas'),  mapOptions); 
    }
    google.maps.event.addDomListener(window, 'load', initialize);
    
});