Hiya,
I wanted to add a Chitika map, but the only option is Google. The Chitika ones come as code, like so:
<div id="map" style="width: 600px; height: 500px;"></div>
<script src="http://maps-static.chitika.net/chitikamaps.js" type="text/javascript"></script>
<script type="text/javascript">
var map = new ChitikaMap("0d8e06a959305ff0f99e30aaf2952bf6");
map.setCenter(42.358726, -71.059828, 14);
map.adsOn('demo', 'demo_map_channel', 'restaurants', '42.358726, -71.059828', false, 'bubble-bottom');
map.addPin("Buckingham Palace","blue","The+Queen+lives+here");
map.render('map');
</script>
Is there an existing way to do this? If not, could we please have a module to do so.
Thanks!
yours
Jo