OK I don't always do things conventionally, but I often make it work It always bothered me that MAX doesn't ultilize the 2nd address line, so the other night I had this brain storm.. All of the carts I manage do NOT use the "suburb" field in the address area. I simply turned that ON and changed the language file..

/catalog/includes/languages/enlish/english.php

FIND:
Code:
define('ENTRY_SUBURB', 'Suburb:');
REPLACE WITH:
Code:
define('ENTRY_SUBURB', 'Apartment/Suite:');
works like a charm...