Last active
February 24, 2016 13:15
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<iframe width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&source=s_q&hl=en&q=street_address, city_name state, zip&ie=UTF8&hq=&hnear=street_address,+city_name,+state,+zip&output=embed&iwloc=near"></iframe> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment