I have 2 feature point layers which are intersected by a line feature layer. One point layer is called "feeders", the other is for demo purposes, is called "customers". The line feature layer connects the feeders and the customers. I would like to write logic so that when a feeder is clicked the extent of the map is moved to the customers that are intersected with the line features. How can this be done with ArcGIS JSAPI? There are approximately 111 feeder features and 400 customers.