Advertisement
ztajti1992

Untitled

Aug 11th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. "var marker = []; "+
  2.                     "var iw = []; " +
  3.                     "for(i=1; i < markers.length; i++){"+
  4.                         "marker[i] = new google.maps.Marker({position: new google.maps.LatLng(markers[i][1],markers[i][2]),map:map,title: markers[i][0], draggable: false, flat:true});"+
  5.                         "iw[i] = new google.maps.InfoWindow({content: 'PrΓ³ba'+i });" +
  6.                         "google.maps.event.addListener(marker[i],'click',function(){ iw[i].open(map,marker[i]); });" +
  7.                         "}; "+
  8.                      "}"+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement