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 7621255
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T04:09:07+00:00 2026-05-31T04:09:07+00:00

I created a google maps (api v3) with the number of markers depending on

  • 0

I created a google maps (api v3) with the number of markers depending on the search results. When I click a marker, it opens an infowindow. What’s the best way to have that infowindow show information associated to its marker? The information related to all the markers is in a json object I receive from an ajax request.

for (i=0; i < result.point.length; i++) {
                    var latLng = new google.maps.LatLng(result.proint[i].Latitude,result.point[i].Longitude);                                    
                    var marker = new google.maps.Marker({
                        position: latLng,
                        title: i.toString()
                        //map: map
                    });
                    markersArray.push(marker);

                    var infowindow = new google.maps.InfoWindow({
                        content: 'specific information associated to the marker clicked'
                    });

                    google.maps.event.addListener(markersArray[i], 'click', function(event) {
                        infowindow.open(map, this);
                    });
  • 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-05-31T04:09:09+00:00Added an answer on May 31, 2026 at 4:09 am

    Not entirely sure what it is you are trying to do. Where/ what content are you trying to load?

    google.maps.event.addListener(marker, 'click', (function(event, index) {
      return function(){
      infowindow.content = markersArray[index].yourcontent;
      // or
      infowindow.content = yourcontentarray[index];
      infowindow.open(map,this);
      }
    })(marker,i));
    

    Make sure you declare your marker and infowindow variables outside of a function.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have JS code with google maps api. When I click on a marker
I've created a program in Delphi that uses Google's AJAX Search API to evaluate
I have a number of public custom Google Maps created via http://maps.google.com/ - obviously
For Google Maps V3, I have some code that created a marker when a
I created a circle using the Google Maps V3 API and also tried to
I've been working with Google Maps API v3 and created a map which allows
I am using google maps api to place markers on a map. The gps
I have an image created from the Google Maps API static map library and
I'm trying to create dynamic markers using google maps api and am having problems
I created a map using Google Maps API that highlights all Minnesota counties. Basically,

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.