<?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 &#187; Cinemas</title>
	<atom:link href="http://www.pennybloodsblackbook.com/category/doing-things/cinemas/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>Wed, 28 Jul 2010 11:35:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Phoenix Cinema</title>
		<link>http://www.pennybloodsblackbook.com/2009/07/the-phoenix-cinema/</link>
		<comments>http://www.pennybloodsblackbook.com/2009/07/the-phoenix-cinema/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 10:27:44 +0000</pubDate>
		<dc:creator>Penny Blood</dc:creator>
				<category><![CDATA[Cinemas]]></category>
		<category><![CDATA[North]]></category>

		<guid isPermaLink="false">http://www.pennybloodsblackbook.com/?p=658</guid>
		<description><![CDATA[
Let it be known in no uncertain terms that I will never under any circumstances go anywhere near a multiplex cinema. I would rather trek to north London to a little gem known as the Phoenix Cinema. Built in 1910 and surviving two world wars, it’s believed to be the oldest purpose built cinema in [...]


Related posts:<ol><li><a href='http://www.pennybloodsblackbook.com/2009/07/the-electric-cinema/' rel='bookmark' title='Permanent Link: The Electric Cinema'>The Electric Cinema</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/everyman-hampstead/' rel='bookmark' title='Permanent Link: Everyman Hampstead'>Everyman Hampstead</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/the-gate-cinema/' rel='bookmark' title='Permanent Link: The Gate Cinema'>The Gate Cinema</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/imagestocome.gif" alt="" width="540" height="230" /></p>
<p>Let it be known in no uncertain terms that I will never under any circumstances go anywhere near a multiplex cinema. I would rather trek to north London to a little gem known as the Phoenix Cinema. Built in 1910 and surviving two world wars, it’s believed to be the oldest purpose built cinema in Britain. It’s plush red velvet chairs, unique art-deco auditorium and bar serving sweets and homemade cakes make it one of the most charming cinema’s around. Although nowhere near where I live I do find myself going there to catch the better breed of films that don’t make the rounds of the more centrally located cinemas. A short walk away is Bishops Avenue, home to London’s most ostentatious mansions of Arab arm dealer, Beverly hills meets Dubai ridiculously over the top, glamorous and gaudy tackorama, where no house is older than 10 years as each new owner just buys the plot brings in a bulldozer and joins the ongoing competition as to who can create the biggest heap of brick, bile, glitter and glass.</p>
<p><a href="http://www.phoenixcinema.co.uk/" target="_blank">http://www.phoenixcinema.co.uk/</a></p>
<p><strong>52 High Road, East Finchley, London, N2 9PJ<br />
020 8444 6789</strong></p>

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

<script type='text/javascript'>
//<![CDATA[
var points = new Array();var poin = new GLatLng(51.5885707, -0.164102) ;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_658').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_658'));
     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.5885707, -0.164102),{icon: icon_go});
		            }else {
		            	marker = new GMarker(new GLatLng(51.5885707, -0.164102));
		            }			
		            	GEvent.addListener(marker, 'click', function() {
          	          			map.openInfoWindowHtml(new GLatLng(51.5885707, -0.164102), '<span style="font-weight:bold;font-size:15px;">The Phoenix Cinema</span><br>North London' );
          	          			});
						map.addOverlay(marker);
					
		            }
		            init();}
		//]]&gt;
		</script>
		


