Hi Team,
 
I need to load Dynamic google map for window Store - using Angular Js and Java Script. I try  to load in i-frame Its Loaded but Need to Access google Map API to Changes Marker/Info Out Side of then i-frame.
 
1. Added in HTML Page  
2.Load/set Src on Angular js Directive Name= "load-map" means on load -
 
if (document.getElementById('getLocationFrame')) {
document.getElementById('getLocationFrame').src = "ms-appx-web:///www/views/map.html"; 
}
 
 
and I have code in