var image="/images/marker.png",mapjs=function(c){return{initmap:function(a,b,d){document.getElementById("map");var e={center:new google.maps.LatLng(a,b),zoom:16,apTypeId:google.maps.MapTypeId.ROADMAP,styles:[{featureType:"all",elementType:"all",stylers:[{saturation:-100},{gamma:.5}]}]};lo_map=new google.maps.Map(document.getElementById("map-"+d),e);new google.maps.InfoWindow;a=new google.maps.Marker({map:lo_map,position:new google.maps.LatLng(a,b),icon:image});google.maps.event.addListener(a,"click",
function(a,b){return function(){lo_request={a:"getstoredetails"};lo_request.i=b;c.getJSON(gs_alias,lo_request,function(a){mapjs.changelocation(a)})}}(a,i))}}}(jQuery);$(document).ready(function(){for(i in ga_stores)lo_store=ga_stores[i],mapjs.initmap(lo_store.latitude,lo_store.longitude,lo_store.storeid)});