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