Salve ragazzi, non riesco ad aggiungere un secondo maker a questa google maps, mi potete aiutare??
Grazie
codice HTML:
<div id="map-contact"></div>
<script src="http://maps.google.com/maps/api/js?sensor=true" type="text/javascript">
</script>
<script src="js/jquery.gomap-1.3.2.min.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$("#map-contact").goMap({
markers: [{
address: 'MONREALE',
title: 'marker title 1' ,
icon: 'images/pin.png',
html: {content: 'Anchor Inn<br>256 Tree Hill Rd<br>Newcastle, PA 13785',
popup:false } }], disableDoubleClickZoom: true,
zoom: 16,
maptype: 'ROADMAP' });
});
</script>