views:

39

answers:

1

hi,has anyone used Unirgy_StoreLocator extension for Magento? i've got the Google map showing up but how can i change the default map location and zoom value? thanks.

A: 

figured it out. need to edit

map.setCenter(new GLatLng(40, -100), 4);

in unirgy > storelocator > map.phtml

pixeltocode