Would you be so kind to explain where exactly you insert the Text onLoad=’initializeMap(); ?
Into which file, which line?
the file is header.php and it should be line 24. just replace
<body <?php body_class(); ?>>
with
<body <?php body_class(); ?> onLoad="initializeMap();">
Cheers, Volker