Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if ( typeof gmwMapObjects != 'undefined' ) {
- // loop through and generate all maps
- jQuery.each( gmwMapObjects, function( map_id, vars ) {
- if ( vars.settings.render_on_page_load ) {
- // generate new map
- GMW_Maps[map_id] = new GMW_Map( vars.settings, vars.map_options, vars.form );
- // initiate it
- GMW_Maps[map_id].render( vars.locations, vars.user_location );
- }
- });
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement