Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7726937
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T05:20:08+00:00 2026-06-01T05:20:08+00:00

I finally got maps api implemented into jquery accordion, mainly by changing var map;

  • 0

I finally got maps api implemented into jquery accordion, mainly by changing

var map;
var map = new google.maps.Map(document.getElementById("map_canvas"), mapOptions); 

to

var map = null;  
return new google.maps.Map($('#map_canvas')[0], myOptions);

it’s functional, however the styling of map and the marker are not visible.

var map = null;  

var latlng = new google.maps.LatLng(40.744098,-73.95348);

function initializeMap() {

    var myOptions = {
        zoom: 15,
        center: latlng,
        mapTypeId: google.maps.MapTypeId.ROADMAP
    };

     var styles = [ {
                       featureType: "all",
                       stylers: [ { saturation: -100 }, { invert_lightness: true }, { lightness: 2 }, { gamma: 1.29 } ]
                     }];

    return new google.maps.Map($('#map_canvas')[0], myOptions); map.setOptions({styles:styles});

    var marker = new google.maps.Marker({
                    position: latlng,
                    map: map,
                });
}



$(document).ready(function() {
    $("#accordion").accordion();

    $("#accordion").bind('accordionchange', function(event, ui) {
        if (ui.newContent.attr('id') == 'tabThree' && !map)
        {
            map = initializeMap();
        }
    });
});

does anyone know of the correct way these styles in?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T05:20:09+00:00Added an answer on June 1, 2026 at 5:20 am

    return will leave a function, so everything after

    return new google.maps.Map($('#mapCanvas')[0], myOptions);
    

    …will be ignored.

    Change the order:

    var styles = [{
                   featureType: "all",
                   stylers:     [ { saturation: -100 }, 
                                  { invert_lightness: true }, 
                                  { lightness: 2 }, 
                                  { gamma: 1.29 } 
                                ]
                         }];
    
    var map= new google.maps.Map($('#mapCanvas')[0], myOptions); 
    map.setOptions({styles:styles});
    
    var marker = new google.maps.Marker({
                        position: latlng,
                        map: map
                    });
    
    return map;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hey guys I've finally got my google maps working the way I want it,
I finally got the new version of Xcode and the iOS4 downloaded and was
It seems that I've finally got to implement some sort of threading into my
another day another problem, I finally managed to set up correctly google maps on
I finally got a jQuery popup to work, and now trying to give the
After significant voodoo, I have finally got the scores API working. Turns out you
I finally got apache2 with mod_wsgi working on Linux (havent much luck with windows
I finally got my permalinks working for Custom Post Types and Taxonomies using `
I finally got Bootstrap tabs to work. I was wondering if there's a way
I have finally got in my mind what worried me about Dependency Injection and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.