');
}
else
// image from fast or slow directories
{
cctv_infowindow.setContent('' + cctvIndex + " " + cctvLocation + " " +label+ "
" + imgTag + imgDir + cctvIndex + label +'.jpg">' + "
");
}
cctv_infowindow.setPosition(event.feature.getGeometry().get());
cctv_infowindow.open(map);
});
cctvLayer.setMap(map);
}