How do I reorder checkout block?

I currently have the Vanilla theme with the CS Google Auto Address add-on enabled. But at checkout, I need to reverse the order of the fields. I’ve included an image to explain better.

I can’t find the code where I can change the order so “Your City + State” is after “Quick address search”.

When I try to edit the block structure in the back-end, there is no option to change the order. It says “Template: Location” but I cannot find this template anywhere. How do I change the order? This should be simple.

Go to block settings → Content tab and use drag and drop feature to change position of profile fields

I tried doing that, but in the Content tab, the “Quick address search” portion of the block is not present, only the City, State, and Country fields.

Looks like this field is added through the “hooks” in the code and the position of this field cannot be changed from the admin panel. You can contact the developer of this module and ask him to help you with the code changes

Anyone else have ideas as to how this can be done? I’m not very familiar with file locations in CS-Cart, but if someone knows where the PHP could be located for this block, I can manually modify it if needed.