Hi Keith,
I had the same problem and then I realized that both were calling for different functions that unfortunately had the same name - showResults
I changed the name of my Locator Function to showResultsl and changed it where it is called out in line below
dojo.connect(locator, "onAddressToLocationsComplete", showResultsl);
Now they are both working!
Hope this helps,
Luci