<?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/"
	xmlns:georss="http://www.georss.org/georss" >

<channel>
	<title>Penny Blood&#039;s Black Book - My Independent Guide to London &#187; Take Away</title>
	<atom:link href="http://www.pennybloodsblackbook.com/category/features/take-away/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pennybloodsblackbook.com</link>
	<description>Penny Blood&#039;s eclectic collection of favourite places in London to drink coffee, eat cake, have tea, eat out, buy clothes, watch movies, kill time, read Voltaire, quote Baudelaire and write this blog.</description>
	<lastBuildDate>Sun, 05 Feb 2012 22:37:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Konditor and Cook</title>
		<link>http://www.pennybloodsblackbook.com/2009/07/konditor-and-cook/</link>
		<comments>http://www.pennybloodsblackbook.com/2009/07/konditor-and-cook/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 13:22:01 +0000</pubDate>
		<dc:creator>Penny Blood</dc:creator>
				<category><![CDATA[South]]></category>
		<category><![CDATA[Take Away]]></category>

		<guid isPermaLink="false">http://www.pennybloodsblackbook.com/?p=302</guid>
		<description><![CDATA[I find it easy to get lost around Waterloo &#8211; it&#8217;s a difficult place to navigate due to the enormous railway station slap-bang in the middle. So on an excursion to check out The Anchor and Hope, a highly regarded gastro pub on The Cut (the food may be great but the place itself is [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://www.pennybloodsblackbook.com/media/kond1.gif" alt="" width="270" height="212" />I find it easy to get lost around Waterloo &#8211; it&#8217;s a difficult place to navigate due to the enormous railway station slap-bang in the middle. So on an excursion to check out The Anchor and Hope, a highly regarded gastro pub on The Cut (the food may be great but the place itself is a little ordinary), I find myself wandering down a quaint side street with little industrial houses that take you back to a time before the 2nd World War. At the end of this little street I came across ‘Konditor and Cook’, a heavenly bakery harking back to Old England with all kinds of cakes, tarts, pastries, breads, chocolates, gingerbread and other good things, including delicious hot chocolate and mince pies at Christmas. Technically it  may not be better than that of many other bakeries but it’s the experience of an old fashioned bakery that makes it special.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/kond2.gif" alt="" width="540" height="204" /><br />
<img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/kond3.gif" alt="" width="527" height="206" /></p>
<p><a href="http://www.konditorandcook.com/" target="_blank">http://www.konditorandcook.com/</a></p>
<p><strong>Konditor and Cook, 22 Cornwall Road, London, SE1 8TW<br />
020 7261 0456</strong></p>

<div id='map_302' style='width:600px; height:400px;' class='googleMap'></div>

<script type='text/javascript'>
//<![CDATA[
var points = new Array();var poin = new GLatLng(51.5042031, -0.1103984) ;points.push(poin);
var numpoints = points.length - 1;
      var points2 = points.slice();
    points2.sort(function(p1, p2) {
      return p1.lng() - p2.lng();
    });
    var west = points2[0].x;
    var east = points2[numpoints].x;
    points2.sort(function(p1, p2) {
      return p1.lat() - p2.lat();
    });
    var north = points2[numpoints].y;
    var south = points2[0].y;
    var sw = new GLatLng(south,west);
    var ne = new GLatLng(north,east);
    var bounds = new GLatLngBounds(sw, ne);
    var centerpoint = new GLatLng((north + south)/2, (east + west)/2);
    
    
    

    jQuery(document).ready(function(){
                                  jQuery('#map_302').append('<div style=\'position: absolute;	bottom: 50px;	left: 0px;	z-index: 90;vertical-align: middle;	width: 16px;filter: alpha(opacity=75);-moz-opacity: 0.75;	opacity: 0.75; text-align: center;	\' id=\'pluginoverlay\'><a title=\'Wordpress plugin by www.blog-ware.com\' href=\'http://blog-ware.com\' target=\'_blank\'><img src=\'/wp-content/plugins/google-maps-in-posts/images/pluginbanner.png\' alt=\'Wordpress plugin by www.blog-ware.com\'></a></div>');
                                  });

if (GBrowserIsCompatible()) {
     map = new GMap2(document.getElementById('map_302'));
     geocoder = new GClientGeocoder();
     map.addControl(new GLargeMapControl());
     var zoomlevel = map.getBoundsZoomLevel(bounds);
     map.setCenter(centerpoint, zoomlevel);
     function init(){
     			
					if ('0'!=0) {
		                icon = new GIcon();
		                icon.image = '/wp-content/plugins/google-maps-in-posts/icons/0';
		                icon.iconSize = new GSize(32, 32);
		                icon.iconAnchor = new GPoint(16, 16);
		                icon.infoWindowAnchor = new GPoint(25, 7);
		                icon_go = icon;
		                marker = new GMarker(new GLatLng(51.5042031, -0.1103984),{icon: icon_go});
		            }else {
		            	marker = new GMarker(new GLatLng(51.5042031, -0.1103984));
		            }			
		            	GEvent.addListener(marker, 'click', function() {
          	          			map.openInfoWindowHtml(new GLatLng(51.5042031, -0.1103984), '<span style="font-weight:bold;font-size:15px;">Konditor and Cook</span><br>Take Away, Waterloo' );
          	          			});
						map.addOverlay(marker);
					
		            }
		            init();}
		//]]&gt;
		</script>
		
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pennybloodsblackbook.com/2009/07/konditor-and-cook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Marine Ices</title>
		<link>http://www.pennybloodsblackbook.com/2009/07/marine-ices/</link>
		<comments>http://www.pennybloodsblackbook.com/2009/07/marine-ices/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 13:21:30 +0000</pubDate>
		<dc:creator>Penny Blood</dc:creator>
				<category><![CDATA[North]]></category>
		<category><![CDATA[Take Away]]></category>

		<guid isPermaLink="false">http://www.pennybloodsblackbook.com/?p=300</guid>
		<description><![CDATA[Ah Marines Ices, brings back good memories from when neither me or Andria were working so we used to come here every day. In the Summer you will likely find a queue of people outside this retro Italian ice cream shop due to the delicious selection of homemade ice cream and good cheap authentic (Italian) [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/marine1.gif" alt="" width="535" height="410" /></p>
<p>Ah Marines Ices, brings back good memories from when neither me or Andria were working so we used to come here every day. In the Summer you will likely find a queue of people outside this retro Italian ice cream shop due to the delicious selection of homemade ice cream and good cheap authentic (Italian) food, with everything from spaghetti and meatballs to pizza and garlicky bruschetta. It has a spacious interior which is invariably packed and noisy due to its popularity with families and group get-togethers. It’s a family run business, open since 1928 with an interior that hasn&#8217;t changed since it opened – with walls lined with family photographs and pictures of random celebrities. I love it, I can&#8217;t stand refurbishment.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/marine2.gif" alt="" width="540" height="412" /><br />
<img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/marine3.gif" alt="" width="540" height="423" /></p>
<p><a href="http://www.marineices.co.uk/" target="_blank">http://www.marineices.co.uk/</a></p>
<p><strong>Marine Ices, 8 Haverstock Hill, London<br />
020 74829000<br />
Tuesday &#8211; Friday 12pm-3pm and 6pm-11pm   Saturday 12pm-11pm   Sunday 12pm-10pm<br />
(closed Monday)<br />
(Take Away Tuesday &#8211; Sunday 12pm-11pm) </strong></p>

<div id='map_300' style='width:600px; height:400px;' class='googleMap'></div>

<script type='text/javascript'>
//<![CDATA[
var points = new Array();var poin = new GLatLng(51.5439779, -0.1528862) ;points.push(poin);
var numpoints = points.length - 1;
      var points2 = points.slice();
    points2.sort(function(p1, p2) {
      return p1.lng() - p2.lng();
    });
    var west = points2[0].x;
    var east = points2[numpoints].x;
    points2.sort(function(p1, p2) {
      return p1.lat() - p2.lat();
    });
    var north = points2[numpoints].y;
    var south = points2[0].y;
    var sw = new GLatLng(south,west);
    var ne = new GLatLng(north,east);
    var bounds = new GLatLngBounds(sw, ne);
    var centerpoint = new GLatLng((north + south)/2, (east + west)/2);
    
    
    

    jQuery(document).ready(function(){
                                  jQuery('#map_300').append('<div style=\'position: absolute;	bottom: 50px;	left: 0px;	z-index: 90;vertical-align: middle;	width: 16px;filter: alpha(opacity=75);-moz-opacity: 0.75;	opacity: 0.75; text-align: center;	\' id=\'pluginoverlay\'><a title=\'Wordpress plugin by www.blog-ware.com\' href=\'http://blog-ware.com\' target=\'_blank\'><img src=\'/wp-content/plugins/google-maps-in-posts/images/pluginbanner.png\' alt=\'Wordpress plugin by www.blog-ware.com\'></a></div>');
                                  });

if (GBrowserIsCompatible()) {
     map = new GMap2(document.getElementById('map_300'));
     geocoder = new GClientGeocoder();
     map.addControl(new GLargeMapControl());
     var zoomlevel = map.getBoundsZoomLevel(bounds);
     map.setCenter(centerpoint, zoomlevel);
     function init(){
     			
					if ('0'!=0) {
		                icon = new GIcon();
		                icon.image = '/wp-content/plugins/google-maps-in-posts/icons/0';
		                icon.iconSize = new GSize(32, 32);
		                icon.iconAnchor = new GPoint(16, 16);
		                icon.infoWindowAnchor = new GPoint(25, 7);
		                icon_go = icon;
		                marker = new GMarker(new GLatLng(51.5439779, -0.1528862),{icon: icon_go});
		            }else {
		            	marker = new GMarker(new GLatLng(51.5439779, -0.1528862));
		            }			
		            	GEvent.addListener(marker, 'click', function() {
          	          			map.openInfoWindowHtml(new GLatLng(51.5439779, -0.1528862), '<span style="font-weight:bold;font-size:15px;">Marine Ices</span><br>Camden, North London' );
          	          			});
						map.addOverlay(marker);
					
		            }
		            init();}
		//]]&gt;
		</script>
		
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pennybloodsblackbook.com/2009/07/marine-ices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beigel Bake</title>
		<link>http://www.pennybloodsblackbook.com/2009/07/beigel-bake/</link>
		<comments>http://www.pennybloodsblackbook.com/2009/07/beigel-bake/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 13:20:51 +0000</pubDate>
		<dc:creator>Penny Blood</dc:creator>
				<category><![CDATA[East]]></category>
		<category><![CDATA[Take Away]]></category>

		<guid isPermaLink="false">http://www.pennybloodsblackbook.com/?p=298</guid>
		<description><![CDATA[Whenever I hear the word &#8216;Bagel&#8217; I think of my friend Roman. One summer day Roman thought it would be a fun idea to see how fast he could go on his fixed wheel bike, so he convinced his friend Alister to ride alongside him on his motorbike keeping an eye on the speedometer to [...]
Related posts:<ol>
<li><a href='http://www.pennybloodsblackbook.com/2011/03/lock-7/' rel='bookmark' title='Lock 7'>Lock 7</a></li>
<li><a href='http://www.pennybloodsblackbook.com/2011/11/the-happy-kitchen-e5-bake-house-arch-389-furniture/' rel='bookmark' title='The Happy Kitchen, e5 Bake House, Arch 389 Furniture'>The Happy Kitchen, e5 Bake House, Arch 389 Furniture</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://www.pennybloodsblackbook.com/media/beigel.gif" alt="" width="270" height="219" /> Whenever I hear the word &#8216;Bagel&#8217; I think of my friend Roman. One summer day Roman thought it would be a fun idea to see how fast he could go on his fixed wheel bike, so he convinced his friend Alister to ride alongside him on his motorbike keeping an eye on the speedometer to gage Roman&#8217;s top speed as he raced downhill. This was going well with Roman reaching a speed of over 30mph (which is pretty damn fast on a bike, and even more so on a bike without brakes). However approaching a junction Alistar did what most people would do and he slowed down. Roman seeing that Alistar had was no longer riding beside him turned around for a brief moment only to ride straight into a lamp post. This story could have had a tragic end, however earlier that day Roman had been at his leaving do at a bakery where they had given him a hooded sweatshirt emblazoned with the word &#8216;BAGEL&#8217; and a huge batch of bagels. With no way to carry them home as he was on his bike, he stuffed all the bagels up his sweatshirt. The bagels didn&#8217;t survive but Roman&#8217;s ribcage did, only just. The bagels at the beigel shop are so good, so cheap and it&#8217;s 24 hours, so it&#8217;s busiest hours seem to be 11pm to 4am, you have to be on the ball though, there is no time for dithering. The customers come here enough to know exactly what they want and they want it right now, if you pause you&#8217;ll get ignored and shoved out the way. They sell good sausage rolls too (interesting as it&#8217;s Jewish). I met a girl on the bus once, she was a total nut job, funny though, we got off the bus together (actually I think she followed me off the bus) and bought me a a piece of their amazing cheescake, I thought that was quite sweet.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/beigel1.gif" alt="" width="527" height="206" /></p>
<p><strong>Beigel Bake, 159 Brick Lane, London, E1 6SB<br />
020 7729 0616<br />
Monday &#8211; Sunday 24hrs</strong></p>

<div id='map_298' style='width:600px; height:400px;' class='googleMap'></div>

<script type='text/javascript'>
//<![CDATA[
var points = new Array();var poin = new GLatLng(51.5247964, -0.0716955) ;points.push(poin);
var numpoints = points.length - 1;
      var points2 = points.slice();
    points2.sort(function(p1, p2) {
      return p1.lng() - p2.lng();
    });
    var west = points2[0].x;
    var east = points2[numpoints].x;
    points2.sort(function(p1, p2) {
      return p1.lat() - p2.lat();
    });
    var north = points2[numpoints].y;
    var south = points2[0].y;
    var sw = new GLatLng(south,west);
    var ne = new GLatLng(north,east);
    var bounds = new GLatLngBounds(sw, ne);
    var centerpoint = new GLatLng((north + south)/2, (east + west)/2);
    
    
    

    jQuery(document).ready(function(){
                                  jQuery('#map_298').append('<div style=\'position: absolute;	bottom: 50px;	left: 0px;	z-index: 90;vertical-align: middle;	width: 16px;filter: alpha(opacity=75);-moz-opacity: 0.75;	opacity: 0.75; text-align: center;	\' id=\'pluginoverlay\'><a title=\'Wordpress plugin by www.blog-ware.com\' href=\'http://blog-ware.com\' target=\'_blank\'><img src=\'/wp-content/plugins/google-maps-in-posts/images/pluginbanner.png\' alt=\'Wordpress plugin by www.blog-ware.com\'></a></div>');
                                  });

if (GBrowserIsCompatible()) {
     map = new GMap2(document.getElementById('map_298'));
     geocoder = new GClientGeocoder();
     map.addControl(new GLargeMapControl());
     var zoomlevel = map.getBoundsZoomLevel(bounds);
     map.setCenter(centerpoint, zoomlevel);
     function init(){
     			
					if ('0'!=0) {
		                icon = new GIcon();
		                icon.image = '/wp-content/plugins/google-maps-in-posts/icons/0';
		                icon.iconSize = new GSize(32, 32);
		                icon.iconAnchor = new GPoint(16, 16);
		                icon.infoWindowAnchor = new GPoint(25, 7);
		                icon_go = icon;
		                marker = new GMarker(new GLatLng(51.5247964, -0.0716955),{icon: icon_go});
		            }else {
		            	marker = new GMarker(new GLatLng(51.5247964, -0.0716955));
		            }			
		            	GEvent.addListener(marker, 'click', function() {
          	          			map.openInfoWindowHtml(new GLatLng(51.5247964, -0.0716955), '<span style="font-weight:bold;font-size:15px;">Beigel Bake</span><br>Take Away, Brick Lane' );
          	          			});
						map.addOverlay(marker);
					
		            }
		            init();}
		//]]&gt;
		</script>
		
<br /><p>Related posts:<ol>
<li><a href='http://www.pennybloodsblackbook.com/2011/03/lock-7/' rel='bookmark' title='Lock 7'>Lock 7</a></li>
<li><a href='http://www.pennybloodsblackbook.com/2011/11/the-happy-kitchen-e5-bake-house-arch-389-furniture/' rel='bookmark' title='The Happy Kitchen, e5 Bake House, Arch 389 Furniture'>The Happy Kitchen, e5 Bake House, Arch 389 Furniture</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pennybloodsblackbook.com/2009/07/beigel-bake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Falafel King</title>
		<link>http://www.pennybloodsblackbook.com/2009/07/falafel-king-2/</link>
		<comments>http://www.pennybloodsblackbook.com/2009/07/falafel-king-2/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 13:19:57 +0000</pubDate>
		<dc:creator>Penny Blood</dc:creator>
				<category><![CDATA[Take Away]]></category>
		<category><![CDATA[West]]></category>

		<guid isPermaLink="false">http://www.pennybloodsblackbook.com/?p=294</guid>
		<description><![CDATA[Did you know that you can actually get falafel in kebab shops? I would never go near a kebab shop. It’s less about the disgusting slab of god knows what dead animal on a stick and more about the disgusting god knows which interior designer threw up all over this pathetic excuse for a restaurant. [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><img class="alignright" src="http://www.pennybloodsblackbook.com/media/fal.gif" alt="" width="270" height="219" />Did you know that you can actually get falafel in kebab shops?  I would never go near a kebab shop. It’s less about the disgusting slab of god knows what dead animal on a stick and more about the disgusting god knows which interior designer threw up all over this pathetic excuse for a restaurant. That said, Falafel King is Notting Hill&#8217;s answer to, well a vegetarian kebab shop, and suffice to say it’s rather nice. I don&#8217;t usually get excited about falafel &#8211; other than drunken hippies who does? (And people who think they are being healthy&#8230; since when has deep frying anything been healthy?)  But this falafel is so good that it&#8217;s the place I inevitably go for lunch when trawling through the antique shops of Portobello Road on a Saturday looking for pocket watches to add to my ever growing collection.<br />
<img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/fal2.gif" alt="" width="539" height="418" /><br />
<img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/fal1.gif" alt="" width="540" height="416" /></p>
<p><strong>Falafel King, 274 Portobello Rd London, W10 5TE<br />
020 8964 2279</strong></p>

<div id='map_294' style='width:600px; height:400px;' class='googleMap'></div>

<script type='text/javascript'>
//<![CDATA[
var points = new Array();var poin = new GLatLng(51.5189877, -0.2073553) ;points.push(poin);
var numpoints = points.length - 1;
      var points2 = points.slice();
    points2.sort(function(p1, p2) {
      return p1.lng() - p2.lng();
    });
    var west = points2[0].x;
    var east = points2[numpoints].x;
    points2.sort(function(p1, p2) {
      return p1.lat() - p2.lat();
    });
    var north = points2[numpoints].y;
    var south = points2[0].y;
    var sw = new GLatLng(south,west);
    var ne = new GLatLng(north,east);
    var bounds = new GLatLngBounds(sw, ne);
    var centerpoint = new GLatLng((north + south)/2, (east + west)/2);
    
    
    

    jQuery(document).ready(function(){
                                  jQuery('#map_294').append('<div style=\'position: absolute;	bottom: 50px;	left: 0px;	z-index: 90;vertical-align: middle;	width: 16px;filter: alpha(opacity=75);-moz-opacity: 0.75;	opacity: 0.75; text-align: center;	\' id=\'pluginoverlay\'><a title=\'Wordpress plugin by www.blog-ware.com\' href=\'http://blog-ware.com\' target=\'_blank\'><img src=\'/wp-content/plugins/google-maps-in-posts/images/pluginbanner.png\' alt=\'Wordpress plugin by www.blog-ware.com\'></a></div>');
                                  });

if (GBrowserIsCompatible()) {
     map = new GMap2(document.getElementById('map_294'));
     geocoder = new GClientGeocoder();
     map.addControl(new GLargeMapControl());
     var zoomlevel = map.getBoundsZoomLevel(bounds);
     map.setCenter(centerpoint, zoomlevel);
     function init(){
     			
					if ('0'!=0) {
		                icon = new GIcon();
		                icon.image = '/wp-content/plugins/google-maps-in-posts/icons/0';
		                icon.iconSize = new GSize(32, 32);
		                icon.iconAnchor = new GPoint(16, 16);
		                icon.infoWindowAnchor = new GPoint(25, 7);
		                icon_go = icon;
		                marker = new GMarker(new GLatLng(51.5189877, -0.2073553),{icon: icon_go});
		            }else {
		            	marker = new GMarker(new GLatLng(51.5189877, -0.2073553));
		            }			
		            	GEvent.addListener(marker, 'click', function() {
          	          			map.openInfoWindowHtml(new GLatLng(51.5189877, -0.2073553), '<span style="font-weight:bold;font-size:15px;">Falafel King</span><br>Take Away, Notting Hill' );
          	          			});
						map.addOverlay(marker);
					
		            }
		            init();}
		//]]&gt;
		</script>
		
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pennybloodsblackbook.com/2009/07/falafel-king-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A. Gold (and Verde &amp; Co.)</title>
		<link>http://www.pennybloodsblackbook.com/2009/07/verde-co/</link>
		<comments>http://www.pennybloodsblackbook.com/2009/07/verde-co/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 11:20:42 +0000</pubDate>
		<dc:creator>Penny Blood</dc:creator>
				<category><![CDATA[East]]></category>
		<category><![CDATA[Take Away]]></category>

		<guid isPermaLink="false">http://www.pennybloodsblackbook.com/?p=185</guid>
		<description><![CDATA[A.Gold is straight out of a Victorian picture book. Large jars of old fashioned sweets, Eccles cakes, fruit cake, Battenberg cake and toffee in beautiful tins adorn the shelves. It&#8217;s heaven for any tourist visiting London but it doesn&#8217;t stop there as they also serve sandwiches to go with a selection of British cheese and [...]
Related posts:<ol>
<li><a href='http://www.pennybloodsblackbook.com/2011/08/the-palm-tree/' rel='bookmark' title='The Palm Tree'>The Palm Tree</a></li>
<li><a href='http://www.pennybloodsblackbook.com/2009/07/vintage-heaven/' rel='bookmark' title='The Cake Hole'>The Cake Hole</a></li>
<li><a href='http://www.pennybloodsblackbook.com/2009/07/fifteen-jamie-oliver/' rel='bookmark' title='Fifteen (Jamie Oliver)'>Fifteen (Jamie Oliver)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>A.Gold</strong> is straight out of a Victorian picture book. Large jars of old fashioned sweets, Eccles cakes, fruit cake, Battenberg cake and toffee in beautiful tins adorn the shelves. It&#8217;s heaven for any tourist visiting London but it doesn&#8217;t stop there as they also serve sandwiches to go with a selection of British cheese and various other fillings of the best quality.</p>
<p><img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/agold1.gif" alt="" width="540" height="405" /><br />
<img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/agold2.gif" alt="" width="535" height="410" /><br />
<img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/agold3.gif" alt="" width="540" height="405" /></p>
<p><a href="http://www.agoldshop.com" target="_blank">www.agoldshop.com</a></p>
<p><strong>A. Gold, 42 Brushfield Street, London, E1 6AG<br />
020 7247 2487<br />
Monday &#8211; Friday 10.00am &#8211; 4.00pm Saturday &#8211; Sunday 11.00am &#8211; 5.00pm</strong</p>
<p><strong>Verde and Co.</strong> is one giant Victorian display case of fine chocolates, preserves, old fashioned tins of tea, coffee and wicker baskets full of organic vegetables. There&#8217;s a tiny seating area with weathered furniture and old oil paintings and shelves stacked full of jars, but it was the beautiful Victorian theatre sets displayed in the windows which originally drew me in.  I find myself  wanting to buy something just so that I can feel like I have a piece of the place. They also do delicious and elaborate sandwiches and salads to take out. Between A.Gold and Verde &#038; Co. it&#8217;s like a Victorian theme park.</p>
<p><img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/verde1.gif" alt="" width="540" height="405" /><br />
<img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/verde2.gif" alt="" width="540" height="405" /><br />
<img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/verde3.gif" alt="" width="540" height="405" /><br />
<img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/verde4.gif" alt="" width="540" height="443" /><br />
<img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/verde5.gif" alt="" width="540" height="405" /></p>
<p><a href="http://www.verde-and-company-ltd.co.uk/" target="_blank">http://www.verde-and-company-ltd.co.uk</a></p>
<p><strong>Verde &amp; Co. 40 Brushfield Street, London, E1 6AG<br />
020 7247 1924<br />
Monday &#8211; Friday 9am-5pm/6pm  Saturday &#8211; Sunday 10am-5pm</strong></p>

<div id='map_185' style='width:600px; height:400px;' class='googleMap'></div>

<script type='text/javascript'>
//<![CDATA[
var points = new Array();var poin = new GLatLng(51.5190457, -0.0769889) ;points.push(poin);
var numpoints = points.length - 1;
      var points2 = points.slice();
    points2.sort(function(p1, p2) {
      return p1.lng() - p2.lng();
    });
    var west = points2[0].x;
    var east = points2[numpoints].x;
    points2.sort(function(p1, p2) {
      return p1.lat() - p2.lat();
    });
    var north = points2[numpoints].y;
    var south = points2[0].y;
    var sw = new GLatLng(south,west);
    var ne = new GLatLng(north,east);
    var bounds = new GLatLngBounds(sw, ne);
    var centerpoint = new GLatLng((north + south)/2, (east + west)/2);
    
    
    

    jQuery(document).ready(function(){
                                  jQuery('#map_185').append('<div style=\'position: absolute;	bottom: 50px;	left: 0px;	z-index: 90;vertical-align: middle;	width: 16px;filter: alpha(opacity=75);-moz-opacity: 0.75;	opacity: 0.75; text-align: center;	\' id=\'pluginoverlay\'><a title=\'Wordpress plugin by www.blog-ware.com\' href=\'http://blog-ware.com\' target=\'_blank\'><img src=\'/wp-content/plugins/google-maps-in-posts/images/pluginbanner.png\' alt=\'Wordpress plugin by www.blog-ware.com\'></a></div>');
                                  });

if (GBrowserIsCompatible()) {
     map = new GMap2(document.getElementById('map_185'));
     geocoder = new GClientGeocoder();
     map.addControl(new GLargeMapControl());
     var zoomlevel = map.getBoundsZoomLevel(bounds);
     map.setCenter(centerpoint, zoomlevel);
     function init(){
     			
					if ('0'!=0) {
		                icon = new GIcon();
		                icon.image = '/wp-content/plugins/google-maps-in-posts/icons/0';
		                icon.iconSize = new GSize(32, 32);
		                icon.iconAnchor = new GPoint(16, 16);
		                icon.infoWindowAnchor = new GPoint(25, 7);
		                icon_go = icon;
		                marker = new GMarker(new GLatLng(51.5190457, -0.0769889),{icon: icon_go});
		            }else {
		            	marker = new GMarker(new GLatLng(51.5190457, -0.0769889));
		            }			
		            	GEvent.addListener(marker, 'click', function() {
          	          			map.openInfoWindowHtml(new GLatLng(51.5190457, -0.0769889), '<span style="font-weight:bold;font-size:15px;">Verde & Co. (and A. Gold)</span><br>East London' );
          	          			});
						map.addOverlay(marker);
					
		            }
		            init();}
		//]]&gt;
		</script>
		
<br /><p>Related posts:<ol>
<li><a href='http://www.pennybloodsblackbook.com/2011/08/the-palm-tree/' rel='bookmark' title='The Palm Tree'>The Palm Tree</a></li>
<li><a href='http://www.pennybloodsblackbook.com/2009/07/vintage-heaven/' rel='bookmark' title='The Cake Hole'>The Cake Hole</a></li>
<li><a href='http://www.pennybloodsblackbook.com/2009/07/fifteen-jamie-oliver/' rel='bookmark' title='Fifteen (Jamie Oliver)'>Fifteen (Jamie Oliver)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pennybloodsblackbook.com/2009/07/verde-co/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

