jquery - Marker not centering in iframe for google map -


i have bit strange requirement of open google map in iframe. have address use pass , convert google map. trouble size of iframe 200*200 marker not getting centered. , other problem marker infowindow gets poppedup after few seconds makes marker out of frame boundry.and marker moves centere. code this.

$(document).ready(function(){   $("#map_address").each(function(){        var embed ='<iframe class="map_google" width="200" scrolling="no" height="200" frameborder="0" src="https:/maps.google.com/maps?&q=ahmedabad&output=embed" marginwidth="0" marginheight="0">';     $(this).html(embed);   }); }); 

i want close marker info window , make marker cenetered. appreciated.

this created use of http://jsbin.com/welcome/68407/edit

add iwloc-parameter without value iframe-url: http://jsbin.com/emoyup/1/edit

description of url-parameters: http://www.seomoz.org/ugc/everything-you-never-wanted-to-know-about-google-maps-parameters


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -