I am trying to add my business location in the Find-us page in my website. I have tried using the Share this Map
option to obtain the HTML source code.
I have the following HTML Code:
<div id="mapviewer">
<iframe id="map" scrolling="no" width="500" height="400" frameborder="0" src="http://www.bing.com/maps/embed/?v=2&cp=51.539516~0.078122&lvl=15&dir=0&sty=r&eo=0&q=IG11%208FG&form=LMLTEW&emid=8cd3a6a7-a0a0-d941-0120-307b10dac26f">
</iframe><div id="LME_maplinks" style="line-height:20px;">
<a id="LME_largerMap" href="http://www.bing.com/maps/?v=2&cp=51.539516~0.078122&lvl=15&dir=0&sty=r&eo=0&q=IG11%208FG&form=LMLTEW" target="_blank" style="margin:0 7px">View Larger Map</a>
<a id="LME_directions" href="http://www.bing.com/maps/?v=2&cp=51.539516~0.078122&lvl=15&dir=0&sty=r&eo=0&q=IG11%208FG&form=LMLTEW&rtp=%7Epos.51.53951644897461_0.0781221166253232_London" target="_blank" style="margin:0 7px">Driving Directions</a>
</div>
</div>
Presently, all I can see is a narrowed down map showing vague details about the location. I would like to have a black overlay with the address / location which can be seen in bing maps or a puspin or {anything else} that can pinpoint where my business is located. I tried adding a where1=... parameter to the source (I read in an article), but that didn't work.
You can add a pushpin when you generate the code in Bing. On the "Customise and Preview" dialog, you are able to right-click and add a pushpin. Why not do this where you need it to be placed?