/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


var markers = [
  { 'latitude': 50.9436988830566, 'longitude': 6.9537878036499, 'name': 'Hotel Park Inn', 'image': 'images/bsp_logo.png', 'iconSize': new GSize(100,38), 'iconAnchor': new GPoint(20, -5)}
];

var markers01 = [
  { 'latitude': 50.9436988830566, 'longitude': 6.9537878036499, 'name': 'Hotel Park Inn', 'image': '../../../../images/bsp_logo.png', 'iconSize': new GSize(100,38), 'iconAnchor': new GPoint(20, -5)}
];

var markersSmall = [
  { 'latitude': 50.9436988830566, 'longitude': 6.9537878036499, 'name': 'Hotel Park Inn', 'image': 'images/bsp_logo.png', 'iconSize': new GSize(25,10), 'iconAnchor': new GPoint(10, -5)}
];

