By default, this app places a black circle around the park point when selected. I just want to change the circle it uses from black to red, so it will show up better on an aerial backdrop. I believe I've found the place to change it - locator.js line 1,329. Here is the line of code that I believe needs to be changed in order for the circle color to change:
var symbol = new esri.symbol.SimpleMarkerSymbol(esri.symbol.SimpleMarkerSymbol.STYLE_CIRCLE, locatorRippleSize,
My problem is that I'm not sure how to change it. Any help would be appreciated!