Skip to content

Instantly share code, notes, and snippets.

@jondaiello
Last active February 24, 2016 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jondaiello/de445c2aef901ac04dc3 to your computer and use it in GitHub Desktop.
Save jondaiello/de445c2aef901ac04dc3 to your computer and use it in GitHub Desktop.
A base Google map iframe that will pin the address you insert into the 'hnear' area.
<iframe width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;q=street_address, city_name state, zip&amp;ie=UTF8&amp;hq=&amp;hnear=street_address,+city_name,+state,+zip&amp;output=embed&amp;iwloc=near"></iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment