﻿
var iconData = {
  "icone_info": { width: 32, height: 32 },
  "tourisme_trois_rivieres": { width: 103, height: 81 },
  "ombre_info": { width: 38, height: 32 }
};

var Bureau_Touristique = [
  {
    "zoom": [0, 17],
    "places": [
      {
        "name": "Bureau d'information touristique", 
        "tooltip": "Bureau d'information touristique",
        "icon": ["icone_info","ombre_info"],
        "posn": [46.3415649,-72.5406258],
        "info": "<div style='width:200px; height:110px; padding:10px;'><img src='/google_maps/img/img_infoBulle_infoTR.png' alt='Bureau touristique' width='190' height='113' style='width:190px; height:113px' /></div>"
      },
    ]
  }
];

var Tourisme_Trois_Rivieres = [
  {
    "zoom": [0, 17],
    "places": [
      {
        "name": "Tourisme Trois-Rivières", 
        "tooltip": "Tourisme Trois-Rivières",
        "icon": ["tourisme_trois_rivieres", "tourisme_trois_rivieres"],
        "posn": [46.3422216,-72.5433579],
        "info": ""
      },
    ]
  }
];