<br /><p>Related posts:<ol><li><a href='http://www.pennybloodsblackbook.com/2009/07/the-electric-cinema/' rel='bookmark' title='Permanent Link: The Electric Cinema'>The Electric Cinema</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/everyman-hampstead/' rel='bookmark' title='Permanent Link: Everyman Hampstead'>Everyman Hampstead</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/the-gate-cinema/' rel='bookmark' title='Permanent Link: The Gate Cinema'>The Gate Cinema</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pennybloodsblackbook.com/2009/07/the-phoenix-cinema/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Electric Cinema</title>
		<link>http://www.pennybloodsblackbook.com/2009/07/the-electric-cinema/</link>
		<comments>http://www.pennybloodsblackbook.com/2009/07/the-electric-cinema/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 10:26:32 +0000</pubDate>
		<dc:creator>Penny Blood</dc:creator>
				<category><![CDATA[Cinemas]]></category>
		<category><![CDATA[West]]></category>

		<guid isPermaLink="false">http://www.pennybloodsblackbook.com/?p=656</guid>
		<description><![CDATA[
Aside from The Everyman in Hampstead, I have never known comfort like this. Plush leather armchairs and footstools with cream coloured walls, red velvet-like recesses and golden trimmings and a bar where you can forget the usual packaged and processed fat food and expect Mediterranean snacks such as olives and crudités, stuffed quail eggs and [...]


Related posts:<ol><li><a href='http://www.pennybloodsblackbook.com/2009/07/the-phoenix-cinema/' rel='bookmark' title='Permanent Link: The Phoenix Cinema'>The Phoenix Cinema</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/the-gate-cinema/' rel='bookmark' title='Permanent Link: The Gate Cinema'>The Gate Cinema</a></li><li><a href='http://www.pennybloodsblackbook.com/2008/10/coronet/' rel='bookmark' title='Permanent Link: Coronet'>Coronet</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/imagestocome.gif" alt="" width="540" height="230" /></p>
<p>Aside from The Everyman in Hampstead, I have never known comfort like this. Plush leather armchairs and footstools with cream coloured walls, red velvet-like recesses and golden trimmings and a bar where you can forget the usual packaged and processed fat food and expect Mediterranean snacks such as olives and crudités, stuffed quail eggs and breaded prawns, although they do have great brownies and good wine. It’s the next best thing to having your own screening room with surround sound and on a Monday all tickets are half price. It’s rather beautiful too. It’s also claims to be the oldest cinema in town, opened in 1910 and finely restored to its Edwardian glamour boasting a gorgeous gilt-domed box office and pretty mosaic floor leading to an elegant panelled baroque styled auditorium.</p>
<p><a href="http://www.electriccinema.co.uk/" target="_blank">http://www.electriccinema.co.uk/</a></p>
<p><strong>191, Portobello Road, London, W11 2ED<br />
020 7908 9696</strong></p>

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

<script type='text/javascript'>
//<![CDATA[
var points = new Array();var poin = new GLatLng(51.5155729, -0.2047591) ;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_656').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_656'));
     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.5155729, -0.2047591),{icon: icon_go});
		            }else {
		            	marker = new GMarker(new GLatLng(51.5155729, -0.2047591));
		            }			
		            	GEvent.addListener(marker, 'click', function() {
          	          			map.openInfoWindowHtml(new GLatLng(51.5155729, -0.2047591), '<span style="font-weight:bold;font-size:15px;">The Electric Cinema</span><br>Notting Hill, West London' );
          	          			});
						map.addOverlay(marker);
					
		            }
		            init();}
		//]]&gt;
		</script>
		


