I'm trying to add an AngularJS expression to a Google Maps embed, here is my code:
<iframe width="240" 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={{Property.Address.Location.Latitude}},{{Property.Address.Location.Longitude}}&output=embed"></iframe>
It does not display the correct values though.