I misunderstood, you want to change the results layout, same applies under results. Location fields are rendered via the [slp_location <field>] shortcode.
So you would just go into the results layout box, grab the field you want to move, so in your case you would remove the span class and put in the order you want them to appear
slp_result_street”>[slp_location address]</span>
<span class=”slp_result_address slp_result_street2″>[slp_location address2]</span>
<span class=”slp_result_address slp_result_citystatezip”>[slp_location city_state_zip]
You can also change and override using CSS guidelines