<br /><p>Related posts:<ol><li><a href='http://www.pennybloodsblackbook.com/2009/07/the-phoenix-cinema/' rel='bookmark' title='Permanent Link: The Phoenix Cinema'>The Phoenix Cinema</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/the-gate-cinema/' rel='bookmark' title='Permanent Link: The Gate Cinema'>The Gate Cinema</a></li><li><a href='http://www.pennybloodsblackbook.com/2008/10/coronet/' rel='bookmark' title='Permanent Link: Coronet'>Coronet</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pennybloodsblackbook.com/2009/07/the-electric-cinema/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Gate Cinema</title>
		<link>http://www.pennybloodsblackbook.com/2009/07/the-gate-cinema/</link>
		<comments>http://www.pennybloodsblackbook.com/2009/07/the-gate-cinema/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 10:24:57 +0000</pubDate>
		<dc:creator>Penny Blood</dc:creator>
				<category><![CDATA[Cinemas]]></category>
		<category><![CDATA[West]]></category>

		<guid isPermaLink="false">http://www.pennybloodsblackbook.com/?p=653</guid>
		<description><![CDATA[What was once originally a brothel is now one of London’s longest standing quaint cinema’s, with ornate paneled walls, heavily coffered ceiling of Edwardian plasterwork, red velvet chairs and double love seats that are comfortable enough to fall asleep in (I did once, to the Royal Tennenbaums, I hate Wes Andersen, what was I thinking?) [...]


Related posts:<ol><li><a href='http://www.pennybloodsblackbook.com/2009/07/bumpkin/' rel='bookmark' title='Permanent Link: Bumpkin'>Bumpkin</a></li><li><a href='http://www.pennybloodsblackbook.com/2008/10/coronet/' rel='bookmark' title='Permanent Link: Coronet'>Coronet</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/the-electric-cinema/' rel='bookmark' title='Permanent Link: The Electric Cinema'>The Electric Cinema</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>What was once originally a brothel is now one of London’s longest standing quaint cinema’s, with ornate paneled walls, heavily coffered ceiling of Edwardian plasterwork, red velvet chairs and double love seats that are comfortable enough to fall asleep in (I did once, to the Royal Tennenbaums, I hate Wes Andersen, what was I thinking?) There is also a small bar and you can take your drinks or hot chocolate in with you. I often come here as I’m a member so get £2 off my ticket (well every £1 saved is spent on another cup of tea) It’s a little crowded today. I’m used to having the place to myself as I go at obscure hours. The cashier is giving me a bit of a sales pitch about how great the place is, I know I come here all the time?? I’m feeling twangs of jealousy at the 12 year old standing inline before me looking so much cooler than I ever did at that age. She’s wearing a Gibo by Julie Verhoeven shirt that I wanted but couldn’t really justify the £270 price tag but now that Gibo is sadly no more it would have been a true investment, c’est la vie.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/gate2.gif" alt="" width="527" height="206" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/gate1.gif" alt="" width="527" height="206" /></p>
<p>N.B Although a chain Le Pain Quotidien next door is a nice place to eat or get coffee before or after, other than that you&#8217;re pretty limited in Notting Hill Gate.</p>
<p><a href="http://www.picturehouses.co.uk/site/cinemas/gate/local.htm" target="_blank">http://www.picturehouses.co.uk/site/cinemas/gate/local.htm</a></p>
<p><strong>87 Notting Hill Gate, London, W11 3JZ<br />
0870 704 2058</strong></p>

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

<script type='text/javascript'>
//<![CDATA[
var points = new Array();var poin = new GLatLng(51.508729, -0.197453) ;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_653').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_653'));
     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.508729, -0.197453),{icon: icon_go});
		            }else {
		            	marker = new GMarker(new GLatLng(51.508729, -0.197453));
		            }			
		            	GEvent.addListener(marker, 'click', function() {
          	          			map.openInfoWindowHtml(new GLatLng(51.508729, -0.197453), '<span style="font-weight:bold;font-size:15px;">The Gate Cinema</span><br>Notting Hill, West London' );
          	          			});
						map.addOverlay(marker);
					
		            }
		            init();}
		//]]&gt;
		</script>
		


<br /><p>Related posts:<ol><li><a href='http://www.pennybloodsblackbook.com/2009/07/bumpkin/' rel='bookmark' title='Permanent Link: Bumpkin'>Bumpkin</a></li><li><a href='http://www.pennybloodsblackbook.com/2008/10/coronet/' rel='bookmark' title='Permanent Link: Coronet'>Coronet</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/the-electric-cinema/' rel='bookmark' title='Permanent Link: The Electric Cinema'>The Electric Cinema</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pennybloodsblackbook.com/2009/07/the-gate-cinema/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Curzon Soho</title>
		<link>http://www.pennybloodsblackbook.com/2009/07/curzon-soho/</link>
		<comments>http://www.pennybloodsblackbook.com/2009/07/curzon-soho/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 10:43:01 +0000</pubDate>
		<dc:creator>Penny Blood</dc:creator>
				<category><![CDATA[Central]]></category>
		<category><![CDATA[Cinemas]]></category>

		<guid isPermaLink="false">http://www.pennybloodsblackbook.com/?p=443</guid>
		<description><![CDATA[
Specialising in independent films, including a lot of British and European ones and perfectly located on the edge of Soho and Chinatown. It has a street level café selling cakes and cookies from my favourite bakery, Konditor &#38; Cook and a dark relaxing lower ground floor café and bar with a number of cushy leather [...]


Related posts:<ol><li><a href='http://www.pennybloodsblackbook.com/2009/07/everyman-hampstead/' rel='bookmark' title='Permanent Link: Everyman Hampstead'>Everyman Hampstead</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/ica/' rel='bookmark' title='Permanent Link: ICA'>ICA</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/bfi-southbank/' rel='bookmark' title='Permanent Link: BFI Southbank'>BFI Southbank</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/imagestocome.gif" alt="" width="540" height="230" /></p>
<p>Specialising in independent films, including a lot of British and European ones and perfectly located on the edge of Soho and Chinatown. It has a street level café selling cakes and cookies from my favourite bakery, Konditor &amp; Cook and a dark relaxing lower ground floor café and bar with a number of cushy leather couches, it’s the ideal cinema really to hang out before and after a film. I don’t usually go in for cinema food, I have a tendency to accumulate everything I put in my mouth in my teeth, so popcorn’s out but they do have these amazing white chocolate covered freeze dried gooseberries, raspberries and strawberries which I will devour in minutes, feel guilty about the approximate 3000 calories I have just consumed before I proceed onto the next box. It’s modern without having any of the usual horrors that modern cinema’s have although it does lack small perks such as service at your seat, footstools or anything like that. It’s the most fun to people watch as being central London’s main independent cinema with 3 screens it’s always busy. One of the main reasons I would be loath to leave London is for places like the Curzon. Other cities just don’t seem to have as many wonderful unique cinema’s (apart from Paris, but they are mainly reparatory) not L.A not even New York.</p>
<p><a href="http://www.curzoncinemas.com/" target="_blank">http://www.curzoncinemas.com/</a></p>
<p><strong>99 Shaftesbury Avenue London W1D 5DY<br />
Box Office: 0871 7033 988  Recorded Information – 020 7292 1686</strong></p>

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

<script type='text/javascript'>
//<![CDATA[
var points = new Array();var poin = new GLatLng(51.5118009, -0.132432) ;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_443').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_443'));
     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.5118009, -0.132432),{icon: icon_go});
		            }else {
		            	marker = new GMarker(new GLatLng(51.5118009, -0.132432));
		            }			
		            	GEvent.addListener(marker, 'click', function() {
          	          			map.openInfoWindowHtml(new GLatLng(51.5118009, -0.132432), '<span style="font-weight:bold;font-size:15px;">Curzon Soho</span><br>Soho, Central London' );
          	          			});
						map.addOverlay(marker);
					
		            }
		            init();}
		//]]&gt;
		</script>
		


<br /><p>Related posts:<ol><li><a href='http://www.pennybloodsblackbook.com/2009/07/everyman-hampstead/' rel='bookmark' title='Permanent Link: Everyman Hampstead'>Everyman Hampstead</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/ica/' rel='bookmark' title='Permanent Link: ICA'>ICA</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/bfi-southbank/' rel='bookmark' title='Permanent Link: BFI Southbank'>BFI Southbank</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pennybloodsblackbook.com/2009/07/curzon-soho/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ICA</title>
		<link>http://www.pennybloodsblackbook.com/2009/07/ica/</link>
		<comments>http://www.pennybloodsblackbook.com/2009/07/ica/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 12:01:33 +0000</pubDate>
		<dc:creator>Penny Blood</dc:creator>
				<category><![CDATA[Central]]></category>
		<category><![CDATA[Cinemas]]></category>

		<guid isPermaLink="false">http://www.pennybloodsblackbook.com/?p=241</guid>
		<description><![CDATA[
Certain experiences can severely taint a place for me (negative association) like suffering that claustrophobic pang when watching a film that sickens you but is hard to walk out of, in this case “The heart is deceitful above all things” an utterly depressing film directed by and starring Asia Argento about a junky degenerate mother [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/imagestocome.gif" alt="" width="540" height="230" /></p>
<p>Certain experiences can severely taint a place for me (negative association) like suffering that claustrophobic pang when watching a film that sickens you but is hard to walk out of, in this case “The heart is deceitful above all things” an utterly depressing film directed by and starring Asia Argento about a junky degenerate mother and her son, who she claims back from his loving foster parents only to show him how shit life can be. I haven’t honestly been back able to go back since, it’s been 2 years. Aside from that the ICA has everything conveniently housed under one roof. There’s a great Oliver Peyton (of Peyton and Byrne bakery’s) café/restaurant/bar, an art dvd/bookshop (which you can browse through then buy on Amazon), two cinema screens where they show various films and documentaries generally of an artistic persuasion and a venue where the likes of the Libertines play before they get famous. Its nicely located on the Mall just off Trafalgar Square so on approach there’s a good view on Buckingham palace.</p>
<p><a href="http://www.ica.org.uk/" target="_blank">http://www.ica.org.uk/</a></p>
<p><strong>12 Carlton House Terrace, London, SW1Y 5AH<br />
Box office: 020 7930 3647   Telephone: 020 7930 0493</strong></p>

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

<script type='text/javascript'>
//<![CDATA[
var points = new Array();var poin = new GLatLng(51.50625833272771, -0.13016223907470703) ;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_241').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_241'));
     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.50625833272771, -0.13016223907470703),{icon: icon_go});
		            }else {
		            	marker = new GMarker(new GLatLng(51.50625833272771, -0.13016223907470703));
		            }			
		            	GEvent.addListener(marker, 'click', function() {
          	          			map.openInfoWindowHtml(new GLatLng(51.50625833272771, -0.13016223907470703), '<span style="font-weight:bold;font-size:15px;">ICA</span><br>Trafalgar Square, Central London' );
          	          			});
						map.addOverlay(marker);
					
		            }
		            init();}
		//]]&gt;
		</script>
		


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pennybloodsblackbook.com/2009/07/ica/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rio</title>
		<link>http://www.pennybloodsblackbook.com/2009/07/rio/</link>
		<comments>http://www.pennybloodsblackbook.com/2009/07/rio/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 12:01:05 +0000</pubDate>
		<dc:creator>Penny Blood</dc:creator>
				<category><![CDATA[Cinemas]]></category>
		<category><![CDATA[East]]></category>

		<guid isPermaLink="false">http://www.pennybloodsblackbook.com/?p=239</guid>
		<description><![CDATA[
It’s an ongoing dilemma for me where to sit in the cinema. I’m forever up against the tricky decision as to whether or not to sacrifice a good view of the screen for mental comfort by taking an aisle seat as, soon as I’m boxed in with a row of tightly packed viewers to either [...]


Related posts:<ol><li><a href='http://www.pennybloodsblackbook.com/2008/10/coronet/' rel='bookmark' title='Permanent Link: Coronet'>Coronet</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/canteen/' rel='bookmark' title='Permanent Link: Canteen'>Canteen</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/curzon-soho/' rel='bookmark' title='Permanent Link: Curzon Soho'>Curzon Soho</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/riocinema.gif" alt="" width="540" height="421" /></p>
<p>It’s an ongoing dilemma for me where to sit in the cinema. I’m forever up against the tricky decision as to whether or not to sacrifice a good view of the screen for mental comfort by taking an aisle seat as, soon as I’m boxed in with a row of tightly packed viewers to either side of me having just got comfortable, taken their coats off and arranged their popcorn and drinks and settled down I will feel an immediate and unquestionable need to go to the bathroom. A recent experience of sitting through ‘Qui Etes Vous Polly Magoo’ and 2 1/2 hours of Q&amp;A (it doesn’t matter how good the film is Q&amp;A’s are always boring and another confirmation that a person’s creative genius doesn’t make them any less of a babbling idiot) whilst needing to pee 5 minutes in and without wanting to make 20 people stand up I decided it was preferable to sustain a bladder infection. Anyway the point of all this being that the seating arrangement at the Rio, (itself a lovely little independent cinema in the familiar old theatre style) is divided up the centre so you can have both an aisle seat and a middle view all at the same time.</p>
<p><a href="http://www.riocinema.ndirect.co.uk/" target="_blank">http://www.riocinema.ndirect.co.uk/</a></p>
<p><strong>107 Kingsland High Street E8<br />
020 7241 9410</strong></p>

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

<script type='text/javascript'>
//<![CDATA[
var points = new Array();var poin = new GLatLng(51.5481377, -0.0754291) ;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_239').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_239'));
     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.5481377, -0.0754291),{icon: icon_go});
		            }else {
		            	marker = new GMarker(new GLatLng(51.5481377, -0.0754291));
		            }			
		            	GEvent.addListener(marker, 'click', function() {
          	          			map.openInfoWindowHtml(new GLatLng(51.5481377, -0.0754291), '<span style="font-weight:bold;font-size:15px;">Rio</span><br>Hackney, East London' );
          	          			});
						map.addOverlay(marker);
					
		            }
		            init();}
		//]]&gt;
		</script>
		


