$(document).ready(function() {
	var coords = $('#map').attr('title').split('-');
    initialize(coords[1],coords[0],13);    
});
