Is it possible to embed a Google map without the point of interest selected? I couldn't find any answer for this in their API documentation.
<iframe style="width: 100%; min-height: 99%;" width="300" height="250" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?geocode=&q=1005+Broadway+St.&sll=40.0060577,-105.272949201246&t=m&gl=us&ie=UTF8&ll=40.0060577,-105.2729492&spn=0.011505,0.018239&z=15&output=embed"></iframe>
Here's an example of what I mean: http://jsfiddle.net/9XG5b/
I'd like for the white info box to not show up by default.
add an empty parameter iwloc
to the url: http://jsfiddle.net/doktormolle/X6FMC/