Here is a cool trick for embedded Google Maps. As of February, 2011, Google has removed the iwloc part of the url in most cases. To remove the pin and the annoying info bubble, you can now add &iwloc=near to the end of the iframe src attribute. Just that simple!
By default, you would get something like
<iframe width="425" height="350" frameborder="0"
scrolling="no" marginheight="0"
marginwidth="0"
src="http://maps.google.com/maps?
f=q&source=s_q&hl=en&
geocode=&q=Niagara+Avenue,+Tampa,+FL,+United+States
&hq=&hnear=Niagara+Ave,+Tampa,+Hillsborough,+
Florida+33617&output=embed">
</iframe>
You will change it to
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps? f=q&source=s_q&hl=en& geocode=&q=Niagara+Avenue,+Tampa,+FL,+United+States &hq=&hnear=Niagara+Ave,+Tampa,+Hillsborough,+ Florida+33617&output=embed&iwloc=near"> </iframe>



THANK you!!!! Worked perfectly.
Thank you for valuable post… I like to see this type of posts.