<br /><p>Related posts:<ol><li><a href='http://www.pennybloodsblackbook.com/2008/10/coronet/' rel='bookmark' title='Permanent Link: Coronet'>Coronet</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/canteen/' rel='bookmark' title='Permanent Link: Canteen'>Canteen</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/curzon-soho/' rel='bookmark' title='Permanent Link: Curzon Soho'>Curzon Soho</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pennybloodsblackbook.com/2009/07/rio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clapham Picture House</title>
		<link>http://www.pennybloodsblackbook.com/2009/07/clapham-picture-house/</link>
		<comments>http://www.pennybloodsblackbook.com/2009/07/clapham-picture-house/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 12:00:25 +0000</pubDate>
		<dc:creator>Penny Blood</dc:creator>
				<category><![CDATA[Cinemas]]></category>
		<category><![CDATA[South]]></category>

		<guid isPermaLink="false">http://www.pennybloodsblackbook.com/?p=237</guid>
		<description><![CDATA[
I think I’ve mentioned before that Clapham is an area of London generally to be avoided with one of a few exceptions, The Clapham Picture House. Tucked away down a back street this busy little cinema has a bar, comfortable seating area serving food, hosts a film night every Tuesday where those who know the [...]


Related posts:<ol><li><a href='http://www.pennybloodsblackbook.com/2009/07/parliment-hill/' rel='bookmark' title='Permanent Link: Hamstead Heath / Parliment Hill / Kenwood House'>Hamstead Heath / Parliment Hill / Kenwood House</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/05/the-french-house/' rel='bookmark' title='Permanent Link: The French House'>The French House</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/dennis-severs-house/' rel='bookmark' title='Permanent Link: Dennis Sever&#8217;s House'>Dennis Sever&#8217;s House</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/imagestocome.gif" alt="" width="540" height="230" /></p>
<p>I think I’ve mentioned before that Clapham is an area of London generally to be avoided with one of a few exceptions, The Clapham Picture House. Tucked away down a back street this busy little cinema has a bar, comfortable seating area serving food, hosts a film night every Tuesday where those who know the answers to questions such as “who was originally cast in the role of Captain Willard in Apocalypse Now before Martin Sheen?”, “What film was the 1950’s film High Society a remake of?” and “Who were the founders of DreamWorks?” can feel sufficiently pleased with themselves. Although perhaps not as luxurious as the Everyman in Hampstead or the Electric in Notting Hill it is still worth coming to for an evening out rather than because you want to see a particular film as it has a good atmosphere and unique character.</p>
<p><a href="http://www.picturehouses.co.uk/cinema_home_date.aspx?venueId=cph" target="_blank">http://www.picturehouses.co.uk/cinema_home_date.aspx?venueId=cph</a></p>
<p><strong>76 Venn Street, London, SW4 0AT<br />
020 7498 2242 / Booking: 020 7498 3323 </strong></p>

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

<script type='text/javascript'>
//<![CDATA[
var points = new Array();var poin = new GLatLng(51.4627034, -0.1381004) ;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_237').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_237'));
     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.4627034, -0.1381004),{icon: icon_go});
		            }else {
		            	marker = new GMarker(new GLatLng(51.4627034, -0.1381004));
		            }			
		            	GEvent.addListener(marker, 'click', function() {
          	          			map.openInfoWindowHtml(new GLatLng(51.4627034, -0.1381004), '<span style="font-weight:bold;font-size:15px;">Clapham Picture House</span><br>Clapham, South London' );
          	          			});
						map.addOverlay(marker);
					
		            }
		            init();}
		//]]&gt;
		</script>
		


<br /><p>Related posts:<ol><li><a href='http://www.pennybloodsblackbook.com/2009/07/parliment-hill/' rel='bookmark' title='Permanent Link: Hamstead Heath / Parliment Hill / Kenwood House'>Hamstead Heath / Parliment Hill / Kenwood House</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/05/the-french-house/' rel='bookmark' title='Permanent Link: The French House'>The French House</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/dennis-severs-house/' rel='bookmark' title='Permanent Link: Dennis Sever&#8217;s House'>Dennis Sever&#8217;s House</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pennybloodsblackbook.com/2009/07/clapham-picture-house/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Everyman Hampstead</title>
		<link>http://www.pennybloodsblackbook.com/2009/07/everyman-hampstead/</link>
		<comments>http://www.pennybloodsblackbook.com/2009/07/everyman-hampstead/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 11:59:51 +0000</pubDate>
		<dc:creator>Penny Blood</dc:creator>
				<category><![CDATA[Cinemas]]></category>
		<category><![CDATA[North]]></category>

		<guid isPermaLink="false">http://www.pennybloodsblackbook.com/?p=235</guid>
		<description><![CDATA[
I could not be more enthusiastic about this cinema. I consider myself an expect as I have pointedly been to every independent cinema in London and the Everyman Hampstead comes at the top of the list. For not much more than you would spend at a regular multiplex cinema you get your own chair, you [...]


Related posts:<ol><li><a href='http://www.pennybloodsblackbook.com/2009/07/ritzy/' rel='bookmark' title='Permanent Link: Ritzy'>Ritzy</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/the-phoenix-cinema/' rel='bookmark' title='Permanent Link: The Phoenix Cinema'>The Phoenix Cinema</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/louis/' rel='bookmark' title='Permanent Link: Louis Pâtisserie'>Louis Pâtisserie</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/imagestocome.gif" alt="" width="540" height="230" /></p>
<p>I could not be more enthusiastic about this cinema. I consider myself an expect as I have pointedly been to every independent cinema in London and the Everyman Hampstead comes at the top of the list. For not much more than you would spend at a regular multiplex cinema you get your own chair, you own side table, a selection of delicious snacks and drinks from wine to coffee but there is table service too. All of this in a quaint old theatre with a small cosy bar and a circle balcony.  It’s just a shame that due to the lack of good movies that are ever made I don’t have enough reason to come here.</p>
<p><a href="http://www.everymancinema.com/cinemas/index.asp?ci=2&amp;ln=1" target="_blank">http://www.everymancinema.com/cinemas/index.asp?ci=2&amp;ln=1</a></p>
<p><strong>5 Holly Bush Vale, Hampstead, London NW3 6TX<br />
0870 066 4777 (9am-9pm)</strong></p>

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

<script type='text/javascript'>
//<![CDATA[
var points = new Array();var poin = new GLatLng(51.556652, -0.1791163) ;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_235').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_235'));
     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.556652, -0.1791163),{icon: icon_go});
		            }else {
		            	marker = new GMarker(new GLatLng(51.556652, -0.1791163));
		            }			
		            	GEvent.addListener(marker, 'click', function() {
          	          			map.openInfoWindowHtml(new GLatLng(51.556652, -0.1791163), '<span style="font-weight:bold;font-size:15px;">Everyman Hampstead</span><br>Hampstead, North London' );
          	          			});
						map.addOverlay(marker);
					
		            }
		            init();}
		//]]&gt;
		</script>
		


<br /><p>Related posts:<ol><li><a href='http://www.pennybloodsblackbook.com/2009/07/ritzy/' rel='bookmark' title='Permanent Link: Ritzy'>Ritzy</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/the-phoenix-cinema/' rel='bookmark' title='Permanent Link: The Phoenix Cinema'>The Phoenix Cinema</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/louis/' rel='bookmark' title='Permanent Link: Louis Pâtisserie'>Louis Pâtisserie</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pennybloodsblackbook.com/2009/07/everyman-hampstead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ritzy</title>
		<link>http://www.pennybloodsblackbook.com/2009/07/ritzy/</link>
		<comments>http://www.pennybloodsblackbook.com/2009/07/ritzy/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 11:59:25 +0000</pubDate>
		<dc:creator>Penny Blood</dc:creator>
				<category><![CDATA[Cinemas]]></category>
		<category><![CDATA[South]]></category>

		<guid isPermaLink="false">http://www.pennybloodsblackbook.com/?p=233</guid>
		<description><![CDATA[
Once you manage to negotiate your way from Brixton station through the tramps and junkies scrounging to pick up cigarette butts from under your feet, you&#8217;ll find yourself in a little haven in an otherwise 3rd world ghetto know as Brixton. The Ritzy has a lovely cafe and bar and is the kind of cinema [...]


Related posts:<ol><li><a href='http://www.pennybloodsblackbook.com/2009/07/the-gate-cinema/' rel='bookmark' title='Permanent Link: The Gate Cinema'>The Gate Cinema</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/franco-manca/' rel='bookmark' title='Permanent Link: Franco Manca'>Franco Manca</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/clapham-picture-house/' rel='bookmark' title='Permanent Link: Clapham Picture House'>Clapham Picture House</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/imagestocome.gif" alt="" width="540" height="230" /></p>
<p>Once you manage to negotiate your way from Brixton station through the tramps and junkies scrounging to pick up cigarette butts from under your feet, you&#8217;ll find yourself in a little haven in an otherwise 3rd world ghetto know as Brixton. The Ritzy has a lovely cafe and bar and is the kind of cinema where you can have dinner or coffee before a movie and you don&#8217;t need to risk your life walking around Brixton to find a place to eat which is important as there isn&#8217;t anything else in Brixton.</p>
<p><a href="http://www.picturehouses.co.uk/site/cinemas/ritzy/local.htm" target="_blank">http://www.picturehouses.co.uk/site/cinemas/ritzy/local.htm</a></p>
<p><strong>Brixton Oval, Coldharbour Lane, SW2 1JG<br />
020 7733 2229 </strong></p>

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

<script type='text/javascript'>
//<![CDATA[
var points = new Array();var poin = new GLatLng(51.4613554, -0.1152422) ;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_233').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_233'));
     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.4613554, -0.1152422),{icon: icon_go});
		            }else {
		            	marker = new GMarker(new GLatLng(51.4613554, -0.1152422));
		            }			
		            	GEvent.addListener(marker, 'click', function() {
          	          			map.openInfoWindowHtml(new GLatLng(51.4613554, -0.1152422), '<span style="font-weight:bold;font-size:15px;">Ritzy</span><br>Brixton, South London' );
          	          			});
						map.addOverlay(marker);
					
		            }
		            init();}
		//]]&gt;
		</script>
		


<br /><p>Related posts:<ol><li><a href='http://www.pennybloodsblackbook.com/2009/07/the-gate-cinema/' rel='bookmark' title='Permanent Link: The Gate Cinema'>The Gate Cinema</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/franco-manca/' rel='bookmark' title='Permanent Link: Franco Manca'>Franco Manca</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/clapham-picture-house/' rel='bookmark' title='Permanent Link: Clapham Picture House'>Clapham Picture House</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pennybloodsblackbook.com/2009/07/ritzy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coronet</title>
		<link>http://www.pennybloodsblackbook.com/2008/10/coronet/</link>
		<comments>http://www.pennybloodsblackbook.com/2008/10/coronet/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 19:48:00 +0000</pubDate>
		<dc:creator>Penny Blood</dc:creator>
				<category><![CDATA[Cinemas]]></category>
		<category><![CDATA[West]]></category>

		<guid isPermaLink="false">http://www.pennybloodsblackbook.com/?p=58</guid>
		<description><![CDATA[
The interior of cinema one, which is the original theatre, is decorated in a Louis XVI manner and the auditorium still has the two original elliptically curved balconies. The ghost of a female cashier reputedly haunts the cinema. Legend has it that when she was caught fiddling the box office receipts and confronted by the [...]


Related posts:<ol><li><a href='http://www.pennybloodsblackbook.com/2009/07/rio/' rel='bookmark' title='Permanent Link: Rio'>Rio</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/everyman-hampstead/' rel='bookmark' title='Permanent Link: Everyman Hampstead'>Everyman Hampstead</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/the-electric-cinema/' rel='bookmark' title='Permanent Link: The Electric Cinema'>The Electric Cinema</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://www.pennybloodsblackbook.com/media/imagestocome.gif" alt="" width="540" height="230" /></p>
<p>The interior of cinema one, which is the original theatre, is decorated in a Louis XVI manner and the auditorium still has the two original elliptically curved balconies. The ghost of a female cashier reputedly haunts the cinema. Legend has it that when she was caught fiddling the box office receipts and confronted by the manager, she dashed out of his office, ran upstairs, then threw herself from the balcony. A tip, don&#8217;t watch anything on Screen 2, the seats are UNBEARABLE they all slope slightly forward. Screen 1; if you&#8217;re getting anxious because you&#8217;re stuck behind 50 people and as its a free for all seating arrangement have no fear, most of these idiots will get all excited about sitting in the balcony and filter off leaving you free reign to take your pick of the spacious seating arrangement in the stalls. The old theatre balconies look gorgeous but you don&#8217;t want to sit there as unless you have legs two foot long as they are horrendously uncomfortable. The seats downstairs are wonderful with plenty of legroom.</p>
<p><a href="http://www.coronet.org/" target="_blank">http://www.coronet.org/</a></p>
<p><strong>103 Notting Hill Gate, London, W11 3LB<br />
020 7727 6705<br />
Monday &#8211; Sunday 1pm-6.30pm </strong></p>

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

<script type='text/javascript'>
//<![CDATA[
var points = new Array();var poin = new GLatLng(51.508873, -0.1976239) ;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_58').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_58'));
     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.508873, -0.1976239),{icon: icon_go});
		            }else {
		            	marker = new GMarker(new GLatLng(51.508873, -0.1976239));
		            }			
		            	GEvent.addListener(marker, 'click', function() {
          	          			map.openInfoWindowHtml(new GLatLng(51.508873, -0.1976239), '<span style="font-weight:bold;font-size:15px;">Coronet</span><br>Notting Hill, West London' );
          	          			});
						map.addOverlay(marker);
					
		            }
		            init();}
		//]]&gt;
		</script>
		


<br /><p>Related posts:<ol><li><a href='http://www.pennybloodsblackbook.com/2009/07/rio/' rel='bookmark' title='Permanent Link: Rio'>Rio</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/everyman-hampstead/' rel='bookmark' title='Permanent Link: Everyman Hampstead'>Everyman Hampstead</a></li><li><a href='http://www.pennybloodsblackbook.com/2009/07/the-electric-cinema/' rel='bookmark' title='Permanent Link: The Electric Cinema'>The Electric Cinema</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.pennybloodsblackbook.com/2008/10/coronet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
