
/* - raptus.article.maps.js - */

jQuery(document).ready(function() {
  jQuery('.d764a7b0a44b8f6b41c1ef2183b017ba').wrapInner('<div class="gmnoprint"></div>');
  
var props = {};
props["streetViewControl"] = false;
props["scrollwheel"] = true;
props["zoom"] = 11;
props["longitude"] = 7.2461231;
props["maptype"] = "ROADMAP";
props["mapTypeControl"] = true;
props["latitude"] = 47.1368018;
props["navigationControl"] = true;
props['markers'] = [
{
 'latitude': 47.136964,
 'longitude': 7.246635,
 'icon': "http://www.bnct.ch/googlemaps_market_fair.png",
 'html': {
   'id': '.4feb3a4e4f91c1eef745e4c381288439 + .markers .d764a7b0a44b8f6b41c1ef2183b017ba',
   'maxWidth': '200'
 }
}
];
jQuery('.map.4feb3a4e4f91c1eef745e4c381288439').each(function() {
  jQuery(this).goMap(props);
});

  jQuery('.d764a7b0a44b8f6b41c1ef2183b017ba').hide();
});


