Sadly you'll probably need to replace "Wisconsin" with the actual state ID.
To find the state IDs, you can go to Reporting in Kentico, and create a report with a Table that has the SQL of
Select StateID, StateDisplayName from CMS_State order by StateDisplayName
This will give you a table you can reference the proper StateID for the given state.