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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T21:49:30+00:00 2026-06-13T21:49:30+00:00

Possible Duplicate: Is it possible to center a map at a fixed position (lat

  • 0

Possible Duplicate:
Is it possible to center a map at a fixed position (lat lng) – 100px?

This is my code :

var latlng = new google.maps.LatLng(42.745334,12.738430);
var options = { zoom: 12, center: latlng, mapTypeId: google.maps.MapTypeId.ROADMAP };
var map = new google.maps.Map(document.getElementById('map'), options);
var marker = new google.maps.Marker({ position: latlng, map: map, title: 'Example' });   

var infoWindow = new google.maps.InfoWindow();
var window_content = '<div style="width:110px;height:150px;">Test</div>';
infoWindow.setContent(window_content);
infoWindow.open(map, marker);   

As you can see the map is centered by “position Marker”, not by InfoWindow height.
I need to have in the center of the map the center of the infowindow, in less words.

How can I do it?

P.S. I want to avoid the workaround to put an “high margin-top” at the infowindow…

  • 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-13T21:49:31+00:00Added an answer on June 13, 2026 at 9:49 pm

    you have to actually recenter the marker, not the infowindow.

    did you manage to see the marker on the last example i gave you?

    if so, when you drag it, you will see that the marker is re-centered with the infowindow.

    here i added your infowindow html to it: http://jsfiddle.net/RASG/vA4eQ/10/

    <div style="width:110px;height:150px;">Test</div>
    

    150px

    and here a 250 px high infowindow

    250px

    EDIT

    here is the last part of your code updated:

    var infoWindow = new google.maps.InfoWindow();
    var window_content = '<div style="width:110px;height:200px;">Test</div>';
    infoWindow.setContent(window_content);
    
    google.maps.event.addListener(marker, 'click', function() {
        infoWindow.open(map, marker);
        map.setCenter(marker.getPosition())
    });
    

    test it here: http://jsfiddle.net/RASG/VFqm5/1/

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

Sidebar

Related Questions

Possible Duplicate: How to put this code in v3 instead v2 map I have
Possible Duplicate: Send NSString via Game Center i have been working on this for
Possible Duplicate: how-to-align-a-div-to-the-middle-of-the-page I need to show this Div tag allways center of the
Possible Duplicate: Google Maps v3 Shifting After Loading in Wordpress I used the code
Possible Duplicate: ios5 new Notification Center issue Many apps have established a paradigm like
Possible Duplicate: How is this put in the center using CSS? I have tried
Possible Duplicate: How to center div horizontally and vertically I need to put image
Possible Duplicate: && operator in Javascript In the sample code of the ExtJS web
Possible Duplicate: How can I understand nested ?: operators in PHP? Why does this:
Possible Duplicate: Can main function call itself in C++? I found this problem very

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.