<% store_states.each do |state| %> <% unless state.first.blank? %> <%= state.first %>  <% if state.first == "MT" %> Yes <% end %> <% end %> <% end %>