Hi,
U have to add a brand new sidebar on ur theme homepage, that can be used for home page map.
Here is the snippet
in ur theme functions.php write this
if ( function_exists(‘register_sidebar’) )
register_sidebar(array(‘name’ => ‘GD Map On Theme Home Page’));
then put this on your theme home page wherever u want to show the map
In admin backend, go to appearance > widgets, and add GD home page map widget to ‘GD Map On Theme Home Page’ sidebar.
Enjoy