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

jQuery(document).ready(function() {
  
var props = {};
props["latitude"] = 47.1768335;
props["depth"] = 15;
props["type"] = "G_NORMAL_MAP";
props["scroll"] = false;
props["longitude"] = 7.4659775;
props['markers'] = [
{
 'latitude': 47.1768335,
 'longitude': 7.4659775,
 'info': {
   'layer': '.4a3e061894ca094789444a832d70a46e + .markers .40484ad20c4b336f3e1b39ef7b4a5148'
 }
}
];
jQuery('.map.4a3e061894ca094789444a832d70a46e').each(function() {
  jQuery(this).googleMaps(props);
});

});

