addressPanel2.addStyleName(_css.SearchWidgetExamplePanel());
addressPanel.add(addressPanel2);
SpanWidget addressExampleLabel1 = new SpanWidget(
"(ex. \"3rd and pike\" or ");
addressExampleLabel1.addStyleName(_css.SearchWidgetExampleLabel());
addressPanel2.add(addressExampleLabel1);
Anchor addressExampleLabel2 = new Anchor("use the map");
addressExampleLabel2.addStyleName(_css.SearchWidgetExampleLabel());
addressExampleLabel2.addClickHandler(new UseTheMapHandler());