I'm using many 64*64 images to represent the map.
An easy way is a table:
map_x,
map_y,
map_landscape
I read the coordinates at the player location and an few pieces around and build the map with css.
The using of css or a table depends on your needs.
Using one great picture for the world... makes it inflexible for user-driven changes of the map.