I moved this:
<div id="bpr-seller-map"><?php osc_run_hook('bpr_seller_profile_map', $user); ?></div
down from here:
<div class="bpr-select bpr-category">
<select name="category" id="bpr-category">
<option value=""><?php _e('Select category', 'business_profile'); ?></option>
<?php if(count($categories) > 0) { ?>
<?php foreach($categories as $c) { ?>
<option value="<?php echo $c['category_id']; ?>" <?php if($current_cat == $c['category_id']) { ?>selected="selected"<?php } ?>><?php echo $c['category_name']; ?></option>
<?php } ?>
<?php } ?>
</select>
</div>
<?php osc_run_hook('bpr_seller_filters', $user); ?>
<a class="bpr-show-all" href="<?php echo osc_search_url(array('user' => $user['pk_i_id'])); ?>"><?php _e('Show all', 'business_profile'); ?></a>
</div>
<?php } ?>
<?php } ?>
</div>
but nothing appears
I don't know if I explained it correctly, what I want is to display the GOOGLE map in the sidebar and not the OpenStreet map. Is this possible in version 1.8.9 or with version 1.8.3?