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

jQuery(document).ready(function() {
  jQuery('.0ec38011ec11eff44db291b5519e33ee').wrapInner('<div class="gmnoprint"></div>');
  
var props = {};
props["streetViewControl"] = true;
props["scrollwheel"] = true;
props["zoom"] = 10;
props["longitude"] = -84.0833333;
props["maptype"] = "ROADMAP";
props["mapTypeControl"] = true;
props["latitude"] = 9.9333333;
props["navigationControl"] = true;
props['markers'] = [
{
 'latitude': 9.9333333,
 'longitude': -84.0833333,
 'icon': "http://costarica.com.tw/googlemaps_marker.png",
 'html': {
   'id': '.e67df986431605ed18ff213f4941d954 + .markers .0ec38011ec11eff44db291b5519e33ee'
 }
}
];
jQuery('.map.e67df986431605ed18ff213f4941d954').each(function() {
  jQuery(this).goMap(props);
});

  jQuery('.0ec38011ec11eff44db291b5519e33ee').hide();
});


