<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="built-in, pro, limited, local, business, 000000, hong, kong, unit, c-e,, 21/f,, mg, tower,, 133, hoi, bun, road,, kwun, tong, built-in, pro, limited, local, business"/>
<meta name="description" content="BUILT-IN PRO LIMITED, Local business, Unit C-E, 21/F, MG Tower, 133 Hoi Bun Road, Kwun Tong, Hong Kong 000000"/>
<meta name="title" content="BUILT-IN PRO LIMITED, Hong Kong 000000, Local business"/>
<title>BUILT-IN PRO LIMITED, Hong Kong 000000, Local business</title>
<meta http-equiv="language" content="en"/>
<meta name="robots" content="INDEX,FOLLOW"/>
<link rel="shortcut icon" href="http://www.place123.net/favicon.ico" type="image/x-icon" />
<link href="http://www.place123.net/place/built-in-pro-limited-hong-kong-hong-kong" rel="canonical" />
<link rel="alternate" hreflang="en" href="http://www.place123.net/place/built-in-pro-limited-hong-kong-hong-kong"/>
<link rel="alternate" hreflang="de" href="http://de.place123.net/place/built-in-pro-limited-hong-kong-hong-kong"/>
<meta property="og:type" content="place"/>
<meta property="og:site_name" content="http://www.place123.net"/>
<meta property="og:title" content="BUILT-IN PRO LIMITED"/>
<meta property="og:image" content="http://graph.facebook.com//picture?type=large"/>
<meta property="og:description" content="BUILT-IN PRO LIMITED, Local business, Unit C-E, 21/F, MG Tower, 133 Hoi Bun Road, Kwun Tong, Hong Kong 000000"/>
<meta property="og:url" content="http://www.place123.net/place/built-in-pro-limited-hong-kong-hong-kong"/>
<link rel="stylesheet" type="text/css" media="screen" href="http://www.place123.net/css/reset.css">
<link rel="stylesheet" type="text/css" media="screen" href="http://www.place123.net/css/style.css">
<link rel="stylesheet" type="text/css" media="screen" href="http://www.place123.net/css/grid_12.css">
<link rel="stylesheet" type="text/css" media="screen" href="http://www.place123.net/css/slider-2.css">
<link rel="stylesheet" type="text/css" media="screen" href="http://www.place123.net/css/jqtransform.css">
<link rel="stylesheet" type="text/css" media="screen" href="http://www.place123.net/css/custom.css">
<script src="http://www.place123.net/js/jquery-1.7.min.js"></script>
<script src="http://www.place123.net/js/jquery.easing.1.3.js"></script>
<script src="http://www.place123.net/js/cufon-yui.js"></script>
<script src="http://www.place123.net/js/vegur_400.font.js"></script>
<script src="http://www.place123.net/js/Vegur_bold_700.font.js"></script>
<script src="http://www.place123.net/js/cufon-replace.js"></script>
<script src="http://www.place123.net/js/tms-0.4.x.js"></script>
<script src="http://www.place123.net/js/jquery.jqtransform.js"></script>
<script src="http://www.place123.net/js/FF-cash.js"></script>
<script>
$(document).ready(function(){
$('.form-1').jqTransform();
$('.slider')._TMS({
show:0,
pauseOnHover:true,
prevBu:'.prev',
nextBu:'.next',
playBu:false,
duration:1000,
preset:'fade',
pagination:true,
pagNums:false,
slideshow:7000,
numStatus:false,
banners:false,
waitBannerAnimation:false,
progressBar:false
})
});
</script>
<!--[if lt IE 8]>
<div style=' clear: both; text-align:center; position: relative;'>
<a href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie6_countdown_bannercode">
<img src="http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today." />
</a>
</div>
<![endif]-->
<!--[if lt IE 9]>
<script type="text/javascript" src="http://www.place123.net/js/html5.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="http://www.place123.net/css/ie.css">
<![endif]-->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=true&libraries=places"></script>
<script type="text/javascript">
var map = null;
var directionsService = new google.maps.DirectionsService();
var directionsDisplay = null;
function getFacebookPlaces(lat,lng,access_token)
{
var url = "https://graph.facebook.com/search?type=place¢er=" + lat + "," + lng + "&distance=10000&access_token=" + access_token;
$.getJSON(url,
function (data) {
var places = data.data;
for (var i=0;i<places.length;i++)
{
var place = places[i];
var id = place.id;
var title = place.name;
var cat = place.category;
var url = "http://www.facebook.com/" + place.id;
var img = "http://graph.facebook.com/" + place.id + "/picture?type=large"
var lat = place.location.latitude;
var lng = place.location.longitude;
var info = "";
var street = "";
var zip = "";
var city = "";
var country = "";
if (place.location && place.location.street)
street = place.location.street;
if (place.location && place.location.zip)
zip = place.location.zip;
if (place.location && place.location.city)
city = place.location.city;
if (place.location && place.location.country)
country = place.location.country;
addPlace("facebook",id,title,cat,url,img,lat,lng,info,"","","",street,zip,city,country);
}
});
}
function formatDate(timestr)
{
var arr = timestr.split(":");
var hh = parseInt(arr[0]);
var m = parseInt(arr[1]);
var dd = "am";
var h = hh;
if (h >= 12) {
h = hh-12;
dd = "pm";
}
if (h == 0) {
h = 12;
}
m = m<10?"0"+m:m;
return h+":"+m+" "+dd;
}
function getFBBusinessHours(place)
{
var ret="";
if (place.hours)
{
ret += "Mon: ";
if (place.hours.mon_1_open) ret += formatDate(place.hours.mon_1_open) + " - ";
if (place.hours.mon_1_close) ret += formatDate(place.hours.mon_1_close);
if (place.hours.mon_2_open) ret += ", " + formatDate(place.hours.mon_2_open) + " - ";
if (place.hours.mon_2_close) ret += formatDate(place.hours.mon_2_close);
ret += " | ";
ret += "Tue: ";
if (place.hours.tue_1_open) ret += formatDate(place.hours.tue_1_open) + " - ";
if (place.hours.tue_1_close) ret += formatDate(place.hours.tue_1_close);
if (place.hours.tue_2_open) ret += ", " + formatDate(place.hours.tue_2_open) + " - ";
if (place.hours.tue_2_close) ret += formatDate(place.hours.tue_2_close);
ret += " | ";
ret += "Wed: ";
if (place.hours.wed_1_open) ret += formatDate(place.hours.wed_1_open) + " - ";
if (place.hours.wed_1_close) ret += formatDate(place.hours.wed_1_close);
if (place.hours.wed_2_open) ret += ", " + formatDate(place.hours.wed_2_open) + " - ";
if (place.hours.wed_2_close) ret += formatDate(place.hours.wed_2_close);
ret += " | ";
ret += "Thu: ";
if (place.hours.thu_1_open) ret += formatDate(place.hours.thu_1_open) + " - ";
if (place.hours.thu_1_close) ret += formatDate(place.hours.thu_1_close);
if (place.hours.thu_2_open) ret += ", " + formatDate(place.hours.thu_2_open) + " - ";
if (place.hours.thu_2_close) ret += formatDate(place.hours.thu_2_close);
ret += " | ";
ret += "Fri: ";
if (place.hours.fri_1_open) ret += formatDate(place.hours.fri_1_open) + " - ";
if (place.hours.fri_1_close) ret += formatDate(place.hours.fri_1_close);
if (place.hours.fri_2_open) ret += ", " + formatDate(place.hours.fri_2_open) + " - ";
if (place.hours.fri_2_close) ret += formatDate(place.hours.fri_2_close);
ret += " | ";
ret += "Sat: ";
if (place.hours.sat_1_open) ret += formatDate(place.hours.sat_1_open) + " - ";
if (place.hours.sat_1_close) ret += formatDate(place.hours.sat_1_close);
if (place.hours.sat_2_open) ret += ", " + formatDate(place.hours.sat_2_open) + " - ";
if (place.hours.sat_2_close) ret += formatDate(place.hours.sat_2_close);
ret += " | ";
ret += "Sun: ";
if (place.hours.sun_1_open) ret += formatDate(place.hours.sun_1_open) + " - ";
if (place.hours.sun_1_close) ret += formatDate(place.hours.sun_1_close);
if (place.hours.sun_2_open) ret += ", " + formatDate(place.hours.sun_2_open) + " - ";
if (place.hours.sun_2_close) ret += formatDate(place.hours.sun_2_close);
}
return ret;
}
function getFacebookDetails(place)
{
var url = "https://graph.facebook.com/" + place.id + "?access_token=CAACR3rx2qFYBAKP6ulbkB67sV3LTRoZAZAEi4geikEBGmZCblcztMftRYdJS9KnJP0FIx7gr1GJ0eH6TvOq5KRegFBlPKg7XUZC7YQCUiZBgRc1fnlk5mUauiEZATK4UVDwwaNnnExZCYVZA5Jz7odBATVXi0FxxqBPukLANagtdFU1KKlYjVmbWjvdNPRFrEf0USmcX86T9swZDZD";
$.getJSON(url,
function (data) {
place.info = data.about;
place.phone = data.phone;
place.website = data.website;
place.hours = getFBBusinessHours(data);
cachePlace(place);
});
}
function addPlace(idtype,id,title,cat,url,img,lat,lng,info,phone,website,hours,street,zip,city,country)
{
var place = {
"idtype": idtype,
"id": id,
"title": title,
"cat": cat,
"url": url,
"img": img,
"lat": lat,
"lng": lng,
"info": info,
"phone": phone,
"website": website,
"country": country,
"city": city,
"hours": hours,
"street":street,
"zip":zip
};
window.setTimeout(function() {
if (place.idtype=="facebook")
getFacebookDetails(place);
}, Math.random()*1000);
}
function cachePlace(place)
{
if (place.street=="")
return;
$.post( "/cache.asp",
{
"type": place.idtype,
"id": place.id,
"title": place.title,
"lat": place.lat,
"lng": place.lng,
"imgurl": place.img,
"info": place.info,
"phone": place.phone,
"website": place.website,
"country": place.country,
"city": place.city,
"hours": place.hours,
"cat": place.cat,
"street": place.street,
"zip": place.zip
},
function( result )
{
var url = result.url;
place.url = url;
},
"json");
}
function initialize()
{
var myOptions = {
zoom: 15,
mapTypeId: google.maps.MapTypeId.ROADMAP,
navigationControl: true,
mapTypeControl: false,
scaleControl: true,
draggable: true,
scrollwheel: true,
streetViewControl: false
};
map = new google.maps.Map(document.getElementById('map_canvas'), myOptions);
//directionsDisplay = new google.maps.DirectionsRenderer();
//directionsDisplay.suppressMarkers = false;
//directionsDisplay.setPanel(document.getElementById("routecontainer"));
var latlng = new google.maps.LatLng(0,0);
map.setCenter(latlng);
map.setZoom(15);
var marker = new google.maps.Marker({
position: new google.maps.LatLng(0,0),
map: map,
icon: 'http://www.place123.net/images/location.png'
});
// Get places in neighbourhood
//getFacebookPlaces(0,0, "CAACR3rx2qFYBAKP6ulbkB67sV3LTRoZAZAEi4geikEBGmZCblcztMftRYdJS9KnJP0FIx7gr1GJ0eH6TvOq5KRegFBlPKg7XUZC7YQCUiZBgRc1fnlk5mUauiEZATK4UVDwwaNnnExZCYVZA5Jz7odBATVXi0FxxqBPukLANagtdFU1KKlYjVmbWjvdNPRFrEf0USmcX86T9swZDZD");
}
function updatePlace()
{
var url="/";
url+="update";
url+=".asp";
url+="?";
url+="placeid=";
url+="built-in-pro-limited-hong-kong-hong-kong";
window.location.href=url;
}
</script>
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "ur-ee27e38e-b224-be2f-f457-74f1bed3ffd"}); </script>
</head>
<body onload="initialize()">
<div class="main">
<!--==============================facebook plugin=========================-->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=143638412376191";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!--==============================header=================================-->
<header>
<div>
<h1><a href="http://www.place123.net"><img src="http://www.place123.net/images/logo.jpg" alt=""></a></h1>
<div class="fulltextarea">
<form style="margin:0px; padding:0px;" action="http://www.place123.net/query.asp">
<input type="text" value="place name..." id="q" name="q" class="fulltextsearch" onfocus="if (this.value=='place name...') this.value='';" onblur="if (this.value=='') this.value='place name...';"/>
<input type="submit" value="GO" class="fulltextsearchbt"/>
</form>
</div>
<div id="slide">
<div class="slider">
<ul class="items">
<li><img src="http://www.place123.net/images/slider-1-small.jpg" alt="" /></li>
<li><img src="http://www.place123.net/images/slider-2-small.jpg" alt="" /></li>
<li><img src="http://www.place123.net/images/slider-3-small.jpg" alt="" /></li>
</ul>
</div>
<a href="#" class="prev"></a><a href="#" class="next"></a>
</div>
<nav>
<ul class="menu">
<li><a href="http://www.place123.net">Main</a></li>
<li class="current"><a href="#">Place</a></li>
<li><a href="http://www.place123.net/sitemap.asp">Sitemap</a></li>
<li><a href="http://www.place123.net/imprint.asp">Imprint</a></li>
<li><a href="http://www.place123.net/contact.asp">Contact</a></li>
</ul>
</nav>
</div>
</header>
<!--==============================content================================-->
<section id="content"><div class="ic"></div>
<div class="container_12">
<div class="grid_8">
<br/>
<h4 class="locaheader">BUILT-IN PRO LIMITED</h4>
<div class="wrap">
<img src="http://www.place123.net/images/poi.png" alt="location logo" class="bigpic img-indent">
<div class="extra-wrap">
<p class="color-1 p6">
<br/>
<strong>Local business</strong>
<br/>
<address style="font-size:14pt;">
Unit C-E, 21/F, MG Tower, 133 Hoi Bun Road, Kwun Tong
<br/>
000000 Hong Kong
<br/>
Hong Kong
</address>
<br/>
<a href="#comments" id="Write a review"><img src="/images/review.png"/></a>
</p>
</div>
</div>
<p>
<a href='https://www.builtinpro.hk' rel='nofollow' class='link'>https://www.builtinpro.hk</a><br/><br/><br/><br/>BUILT-IN PRO LIMITED 為全港最大的廚房電器零售商之一,於業內已有逾 30年的歷史。BUILT-IN PRO 分店散佈於全港各區,並設有便捷的 BUILT-IN PRO 送貨服務,總部辦公室位於觀塘的海濱地段。Built-in Pro 致力提供優質的產品和服務,並獨家提供 BUILT-IN PRO 優惠,務求能夠超出客戶的期望。如果你正在尋找具挑戰的工作和有願景的發展,BUILT-IN PRO 招聘將是你的理想選擇,我們為合適的候選人提供的完善的福利,有吸引力的薪酬待遇及長遠的發展前景。<br/><br/><br/><br/>BUILT-IN PRO LIMITED is one of the largest companies specializing in kitchen appliances, that has been in the consumer electronics industry for over 30 years. We have branches in different regions, with our back office in Kwun Tong. We provide high-quality products for distribution, premium services, and delivery services, along with exclusive promotions, all aimed at meeting and exceeding our customer's expectations. BUILT-IN PRO now have an immediate vacancy for candidates who are seeking challenges and opportunities for advancements. We offer excellent fringe benefits and attractive development prospect to the right candidates.
</p>
<h2 class="top-1 p3" id="comments">What do you think about us?</h2>
<form method="post" id="comments-form" action="/place/built-in-pro-limited-hong-kong-hong-kong#comments">
<textarea required placeholder="Please type a comment..." style="padding:8px; width:100%; border-style:solid; border-width:1px; border-color:#cccccc;" rows="10" cols="80" id="comment" name="comment"></textarea>
Your nickname: <input type="text" id="nick" name="nick" value="Anonymous" class="postfld" onfocus="this.value='';" maxlength="32"/>
<input type="hidden" name="mode" id="mode" value="post_comment"/>
<input type="submit" value="Post comment »" class="postbt"/>
<br/><span style="color:red;"></span>
</form>
<h2 class="top-1 p3">Comments</h2>
No comments yet!
<h2 class="top-1 p3">Start a discussion</h2>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'place123'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
<h2 class="top-1 p3">Places nearby</h2>
<ul><li><div class='box'> <a class='clickable' href='http://www.place123.net/place/steak-loft-mystic-ct-mystic-300840713139'> <div style='padding:6px; float:left;'> <a href='http://www.place123.net/place/steak-loft-mystic-ct-mystic-300840713139'> <img class='tinypic' title='Steak Loft Restaurant' src='https://brightlocal-cb.s3.amazonaws.com/prod/376355/812437/companyLogoUrl.png'/> </a> </div> <div style='padding:6px; float:left; overflow:hidden; width:340px;'> <span style='font-weight:bold;'>Steak Loft Restaurant</span><br/> <span>Restaurant</span><br/> <span>06355 Stonington, Connecticut</span><br/> </div></div></a></li><li><div class='box'> <a class='clickable' href='http://www.place123.net/place/takumi-wilmington-397091599362'> <div style='padding:6px; float:left;'> <a href='http://www.place123.net/place/takumi-wilmington-397091599362'> <img class='tinypic' title='Takumi' src='http://graph.facebook.com/397091599362/picture?type=large'/> </a> </div> <div style='padding:6px; float:left; overflow:hidden; width:340px;'> <span style='font-weight:bold;'>Takumi</span><br/> <span>Restaurant/cafe</span><br/> <span>19803 Wilmington</span><br/> </div></div></a></li><li><div class='box'> <a class='clickable' href='http://www.place123.net/place/thai-square-wig-pen-london-368623399863459'> <div style='padding:6px; float:left;'> <a href='http://www.place123.net/place/thai-square-wig-pen-london-368623399863459'> <img class='tinypic' title='Thai Square Strand' src='https://i.imgur.com/cFjc5ee.png'/> </a> </div> <div style='padding:6px; float:left; overflow:hidden; width:340px;'> <span style='font-weight:bold;'>Thai Square Strand</span><br/> <span>Restaurants the Strand</span><br/> <span> </span><br/> </div></div></a></li><li><div class='box'> <a class='clickable' href='http://www.place123.net/place/dolce-italia-sarasota-132673693454626'> <div style='padding:6px; float:left;'> <a href='http://www.place123.net/place/dolce-italia-sarasota-132673693454626'> <img class='tinypic' title='Out of Business' src=' '/> </a> </div> <div style='padding:6px; float:left; overflow:hidden; width:340px;'> <span style='font-weight:bold;'>Out of Business</span><br/> <span>Restaurant/cafe</span><br/> <span>34231 Sarasota</span><br/> </div></div></a></li><li><div class='box'> <a class='clickable' href='http://www.place123.net/place/solutions_by_sylvia_gohlke_darmstadt_deutschland_restaurant_20585'> <div style='padding:6px; float:left;'> <a href='http://www.place123.net/place/solutions_by_sylvia_gohlke_darmstadt_deutschland_restaurant_20585'> <img class='tinypic' title='Pro Snow Solutions - Langley Snow Removal' src='http://www.askmap.net/content/logo-20240728045856.jpeg'/> </a> </div> <div style='padding:6px; float:left; overflow:hidden; width:340px;'> <span style='font-weight:bold;'>Pro Snow Solutions - Langley Snow Removal</span><br/> <span>Snow Removal</span><br/> <span>V3A 4B3 Langley, BC</span><br/> </div></div></a></li><li><div class='box'> <a class='clickable' href='http://www.place123.net/place/bijan-persian-grill-houston-486856207991211'> <div style='padding:6px; float:left;'> <a href='http://www.place123.net/place/bijan-persian-grill-houston-486856207991211'> <img class='tinypic' title='Bijan Persian Grill' src='http://graph.facebook.com/486856207991211/picture?type=large'/> </a> </div> <div style='padding:6px; float:left; overflow:hidden; width:340px;'> <span style='font-weight:bold;'>Bijan Persian Grill</span><br/> <span>Restaurant/cafe</span><br/> <span>77036 Houston</span><br/> </div></div></a></li><li><div class='box'> <a class='clickable' href='http://www.place123.net/place/abp_services_gmbh_16943'> <div style='padding:6px; float:left;'> <a href='http://www.place123.net/place/abp_services_gmbh_16943'> <img class='tinypic' title='B&E Site Services' src='http://www.askmap.net/content/b-e-site-services-logo-20240514040720.jpg'/> </a> </div> <div style='padding:6px; float:left; overflow:hidden; width:340px;'> <span style='font-weight:bold;'>B&E Site Services</span><br/> <span>Dumpster Rental</span><br/> <span>77437 El Campo, TX</span><br/> </div></div></a></li><li><div class='box'> <a class='clickable' href='http://www.place123.net/place/salud_home_service_15087'> <div style='padding:6px; float:left;'> <a href='http://www.place123.net/place/salud_home_service_15087'> <img class='tinypic' title='D&M Asbestos Removal Ltd' src='https://dmasbestosremoval.co.uk/wp-content/uploads/2024/04/cropped-DM-logos__transparent-1-182x61.png'/> </a> </div> <div style='padding:6px; float:left; overflow:hidden; width:340px;'> <span style='font-weight:bold;'>D&M Asbestos Removal Ltd</span><br/> <span>Asbestos Removal</span><br/> <span> </span><br/> </div></div></a></li><li><div class='box'> <a class='clickable' href='http://www.place123.net/place/beauty_club_3886'> <div style='padding:6px; float:left;'> <a href='http://www.place123.net/place/beauty_club_3886'> <img class='tinypic' title='Med & Beauty Spa by Eve' src='https://i.imgur.com/7T3OL7r.png'/> </a> </div> <div style='padding:6px; float:left; overflow:hidden; width:340px;'> <span style='font-weight:bold;'>Med & Beauty Spa by Eve</span><br/> <span>Beauty Spa </span><br/> <span> </span><br/> </div></div></a></li><li><div class='box'> <a class='clickable' href='http://www.place123.net/place/c2_disco_cafe_restaurant_burkhart_3053'> <div style='padding:6px; float:left;'> <a href='http://www.place123.net/place/c2_disco_cafe_restaurant_burkhart_3053'> <img class='tinypic' title='Master Flow Heating & Air Conditioning INC' src='http://www.askmap.net/content/logo-20240404051422.jpg'/> </a> </div> <div style='padding:6px; float:left; overflow:hidden; width:340px;'> <span style='font-weight:bold;'>Master Flow Heating & Air Conditioning INC</span><br/> <span>HVAC Contractor</span><br/> <span>92028 Fallbrook</span><br/> </div></div></a></li><li><div class='box'> <a class='clickable' href='http://www.place123.net/place/caffe-demetre-greektown-toronto-281244115323665'> <div style='padding:6px; float:left;'> <a href='http://www.place123.net/place/caffe-demetre-greektown-toronto-281244115323665'> <img class='tinypic' title='Business Closed' src=''/> </a> </div> <div style='padding:6px; float:left; overflow:hidden; width:340px;'> <span style='font-weight:bold;'>Business Closed</span><br/> <span>Misc</span><br/> <span>10001 NY</span><br/> </div></div></a></li><li><div class='box'> <a class='clickable' href='http://www.place123.net/place/chutzpah-deli-fairfax-206238399621'> <div style='padding:6px; float:left;'> <a href='http://www.place123.net/place/chutzpah-deli-fairfax-206238399621'> <img class='tinypic' title='Chutzpah Deli' src='https://local-platform.s3.us-east-2.amazonaws.com/intake_location/logo/100382/nsufDmUdpqqhluLNoXFiGwergbVO9dFig75dgYD5.png'/> </a> </div> <div style='padding:6px; float:left; overflow:hidden; width:340px;'> <span style='font-weight:bold;'>Chutzpah Deli</span><br/> <span>Deli, Restaurant, Sandwich Shop, Caterer</span><br/> <span>22033 Fairfax, VA</span><br/> </div></div></a></li><li><div class='box'> <a class='clickable' href='http://www.place123.net/place/1st_choice_stairlifts_calne_130393697008171'> <div style='padding:6px; float:left;'> <a href='http://www.place123.net/place/1st_choice_stairlifts_calne_130393697008171'> <img class='tinypic' title='Biz dasd' src='http://graph.facebook.com/130393697008171/picture?type=large'/> </a> </div> <div style='padding:6px; float:left; overflow:hidden; width:340px;'> <span style='font-weight:bold;'>Biz dasd</span><br/> <span>Local business</span><br/> <span>10032 New york</span><br/> </div></div></a></li><li><div class='box'> <a class='clickable' href='http://www.place123.net/place/caffe-l-affare-wellington-116779805039779'> <div style='padding:6px; float:left;'> <a href='http://www.place123.net/place/caffe-l-affare-wellington-116779805039779'> <img class='tinypic' title='Pet pharma' src='https://i.imgur.com/84JqyEH.png'/> </a> </div> <div style='padding:6px; float:left; overflow:hidden; width:340px;'> <span style='font-weight:bold;'>Pet pharma</span><br/> <span>pet care</span><br/> <span> </span><br/> </div></div></a></li><li><div class='box'> <a class='clickable' href='http://www.place123.net/place/love_home_improvements_inc_roofing_mount_holly_178099398882694'> <div style='padding:6px; float:left;'> <a href='http://www.place123.net/place/love_home_improvements_inc_roofing_mount_holly_178099398882694'> <img class='tinypic' title='Fasto Roofing' src='https://local-platform.s3.us-east-2.amazonaws.com/intake_location/logo/117918/Vg4Ht5gQHIFoQ5znL3eKBI7LGRCgX34RDnOuKHEO.png'/> </a> </div> <div style='padding:6px; float:left; overflow:hidden; width:340px;'> <span style='font-weight:bold;'>Fasto Roofing</span><br/> <span>Roofing Contractor</span><br/> <span> 45040 Mason, OH</span><br/> </div></div></a></li><li><div class='box'> <a class='clickable' href='http://www.place123.net/place/wiel_filmproduktion_leipzig_videoproduktion_fuer_imagefilm_718134'> <div style='padding:6px; float:left;'> <a href='http://www.place123.net/place/wiel_filmproduktion_leipzig_videoproduktion_fuer_imagefilm_718134'> <img class='tinypic' title='WIEL Filmproduktion Leipzig' src='https://images.app.goo.gl/qRDCNPY8xGE'/> </a> </div> <div style='padding:6px; float:left; overflow:hidden; width:340px;'> <span style='font-weight:bold;'>WIEL Filmproduktion Leipzig</span><br/> <span>Filmproduktion</span><br/> <span>04315 Leipzig</span><br/> </div></div></a></li></ul>
<a href="#" onclick="updatePlace();"><img src="/images/edit.png"/></a>
</div>
<div class="grid_4">
<div class="left-1">
<h2>Your business in this directory?</h2>
<a href="/add.asp" title="Add own business for free"><img src="/images/add.png"/></a>
<h2 class="top-1 p3">Position on map</h2>
<div id="map_canvas" style="width: 100%x; height: 320px; background-color:#f4f3f0; text-align:center;">Google Maps</div>
<h2 class="top-1 p3">GPS Coordinates</h2>
N0° 0' 0" E0° 0' 0"
<br/>
(0, 0)
<br/>
<form id="form-1" class="form-1 bot-1" action="http://www.place123.net/search.asp">
<h2 class="top-1 p3">Find nearby</h2>
<input type="text" value="e.g. Steak Restaurant" onBlur="if(this.value=='') this.value='e.g. Steak Restaurant'" onFocus="if(this.value =='e.g. Steak Restaurant' ) this.value=''" id="query" name="query" style="width:90%;"/>
<input type="hidden" name="lat" id="lat" value="0"/>
<input type="hidden" name="lng" id="lng" value="0"/>
<input type="hidden" name="address" id="address" value="Unit C-E, 21/F, MG Tower, 133 Hoi Bun Road, Kwun Tong, Hong Kong 000000"%>
<a class="sbutton" onclick="if (document.getElementById('query').value != 'e.g. Steak Restaurant') document.getElementById('form-1').submit();">Search</a>
</form>
<h2 class="top-1 p3">Street view</h2>
<div style='width:100%; height:320px;'>
<a href='#'><img src='http://maps.googleapis.com/maps/api/streetview?size=400x320&location=0,0&fov=90&pitch=0&sensor=false' style="width:100%;"/></a>
</div>
</div>
</div>
<div class="clear"></div>
</div>
</section>
</div>
<div class="sharearea">
LIKE THIS PLACE ?<br/>
<span class='st_sharethis_hcount' displayText='ShareThis'></span><br/>
<span class='st_fblike_hcount' displayText='Facebook Like'></span><br/>
<span class='st_twitter_hcount' displayText='Tweet'></span><br/>
<span class='st_plusone_hcount' displayText='Google +1'></span><br/>
</div>
<!--==============================footer=================================-->
<footer>
<p>Place123 - © 2014 Norbert Kleininger, 4753 Taiskirchen, Austria</p>
<p>All rights reserved.</p>
</footer>
<script>
Cufon.now();
</script>
</body>
</html>
<!-- START show cookie policy -->
<script src="/js/cookies.js"></script>
<!-- END show cookie policy -->