<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OutletWinkels.com &#187; Outlet Winkels in Vlaams-Brabant &#8211; Stockverkoop in Vlaams-Brabant |</title>
	<atom:link href="http://www.outletwinkels.com/category/belgie/vlaams-brabant/feed" rel="self" type="application/rss+xml" />
	<link>http://www.outletwinkels.com</link>
	<description>Outletwinkels.com geeft u een overzicht van alle Oulets Stores van België, Nederland en Duitsland.</description>
	<lastBuildDate>Wed, 26 Dec 2012 10:15:59 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>Anne-Sophie SMARTSHOPPING Outlet</title>
		<link>http://www.outletwinkels.com/anne-sophie-smartshopping-outlet</link>
		<comments>http://www.outletwinkels.com/anne-sophie-smartshopping-outlet#comments</comments>
		<pubDate>Thu, 02 Jun 2011 12:28:31 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Antwerpen]]></category>
		<category><![CDATA[Bierges]]></category>
		<category><![CDATA[Brasschaat]]></category>
		<category><![CDATA[Kraainem]]></category>
		<category><![CDATA[Oost-Vlaanderen]]></category>
		<category><![CDATA[Sint-Martens-Latem]]></category>
		<category><![CDATA[Vlaams-Brabant]]></category>
		<category><![CDATA[Waals-Brabant]]></category>

		<guid isPermaLink="false">http://www.outletwinkels.com/?p=278</guid>
		<description><![CDATA[Adres Potaardestraat 27 1950 Kraainem België Adres Kapitein Lodewijk Maenhoutstraat 47 9830 Sint-Martens-Latem België Adres Rue de la Wastinne 21 1301 Bierges België Adres Bredabaan 152 2930 Brasschaat België Website http://www.anne-sophie.be Openingsuren Ma : 13:00 tot 18:30 Di, Wo, Do, Vr, Za : 10:00 tot 18:00 Beschrijving Het hele concept van Anne-Shophie draait om drie [&#8230;]]]></description>
				<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="0" width="487">
<col width="97"></col>
<col width="390"></col>
<tbody>
<tr height="20">
<td width="97" height="20">Adres</td>
<td width="390">Potaardestraat 27</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>1950 Kraainem</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>België</td>
</tr>
<tr height="20">
<td height="20">Adres</td>
<td>Kapitein Lodewijk Maenhoutstraat 47</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>9830 Sint-Martens-Latem</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>België</td>
</tr>
<tr height="20">
<td height="20">Adres</td>
<td>Rue de la Wastinne 21</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>1301 Bierges</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>België</td>
</tr>
<tr height="20">
<td height="20">Adres</td>
<td>Bredabaan 152</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>2930 Brasschaat</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>België</td>
</tr>
<tr height="20">
<td height="20">Website</td>
<td>http://www.anne-sophie.be</td>
</tr>
<tr height="20">
<td height="20">Openingsuren</td>
<td>Ma : 13:00 tot 18:30</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>Di, Wo, Do, Vr, Za : 10:00 tot 18:00</td>
</tr>
<tr height="20">
<td height="20"></td>
<td></td>
</tr>
<tr height="20">
<td height="20">Beschrijving</td>
<td>Het hele concept van Anne-Shophie draait om drie troeven: plezier,   kwaliteit, en zachte prijzen. Je kan hier terecht voor een avondkleedje,   vrijetijdskledij, kleding voor de feestdagen en nog veel meer. Anne-Sophie   Smartshopping is staat garand voor luxe outlet kleding. Anne-Sophie outlet   heeft vestigingen in Kraainem, Sint-Martens-Latem, Bierges en Brasschaat.</td>
</tr>
</tbody>
</table>
<p><span id="more-278"></span><br />

    <div id="map" style="width:478px;height:340px;"></div>
	
    

    <script type="text/javascript">

		var latlng = new google.maps.LatLng(0, 0);
		var myOptions = {
			zoom: 14,
			center: latlng,
			scrollwheel: true,
			scaleControl: false,
			disableDefaultUI: false,
			mapTypeId: google.maps.MapTypeId.ROADMAP
		};
		var map = new google.maps.Map(document.getElementById("map"),
		myOptions);
		
		    var geocoder_map = new google.maps.Geocoder();
			var address = 'Bredabaan 152, 2930 Brasschaat, België';
			geocoder_map.geocode( { 'address': address}, function(results, status) {
				if (status == google.maps.GeocoderStatus.OK) {
					map.setCenter(results[0].geometry.location);
					
						var marker = new google.maps.Marker({
							map: map, 
							
							position: map.getCenter()
						});
						
				} else {
				alert("Geocode was not successful for the following reason: " + status);
			}
			});
			</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.outletwinkels.com/anne-sophie-smartshopping-outlet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minne Mutte</title>
		<link>http://www.outletwinkels.com/minne-mutte</link>
		<comments>http://www.outletwinkels.com/minne-mutte#comments</comments>
		<pubDate>Fri, 05 Nov 2010 16:29:21 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[België]]></category>
		<category><![CDATA[Galmaarden]]></category>
		<category><![CDATA[Vlaams-Brabant]]></category>
		<category><![CDATA[Armani jr]]></category>
		<category><![CDATA[Beebielove]]></category>
		<category><![CDATA[CKS]]></category>
		<category><![CDATA[Doggy]]></category>
		<category><![CDATA[Dolce & Gabbana]]></category>
		<category><![CDATA[Enfant d'Amour]]></category>
		<category><![CDATA[Esprit]]></category>
		<category><![CDATA[Essentiel]]></category>
		<category><![CDATA[Filou]]></category>
		<category><![CDATA[Gaastra]]></category>
		<category><![CDATA[Guess]]></category>
		<category><![CDATA[Hackett]]></category>
		<category><![CDATA[IKKS]]></category>
		<category><![CDATA[Imps & Elfs]]></category>
		<category><![CDATA[Kaat Tilley]]></category>
		<category><![CDATA[Legno Rosso]]></category>
		<category><![CDATA[Lofff]]></category>
		<category><![CDATA[Mason's]]></category>
		<category><![CDATA[McGregor]]></category>
		<category><![CDATA[Mer du Nord]]></category>
		<category><![CDATA[Pepe]]></category>
		<category><![CDATA[R95th]]></category>
		<category><![CDATA[replay & sons]]></category>
		<category><![CDATA[Rita]]></category>
		<category><![CDATA[Rita B]]></category>
		<category><![CDATA[Riverwoods baby]]></category>
		<category><![CDATA[Scapa]]></category>
		<category><![CDATA[Scotch & Soda]]></category>
		<category><![CDATA[Staxo]]></category>
		<category><![CDATA[strass]]></category>
		<category><![CDATA[Tommy Hilfiger]]></category>

		<guid isPermaLink="false">http://www.outletwinkels.com/?p=98</guid>
		<description><![CDATA[Adres Stationsstraat 90 Galmaarden België Tel 054 26 04 37 Website http://www.minnemutte.be Openingsuren Wo, Do, Vr : 10:00 tot 12:00 en 13:30 tot 18:00 Za : 10:00 tot 18:00 Beschrijving Outlet kinderkleding van -50% tot -70% op de originele winkelwaarde. Naast de outlet-kledij is er ook nieuwe collectie van CKS, Girandola, kousen van FALKE en [&#8230;]]]></description>
				<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="0" width="487">
<col width="97"></col>
<col width="390"></col>
<tbody>
<tr height="20">
<td width="97" height="20">Adres</td>
<td width="390">Stationsstraat 90</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>Galmaarden</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>België</td>
</tr>
<tr height="20">
<td height="20">Tel</td>
<td>054 26 04 37</td>
</tr>
<tr height="20">
<td height="20"></td>
<td></td>
</tr>
<tr height="20">
<td height="20">Website</td>
<td>http://www.minnemutte.be</td>
</tr>
<tr height="20">
<td height="20">Openingsuren</td>
<td>Wo, Do, Vr : 10:00 tot 12:00 en 13:30 tot 18:00</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>Za : 10:00 tot 18:00</td>
</tr>
<tr height="20">
<td height="20"></td>
<td></td>
</tr>
<tr height="20">
<td height="20">Beschrijving</td>
<td>Outlet kinderkleding van -50% tot -70% op de originele winkelwaarde.   Naast de outlet-kledij is er ook nieuwe collectie van CKS, Girandola, kousen   van FALKE en nachtkledij &amp; ondergoed van WOODY</td>
</tr>
<tr height="20">
<td height="20"></td>
<td></td>
</tr>
<tr height="20">
<td height="20">Merken</td>
<td>Rita, Enfant d&#8217;Amour, Kaat Tilley, Legno Rosso, Tommy Hilfiger, Scapa,   Staxo, CKS, Gaastra, McGregor, Tommy Hilfiger, Scapa, Dolce &amp; Gabbana,   Armani jr, Hackett, Mason&#8217;s, Mer du Nord, Pepe, Scotch &amp; Soda, R95th,   replay &amp; sons, Filou, Imps &amp; Elfs, Essentiel, strass, Doggy, Staxo,   CKS, IKKS, Riverwoods baby, Beebielove, Lofff, Esprit, Guess, Rita B, Enfant   d&#8217;Amour, Kaat Tilley, Legno Rosso</td>
</tr>
</tbody>
</table>
<p><span id="more-98"></span><br />

    <div id="map" style="width:478px;height:340px;"></div>
	
    

    <script type="text/javascript">

		var latlng = new google.maps.LatLng(0, 0);
		var myOptions = {
			zoom: 14,
			center: latlng,
			scrollwheel: true,
			scaleControl: false,
			disableDefaultUI: false,
			mapTypeId: google.maps.MapTypeId.ROADMAP
		};
		var map = new google.maps.Map(document.getElementById("map"),
		myOptions);
		
		    var geocoder_map = new google.maps.Geocoder();
			var address = 'Stationsstraat 90, Galmaarden, België';
			geocoder_map.geocode( { 'address': address}, function(results, status) {
				if (status == google.maps.GeocoderStatus.OK) {
					map.setCenter(results[0].geometry.location);
					
						var marker = new google.maps.Marker({
							map: map, 
							
							position: map.getCenter()
						});
						
				} else {
				alert("Geocode was not successful for the following reason: " + status);
			}
			});
			</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.outletwinkels.com/minne-mutte/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
