We'll start off by installing modules in Python that will be needed to do this task.
These modules are namely:
pip install bs4
Requirement already satisfied: bs4 in c:\users\deanm\anaconda3\envs\myenv\lib\site-packages (0.0.1) Requirement already satisfied: beautifulsoup4 in c:\users\deanm\anaconda3\envs\myenv\lib\site-packages (from bs4) (4.11.1) Requirement already satisfied: soupsieve>1.2 in c:\users\deanm\anaconda3\envs\myenv\lib\site-packages (from beautifulsoup4->bs4) (2.3.2.post1) Note: you may need to restart the kernel to use updated packages.
pip install requests
Requirement already satisfied: requests in c:\users\deanm\anaconda3\envs\myenv\lib\site-packages (2.28.1)Note: you may need to restart the kernel to use updated packages. Requirement already satisfied: charset-normalizer<3,>=2 in c:\users\deanm\anaconda3\envs\myenv\lib\site-packages (from requests) (2.0.4) Requirement already satisfied: certifi>=2017.4.17 in c:\users\deanm\anaconda3\envs\myenv\lib\site-packages (from requests) (2022.9.24) Requirement already satisfied: idna<4,>=2.5 in c:\users\deanm\anaconda3\envs\myenv\lib\site-packages (from requests) (3.4) Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\users\deanm\anaconda3\envs\myenv\lib\site-packages (from requests) (1.26.12)
Let's upload a url of a search in yellowpages.com that shows the top 30 IT companies in Los Angeles
it_nearme_url = "https://www.yellowpages.com/search?search_terms=it+companies&geo_location_terms=Los+Angeles%2C+CA"
Let's import the modules we that just installed into Python
We'll also import the csv module in order to use it's writer function. This will help us to save our work in a .csv file later.
import requests
from bs4 import BeautifulSoup
from csv import writer
The next step is to use the requests and BeautifulSoup modules to get the html code from the url, then parse through the content so that we can work with it in our code.
r = requests.get(it_nearme_url)
soup = BeautifulSoup(r.content, "html.parser")
print(soup)
<!DOCTYPE html> <html lang="en"><head><meta content="utf-8" name="charset"/><meta content="IE=edge" http-equiv="X-UA-Compatible"/><meta content="width=device-width, initial-scale=1.0, minimum-scale=1, user-scalable=no" name="viewport"/><title>Best 30 It Companies in Los Angeles, CA with Reviews</title><meta content="It Companies in Los Angeles on YP.com. See reviews, photos, directions, phone numbers and more for the best Computer Technical Assistance & Support Services in Los Angeles, CA." name="description"/><meta content="noindex, follow" name="robots"/><meta content="app-id=284806204, app-argument=ypmobile://srp?search_category=it companies&latitude=34.0522342&longitude=-118.2436849" name="apple-itunes-app"/><meta content="website" property="og:type"/><meta content="Best 30 It Companies in Los Angeles, CA with Reviews" property="og:title"/><meta content="It Companies in Los Angeles on YP.com. See reviews, photos, directions, phone numbers and more for the best Computer Technical Assistance & Support Services in Los Angeles, CA." property="og:description"/><meta content="//i1.ypcdn.com/ypu/images/logo-yp.png?e695181" property="og:image"/><meta content="600" property="og:image:width"/><meta content="315" property="og:image:height"/><meta content="https://www.yellowpages.com/los-angeles-ca/it-companies" property="og:url"/><meta content="https://www.yellowpages.com/los-angeles-ca/it-companies" property="twitter:url"/><meta content="summary" property="twitter:card"/><meta content="www.yellowpages.com" property="twitter:domain"/><meta content="@YP" property="twitter:site"/><meta content="//i1.ypcdn.com/ypu/images/logo-yp.png?e695181" property="twitter:image"/><meta content="Best 30 It Companies in Los Angeles, CA with Reviews" property="twitter:title"/><meta content="It Companies in Los Angeles on YP.com. See reviews, photos, directions, phone numbers and more for the best Computer Technical Assistance & Support Services in Los Angeles, CA." property="twitter:description"/><script type="text/javascript">window.NREUM||(NREUM={});NREUM.info = {"agent":"","beacon":"bam.nr-data.net","errorBeacon":"bam.nr-data.net","licenseKey":"a7bc01046c","applicationID":"195983422,7804101","applicationTime":415.366759,"transactionName":"MgRSZBMFXkMHVhZdWgtOc0USEF9dSUYQRA==","queueTime":0,"ttGuid":"12b4fab6acaa460","agentToken":null}; (window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:false},ajax:{deny_list:["bam.nr-data.net"]}};(window.NREUM||(NREUM={})).loader_config={xpid:"XAAAVUVSAQYJXFJWBQM=",licenseKey:"a7bc01046c",applicationID:"195983422"};/*! For license information please see nr-loader-full-1220.min.js.LICENSE.txt */ !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.NRBA=e():t.NRBA=e()}(self,(function(){return function(){var t,e,n={9034:function(t,e,n){"use strict";var r=n(4168);e.Z=(0,r.ky)(16)},5973:function(t,e,n){"use strict";n.d(e,{I:function(){return r}});var r=0,i=navigator.userAgent.match(/Firefox[\/\s](\d+\.\d+)/);i&&(r=+i[1])},4280:function(t,e,n){"use strict";n.d(e,{H:function(){return i}});var r=document.createElement("div");r.innerHTML="\x3c!--[if lte IE 6]><div></div><![endif]--\x3e\x3c!--[if lte IE 7]><div></div><![endif]--\x3e\x3c!--[if lte IE 8]><div></div><![endif]--\x3e\x3c!--[if lte IE 9]><div></div><![endif]--\x3e";var i,o=r.getElementsByTagName("div").length;i=4===o?6:3===o?7:2===o?8:1===o?9:0},5955:function(t,e,n){"use strict";n.d(e,{I:function(){return r}});var r=function(t,e){var n=this;return t&&"object"==typeof t?e&&"object"==typeof e?(Object.assign(this,e),void Object.entries(t).forEach((function(t){var e=t[0],r=t[1];n[e]=r}))):console.error("setting a Configurable requires a model to set its initial properties"):console.error("setting a Configurable requires an object as input")}},441:function(t,e,n){"use strict";n.d(e,{C:function(){return c},L:function(){return u}});var r=n(1424),i=n(5955),o={beacon:r.ce.beacon,errorBeacon:r.ce.errorBeacon,licenseKey:void 0,applicationID:void 0,sa:void 0,queueTime:void 0,applicationTime:void 0,ttGuid:void 0,user:void 0,account:void 0,product:void 0,extra:void 0,jsAttributes:{},userAttributes:void 0,atts:void 0,transactionName:void 0,tNamePlain:void 0},a={};function c(t){if(!t)throw new Error("All info objects require an agent identifier!");if(!a[t])throw new Error("Info for "+t+" was never set");return a[t]}function u(t,e){if(!t)throw new Error("All info objects require an agent identifier!");a[t]=new i.I(e,o),(0,r.Qy)(t,a[t],"info")}},1476:function(t,e,n){"use strict";n.d(e,{Dg:function(){return u},Mt:function(){return s},P_:function(){return c}});var r=n(1424),i=n(5955),o={privacy:{cookies_enabled:!0},ajax:{deny_list:void 0,enabled:!0},distributed_tracing:{enabled:void 0,exclude_newrelic_header:void 0,cors_use_newrelic_header:void 0,cors_use_tracecontext_headers:void 0,allowed_origins:void 0},ssl:void 0,obfuscate:void 0,jserrors:{enabled:!0},metrics:{enabled:!0},page_action:{enabled:!0},page_view_event:{enabled:!0},page_view_timing:{enabled:!0},session_trace:{enabled:!0},spa:{enabled:!0}},a={};function c(t){if(!t)throw new Error("All configuration objects require an agent identifier!");if(!a[t])throw new Error("Configuration for "+t+" was never set");return a[t]}function u(t,e){if(!t)throw new Error("All configuration objects require an agent identifier!");a[t]=new i.I(e,o),(0,r.Qy)(t,a[t],"config")}function s(t,e){if(!t)throw new Error("All configuration objects require an agent identifier!");var n=c(t);if(n){for(var r=e.split("."),i=0;i<r.length-1;i++)if("object"!=typeof(n=n[r[i]]))return;n=n[r[r.length-1]]}return n}},2085:function(t,e,n){"use strict";n.d(e,{Y:function(){return r}});var r=(0,n(1424).mF)().o},1220:function(t,e,n){"use strict";n.d(e,{O:function(){return b},s:function(){return O}});var r={};n.r(r),n.d(r,{agent:function(){return a},match:function(){return f},version:function(){return c}});var i=n(4280),o=n(6959),a=null,c=null;if(navigator.userAgent){var u=navigator.userAgent,s=u.match(/Version\/(\S+)\s+Safari/);s&&-1===u.indexOf("Chrome")&&-1===u.indexOf("Chromium")&&(a="Safari",c=s[1])}function f(t,e){if(!a)return!1;if(t!==a)return!1;if(!e)return!0;if(!c)return!1;for(var n=c.split("."),r=e.split("."),i=0;i<r.length;i++)if(r[i]!==n[i])return!1;return!0}var d=n(5955),l=n(1424),p=n(4168),h=window.sessionStorage,v="NRBA_SESSION_ID";var g=n(1476),m=window.XMLHttpRequest,y=m&&m.prototype,w={};function b(t){if(!t)throw new Error("All runtime objects require an agent identifier!");if(!w[t])throw new Error("Runtime for "+t+" was never set");return w[t]}function O(t,e){if(!t)throw new Error("All runtime objects require an agent identifier!");var n,a;w[t]=new d.I(e,(n=t,{customTransaction:void 0,disabled:!1,features:{},maxBytes:6===i.H?2e3:3e4,offset:(0,o.yf)(),onerror:void 0,origin:""+window.location,ptid:void 0,releaseIds:{},sessionId:!0===(0,g.Mt)(n,"privacy.cookies_enabled")?(null===(a=h.getItem(v))&&(a=(0,p.ky)(16),h.setItem(v,a)),a):"0",xhrWrappable:m&&y&&y.addEventListener&&!/CriOS/.test(navigator.userAgent),userAgent:r})),(0,l.Qy)(t,w[t],"runtime")}},158:function(t,e,n){"use strict";n.d(e,{q:function(){return r}});var r=["1220","PROD"].filter((function(t){return t})).join(".")},3707:function(t,e,n){"use strict";n.d(e,{w:function(){return i}});var r={agentIdentifier:""},i=function(t){var e=this;if("object"!=typeof t)return console.error("shared context requires an object as input");this.sharedContext={},Object.assign(this.sharedContext,r),Object.entries(t).forEach((function(t){var n=t[0],i=t[1];Object.keys(r).includes(n)&&(e.sharedContext[n]=i)}))}},1776:function(t,e,n){"use strict";n.d(e,{ee:function(){return r}});var r,i=n(1424),o=n(4217),a=n(357),c="nr@context",u=(0,i.fP)();function s(){}function f(){return new s}function d(){(r.backlog.api||r.backlog.feature)&&(r.aborted=!0,r.backlog={})}u.ee?r=u.ee:(r=function t(e,n){var i={},u={},l={},p={on:g,addEventListener:g,removeEventListener:m,emit:v,get:w,listeners:y,context:h,buffer:b,abort:d,aborted:!1,isBuffering:O,debugId:n,backlog:e&&e.backlog?e.backlog:{}};return p;function h(t){return t&&t instanceof s?t:t?(0,o.X)(t,c,f):f()}function v(t,n,i,o,a){if(!1!==a&&(a=!0),!r.aborted||o){e&&a&&e.emit(t,n,i);for(var c=h(i),s=y(t),f=s.length,d=0;d<f;d++)s[d].apply(c,n);var l=x()[u[t]];return l&&l.push([p,t,n,c]),c}}function g(t,e){i[t]=y(t).concat(e)}function m(t,e){var n=i[t];if(n)for(var r=0;r<n.length;r++)n[r]===e&&n.splice(r,1)}function y(t){return i[t]||[]}function w(e){return l[e]=l[e]||t(p,e)}function b(t,e){var n=x();p.aborted||(0,a.D)(t,(function(t,r){e=e||"feature",u[r]=e,e in n||(n[e]=[])}))}function O(t){return!!x()[u[t]]}function x(){return p.backlog}}(void 0,"globalEE"),u.ee=r)},7361:function(t,e,n){"use strict";n.d(e,{E:function(){return r},p:function(){return i}});var r=n(1776).ee.get("handle");function i(t,e,n,i,o){o?(o.buffer([t],i),o.emit(t,e,n)):(r.buffer([t],i),r.emit(t,e,n))}},3350:function(t,e,n){"use strict";n.d(e,{X:function(){return o}});var r=n(7361);o.on=a;var i=o.handlers={};function o(t,e,n,o){a(o||r.E,i,t,e,n)}function a(t,e,n,i,o){o||(o="feature"),t||(t=r.E);var a=e[o]=e[o]||{};(a[n]=a[n]||[]).push([t,i])}},4408:function(t,e,n){"use strict";n.d(e,{m:function(){return o}});var r=!1;try{var i=Object.defineProperty({},"passive",{get:function(){r=!0}});window.addEventListener("testPassive",null,i),window.removeEventListener("testPassive",null,i)}catch(t){}function o(t){return r?{passive:!0,capture:!!t}:!!t}},4168:function(t,e,n){"use strict";function r(){var t=null,e=0,n=window.crypto||window.msCrypto;function r(){return t?15&t[e++]:16*Math.random()|0}n&&n.getRandomValues&&(t=n.getRandomValues(new Uint8Array(31)));for(var i,o="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx",a="",c=0;c<o.length;c++)a+="x"===(i=o[c])?r().toString(16):"y"===i?(i=3&r()|8).toString(16):i;return a}function i(){return a(16)}function o(){return a(32)}function a(t){var e=null,n=0,r=window.crypto||window.msCrypto;r&&r.getRandomValues&&Uint8Array&&(e=r.getRandomValues(new Uint8Array(31)));for(var i=[],o=0;o<t;o++)i.push(a().toString(16));return i.join("");function a(){return e?15&e[n++]:16*Math.random()|0}}n.d(e,{Ht:function(){return o},M:function(){return i},Rl:function(){return r},ky:function(){return a}})},6959:function(t,e,n){"use strict";n.d(e,{nb:function(){return u},os:function(){return s},yf:function(){return c},zO:function(){return a}});var r=n(2364),i=(new Date).getTime(),o=i;function a(){return r.G&&performance.now?Math.round(performance.now()):(i=Math.max((new Date).getTime(),i))-o}function c(){return i}function u(t){o=t}function s(){return o}},2364:function(t,e,n){"use strict";n.d(e,{G:function(){return r}});var r=void 0!==window.performance&&window.performance.timing&&void 0!==window.performance.timing.navigationStart},1793:function(t,e,n){"use strict";function r(t){var e,n=0;for(e=0;e<t.length;e++)n+=(e+1)*t.charCodeAt(e);return Math.abs(n)}n.d(e,{v:function(){return s},s:function(){return u}});var i=n(6972),o=n(5973),a=n(6959),c=n(2364),u=!0;function s(t){var e=function(){if(o.I&&o.I<9)return;if(c.G)return u=!1,window.performance.timing.navigationStart}()||function(){for(var t=document.cookie.split(" "),e=0;e<t.length;e++)if(0===t[e].indexOf("NREUM=")){for(var n,i,o,a,c=t[e].substring("NREUM=".length).split("&"),u=0;u<c.length;u++)0===c[u].indexOf("s=")?o=c[u].substring(2):0===c[u].indexOf("p=")?";"===(i=c[u].substring(2)).charAt(i.length-1)&&(i=i.substr(0,i.length-1)):0===c[u].indexOf("r=")&&";"===(n=c[u].substring(2)).charAt(n.length-1)&&(n=n.substr(0,n.length-1));if(n){var s=r(document.referrer);(a=s==n)||(a=r(document.location.href)==n&&s==i)}if(a&&o){if((new Date).getTime()-o>6e4)return;return o}}}();e&&((0,i.B)(t,"starttime",e),(0,a.nb)(e))}},6972:function(t,e,n){"use strict";n.d(e,{B:function(){return o},L:function(){return a}});var r=n(6959),i={};function o(t,e,n){void 0===n&&(n=(0,r.zO)()+(0,r.os)()),i[t]=i[t]||{},i[t][e]=n}function a(t,e,n,r){var o,a,c=t.sharedContext.agentIdentifier,u=null==(o=i[c])?void 0:o[n],s=null==(a=i[c])?void 0:a[r];void 0!==u&&void 0!==s&&t.store("measures",e,{value:s-u})}},7001:function(t,e,n){"use strict";n.d(e,{e:function(){return i}});var r={};function i(t){if(t in r)return r[t];if(0===(t||"").indexOf("data:"))return{protocol:"data"};var e=document.createElement("a"),n=window.location,i={};e.href=t,i.port=e.port;var o=e.href.split("://");!i.port&&o[1]&&(i.port=o[1].split("/")[0].split("@").pop().split(":")[1]),i.port&&"0"!==i.port||(i.port="https"===o[0]?"443":"80"),i.hostname=e.hostname||n.hostname,i.pathname=e.pathname,i.protocol=o[0],"/"!==i.pathname.charAt(0)&&(i.pathname="/"+i.pathname);var a=!e.protocol||":"===e.protocol||e.protocol===n.protocol,c=e.hostname===document.domain&&e.port===n.port;return i.sameOrigin=a&&(!e.hostname||c),"/"===i.pathname&&(r[t]=i),i}},7299:function(t,e,n){"use strict";n.d(e,{T:function(){return a}});var r=window,i=r;function o(){return i}var a={isFileProtocol:function(){var t=o(),e=!(!t.location||!t.location.protocol||"file:"!==t.location.protocol);e&&(a.supportabilityMetricSent=!0);return e},supportabilityMetricSent:!1}},847:function(t,e,n){"use strict";n.d(e,{K:function(){return a}});var r=n(1220),i=n(1476),o=["ajax","jserrors","metrics","page_action","page_view_event","page_view_timing","session_trace","spa"];function a(t){var e={};return o.forEach((function(n){e[n]=function(t,e){return!0!==(0,r.O)(e).disabled&&!1!==(0,i.Mt)(e,t+".enabled")}(n,t)})),e}},5023:function(t,e,n){"use strict";n.d(e,{W:function(){return i}});var r=n(1776),i=function(t,e,n){void 0===n&&(n=[]),this.agentIdentifier=t,this.aggregator=e,this.ee=r.ee.get(t),this.externalFeatures=n}},4217:function(t,e,n){"use strict";n.d(e,{X:function(){return i}});var r=Object.prototype.hasOwnProperty;function i(t,e,n){if(r.call(t,e))return t[e];var i=n();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(t,e,{value:i,writable:!0,enumerable:!1}),i}catch(t){}return t[e]=i,i}},357:function(t,e,n){"use strict";n.d(e,{D:function(){return i}});var r=Object.prototype.hasOwnProperty;function i(t,e){var n=[],i="",o=0;for(i in t)r.call(t,i)&&(n[o]=e(i,t[i]),o+=1);return n}},603:function(t,e,n){"use strict";n.d(e,{$c:function(){return s},Ng:function(){return f},RR:function(){return u}});var r=n(1476),i=n(3707),o=n(7299);function a(t,e){return a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},a(t,e)}var c={regex:/^file:\/\/(.*)/,replacement:"file://OBFUSCATED"},u=function(t){var e,n;function r(e){return t.call(this,e)||this}n=t,(e=r).prototype=Object.create(n.prototype),e.prototype.constructor=e,a(e,n);var i=r.prototype;return i.shouldObfuscate=function(){return s(this.sharedContext.agentIdentifier).length>0},i.obfuscateString=function(t){if(!t||"string"!=typeof t)return t;for(var e=s(this.sharedContext.agentIdentifier),n=t,r=0;r<e.length;r++){var i=e[r].regex,o=e[r].replacement||"*";n=n.replace(i,o)}return n},r}(i.w);function s(t){var e=[],n=(0,r.Mt)(t,"obfuscate")||[];return e=e.concat(n),o.T.isFileProtocol()&&e.push(c),e}function f(t){for(var e=!1,n=!1,r=0;r<t.length;r++){"regex"in t[r]?"string"!=typeof t[r].regex&&t[r].regex.constructor!==RegExp&&(console&&console.warn&&console.warn('An obfuscation replacement rule contains a "regex" value with an invalid type (must be a string or RegExp)'),n=!0):(console&&console.warn&&console.warn('An obfuscation replacement rule was detected missing a "regex" value.'),n=!0);var i=t[r].replacement;i&&"string"!=typeof i&&(console&&console.warn&&console.warn('An obfuscation replacement rule contains a "replacement" value with an invalid type (must be a string)'),e=!0)}return!e&&!n}},1424:function(t,e,n){"use strict";n.d(e,{EZ:function(){return u},Qy:function(){return c},ce:function(){return i},fP:function(){return o},gG:function(){return s},mF:function(){return a}});var r=n(6959),i={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net"};function o(){return window.NREUM||(window.NREUM={}),void 0===window.newrelic&&(window.newrelic=window.NREUM),window.NREUM}function a(){var t=o();if(!t.o){var e=window,n=e.XMLHttpRequest;t.o={ST:setTimeout,SI:e.setImmediate,CT:clearTimeout,XHR:n,REQ:e.Request,EV:e.Event,PR:e.Promise,MO:e.MutationObserver,FETCH:e.fetch}}return t}function c(t,e,n){var i,a,c=o(),u=c.initializedAgents||{},s=u[t]||{};return Object.keys(s).length||(s.initializedAt={ms:(0,r.zO)(),date:new Date}),c.initializedAgents=Object.assign({},u,((a={})[t]=Object.assign({},s,((i={})[n]=e,i)),a)),c}function u(t,e){o()[t]=e}function s(){var t,e;return t=o(),e=t.info||{},t.info=Object.assign({beacon:i.beacon,errorBeacon:i.errorBeacon},e),function(){var t=o(),e=t.init||{};t.init=Object.assign({},e)}(),a(),function(){var t=o(),e=t.loader_config||{};t.loader_config=Object.assign({},e)}(),o()}},5098:function(t,e,n){"use strict";function r(){return"PerformanceObserver"in window&&"function"==typeof window.PerformanceObserver}n.d(e,{W:function(){return r}})},8539:function(t){t.exports=function(t,e,n){e||(e=0),void 0===n&&(n=t?t.length:0);for(var r=-1,i=n-e||0,o=Array(i<0?0:i);++r<i;)o[r]=t[e+r];return o}},8118:function(t){t.exports=function(t,e,n){e||(e=0),void 0===n&&(n=t?t.length:0);for(var r=-1,i=n-e||0,o=Array(i<0?0:i);++r<i;)o[r]=t[e+r];return o}}},r={};function i(t){var e=r[t];if(void 0!==e)return e.exports;var o=r[t]={exports:{}};return n[t](o,o.exports,i),o.exports}i.m=n,i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,{a:e}),e},i.d=function(t,e){for(var n in e)i.o(e,n)&&!i.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},i.f={},i.e=function(t){return Promise.all(Object.keys(i.f).reduce((function(e,n){return i.f[n](t,e),e}),[]))},i.u=function(t){return t+"."+i.h().slice(0,8)+"-1220.js"},i.h=function(){return"2d6a2503b7f18a5b77dd"},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},t={},e="NRBA:",i.l=function(n,r,o,a){if(t[n])t[n].push(r);else{var c,u;if(void 0!==o)for(var s=document.getElementsByTagName("script"),f=0;f<s.length;f++){var d=s[f];if(d.getAttribute("src")==n||d.getAttribute("data-webpack")==e+o){c=d;break}}c||(u=!0,(c=document.createElement("script")).charset="utf-8",c.timeout=120,i.nc&&c.setAttribute("nonce",i.nc),c.setAttribute("data-webpack",e+o),c.src=n),t[n]=[r];var l=function(e,r){c.onerror=c.onload=null,clearTimeout(p);var i=t[n];if(delete t[n],c.parentNode&&c.parentNode.removeChild(c),i&&i.forEach((function(t){return t(r)})),e)return e(r)},p=setTimeout(l.bind(null,void 0,{type:"timeout",target:c}),12e4);c.onerror=l.bind(null,c.onerror),c.onload=l.bind(null,c.onload),u&&document.head.appendChild(c)}},i.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.p="https://js-agent.newrelic.com/",function(){var t={908:0,172:0};i.f.j=function(e,n){var r=i.o(t,e)?t[e]:void 0;if(0!==r)if(r)n.push(r[2]);else{var o=new Promise((function(n,i){r=t[e]=[n,i]}));n.push(r[2]=o);var a=i.p+i.u(e),c=new Error;i.l(a,(function(n){if(i.o(t,e)&&(0!==(r=t[e])&&(t[e]=void 0),r)){var o=n&&("load"===n.type?"missing":n.type),a=n&&n.target&&n.target.src;c.message="Loading chunk "+e+" failed.\n("+o+": "+a+")",c.name="ChunkLoadError",c.type=o,c.request=a,r[1](c)}}),"chunk-"+e,e)}};var e=function(e,n){var r,o,a=n[0],c=n[1],u=n[2],s=0;if(a.some((function(e){return 0!==t[e]}))){for(r in c)i.o(c,r)&&(i.m[r]=c[r]);if(u)u(i)}for(e&&e(n);s<a.length;s++)o=a[s],i.o(t,o)&&t[o]&&t[o][0](),t[o]=0},n=self.webpackChunkNRBA=self.webpackChunkNRBA||[];n.forEach(e.bind(null,0)),n.push=e.bind(null,n.push.bind(n))}();var o={};return function(){"use strict";i.r(o);var t=i(9034),e=i(4408),n=window,r=n.document;function a(t){"complete"===r.readyState&&t()}function c(t){a(t),r.addEventListener?n.addEventListener("load",t,(0,e.m)(!1)):n.attachEvent("onload",t)}function u(t){a(t),r.addEventListener?r.addEventListener("DOMContentLoaded",t,(0,e.m)(!1)):r.attachEvent("onreadystatechange",a)}var s=i(1776);function f(){f=function(){return t};var t={},e=Object.prototype,n=e.hasOwnProperty,r="function"==typeof Symbol?Symbol:{},i=r.iterator||"@@iterator",o=r.asyncIterator||"@@asyncIterator",a=r.toStringTag||"@@toStringTag";function c(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,n){return t[e]=n}}function u(t,e,n,r){var i=e&&e.prototype instanceof l?e:l,o=Object.create(i.prototype),a=new j(r||[]);return o._invoke=function(t,e,n){var r="suspendedStart";return function(i,o){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===i)throw o;return P()}for(n.method=i,n.arg=o;;){var a=n.delegate;if(a){var c=O(a,n);if(c){if(c===d)continue;return c}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===r)throw r="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r="executing";var u=s(t,e,n);if("normal"===u.type){if(r=n.done?"completed":"suspendedYield",u.arg===d)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(r="completed",n.method="throw",n.arg=u.arg)}}}(t,n,a),o}function s(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}t.wrap=u;var d={};function l(){}function p(){}function h(){}var v={};c(v,i,(function(){return this}));var g=Object.getPrototypeOf,m=g&&g(g(_([])));m&&m!==e&&n.call(m,i)&&(v=m);var y=h.prototype=l.prototype=Object.create(v);function w(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function b(t,e){function r(i,o,a,c){var u=s(t[i],t,o);if("throw"!==u.type){var f=u.arg,d=f.value;return d&&"object"==typeof d&&n.call(d,"__await")?e.resolve(d.__await).then((function(t){r("next",t,a,c)}),(function(t){r("throw",t,a,c)})):e.resolve(d).then((function(t){f.value=t,a(f)}),(function(t){return r("throw",t,a,c)}))}c(u.arg)}var i;this._invoke=function(t,n){function o(){return new e((function(e,i){r(t,n,e,i)}))}return i=i?i.then(o,o):o()}}function O(t,e){var n=t.iterator[e.method];if(void 0===n){if(e.delegate=null,"throw"===e.method){if(t.iterator.return&&(e.method="return",e.arg=void 0,O(t,e),"throw"===e.method))return d;e.method="throw",e.arg=new TypeError("The iterator does not provide a 'throw' method")}return d}var r=s(n,t.iterator,e.arg);if("throw"===r.type)return e.method="throw",e.arg=r.arg,e.delegate=null,d;var i=r.arg;return i?i.done?(e[t.resultName]=i.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,d):i:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,d)}function x(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function E(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function j(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(x,this),this.reset(!0)}function _(t){if(t){var e=t[i];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var r=-1,o=function e(){for(;++r<t.length;)if(n.call(t,r))return e.value=t[r],e.done=!1,e;return e.value=void 0,e.done=!0,e};return o.next=o}}return{next:P}}function P(){return{value:void 0,done:!0}}return p.prototype=h,c(y,"constructor",h),c(h,"constructor",p),p.displayName=c(h,a,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===p||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,h):(t.__proto__=h,c(t,a,"GeneratorFunction")),t.prototype=Object.create(y),t},t.awrap=function(t){return{__await:t}},w(b.prototype),c(b.prototype,o,(function(){return this})),t.AsyncIterator=b,t.async=function(e,n,r,i,o){void 0===o&&(o=Promise);var a=new b(u(e,n,r,i),o);return t.isGeneratorFunction(n)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},w(y),c(y,a,"Generator"),c(y,i,(function(){return this})),c(y,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var e=[];for(var n in t)e.push(n);return e.reverse(),function n(){for(;e.length;){var r=e.pop();if(r in t)return n.value=r,n.done=!1,n}return n.done=!0,n}},t.values=_,j.prototype={constructor:j,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(E),!t)for(var e in this)"t"===e.charAt(0)&&n.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function r(n,r){return a.type="throw",a.arg=t,e.next=n,r&&(e.method="next",e.arg=void 0),!!r}for(var i=this.tryEntries.length-1;i>=0;--i){var o=this.tryEntries[i],a=o.completion;if("root"===o.tryLoc)return r("end");if(o.tryLoc<=this.prev){var c=n.call(o,"catchLoc"),u=n.call(o,"finallyLoc");if(c&&u){if(this.prev<o.catchLoc)return r(o.catchLoc,!0);if(this.prev<o.finallyLoc)return r(o.finallyLoc)}else if(c){if(this.prev<o.catchLoc)return r(o.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return r(o.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var o=i;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=t,a.arg=e,o?(this.method="next",this.next=o.finallyLoc,d):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),d},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),E(n),d}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var i=r.arg;E(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:_(t),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=void 0),d}},t}function d(t,e,n,r,i,o,a){try{var c=t[o](a),u=c.value}catch(t){return void n(t)}c.done?e(u):Promise.resolve(u).then(r,i)}var l=0;function p(t){var e;(e=f().mark((function e(){var n,r;return f().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!l++){e.next=2;break}return e.abrupt("return");case 2:return e.prev=2,e.next=5,i.e(552).then(i.bind(i,5552));case 5:return n=e.sent,r=n.aggregator,e.next=9,r(t);case 9:e.next=15;break;case 11:e.prev=11,e.t0=e.catch(2),console.error("Failed to successfully load all aggregators. Aborting...\n",e.t0),s.ee.abort();case 15:case"end":return e.stop()}}),e,null,[[2,11]])})),function(){var t=this,n=arguments;return new Promise((function(r,i){var o=e.apply(t,n);function a(t){d(o,r,i,a,c,"next",t)}function c(t){d(o,r,i,a,c,"throw",t)}a(void 0)}))})()}var h=i(8539),v=i.n(h),g=i(1424),m=i(1220),y=i(441),w=i(7361),b=i(357),O=i(6959);var x=i(1476),E=i(5955),j={accountID:void 0,trustKey:void 0,agentID:void 0,licenseKey:void 0,applicationID:void 0,xpid:void 0},_={};function P(t){if(!t)throw new Error("All loader-config objects require an agent identifier!");if(!_[t])throw new Error("LoaderConfig for "+t+" was never set");return _[t]}var T=!1;var S=i(6972),L=i(1793),C=i(5023);function I(t,e){return I=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},I(t,e)}var A,R,k,H=function(t){var e,n;function r(e){var n;return n=t.call(this,e)||this,(0,L.v)(e),(0,S.B)(e,"firstbyte",(0,O.yf)()),c((function(){return n.measureWindowLoaded()})),u((function(){return n.measureDomContentLoaded()})),n}n=t,(e=r).prototype=Object.create(n.prototype),e.prototype.constructor=e,I(e,n);var i=r.prototype;return i.measureWindowLoaded=function(){var t=(0,O.zO)();(0,S.B)(this.agentIdentifier,"onload",t+(0,O.os)()),(0,w.p)("timing",["load",t],void 0,void 0,this.ee)},i.measureDomContentLoaded=function(){(0,S.B)(this.agentIdentifier,"domContent",(0,O.zO)()+(0,O.os)())},r}(C.W);void 0!==document.hidden?(A="hidden",R="visibilitychange",k="visibilityState"):void 0!==document.msHidden?(A="msHidden",R="msvisibilitychange"):void 0!==document.webkitHidden&&(A="webkitHidden",R="webkitvisibilitychange",k="webkitVisibilityState");var z=i(2085);function N(t,e){return N=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},N(t,e)}var M=function(t){var n,r;function i(n){var r,i;if((r=t.call(this,n)||this).pageHiddenTime="hidden"===document.visibilityState?-1:1/0,r.performanceObserver,r.lcpPerformanceObserver,r.clsPerformanceObserver,r.fiRecorded=!1,!r.isEnabled())return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(r);if("PerformanceObserver"in window&&"function"==typeof window.PerformanceObserver){r.performanceObserver=new PerformanceObserver((function(){var t;return(t=r).perfObserver.apply(t,arguments)}));try{r.performanceObserver.observe({entryTypes:["paint"]})}catch(t){}r.lcpPerformanceObserver=new PerformanceObserver((function(){var t;return(t=r).lcpObserver.apply(t,arguments)}));try{r.lcpPerformanceObserver.observe({entryTypes:["largest-contentful-paint"]})}catch(t){}r.clsPerformanceObserver=new PerformanceObserver((function(){var t;return(t=r).clsObserver.apply(t,arguments)}));try{r.clsPerformanceObserver.observe({type:"layout-shift",buffered:!0})}catch(t){}}if("addEventListener"in document){r.fiRecorded=!1;["click","keydown","mousedown","pointerdown","touchstart"].forEach((function(t){document.addEventListener(t,(function(){var t;return(t=r).captureInteraction.apply(t,arguments)}),(0,e.m)(!1))}))}return i=function(){var t;return(t=r).captureVisibilityChange.apply(t,arguments)},"addEventListener"in document&&R&&document.addEventListener(R,(function(){k&&document[k]?i(document[k]):document[A]?i("hidden"):i("visible")}),(0,e.m)(!1)),r}r=t,(n=i).prototype=Object.create(r.prototype),n.prototype.constructor=n,N(n,r);var o=i.prototype;return o.isEnabled=function(){return!1!==(0,x.Mt)(this.agentIdentifier,"page_view_timing.enabled")},o.perfObserver=function(t,e){var n=this;t.getEntries().forEach((function(t){"first-paint"===t.name?(0,w.p)("timing",["fp",Math.floor(t.startTime)],void 0,void 0,n.ee):"first-contentful-paint"===t.name&&(0,w.p)("timing",["fcp",Math.floor(t.startTime)],void 0,void 0,n.ee)}))},o.lcpObserver=function(t,e){var n=t.getEntries();if(n.length>0){var r=n[n.length-1];if(this.pageHiddenTime<r.startTime)return;var i=[r],o=this.addConnectionAttributes({});o&&i.push(o),(0,w.p)("lcp",i,void 0,void 0,this.ee)}},o.clsObserver=function(t){var e=this;t.getEntries().forEach((function(t){t.hadRecentInput||(0,w.p)("cls",[t],void 0,void 0,e.ee)}))},o.addConnectionAttributes=function(t){var e=navigator.connection||navigator.mozConnection||navigator.webkitConnection;if(e)return e.type&&(t["net-type"]=e.type),e.effectiveType&&(t["net-etype"]=e.effectiveType),e.rtt&&(t["net-rtt"]=e.rtt),e.downlink&&(t["net-dlink"]=e.downlink),t},o.captureInteraction=function(t){if(t instanceof z.Y.EV&&!this.fiRecorded){var e=Math.round(t.timeStamp),n={type:t.type};this.addConnectionAttributes(n),e<=(0,O.zO)()?n.fid=(0,O.zO)()-e:e>(0,O.os)()&&e<=Date.now()?(e-=(0,O.os)(),n.fid=(0,O.zO)()-e):e=(0,O.zO)(),this.fiRecorded=!0,(0,w.p)("timing",["fi",e,n],void 0,void 0,this.ee)}},o.captureVisibilityChange=function(t){"hidden"===t&&(this.pageHiddenTime=(0,O.zO)(),(0,w.p)("pageHide",[this.pageHiddenTime],void 0,void 0,this.ee))},i}(C.W),q=i(3350),D="React",B="Angular",F="AngularJS",G="Backbone",U="Ember",X="Vue",Z="Meteor",V="Zepto",W="Jquery";function Y(){var t=[];try{(function(){try{if(window.React||window.ReactDOM||window.ReactRedux)return!0;if(document.querySelector("[data-reactroot], [data-reactid]"))return!0;for(var t=document.querySelectorAll("body > div"),e=0;e<t.length;e++)if(Object.keys(t[e]).indexOf("_reactRootContainer")>=0)return!0;return!1}catch(t){return!1}})()&&t.push(D),function(){try{return!!window.angular||(!!document.querySelector(".ng-binding, [ng-app], [data-ng-app], [ng-controller], [data-ng-controller], [ng-repeat], [data-ng-repeat]")||!!document.querySelector('script[src*="angular.js"], script[src*="angular.min.js"]'))}catch(t){return!1}}()&&t.push(F),function(){try{return!!(window.hasOwnProperty("ng")&&window.ng.hasOwnProperty("coreTokens")&&window.ng.coreTokens.hasOwnProperty("NgZone"))||!!document.querySelectorAll("[ng-version]").length}catch(t){return!1}}()&&t.push(B),window.Backbone&&t.push(G),window.Ember&&t.push(U),window.Vue&&t.push(X),window.Meteor&&t.push(Z),window.Zepto&&t.push(V),window.jQuery&&t.push(W)}catch(t){}return t}var Q=i(7299),K=i(603),J=i(158);function $(t,e){return $=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},$(t,e)}var tt=function(t){var e,n;function r(e){var n;return(n=t.call(this,e)||this).singleChecks(),(0,q.X)("record-supportability",(function(){var t;return(t=n).recordSupportability.apply(t,arguments)}),void 0,n.ee),(0,q.X)("record-custom",(function(){var t;return(t=n).recordCustom.apply(t,arguments)}),void 0,n.ee),n}n=t,(e=r).prototype=Object.create(n.prototype),e.prototype.constructor=e,$(e,n);var i=r.prototype;return i.recordSupportability=function(t,e){var n=["sm",t,{name:t},e];return(0,w.p)("storeMetric",n,null,void 0,this.ee),n},i.recordCustom=function(t,e){var n=["cm",t,{name:t},e];return(0,w.p)("storeEventMetrics",n,null,void 0,this.ee),n},i.singleChecks=function(){var t=this;this.recordSupportability("Generic/Version/"+J.q+"/Detected"),u((function(){Y().forEach((function(e){t.recordSupportability("Framework/"+e+"/Detected")}))})),Q.T.isFileProtocol()&&(this.recordSupportability("Generic/FileProtocol/Detected"),Q.T.supportabilityMetricSent=!0);var e=(0,K.$c)(this.agentIdentifier);e.length>0&&this.recordSupportability("Generic/Obfuscate/Detected"),e.length>0&&!(0,K.Ng)(e)&&this.recordSupportability("Generic/Obfuscate/Invalid")},r}(C.W),et=i(4217),nt=i(8118),rt=i.n(nt),it=window,ot="fetch-",at="fetch-body-",ct=["arrayBuffer","blob","json","text","formData"],ut=it.Request,st=it.Response,ft="prototype",dt="nr@context",lt={};function pt(t){var e=function(t){return(t||s.ee).get("fetch")}(t);if(!(ut&&st&&window.fetch))return e;if(lt[e.debugId])return e;function n(t,n,r){var i=t[n];"function"==typeof i&&(t[n]=function(){var t,n=rt()(arguments),o={};e.emit(r+"before-start",[n],o),o[dt]&&o[dt].dt&&(t=o[dt].dt);var a=i.apply(this,n);return e.emit(r+"start",[n,t],a),a.then((function(t){return e.emit(r+"end",[null,t],a),t}),(function(t){throw e.emit(r+"end",[t],a),t}))})}return lt[e.debugId]=!0,(0,b.D)(ct,(function(t,e){n(ut[ft],e,at),n(st[ft],e,at)})),n(it,"fetch",ot),e.on("fetch-end",(function(t,n){var r=this;if(n){var i=n.headers.get("content-length");null!==i&&(r.rxSize=i),e.emit("fetch-done",[null,n],r)}else e.emit("fetch-done",[t],r)})),e}var ht="nr@original",vt=Object.prototype.hasOwnProperty,gt=!1;function mt(t,e){return t||(t=s.ee),n.inPlace=function(t,e,r,i,o){r||(r="");var a,c,u,s="-"===r.charAt(0);for(u=0;u<e.length;u++)c=e[u],bt(a=t[c])||(t[c]=n(a,s?c+r:r,i,c,o))},n.flag=ht,n;function n(e,n,i,o,a){return bt(e)?e:(n||(n=""),c[ht]=e,wt(e,c,t),c);function c(){var c,u,s,f;try{u=this,c=rt()(arguments),s="function"==typeof i?i(c,u):i||{}}catch(e){yt([e,"",[c,u,o],s],t)}r(n+"start",[c,u,o],s,a);try{return f=e.apply(u,c)}catch(t){throw r(n+"err",[c,u,t],s,a),t}finally{r(n+"end",[c,u,f],s,a)}}}function r(n,r,i,o){if(!gt||e){var a=gt;gt=!0;try{t.emit(n,r,i,e,o)}catch(e){yt([e,n,r,i],t)}gt=a}}}function yt(t,e){e||(e=s.ee);try{e.emit("internal-error",t)}catch(t){}}function wt(t,e,n){if(Object.defineProperty&&Object.keys)try{return Object.keys(t).forEach((function(n){Object.defineProperty(e,n,{get:function(){return t[n]},set:function(e){return t[n]=e,e}})})),e}catch(t){yt([t],n)}for(var r in t)vt.call(t,r)&&(e[r]=t[r]);return e}function bt(t){return!(t&&t instanceof Function&&t.apply&&!t[ht])}var Ot={};function xt(t){var e=function(t){return(t||s.ee).get("timer")}(t);if(Ot[e.debugId])return e;Ot[e.debugId]=!0;var n=mt(e),r="setTimeout",i="setInterval",o="clearTimeout",a="-start";return n.inPlace(window,[r,"setImmediate"],"setTimeout-"),n.inPlace(window,[i],"setInterval-"),n.inPlace(window,[o,"clearImmediate"],"clearTimeout-"),e.on(i+a,(function(t,e,r){t[0]=n(t[0],"fn-",null,r)})),e.on(r+a,(function(t,e,r){this.method=r,this.timerDuration=isNaN(t[1])?0:+t[1],t[0]=n(t[0],"fn-",this,r)})),e}var Et={};function jt(t){var e=function(t){return(t||s.ee).get("raf")}(t);if(Et[e.debugId])return e;Et[e.debugId]=!0;var n=mt(e);return n.inPlace(window,["requestAnimationFrame","mozRequestAnimationFrame","webkitRequestAnimationFrame","msRequestAnimationFrame"],"raf-"),e.on("raf-start",(function(t){t[0]=n(t[0],"fn-")})),e}var _t={};function Pt(t){var e=function(t){return(t||s.ee).get("history")}(t);if(_t[e.debugId])return e;_t[e.debugId]=!0;var n=mt(e),r=window.history&&window.history.constructor&&window.history.constructor.prototype,i=window.history;return r&&r.pushState&&r.replaceState&&(i=r),n.inPlace(i,["pushState","replaceState"],"-"),e}var Tt={};function St(t){var e=function(t){return(t||s.ee).get("events")}(t);if(Tt[e.debugId])return e;Tt[e.debugId]=!0;var n=mt(e,!0),r=XMLHttpRequest,i="addEventListener",o="removeEventListener";function a(t){for(var e=t;e&&!e.hasOwnProperty(i);)e=Object.getPrototypeOf(e);e&&c(e)}function c(t){n.inPlace(t,[i,o],"-",u)}function u(t,e){return t[1]}return"getPrototypeOf"in Object?(a(document),a(window),a(r.prototype)):r.prototype.hasOwnProperty(i)&&(c(window),c(r.prototype)),e.on("addEventListener-start",(function(t,e){var r=t[1];if(null!==r&&("function"==typeof r||"object"==typeof r)){var i=(0,et.X)(r,"nr@wrapped",(function(){var t={object:function(){if("function"!=typeof r.handleEvent)return;return r.handleEvent.apply(r,arguments)},function:r}[typeof r];return t?n(t,"fn-",null,t.name||"anonymous"):r}));this.wrapped=t[1]=i}})),e.on("removeEventListener-start",(function(t){t[1]=this.wrapped||t[1]})),e}var Lt={};function Ct(t){var n=t||s.ee,r=function(t){return(t||s.ee).get("xhr")}(n);if(Lt[r.debugId])return r;Lt[r.debugId]=!0,St(n);var i=mt(r),o=z.Y.XHR,a=z.Y.MO,c=z.Y.PR,u=z.Y.SI,f="readystatechange",d=["onload","onerror","onabort","onloadstart","onloadend","onprogress","ontimeout"],l=[],p=window.XMLHttpRequest.listeners,h=window.XMLHttpRequest=function(t){var n=new o(t);function i(){try{r.emit("new-xhr",[n],n),n.addEventListener(f,g,(0,e.m)(!1))}catch(t){console.error(t);try{r.emit("internal-error",[t])}catch(t){}}}return this.listeners=p?[].concat(p,[i]):[i],this.listeners.forEach((function(t){return t()})),n};function v(t,e){i.inPlace(e,["onreadystatechange"],"fn-",O)}function g(){var t=this,e=r.context(t);t.readyState>3&&!e.resolved&&(e.resolved=!0,r.emit("xhr-resolved",[],t)),i.inPlace(t,d,"fn-",O)}if(function(t,e){for(var n in t)e[n]=t[n]}(o,h),h.prototype=o.prototype,i.inPlace(h.prototype,["open","send"],"-xhr-",O),r.on("send-xhr-start",(function(t,e){v(t,e),function(t){l.push(t),a&&(m?m.then(b):u?u(b):(y=-y,w.data=y))}(e)})),r.on("open-xhr-start",v),a){var m=c&&c.resolve();if(!u&&!c){var y=1,w=document.createTextNode(y);new a(b).observe(w,{characterData:!0})}}else n.on("fn-end",(function(t){t[0]&&t[0].type===f||b()}));function b(){for(var t=0;t<l.length;t++)v(0,l[t]);l.length&&(l=[])}function O(t,e){return e}return r}function It(t){return St(t)}function At(t){return jt(t)}function Rt(t){return xt(t)}function kt(t){return Ct(t)}function Ht(t,e){return Ht=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},Ht(t,e)}var zt="nr@seenError",Nt=function(t){var e,n;function r(e){var n;(n=t.call(this,e)||this).skipNext=0,n.handleErrors=!1,n.origOnerror=window.onerror;var r=function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(n),i=(0,m.O)(n.agentIdentifier);i.features.err=!0,r.ee.on("fn-start",(function(t,e,n){r.handleErrors&&(r.skipNext+=1)})),r.ee.on("fn-err",(function(t,e,n){r.handleErrors&&!n[zt]&&((0,et.X)(n,zt,(function(){return!0})),this.thrown=!0,qt(n,void 0,r.ee))})),r.ee.on("fn-end",(function(){r.handleErrors&&!this.thrown&&r.skipNext>0&&(r.skipNext-=1)})),r.ee.on("internal-error",(function(t){(0,w.p)("ierr",[t,(0,O.zO)(),!0],void 0,void 0,r.ee)}));var o=window.onerror;window.onerror=function(){var t;return o&&o.apply(void 0,arguments),(t=n).onerrorHandler.apply(t,arguments),!1};try{window.addEventListener("unhandledrejection",(function(t){var e=new Error(""+t.reason);(0,w.p)("err",[e,(0,O.zO)(),!1,{unhandledPromiseRejection:1}],void 0,void 0,n.ee)}))}catch(t){}try{throw new Error}catch(t){"stack"in t&&(Rt(n.ee),At(n.ee),"addEventListener"in window&&It(n.ee),i.xhrWrappable&&kt(n.ee),r.handleErrors=!0)}return n}return n=t,(e=r).prototype=Object.create(n.prototype),e.prototype.constructor=e,Ht(e,n),r.prototype.onerrorHandler=function(t,e,n,r,i){try{this.skipNext?this.skipNext-=1:qt(i||new Mt(t,e,n),!0,this.ee)}catch(t){try{(0,w.p)("ierr",[t,(0,O.zO)(),!0],void 0,void 0,this.ee)}catch(t){}}return"function"==typeof this.origOnerror&&this.origOnerror.apply(this,rt()(arguments))},r}(C.W);function Mt(t,e,n){this.message=t||"Uncaught error with no additional information",this.sourceURL=e,this.line=n}function qt(t,e,n){var r=e?null:(0,O.zO)();(0,w.p)("err",[t,r],void 0,void 0,n)}var Dt=1;function Bt(t){var e=typeof t;return!t||"object"!==e&&"function"!==e?-1:t===window?0:(0,et.X)(t,"nr@id",(function(){return Dt++}))}var Ft=i(5973);function Gt(t){if("string"==typeof t&&t.length)return t.length;if("object"==typeof t){if("undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer&&t.byteLength)return t.byteLength;if("undefined"!=typeof Blob&&t instanceof Blob&&t.size)return t.size;if(!("undefined"!=typeof FormData&&t instanceof FormData))try{return JSON.stringify(t).length}catch(t){return}}}var Ut=i(7001),Xt=i(4168),Zt=function(){function t(t){this.agentIdentifier=t,this.generateTracePayload=this.generateTracePayload.bind(this),this.shouldGenerateTrace=this.shouldGenerateTrace.bind(this)}var e=t.prototype;return e.generateTracePayload=function(t){if(!this.shouldGenerateTrace(t))return null;var e=P(this.agentIdentifier);if(!e)return null;var n=(e.accountID||"").toString()||null,r=(e.agentID||"").toString()||null,i=(e.trustKey||"").toString()||null;if(!n||!r)return null;var o=(0,Xt.M)(),a=(0,Xt.Ht)(),c=Date.now(),u={spanId:o,traceId:a,timestamp:c};return(t.sameOrigin||this.isAllowedOrigin(t)&&this.useTraceContextHeadersForCors())&&(u.traceContextParentHeader=this.generateTraceContextParentHeader(o,a),u.traceContextStateHeader=this.generateTraceContextStateHeader(o,c,n,r,i)),(t.sameOrigin&&!this.excludeNewrelicHeader()||!t.sameOrigin&&this.isAllowedOrigin(t)&&this.useNewrelicHeaderForCors())&&(u.newrelicHeader=this.generateTraceHeader(o,a,c,n,r,i)),u},e.generateTraceContextParentHeader=function(t,e){return"00-"+e+"-"+t+"-01"},e.generateTraceContextStateHeader=function(t,e,n,r,i){return i+"@nr=0-1-"+n+"-"+r+"-"+t+"----"+e},e.generateTraceHeader=function(t,e,n,r,i,o){if(!("btoa"in window&&"function"==typeof window.btoa))return null;var a={v:[0,1],d:{ty:"Browser",ac:r,ap:i,id:t,tr:e,ti:n}};return o&&r!==o&&(a.d.tk=o),btoa(JSON.stringify(a))},e.shouldGenerateTrace=function(t){return this.isDtEnabled()&&this.isAllowedOrigin(t)},e.isAllowedOrigin=function(t){var e=!1,n={};if((0,x.Mt)(this.agentIdentifier,"distributed_tracing")&&(n=(0,x.P_)(this.agentIdentifier).distributed_tracing),t.sameOrigin)e=!0;else if(n.allowed_origins instanceof Array)for(var r=0;r<n.allowed_origins.length;r++){var i=(0,Ut.e)(n.allowed_origins[r]);if(t.hostname===i.hostname&&t.protocol===i.protocol&&t.port===i.port){e=!0;break}}return e},e.isDtEnabled=function(){var t=(0,x.Mt)(this.agentIdentifier,"distributed_tracing");return!!t&&!!t.enabled},e.excludeNewrelicHeader=function(){var t=(0,x.Mt)(this.agentIdentifier,"distributed_tracing");return!!t&&!!t.exclude_newrelic_header},e.useNewrelicHeaderForCors=function(){var t=(0,x.Mt)(this.agentIdentifier,"distributed_tracing");return!!t&&!1!==t.cors_use_newrelic_header},e.useTraceContextHeadersForCors=function(){var t=(0,x.Mt)(this.agentIdentifier,"distributed_tracing");return!!t&&!!t.cors_use_tracecontext_headers},t}();function Vt(t,e){return Vt=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},Vt(t,e)}var Wt=["load","error","abort","timeout"],Yt=Wt.length,Qt=z.Y.REQ,Kt=window.XMLHttpRequest,Jt=function(t){var n,r;function i(n){var r;r=t.call(this,n)||this;var i=(0,m.O)(r.agentIdentifier);return!i.xhrWrappable||i.disabled?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(r):(i.features.xhr=!0,r.dt=new Zt(r.agentIdentifier),r.handler=function(t,e,n,i){return(0,w.p)(t,e,n,i,r.ee)},r.wrappedFetch=function(t,e){return n=t,pt(n);var n}(r.ee),kt(r.ee),function(t,n,r,i){function o(t){var n=this;n.totalCbs=0,n.called=0,n.cbTime=0,n.end=b,n.ended=!1,n.xhrGuids={},n.lastSize=null,n.loadCaptureCalled=!1,n.params=this.params||{},n.metrics=this.metrics||{},t.addEventListener("load",(function(e){E(n,t)}),(0,e.m)(!1)),Ft.I&&(Ft.I>34||Ft.I<10)||t.addEventListener("progress",(function(t){n.lastSize=t.loaded}),(0,e.m)(!1))}function a(t){this.params={method:t[0]},x(this,t[1]),this.metrics={}}function c(e,n){var r=P(t);"xpid"in r&&this.sameOrigin&&n.setRequestHeader("X-NewRelic-ID",r.xpid);var o=i.generateTracePayload(this.parsedOrigin);if(o){var a=!1;o.newrelicHeader&&(n.setRequestHeader("newrelic",o.newrelicHeader),a=!0),o.traceContextParentHeader&&(n.setRequestHeader("traceparent",o.traceContextParentHeader),o.traceContextStateHeader&&n.setRequestHeader("tracestate",o.traceContextStateHeader),a=!0),a&&(this.dt=o)}}function u(t,r){var i=this.metrics,o=t[0],a=this;if(i&&o){var c=Gt(o);c&&(i.txSize=c)}this.startTime=(0,O.zO)(),this.listener=function(t){try{"abort"!==t.type||a.loadCaptureCalled||(a.params.aborted=!0),("load"!==t.type||a.called===a.totalCbs&&(a.onloadCalled||"function"!=typeof r.onload))&&a.end(r)}catch(t){try{n.emit("internal-error",[t])}catch(t){}}};for(var u=0;u<Yt;u++)r.addEventListener(Wt[u],this.listener,(0,e.m)(!1))}function s(t,e,n){this.cbTime+=t,e?this.onloadCalled=!0:this.called+=1,this.called!==this.totalCbs||!this.onloadCalled&&"function"==typeof n.onload||this.end(n)}function f(t,e){var n=""+Bt(t)+!!e;this.xhrGuids&&!this.xhrGuids[n]&&(this.xhrGuids[n]=!0,this.totalCbs+=1)}function d(t,e){var n=""+Bt(t)+!!e;this.xhrGuids&&this.xhrGuids[n]&&(delete this.xhrGuids[n],this.totalCbs-=1)}function l(){this.endTime=(0,O.zO)()}function p(t,e){e instanceof Kt&&"load"===t[0]&&n.emit("xhr-load-added",[t[1],t[2]],e)}function h(t,e){e instanceof Kt&&"load"===t[0]&&n.emit("xhr-load-removed",[t[1],t[2]],e)}function v(t,e,n){e instanceof Kt&&("onload"===n&&(this.onload=!0),("load"===(t[0]&&t[0].type)||this.onload)&&(this.xhrCbStart=(0,O.zO)()))}function g(t,e){this.xhrCbStart&&n.emit("xhr-cb-time",[(0,O.zO)()-this.xhrCbStart,this.onload,e],e)}function m(t){var e,n=t[1]||{};"string"==typeof t[0]?e=t[0]:t[0]&&t[0].url?e=t[0].url:window.URL&&t[0]&&t[0]instanceof URL&&(e=t[0].href),e&&(this.parsedOrigin=(0,Ut.e)(e),this.sameOrigin=this.parsedOrigin.sameOrigin);var r=i.generateTracePayload(this.parsedOrigin);if(r&&(r.newrelicHeader||r.traceContextParentHeader))if("string"==typeof t[0]||window.URL&&t[0]&&t[0]instanceof URL){var o={};for(var a in n)o[a]=n[a];o.headers=new Headers(n.headers||{}),c(o.headers,r)&&(this.dt=r),t.length>1?t[1]=o:t.push(o)}else t[0]&&t[0].headers&&c(t[0].headers,r)&&(this.dt=r);function c(t,e){var n=!1;return e.newrelicHeader&&(t.set("newrelic",e.newrelicHeader),n=!0),e.traceContextParentHeader&&(t.set("traceparent",e.traceContextParentHeader),e.traceContextStateHeader&&t.set("tracestate",e.traceContextStateHeader),n=!0),n}}function y(t,e){this.params={},this.metrics={},this.startTime=(0,O.zO)(),this.dt=e,t.length>=1&&(this.target=t[0]),t.length>=2&&(this.opts=t[1]);var n,r=this.opts||{},i=this.target;"string"==typeof i?n=i:"object"==typeof i&&i instanceof Qt?n=i.url:window.URL&&"object"==typeof i&&i instanceof URL&&(n=i.href),x(this,n);var o=(""+(i&&i instanceof Qt&&i.method||r.method||"GET")).toUpperCase();this.params.method=o,this.txSize=Gt(r.body)||0}function w(t,e){var n;this.endTime=(0,O.zO)(),this.params||(this.params={}),this.params.status=e?e.status:0,"string"==typeof this.rxSize&&this.rxSize.length>0&&(n=+this.rxSize);var i={txSize:this.txSize,rxSize:n,duration:(0,O.zO)()-this.startTime};r("xhr",[this.params,i,this.startTime,this.endTime,"fetch"],this)}function b(t){var e=this.params,n=this.metrics;if(!this.ended){this.ended=!0;for(var i=0;i<Yt;i++)t.removeEventListener(Wt[i],this.listener,!1);e.aborted||(n.duration=(0,O.zO)()-this.startTime,this.loadCaptureCalled||4!==t.readyState?null==e.status&&(e.status=0):E(this,t),n.cbTime=this.cbTime,r("xhr",[e,n,this.startTime,this.endTime,"xhr"],this))}}function x(t,e){var n=(0,Ut.e)(e),r=t.params;r.hostname=n.hostname,r.port=n.port,r.protocol=n.protocol,r.host=n.hostname+":"+n.port,r.pathname=n.pathname,t.parsedOrigin=n,t.sameOrigin=n.sameOrigin}function E(t,e){t.params.status=e.status;var n=function(t,e){var n=t.responseType;return"json"===n&&null!==e?e:"arraybuffer"===n||"blob"===n||"json"===n?Gt(t.response):"text"===n||""===n||void 0===n?Gt(t.responseText):void 0}(e,t.lastSize);if(n&&(t.metrics.rxSize=n),t.sameOrigin){var r=e.getResponseHeader("X-NewRelic-App-Data");r&&(t.params.cat=r.split(", ").pop())}t.loadCaptureCalled=!0}n.on("new-xhr",o),n.on("open-xhr-start",a),n.on("open-xhr-end",c),n.on("send-xhr-start",u),n.on("xhr-cb-time",s),n.on("xhr-load-added",f),n.on("xhr-load-removed",d),n.on("xhr-resolved",l),n.on("addEventListener-end",p),n.on("removeEventListener-end",h),n.on("fn-end",g),n.on("fetch-before-start",m),n.on("fetch-start",y),n.on("fn-start",v),n.on("fetch-done",w)}(r.agentIdentifier,r.ee,r.handler,r.dt),r)}return r=t,(n=i).prototype=Object.create(r.prototype),n.prototype.constructor=n,Vt(n,r),i}(C.W);var $t=i(5098);function te(t,e){return te=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},te(t,e)}var ee="addEventListener",ne="resourcetimingbufferfull",re="bstResource",ie="-start",oe="-end",ae="fn-start",ce="fn-end",ue="bstTimer",se="pushState",fe=z.Y.EV,de=function(t){var n,r;function i(n){var r;if(r=t.call(this,n)||this,!(window.performance&&window.performance.timing&&window.performance.getEntriesByType))return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(r);(0,m.O)(r.agentIdentifier).features.stn=!0;var i=r.ee;function o(t){if((0,w.p)(re,[window.performance.getEntriesByType("resource")],void 0,void 0,i),window.performance.clearResourceTimings)try{window.performance.removeEventListener(ne,o,!1)}catch(t){}else try{window.performance.removeEventListener("webkitresourcetimingbufferfull",o,!1)}catch(t){}}return r.timerEE=Rt(r.ee),r.rafEE=At(r.ee),Pt(r.ee),It(r.ee),r.ee.on(ae,(function(t,e){t[0]instanceof fe&&(this.bstStart=(0,O.zO)())})),r.ee.on(ce,(function(t,e){var n=t[0];n instanceof fe&&(0,w.p)("bst",[n,e,this.bstStart,(0,O.zO)()],void 0,void 0,i)})),r.timerEE.on(ae,(function(t,e,n){this.bstStart=(0,O.zO)(),this.bstType=n})),r.timerEE.on(ce,(function(t,e){(0,w.p)(ue,[e,this.bstStart,(0,O.zO)(),this.bstType],void 0,void 0,i)})),r.rafEE.on(ae,(function(){this.bstStart=(0,O.zO)()})),r.rafEE.on(ce,(function(t,e){(0,w.p)(ue,[e,this.bstStart,(0,O.zO)(),"requestAnimationFrame"],void 0,void 0,i)})),r.ee.on(se+ie,(function(t){this.time=(0,O.zO)(),this.startPath=location.pathname+location.hash})),r.ee.on(se+oe,(function(t){(0,w.p)("bstHist",[location.pathname+location.hash,this.startPath,this.time],void 0,void 0,i)})),(0,$t.W)()?((0,w.p)(re,[window.performance.getEntriesByType("resource")],void 0,void 0,i),function(){var t=new PerformanceObserver((function(t,e){var n=t.getEntries();(0,w.p)(re,[n],void 0,void 0,i)}));try{t.observe({entryTypes:["resource"]})}catch(t){}}()):ee in window.performance&&(window.performance.clearResourceTimings?window.performance.addEventListener(ne,o,(0,e.m)(!1)):window.performance.addEventListener("webkitresourcetimingbufferfull",o,(0,e.m)(!1))),document.addEventListener("scroll",r.noOp,(0,e.m)(!1)),document.addEventListener("keypress",r.noOp,(0,e.m)(!1)),document.addEventListener("click",r.noOp,(0,e.m)(!1)),r}return r=t,(n=i).prototype=Object.create(r.prototype),n.prototype.constructor=n,te(n,r),i.prototype.noOp=function(t){},i}(C.W);function le(t,e){return le=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},le(t,e)}var pe=function(t){var e,n;function r(e){var n;return n=t.call(this,e)||this,(0,m.O)(n.agentIdentifier).features.ins=!0,n}return n=t,(e=r).prototype=Object.create(n.prototype),e.prototype.constructor=e,le(e,n),r}(C.W),he=i(847);new Promise((function(e,n){if(T)e(T);else{var r=(0,g.gG)();try{(0,y.L)(t.Z,r.info),(0,x.Dg)(t.Z,r.init),function(t,e){if(!t)throw new Error("All loader-config objects require an agent identifier!");_[t]=new E.I(e,j),(0,g.Qy)(t,_[t],"loader_config")}(t.Z,r.loader_config),(0,m.s)(t.Z,{}),function(t){var e=(0,g.fP)(),n=s.ee.get(t),r=n.get("tracer"),i="api-",o="api-ixn-";function a(){}(0,b.D)(["setErrorHandler","finished","addToTrace","inlineHit","addRelease"],(function(t,n){e[n]=u(i,n,!0,"api")})),e.addPageAction=u(i,"addPageAction",!0),e.setCurrentRouteName=u(i,"routeName",!0),e.setPageViewName=function(e,n){if("string"==typeof e)return"/"!==e.charAt(0)&&(e="/"+e),(0,m.O)(t).customTransaction=(n||"http://custom.transaction")+e,u(i,"setPageViewName",!0,"api")()},e.setCustomAttribute=function(e,n){var r,o=(0,y.C)(t);return(0,y.L)(t,Object.assign({},o,{jsAttributes:Object.assign({},o.jsAttributes,(r={},r[e]=n,r))})),u(i,"setCustomAttribute",!0,"api")()},e.interaction=function(){return(new a).get()};var c=a.prototype={createTracer:function(t,e){var i={},o=this,a="function"==typeof e;return(0,w.p)("api-ixn-tracer",[(0,O.zO)(),t,i],o,void 0,n),function(){if(r.emit((a?"":"no-")+"fn-start",[(0,O.zO)(),o,a],i),a)try{return e.apply(this,arguments)}catch(t){throw r.emit("fn-err",[arguments,this,"string"==typeof t?new Error(t):t],i),t}finally{r.emit("fn-end",[(0,O.zO)()],i)}}}};function u(t,e,r,i){return function(){return(0,w.p)("record-supportability",["API/"+e+"/called"],void 0,void 0,n),(0,w.p)(t+e,[(0,O.zO)()].concat(v()(arguments)),r?null:this,i,n),r?void 0:this}}(0,b.D)("actionText,setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","),(function(t,e){c[e]=u(o,e)})),e.noticeError=function(t,e){"string"==typeof t&&(t=new Error(t)),(0,w.p)("record-supportability",["API/noticeError/called"],void 0,void 0,n),(0,w.p)("err",[t,(0,O.zO)(),!1,e],void 0,void 0,n)}}(t.Z),e(T=!0)}catch(t){n(t)}}})).then((function(){var e,n,r,i=(0,he.K)(t.Z);i.page_view_event&&new H(t.Z),i.page_view_timing&&new M(t.Z),i.metrics&&new tt(t.Z),i.jserrors&&new Nt(t.Z),i.ajax&&new Jt(t.Z),i.session_trace&&new de(t.Z),i.page_action&&new pe(t.Z),e="pro",n?setTimeout((function(){return p(e)}),r||1e3):c((function(){return p(e)}))}))}(),o}()}));</script><script>CurrentUser = {}; UserLoggedIn = false; source = ""; Tracking = {"lwes":{"rid":"webyp-c0c17435-e0c6-419a-a152-ee4519064c9f","ptid":"www.yellowpages.com","aid":"webyp","eaid":"YPU","enc":1,"version":"10844","vrid":"d9f60b3a-b0d7-4345-993a-50f325fa41ed","v":1,"referrer":"","ua":"python-requests/2.28.1","uip":"173.196.15.154","url":"https://www.yellowpages.com/search?search_terms=it+companies&geo_location_terms=Los+Angeles%2C+CA","eid":"7beddb8e-9321-4657-b655-d4fce3bbf475","ypcst_base_url":"https://c.ypcdn.com"},"yext":{"PID":"4Diy12y2qo","TRACK_URL":"https://pl.yext.com/plpixel"},"supermedia":{"SUPERMEDIA_HOST":"api.superpages.com"},"dexmedia":{"SUPERMEDIA_HOST":"api.superpages.com"},"citysearch":{"CITYSEARCH_IMP_TRACKER":"https://api.citygridmedia.com/ads/tracker/imp"},"tripadvisor":{"TRIPADVISOR_HOST":"https://www.tripadvisor.com/img/cdsi/partner/transparent_pixel-32908-3-en_US.gif"},"dex":{"DEX_REDIRECTOR_HOST":"http://www.dexknows.com/rd/index.asp","TRACK_URL":"https://api.superpages.com/xml/search","SRC":"ypintfeed"},"host":"www.yellowpages.com","page_id":1,"pageName":"search_results","pageNumber":1,"app_id":"webyp","vrid":"d9f60b3a-b0d7-4345-993a-50f325fa41ed","rid":"webyp-c0c17435-e0c6-419a-a152-ee4519064c9f","request_id":"webyp-c0c17435-e0c6-419a-a152-ee4519064c9f","ip":"173.196.15.154","search_terms":"it companies","env":"prod","location":{"geo_term":"Los Angeles, CA","lat":34.0522342,"lng":-118.2436849,"city":"Los Angeles","state":"CA","display_geo":"Los Angeles, CA","slug":"los-angeles-ca","display_header":"Los Angeles","display_title":"Los Angeles, California"},"dks":"cfd7ffed-103a-46ee-8911-f2126e95316a","user_agent":"python-requests/2.28.1","botData":{"isMobile":false,"isTablet":false,"isiPad":false,"isiPod":false,"isiPhone":false,"isAndroid":false,"isBlackberry":false,"isOpera":false,"isIE":false,"isIECompatibilityMode":false,"isSafari":false,"isFirefox":false,"isWebkit":false,"isChrome":false,"isKonqueror":false,"isOmniWeb":false,"isSeaMonkey":false,"isFlock":false,"isAmaya":false,"isEpiphany":false,"isDesktop":false,"isWindows":false,"isLinux":false,"isLinux64":false,"isMac":false,"isChromeOS":false,"isBada":false,"isSamsung":false,"isRaspberry":false,"isBot":false,"isCurl":false,"isAndroidTablet":false,"isWinJs":false,"isKindleFire":false,"isSilk":false,"silkAccelerated":false,"browser":"unknown","os":"unknown","platform":"unknown","geoIp":{},"source":"python-requests/2.28.1","isiOS":false},"referrer":"","remote_ip":"","dex_dks":"","dex_dkdt":"","dex_click_img":"","current_geo_terms":"","ipf_click_host":"","visitor_month":"","visitor_week":"","trafficSegment":"","user_type":"","omnitureServer":"yellowpagesglobal","orig_src":false,"currentBucket":"ypu:ypu:default","bucket":"ypu:ypu:default","sgt":"ypu:ypu:default","url":"https://www.yellowpages.com/search?search_terms=it+companies&geo_location_terms=Los+Angeles%2C+CA","mybook":{},"platform":"Web","platformExperience":"desktop","deviceType":"desktop web browser device type","searchforce":{"SEARCH_FORCE_HOST":"sftrack.searchforce.net/SFConversionTracking/img.jpg"},"ptid":"www.yellowpages.com","isMobile":false,"channel":"yp"}; YPFB = {"appId":"150853628282807"}; YPGoogle = {"adsense":{},"maps":{},"plus":{"clientId":"257161415943-pb2742i46njs5kdta4p1jco0cnq7ss66.apps.googleusercontent.com"}}; YPU = {"googleJsApi":"https://maps.googleapis.com/maps/api/js?channel=web&callback=YPU.initializeGoogleMaps&v=3.38&key=AIzaSyAFLfj_UY3XBrQzlSRf_QbnUJRnLvxKh5Q","ASSET_HOST":"i2.ypcdn.com","MEDIA_ASSET_HOST":"i4.ypcdn.com","REVISION":"e695181","BUCKETS":{"desktop":{"default":60,"serpbpp-cta2-ctrl":20,"serpbpp-cta2":20},"mobile":{"default":60,"serpbpp-cta2-ctrl":20,"serpbpp-cta2":20}},"geoLocation":{"formattedAddress":"Los Angeles, CA","address":"","city":"Los Angeles","state":"CA","stateName":"California","latitude":34.0522342,"longitude":-118.2436849,"geoType":"city","zips":[],"neighborhood":"","radius":5000,"directories":["LA","VAMZ","WLAMZ","SGMZ","LAMMZ","SCAMZ","LASMZ","CAST","NATL"]},"srpSortTerm":"relevance","isMapView":false,"pageTracking":{"geo_term":"Los Angeles, CA","feature_impression":"photo,bbb,custom-link,phone-no,ga_31","total_catExp":0,"total_center_listings":30,"total_top_listings":1,"total_center_ads":4,"total_right_listings":2,"total_center_free":26,"search_terms":"it%20companies","vertical":"Computer & Internet Industry","search_type":"category","heading_code":"8010123","page_number":1,"feature_impression_view":["filter_close"],"refinement_type":"default","prop54":8},"googleAdSenseOptions":{"numOfSearchResults":3,"positions":{"top":false,"bottom":true},"pageOptions":{"adPage":1,"adtest":"off","linkTarget":"_blank","pubId":"attinteractive-yp","query":"it companies Los Angeles, CA","sellerRatings":false,"siteLinks":false,"verticalSpacing":12,"channel":"web-newserp-bottom+ypu","styleId":2681426855},"unitOptions":{"geoTerms":"Los Angeles, CA","searchCategory":"8010123,8015120","searchDirectory":"LA,VAMZ,WLAMZ,SGMZ,LAMMZ,SCAMZ,LASMZ,CAST,NATL","searchTerms":"it companies"}},"listingsWithBookmarks":8,"searchGeo":"Los Angeles, CA","category":"8010123","filters":{"Filters":[{"Label":"Category","Options":[{"Label":"Computers & Computer Equipment-Service & Repair","Key":"headingtext","Value":"Computers & Computer Equipment-Service & Repair","Count":500},{"Label":"Computer Technical Assistance & Support Services","Key":"headingtext","Value":"Computer Technical Assistance & Support Services","Count":286},{"Label":"Computer & Equipment Dealers","Key":"headingtext","Value":"Computer & Equipment Dealers","Count":177},{"Label":"Computer Network Design & Systems","Key":"headingtext","Value":"Computer Network Design & Systems","Count":129},{"Label":"Computer Service & Repair-Business","Key":"headingtext","Value":"Computer Service & Repair-Business","Count":117},{"Label":"Computer System Designers & Consultants","Key":"headingtext","Value":"Computer System Designers & Consultants","Count":114},{"Label":"Computer Software & Services","Key":"headingtext","Value":"Computer Software & Services","Count":97},{"Label":"Computer Hardware & Supplies","Key":"headingtext","Value":"Computer Hardware & Supplies","Count":41},{"Label":"Computer Software Publishers & Developers","Key":"headingtext","Value":"Computer Software Publishers & Developers","Count":39},{"Label":"Computer Data Recovery","Key":"headingtext","Value":"Computer Data Recovery","Count":32},{"Label":"Computer Online Services","Key":"headingtext","Value":"Computer Online Services","Count":27},{"Label":"Consumer Electronics","Key":"headingtext","Value":"Consumer Electronics","Count":23},{"Label":"Internet Products & Services","Key":"headingtext","Value":"Internet Products & Services","Count":20},{"Label":"Computer Cable & Wire Installation","Key":"headingtext","Value":"Computer Cable & Wire Installation","Count":19},{"Label":"Computer Security-Systems & Services","Key":"headingtext","Value":"Computer Security-Systems & Services","Count":17},{"Label":"Web Site Design & Services","Key":"headingtext","Value":"Web Site Design & Services","Count":15},{"Label":"Computer Rooms-Installation & Equipment","Key":"headingtext","Value":"Computer Rooms-Installation & Equipment","Count":14},{"Label":"Computer Printers & Supplies","Key":"headingtext","Value":"Computer Printers & Supplies","Count":10},{"Label":"Computer-Wholesale & Manufacturers","Key":"headingtext","Value":"Computer-Wholesale & Manufacturers","Count":9},{"Label":"Network Communications","Key":"headingtext","Value":"Network Communications","Count":8},{"Label":"Computer & Equipment Renting & Leasing","Key":"headingtext","Value":"Computer & Equipment Renting & Leasing","Count":7},{"Label":"Computer Disaster Planning","Key":"headingtext","Value":"Computer Disaster Planning","Count":6},{"Label":"Home Theater Systems","Key":"headingtext","Value":"Home Theater Systems","Count":6},{"Label":"Internet Service Providers (ISP)","Key":"headingtext","Value":"Internet Service Providers (ISP)","Count":6},{"Label":"Security Equipment & Systems Consultants","Key":"headingtext","Value":"Security Equipment & Systems Consultants","Count":6},{"Label":"Web Site Hosting","Key":"headingtext","Value":"Web Site Hosting","Count":6},{"Label":"Business Coaches & Consultants","Key":"headingtext","Value":"Business Coaches & Consultants","Count":5},{"Label":"Cellular Telephone Service","Key":"headingtext","Value":"Cellular Telephone Service","Count":5},{"Label":"Electronic Equipment & Supplies-Repair & Service","Key":"headingtext","Value":"Electronic Equipment & Supplies-Repair & Service","Count":5},{"Label":"Graphic Designers","Key":"headingtext","Value":"Graphic Designers","Count":5}]},{"Label":"Features","Options":[{"Label":"BBB Rated A+/A","Key":"bbb_grade_display","Value":"1","Count":26}]},{"Label":"Neighborhoods","Options":[{"Label":"Alhambra","Key":"neighborhood","Value":"Alhambra","Count":6},{"Label":"Brentwood","Key":"neighborhood","Value":"Brentwood","Count":7},{"Label":"Central Hollywood","Key":"neighborhood","Value":"Central Hollywood","Count":9},{"Label":"Central LA","Key":"neighborhood","Value":"Central LA","Count":172},{"Label":"Central La","Key":"neighborhood","Value":"Central La","Count":7},{"Label":"Commerce","Key":"neighborhood","Value":"Commerce","Count":6},{"Label":"Downtown Los Angeles","Key":"neighborhood","Value":"Downtown Los Angeles","Count":33},{"Label":"East Hollywood","Key":"neighborhood","Value":"East Hollywood","Count":8},{"Label":"East LA","Key":"neighborhood","Value":"East LA","Count":23},{"Label":"East Los Angeles","Key":"neighborhood","Value":"East Los Angeles","Count":10},{"Label":"Financial District","Key":"neighborhood","Value":"Financial District","Count":13},{"Label":"Greater Wilshire","Key":"neighborhood","Value":"Greater Wilshire","Count":9},{"Label":"Hollywood Hills West","Key":"neighborhood","Value":"Hollywood Hills West","Count":10},{"Label":"Hollywood Studio District","Key":"neighborhood","Value":"Hollywood Studio District","Count":8},{"Label":"Huntington Park","Key":"neighborhood","Value":"Huntington Park","Count":8},{"Label":"Mar Vista","Key":"neighborhood","Value":"Mar Vista","Count":11},{"Label":"Mid-City West","Key":"neighborhood","Value":"Mid-City West","Count":15},{"Label":"Mid-Wilshire","Key":"neighborhood","Value":"Mid-Wilshire","Count":6},{"Label":"Palms","Key":"neighborhood","Value":"Palms","Count":9},{"Label":"South LA","Key":"neighborhood","Value":"South LA","Count":36},{"Label":"South Robertson","Key":"neighborhood","Value":"South Robertson","Count":19},{"Label":"West Hollywood","Key":"neighborhood","Value":"West Hollywood","Count":8},{"Label":"West Los Angeles","Key":"neighborhood","Value":"West Los Angeles","Count":119},{"Label":"Westchester","Key":"neighborhood","Value":"Westchester","Count":21},{"Label":"Westchester-Playa Del Rey","Key":"neighborhood","Value":"Westchester-Playa Del Rey","Count":21},{"Label":"Westlake","Key":"neighborhood","Value":"Westlake","Count":12},{"Label":"Westlake South","Key":"neighborhood","Value":"Westlake South","Count":9},{"Label":"Westside","Key":"neighborhood","Value":"Westside","Count":16},{"Label":"Westwood","Key":"neighborhood","Value":"Westwood","Count":10},{"Label":"Wilshire Center - Koreatown","Key":"neighborhood","Value":"Wilshire Center - Koreatown","Count":32}]}],"SlimFilters":[{"Label":null,"Options":[{"Label":"BBB Rated A+/A","Key":"bbb_grade_display","Value":"1","Count":26}]},{"Label":null,"Options":[]}]},"refinements":[],"filterOpts":{"show24Hours":1,"show24HoursBack":false,"open24HoursLink":"/los-angeles-ca/computer-technical-assistance-support-services/open-24-hours"}}; </script><script src="//i1.ypcdn.com/ypu/vendor/VisitorAPI.js?e695181"></script><script async="async" src="https://www.googletagservices.com/tag/js/gpt.js"></script><script type="text/javascript">var gptadslots = []; var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; </script><script type="text/javascript">googletag.cmd.push(function() { if (document.cookie.indexOf('optOut')!== -1) { googletag.pubads().setPrivacySettings({'restrictDataProcessing': true }); } //Adslot 1 declaration gptadslots.push(googletag.defineSlot('/53532708/ca-pub-3200418779552017-tag/YP-Serp-300', [[300, 250]], 'div-gpt-ad-1553116728289-0') .addService(googletag.pubads()).setTargeting('us_privacy', '%%PATTERN:pubs_custom_key_for_us_privacy%%')); //Adslot 2 declaration gptadslots.push(googletag.defineSlot('/53532708/ca-pub-3200418779552017-tag/YP-Serp-300-BTF', [[300, 250]], 'div-gpt-ad-1555631981784-0') .addService(googletag.pubads()).setTargeting('us_privacy', '%%PATTERN:pubs_custom_key_for_us_privacy%%')); //Adslot 3 declaration gptadslots.push(googletag.defineSlot('/53532708/ca-pub-3200418779552017-tag/YP-SERP-728', [[728, 90]], 'div-gpt-ad-1555630445292-0') .addService(googletag.pubads()).setTargeting('us_privacy', '%%PATTERN:pubs_custom_key_for_us_privacy%%')); googletag.pubads().setTargeting('YP_category', ['8010123,8015120']); googletag.pubads().enableSingleRequest(); googletag.pubads().setTargeting('pubs_custom_key_for_us_privacy', '138315278567'); googletag.enableServices(); }); </script><link href="//i4.ypcdn.com/ypu/images/favicon.ico?e695181" rel="icon shortcut"/><link href="//i3.ypcdn.com/ypu/images/apple-touch-icon-precomposed.png?e695181" rel="apple-touch-icon-precomposed" type="image/x-icon"/><link href="//i3.ypcdn.com/ypu/css/common.min.css?e695181" rel="stylesheet" type="text/css"/><script src="//i2.ypcdn.com/ypu/vendor/essentials.bundle.js?e695181"></script><script async="async" src="https://www.google.com/adsense/search/ads.js"></script><script charset="utf-8" type="text/javascript">(function(g,o){g[o]=g[o]||function(){(g[o]['q']=g[o]['q']||[]).push( arguments)},g[o]['t']=1*new Date})(window,'_googCsa');</script><script src="//i3.ypcdn.com/ypu/js/compiled/srp_adsense.js?e695181"></script><link href="https://www.yellowpages.com/los-angeles-ca/it-companies?page=2" rel="next"><link href="//i1.ypcdn.com/ypu/css/csrp.min.css?e695181" rel="stylesheet" type="text/css"/><!--[if IE]><link type='text/css' rel='stylesheet' href="//i3.ypcdn.com/ypu/css/ie.min.css?e695181"/><![endif]--><script>ValidationJSON = {}; </script><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function() { (i[r].q=i[r].q||[]).push(arguments)} ,i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); var optOut; if (document.cookie.indexOf('optOut') !== -1) { optOut = document.cookie.split('optOut=')[1].split(';')[0]; } ga('create', 'UA-9709876-1', 'auto'); ga('require', 'displayfeatures'); if (optOut) { ga('set', 'allowAdPersonalizationSignals', false); ga('set', 'dimension1', 'true' ); } else { ga('set', 'allowAdPersonalizationSignals', true); ga('set', 'dimension1', 'false' ); } ga('send', 'pageview');</script><script>TripAdvisor = {}; if (typeof newrelic !== 'undefined') { newrelic.setPageViewName('/srp'); } </script></link></head><body><svg class="hide" height="0" viewbox="0 0 0 0" width="0" xmlns="http://www.w3.org/2000/svg"><symbol id="default-avatar"><path d="M8.5 13v1.624l-5.408 1.92C1.837 16.971 1 18.131 1 19.405V21h20v-1.594c0-1.274-.874-2.434-2.128-2.863L13.5 14.624V13"></path><path d="M16 7.364c0 3.514-2.239 6.363-5 6.363-2.762 0-5-2.849-5-6.363C6 3.85 8.238 1 11 1c2.761 0 5 2.85 5 6.364z"></path></symbol></svg><img alt="" class="beacon" height="1" src="https://c.ypcdn.com/2/p/webyp?ptid=www.yellowpages.com&rid=webyp-c0c17435-e0c6-419a-a152-ee4519064c9f&vrid=d9f60b3a-b0d7-4345-993a-50f325fa41ed" width="1"/><svg class="hide" height="0" viewbox="0 0 0 0" width="0" xmlns="http://www.w3.org/2000/svg"><symbol><path d="M1.143 6.285a5.148 5.148 0 0 1 5.142-5.142 5.148 5.148 0 0 1 5.144 5.142 5.148 5.148 0 0 1-5.144 5.142 5.148 5.148 0 0 1-5.142-5.142zM16 14.857l-4.571-4.571c.783-1.053 1.122-2.564 1.122-3.98 0-3.482-2.81-6.305-6.276-6.305C2.81.001 0 2.824 0 6.307s2.81 6.306 6.275 6.306c1.43 0 2.956-.484 4.01-1.293L14.858 16 16 14.857z" id="magnifying-glass"></path></symbol></svg><svg class="hide" height="0" viewbox="0 0 18 16" width="0" xmlns="http://www.w3.org/2000/svg"><symbol><path d="M15.788 7.11l-1.194-1.197.405-.396 1.194 1.203-.405.39zm-4.902 4.959l-1.238-1.154 4.16-4.153 1.215 1.155-4.137 4.152zm-1.891-.348l1.128 1.051-.77.439-.735-.703.377-.787zm-7.997 3.28V.994H9v3.019h3.001v2.981l-3.993 4.028v2.964h1.997l1.996-1.698V15H.998zM9.985.997l2.033 2.013H9.985V.998zm5.59 3.49a.802.802 0 0 0-1.107-.023l-1.474 1.541V3.004L10.005 0H0v15.98h12.932v-4.53l4.305-4.166c.31-.31.314-.801.006-1.113l-1.668-1.684zM9 6H3V5h6.002L9 6zm0 2H3V7h6.002L9 8zm-2.002 2H3V9h4l-.002 1z" id="pencil-to-page"></path></symbol></svg><header class="global header-catmenuclk" data-analytics='{"module":"search_docked_bar"}' id="yp-header"><div class="container"><a class="site-logo" data-analytics='{"click_id":1083}' href="/"><img alt="The Real Yellow Pages logo" class="hide" height="38" id="mobile-logo" src="//i3.ypcdn.com/ypu/images/svgs/mobile_yp_logo.svg?e695181" width="38"><img alt="The Real Yellow Pages logo" height="48" id="global-logo" src="//i4.ypcdn.com/ypu/images/svgs/yp.svg?e695181" width="140"/></img></a><div class="search-bar"><form action="/search" id="search-form" method="GET"><p class="label-hint">What are you looking for?</p><div class="on-focus search-container" id="query-container"><label><svg class="find-glass" height="16" viewbox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><use fill="#222222" stroke-width="0" xlink:href="#magnifying-glass"></use></svg><span>What are you looking for?</span><input autocomplete="off" data-onempty="recent-searches" id="query" name="search_terms" placeholder="What are you looking for?" type="text" value="it companies"/></label><ul class="search-dropdown recent-searches" id="recent-searches"></ul><ul class="search-dropdown autosuggest-term" data-analytics='{"moi":105}' id="autosuggest-term"></ul></div><div class="search-container" id="location-container"><label><svg class="local-pin" height="18" viewbox="-5 -2 16 22" width="13" xmlns="http://www.w3.org/2000/svg"> <path d="M3-1c-3.9 0-7 3.1-7 7 0 5.2 7 13 7 13s7-7.8 7-13C10 2.1 6.9-1 3-1zM3 8.5C1.6 8.5 0.5 7.4 0.5 6S1.6 3.5 3 3.5 5.5 4.6 5.5 6 4.4 8.5 3 8.5z"></path> </svg><span>Where?</span><input autocomplete="off" data-onempty="menu-location" id="location" name="geo_location_terms" placeholder="Where?" type="text" value="Los Angeles, CA"/></label><ul class="search-dropdown menu-location" id="menu-location"><header>Recent Locations</header></ul><ul class="search-dropdown autosuggest-location" id="autosuggest-location"></ul></div><button data-analytics='{"click_id":101,"searchbox":"Standard_Searchbox"}' type="submit" value="Find"><svg class="find-glass" height="16" viewbox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><use fill="#222222" stroke-width="0" xlink:href="#magnifying-glass"></use></svg><span>Find</span></button></form></div><a alt="Open Side Menu" data-analytics='{"click_id":395}' href="#" id="burger-menu"></a><div class="hide" id="side-nav"><nav class="user-links"><div class="signed-out"><a data-analytics='{"click_id":164}' href="/login"><img alt="" src="//i3.ypcdn.com/ypu/images/svgs/log-in.svg?e695181"/>Log In</a><span class="divider">•</span><a data-analytics='{"click_id":165}' href="/register"><img alt="" src="//i2.ypcdn.com/ypu/images/svgs/sign-up.svg?e695181"/>Sign Up</a></div></nav><div aria-expanded="false" id="browse"><header>More</header><div id="browse-menu"><div class="add-links"><a class="deals" data-analytics='{"click_id":1584}' href="https://www.yellowpages.com/coupons/los-angeles-ca"><img src="//i3.ypcdn.com/ypu/images/svgs/coupon.svg?e695181"/>Coupons & Deals</a><a class="deals" data-analytics='{"click_id":1175}' href="https://www.yellowpages.com/sitemap"><img src="//i1.ypcdn.com/ypu/images/svgs/explore-cities.svg?e695181"/>Explore Cities</a><a class="people-search" data-analytics='{"click_id":2632}' href="https://people.yellowpages.com/whitepages" title="Find People"><img src="//i1.ypcdn.com/ypu/images/svgs/find-people.svg?e695181"/>Find People</a><a class="get-app" data-analytics='{"click_id":1983}' href="https://www.yellowpages.com/yp-app"><img src="//i3.ypcdn.com/ypu/images/svgs/download.svg?e695181"/>Get the App!</a><a class="advertise" data-analytics='{"click_id":1063}' href="https://marketing.yellowpages.com/en/?from=advertise-with-us-YP" target="_blank"><img src="//i1.ypcdn.com/ypu/images/svgs/advertise-w-us.svg?e695181"/>Advertise with Us</a></div></div></div></div></div></header><div id="content-container"><div aria-expanded="false" class="desktop" id="browse-category"><div class="anchor" id="browse-category-menu"><h3>Browse</h3><div class="browse-cat expand-icon non-active" id="auto-services"><div class="category-name"><img alt="Browse auto services" src="//i2.ypcdn.com/ypu/images/svgs/auto-services.svg?e695181"/>auto services</div><div class="category-links"><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/automobile-body-repairing-painting">Auto Body Shops</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/windshield-repair">Auto Glass Repair</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/automobile-parts-supplies">Auto Parts</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/auto-repair-service">Auto Repair</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/automobile-detailing">Car Detailing</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/auto-oil-lube">Oil Change</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/automotive-roadside-service">Roadside Assistance</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/tire-dealers">Tire Shops</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/towing">Towing</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/window-tinting">Window Tinting</a></div></div><div class="browse-cat expand-icon non-active" id="beauty"><div class="category-name"><img alt="Browse beauty" src="//i2.ypcdn.com/ypu/images/svgs/beauty.svg?e695181"/>beauty</div><div class="category-links"><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/barbers">Barber Shops</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/beauty-salons">Beauty Salons</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/beauty-supplies-equipment">Beauty Supplies</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/day-spas">Days Spas</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/skin-care">Facial Salons</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/hair-removal">Hair Removal</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/hair-supplies-accessories">Hair Supplies</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/hair-stylists">Hair Stylists</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/massage-therapists">Massage</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/nail-salons">Nail Salons</a></div></div><div class="browse-cat expand-icon non-active" id="home-services"><div class="category-name"><img alt="Browse home services" src="//i3.ypcdn.com/ypu/images/svgs/home-services.svg?e695181"/>home services</div><div class="category-links"><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/air-conditioning-service-repair">Ac Repair</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/major-appliance-refinishing-repair">Appliance Repair</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/carpet-rug-cleaners">Carpet Cleaning</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/electricians">Electricians</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/garage-doors-openers">Garage Door Repair</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/movers">Moving Companies</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/pest-control-services">Pest Control Services</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/plumbers">Plumbers</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/self-storage">Self Storage</a></div></div><div class="browse-cat expand-icon non-active" id="insurance"><div class="category-name"><img alt="Browse insurance" src="//i1.ypcdn.com/ypu/images/svgs/insurance.svg?e695181"/>insurance</div><div class="category-links"><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/boat-marine-insurance">Boat Insurance</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/business-commercial-insurance">Business Insurance</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/auto-insurance">Car Insurance</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/dental-insurance">Dental Insurance</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/workers-compensation-disability-insurance">Disability Insurance</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/flood-insurance">Flood Insurance</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/homeowners-insurance">Home Insurance</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/insurance">Insurance</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/liability-malpractice-insurance">Liability Insurance</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/life-insurance">Life Insurance</a></div></div><div class="browse-cat expand-icon non-active" id="legal-services"><div class="category-name"><img alt="Browse legal services" src="//i4.ypcdn.com/ypu/images/svgs/legal-services.svg?e695181"/>legal services</div><div class="category-links"><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/attorneys">Attorneys</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/bail-bonds">Bail Bonds</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/bankruptcy-law-attorneys">Bankruptcy Attorneys</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/automobile-accident-attorneys">Car Accident Lawyer</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/divorce-attorneys">Divorce Attorneys</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/family-law-attorneys">Family Law Attorneys</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/lie-detection-service">Lie Detector Tests</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/private-investigators-detectives">Private Investigators</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/process-servers">Process Servers</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/stenographers-public">Stenographers</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/tax-attorneys">Tax Attorneys</a></div></div><div class="browse-cat expand-icon non-active" id="medical-services"><div class="category-name"><img alt="Browse medical services" src="//i3.ypcdn.com/ypu/images/svgs/medical-services.svg?e695181"/>medical services</div><div class="category-links"><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/dentists">Dentists</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/physicians-surgeons-dermatology">Dermatologists</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/physicians-surgeons">Doctors</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/physicians-surgeons-endocrinology-diabetes-metabolism">Endocrinologists</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/physicians-surgeons-gynecology">Gynecologists</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/hospitals">Hospitals</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/physicians-surgeons-neurology">Neurologists</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/physicians-surgeons-ophthalmology">Ophthalmologists</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/optometrists">Optometrists</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/physical-therapists">Physical Therapy</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/physicians-surgeons-podiatrists">Podiatrists</a></div></div><div class="browse-cat expand-icon non-active" id="pet-services"><div class="category-name"><img alt="Browse pet services" src="//i4.ypcdn.com/ypu/images/svgs/pet-services.svg?e695181"/>pet services</div><div class="category-links"><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/animal-shelters">Animal Shelters</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/dog-training">Dog Training</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/dog-day-care">Doggy Daycares</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/veterinarian-emergency-services">Emergency Vets</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/kennels">Kennels</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/mobile-pet-grooming">Mobile Pet Grooming</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/pet-boarding-kennels">Pet Boarding</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/pet-cemeteries-crematories">Pet Cemeteries</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/pet-grooming">Pet Grooming</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/veterinary-clinics-hospitals">Veterinary Clinics</a></div></div><div class="browse-cat expand-icon non-active" id="restaurants"><div class="category-name"><img alt="Browse restaurants" src="//i3.ypcdn.com/ypu/images/svgs/restaurants.svg?e695181"/>restaurants</div><div class="category-links"><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/breakfast-brunch-lunch-restaurants">Breakfast Restaurants</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/chinese-restaurants">Chinese Restaurants</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/cuban-restaurants">Cuban Restaurants</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/italian-restaurants">Italian Restaurants</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/korean-restaurants">Korean Restaurants</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/mexican-restaurants">Mexican Restaurants</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/seafood-restaurants">Seafood Restaurants</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/sushi-bars">Sushi Bars</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/thai-restaurants">Thai Restaurants</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/vegetarian-restaurants">Vegetarian Restaurants</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/pizza">Pizza Parlors</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/fast-food-restaurants">Fast Food Restaurants</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/steak-houses">Steak Houses</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/family-style-restaurants">Family Style Restaurants</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/barbecue-restaurants">Barbecue Restaurants</a><a data-analytics='{"click_id":1171}' href="https://www.yellowpages.com/los-angeles-ca/take-out-restaurants">Take Out Restaurants</a></div></div></div></div><!--------------------- CSRP Template === Default ---------------------><div class="srp list-view generic default" id="content"><svg class="hide" height="0" viewbox="0 0 20 21" width="0" xmlns="http://www.w3.org/2000/svg"><symbol><path d="M12.2 15.2l0.7-1.6c0-0.5 0.4-0.8 0.9-0.9l5.4 1.9c0.4 0 0.8 0.3 0.8 0.7 0 0 0 0 0 0.1v1.1c0 0 0 0.1 0 0.1 -0.2 2.2-1.8 2.8-3.4 3.2 -3.1 0.6-7.8-1.1-11.4-4.6C2 12-0.1 7.4 0 4.4 0 4.3 0 4.1 0 4c0.1-2.3 1.1-3.8 3.5-4h0.1 1.2c0.4 0 0.8 0.3 0.8 0.7 0 0 0 0.1 0 0.1l1.6 5.6c0 0.5-0.4 0.8-0.9 0.8L4.8 8c0.7 1.8 1.8 3.4 3.1 4.7C9.1 13.9 10.6 14.8 12.2 15.2z" id="phone-contact"></path></symbol></svg><svg class="hide" height="0" viewbox="0 0 26 35" width="0" xmlns="http://www.w3.org/2000/svg"><symbol><path d="M24.907,17.523a0.507,0.507,0,1,1-1,0v-0.4a0.507,0.507,0,1,1,1,0v0.4Zm-0.5-1.711a1.375,1.375,0,0,0-1.495,1.309v0.4a1.322,1.322,0,0,0,1.495,1.309A1.321,1.321,0,0,0,25.9,17.523v-0.4a1.274,1.274,0,0,0-1.495-1.309h0Zm-3.786,7.45a1.456,1.456,0,0,1-1.395,1.51h-0.5a1.524,1.524,0,0,1-1.395-1.51V18.429a1.551,1.551,0,0,1,1.395-1.611h0.5a1.551,1.551,0,0,1,1.395,1.611v4.832Zm-1.395-7.45h-0.5a2.527,2.527,0,0,0-2.79,2.617v4.832a2.527,2.527,0,0,0,2.79,2.617h0.5a2.527,2.527,0,0,0,2.79-2.617V18.429a2.58,2.58,0,0,0-2.79-2.617h0Zm-5.58,7.45a1.515,1.515,0,0,1-1.4,1.51h-0.5a1.524,1.524,0,0,1-1.4-1.51v-0.6a1.76,1.76,0,0,1,1.4-1.812h0.5a1.76,1.76,0,0,1,1.4,1.812v0.6Zm-1.3-3.423h-0.5a2.428,2.428,0,0,0-1.395.7c-0.1,0-.1-0.1-0.1-0.2V18.429a1.369,1.369,0,0,1,1.4-1.409h0.5a1.536,1.536,0,0,1,1.3.906,0.1,0.1,0,0,0,.1.1h0.1l1-.5a0.1,0.1,0,0,0,.1-0.1c0-.6-1-1.611-2.591-1.611h-0.5a2.527,2.527,0,0,0-2.79,2.617v4.832a2.527,2.527,0,0,0,2.79,2.617h0.5a2.527,2.527,0,0,0,2.79-2.617v-0.6a2.781,2.781,0,0,0-2.69-2.819h0ZM5.078,15.811H4.58a3.822,3.822,0,0,0-1.694.4,1.919,1.919,0,0,0-.9,1.107,0.1,0.1,0,0,0,.1.1l1,0.5h0.1c0.1,0,.1,0,0.1-0.1a1.536,1.536,0,0,1,1.3-.906h0.5a1.546,1.546,0,0,1,1.594,1.409v0.2a1.546,1.546,0,0,1-1.594,1.409h-1.2c-0.1,0-.2,0-0.2.2v0.906a0.164,0.164,0,0,0,.2.2h1.2a1.546,1.546,0,0,1,1.594,1.409v0.5a1.546,1.546,0,0,1-1.594,1.409H4.58a1.536,1.536,0,0,1-1.3-.906,0.1,0.1,0,0,0-.1-0.1h-0.1l-1,.5a0.1,0.1,0,0,0-.1.1,1.919,1.919,0,0,0,.9,1.107,2.473,2.473,0,0,0,1.694.4h0.5a2.77,2.77,0,0,0,2.989-2.718v-0.5a2.7,2.7,0,0,0-.5-1.309,7.72,7.72,0,0,1-.6-0.7,3.083,3.083,0,0,1,.6-0.6,2.4,2.4,0,0,0,.5-1.208v-0.2a2.878,2.878,0,0,0-2.989-2.617h0ZM26,6.549c0-2.114-4.584-4.127-7.473-4.127V0.006l-4.683,3.02,4.683,3.02V3.63s3.687,0.5,3.687,2.416c0,1.812-3.189,2.617-9.665,2.718-5.281,0-9.068-1.007-9.068-2.617,0-2.013,6.477-2.617,6.975-2.617V2.12S0,2.321,0,6.549c0,2.819,5.181,5.134,12.555,5.134C23.213,11.784,26,8.764,26,6.549h0ZM4.926,33.745V30.937h-0.8V30.012h0.8V28.684H5.972v1.328H6.948v0.925H5.972v2.546a0.489,0.489,0,0,0,.458.573A0.673,0.673,0,0,0,6.9,33.886l0.249,0.8a1.371,1.371,0,0,1-.986.312A1.115,1.115,0,0,1,4.926,33.745ZM7.6,32.436a2.421,2.421,0,0,1,2.47-2.545,2.552,2.552,0,0,1,0,5.1A2.424,2.424,0,0,1,7.6,32.436Zm3.864,0a1.453,1.453,0,0,0-1.394-1.609,1.451,1.451,0,0,0-1.384,1.609,1.456,1.456,0,0,0,1.384,1.62A1.457,1.457,0,0,0,11.461,32.436Zm5.391,2.435V34.228a2.3,2.3,0,0,1-1.7.765,1.372,1.372,0,0,1-1.544-1.539V30.012h1.046v3.058a0.846,0.846,0,0,0,.966.986,1.6,1.6,0,0,0,1.235-.634v-3.41H17.9v4.86H16.852Zm2.4,0v-4.86H20.3v0.714a2.049,2.049,0,0,1,1.564-.825v1.047a1.5,1.5,0,0,0-.329-0.03,1.656,1.656,0,0,0-1.235.644v3.31H19.255Z" fill-rule="evenodd" id="virtual-tour-icon"></path></symbol></svg><svg class="hide" height="0" viewbox="0 0 21 17.5" width="0" xmlns="http://www.w3.org/2000/svg"><path d="M21 17.5H0v-2h21V17.5z" id="yp-logo-bar"></path><path d="M11 0.6h2.3v0.8l0.2 0.2c0.7-0.7 1.6-1.3 2.7-1.3 2.5 0 4.3 2.3 4.3 5.1 0 2.6-1.5 5.1-4.6 5.1 -1.2 0-2.2-0.4-2.7-1v4h-2.3V0.6zM18.3 5.6c0-1.4-0.8-3.1-2.6-3.1 -1.8 0-2.4 1.5-2.4 2.9 0 1.4 0.7 2.9 2.4 2.9C17.5 8.4 18.3 7 18.3 5.6zM6.6 11.3c-0.6 1.8-1.5 2.4-3.2 2.4 -0.6 0-1.2-0.1-1.7-0.3v-2.1c0.4 0.2 0.9 0.3 1.5 0.3 0.7 0 1.1-0.4 1.1-0.9 0-0.2-0.1-0.4-0.2-0.8C3.9 9.5 0.5 0.6 0.5 0.6H3.1l2.5 7.4h0l2.2-7.4h2.4L6.6 11.3z" id="yp-logo-icon"></path></svg><svg class="hide" height="0" viewbox="0 0 0 0" width="0" xmlns="http://www.w3.org/2000/svg"><symbol id="cash-icon"><rect fill="#fff65b" height="25" rx="3" ry="3" stroke="#626F3D" width="25" x="0.5" y="0.5"></rect><path d="M2 21c6 0 15.5-1 22-3v4c0 1.1-0.9 2-2 2H4c-1.1 0-2-0.9-2-2V21z" fill="#fae100"></path><path d="M12.4 21.5h1v-1.8l0.3 0c1.3-0.1 2.2-0.4 2.9-1.1 0.7-0.7 1-1.6 1-2.7 0-1-0.1-1.5-0.4-1.9 -0.3-0.5-0.7-0.9-1.1-1.3 -0.3-0.2-0.8-0.4-1.3-0.6l-1.5-0.6c-0.4-0.2-0.9-0.4-1.2-0.8 -0.4-0.4-0.5-0.8-0.5-1.4 0-0.4 0.1-0.7 0.4-1.1 0.3-0.4 0.7-0.6 1.2-0.6 0.5 0 0.8 0.2 1.1 0.6 0.3 0.4 0.4 0.8 0.4 1.3v0h2.7c0-1.1-0.3-1.9-0.8-2.5 -0.5-0.6-1.4-1-2.6-1.1l-0.3 0V4.9h-1.2V6l-0.3 0.1C9.8 6.4 8.7 7.7 8.7 10c0 0.8 0.1 1.4 0.3 1.8 0.3 0.5 0.5 0.8 1 1.1 0.4 0.3 0.9 0.6 1.3 0.8 0.5 0.2 1 0.4 1.4 0.6 0.4 0.2 0.9 0.4 1.2 0.8 0.4 0.4 0.5 0.8 0.5 1.4 0 0.5-0.1 0.9-0.4 1.2 -0.2 0.3-0.6 0.5-1.2 0.5 -0.5 0-0.9-0.1-1.2-0.4 -0.3-0.3-0.4-0.8-0.4-1.5v0H8.5v0.1c0 1.2 0.3 2 0.9 2.5 0.7 0.5 1.6 0.8 2.7 0.9l0.3 0V21.5z" fill="#626F3D" stroke="#466c1b" stroke-width="0.6"></path></symbol></svg><svg class="hide" height="0" viewbox="0 0 0 0" width="0" xmlns="http://www.w3.org/2000/svg"><symbol><path d="M9.686 0h7.962c.253 0 .347.1.347.354v8.011c0 .122-.085.21-.17.297 0 0-8.708 8.868-8.886 9.045-.177.176-.403.293-.707 0L.454 9.928a.533.533 0 0 1 0-.707L9.361.177C9.448.092 9.564 0 9.686 0zm5.795 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-3.213 5.442a.58.58 0 0 0 .824-.069c.7-.829.619-2.112-.145-3.158l.062-.06a.585.585 0 0 0-.826-.827l-.064.063a3.206 3.206 0 0 0-1.413-.591c-.723-.102-1.4.1-1.857.556-.775.775-.755 1.837.081 3.223L7.25 10.26c-.344-.566-.408-1.192-.1-1.554a.584.584 0 0 0-.894-.755c-.7.83-.618 2.112.145 3.158l-.062.062a.584.584 0 1 0 .827.827l.067-.069c.56.403 1.193.617 1.785.617.566 0 1.093-.188 1.482-.577.775-.775.755-1.839-.083-3.224L12.1 7.064c.344.566.408 1.192.1 1.555a.583.583 0 0 0 .07.823zm-2.704.157c.393.709.44 1.214.11 1.543-.349.351-1.003.3-1.596-.058l1.486-1.485zm.22-1.873c-.392-.71-.437-1.215-.11-1.544.35-.35 1.004-.298 1.595.059L9.784 7.726z" id="coupon-tag-icon-2"></path></symbol></svg><svg class="hide" height="0" viewbox="0 0 0 0" width="0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol><path d="M14.679,0.610 L7.345,1.260 C7.315,1.470 7.255,2.000 7.224,2.220 L14.668,2.000 C14.838,2.000 14.978,2.130 14.978,2.300 C14.989,2.460 14.879,2.630 14.649,2.650 L7.391,2.846 C7.621,3.336 7.800,3.873 7.775,4.388 C7.748,4.937 7.388,5.366 7.293,5.888 C7.169,6.578 7.774,7.448 8.187,7.976 C8.193,7.983 8.189,7.992 8.194,8.000 L9.979,8.000 L8.959,5.310 C8.809,5.040 8.939,5.000 8.549,5.000 L8.239,5.000 C8.269,5.000 8.409,4.510 8.369,4.100 C8.359,4.010 8.509,4.000 8.579,4.000 L9.099,4.000 C9.279,4.000 9.319,4.090 9.349,4.140 C9.469,4.360 10.979,8.370 10.979,8.450 L9.509,13.480 C9.449,13.770 9.199,14.000 8.909,14.000 L1.879,14.000 C1.579,14.000 1.329,13.790 1.279,13.500 L-0.001,8.330 C0.189,7.840 0.859,4.750 1.049,4.230 C1.089,4.100 1.229,4.000 1.369,4.000 L1.969,4.000 C1.859,4.500 1.119,8.000 1.119,8.000 L3.520,8.000 C3.077,7.460 2.689,6.783 2.749,6.116 C2.817,5.357 3.336,4.817 3.213,4.010 C3.158,3.652 3.029,3.303 2.881,2.967 L2.388,2.980 C2.218,2.990 1.968,2.920 1.968,2.750 C1.924,2.506 2.078,2.380 2.248,2.370 L2.719,2.340 C2.729,2.250 2.779,1.730 2.798,1.640 L2.299,1.670 C2.138,1.690 1.989,1.560 1.979,1.390 C1.959,1.230 2.088,1.080 2.258,1.070 L14.629,0.000 C14.799,-0.010 14.948,0.110 14.959,0.280 C14.978,0.450 14.868,0.560 14.679,0.610 ZM6.225,8.000 L7.462,8.000 C7.029,7.412 6.607,6.709 6.666,6.007 C6.734,5.211 7.291,4.668 7.096,3.811 C7.021,3.482 6.879,3.167 6.723,2.864 L5.445,2.898 C5.663,3.374 5.830,3.891 5.806,4.388 C5.779,4.937 5.419,5.366 5.324,5.888 C5.200,6.578 5.805,7.448 6.218,7.976 C6.224,7.983 6.220,7.992 6.225,8.000 ZM3.428,1.510 C3.398,1.600 3.349,2.230 3.329,2.330 L4.549,2.290 C4.568,2.160 4.678,1.530 4.708,1.410 L3.428,1.510 ZM5.127,3.811 C5.056,3.501 4.926,3.204 4.781,2.916 L3.534,2.949 C3.738,3.446 3.889,3.979 3.859,4.496 C3.828,5.047 3.469,5.474 3.376,5.997 C3.251,6.691 3.834,7.503 4.296,7.975 C4.304,7.983 4.299,7.992 4.306,8.000 L5.493,8.000 C5.060,7.412 4.638,6.709 4.697,6.007 C4.765,5.211 5.322,4.668 5.127,3.811 ZM5.308,1.360 C5.269,1.490 5.188,2.140 5.158,2.280 L6.534,2.240 C6.575,2.040 6.654,1.470 6.695,1.260 L5.308,1.360 Z" id="order-online"></path><path d="M11.1706556,5.03572397 C11.2313524,5.09621315 11.2920491,5.15670232 11.3527458,5.15670232 L16.8154505,5.94306162 C16.9975407,5.94306162 17.0582374,6.18501833 16.9368439,6.36648586 L12.9915572,10.177304 C12.9308605,10.2377932 12.9308605,10.2982824 12.9308605,10.3587715 L13.8413113,15.7423083 C13.902008,15.9237758 13.6592211,16.0447542 13.477131,15.984265 L8.62139344,13.4437195 C8.56069672,13.3832304 8.5,13.3832304 8.37860656,13.4437195 L3.52286904,15.984265 C3.34077888,16.0447542 3.15868872,15.9237758 3.15868872,15.7423083 L4.06913951,10.3587715 C4.06913951,10.2982824 4.06913951,10.2377932 4.00844279,10.177304 L0.0631560503,6.36648586 C-0.0582373879,6.24550751 0.0024593312,6.0035508 0.184549488,5.94306162 L5.6472542,5.15670232 C5.70795092,5.15670232 5.76864764,5.09621315 5.82934436,5.03572397 L8.25721312,0.136100648 C8.37860656,-0.0453668826 8.62139344,-0.0453668826 8.74278688,0.136100648 L11.1706556,5.03572397 Z" id="write-a-review"></path><path d="M-0.000,12.969 L-0.000,0.969 L2.000,0.969 L2.000,1.969 L1.000,1.969 L1.000,3.969 L13.000,3.969 L13.000,1.969 L12.000,1.969 L12.000,0.969 L14.000,0.969 L14.000,12.969 L-0.000,12.969 ZM13.000,4.969 L1.000,4.969 L1.000,11.969 L13.000,11.969 L13.000,4.969 ZM5.000,7.969 L3.000,7.969 L3.000,5.969 L5.000,5.969 L5.000,7.969 ZM5.000,10.969 L3.000,10.969 L3.000,8.969 L5.000,8.969 L5.000,10.969 ZM8.000,7.969 L6.000,7.969 L6.000,5.969 L8.000,5.969 L8.000,7.969 ZM8.000,10.969 L6.000,10.969 L6.000,8.969 L8.000,8.969 L8.000,10.969 ZM11.000,7.969 L9.000,7.969 L9.000,5.969 L11.000,5.969 L11.000,7.969 ZM11.000,10.969 L9.000,10.969 L9.000,8.969 L11.000,8.969 L11.000,10.969 ZM10.000,-0.031 L11.000,-0.031 L11.000,2.969 L10.000,2.969 L10.000,-0.031 ZM5.000,0.969 L9.000,0.969 L9.000,1.969 L5.000,1.969 L5.000,0.969 ZM3.000,-0.031 L4.000,-0.031 L4.000,2.969 L3.000,2.969 L3.000,-0.031 Z" id="make-an-appointment"></path><path d="m3.9948,8.36333l-0.69679,0.53553a0.86105,0.86105 0 0 0 -0.27077,0.76579l0.17401,5.38606l-1.74235,0l0.15526,-5.38606a0.8198,0.8198 0 0 0 -0.27077,-0.75004l-0.69754,-0.55503a1.7131,1.7131 0 0 1 -0.56103,-1.39808c0,-2.6799 0.21301,-4.345 0.30977,-6.0101c0.03825,-0.42077 0.11626,-0.61279 0.30977,-0.61279s0.27077,0.19201 0.30902,0.61279l0.21301,3.36844a0.27602,0.27602 0 1 0 0.54228,0l0.27152,-3.36844c0.01875,-0.44028 0.11626,-0.61279 0.29027,-0.61279s0.25201,0.17251 0.29027,0.61279l0.27152,3.36844a0.26777,0.26777 0 1 0 0.52503,0l0.23251,-3.36844c0.0195,-0.42077 0.11626,-0.61279 0.30977,-0.61279c0.17401,0 0.27077,0.19201 0.29027,0.61279c0.11626,1.6651 0.32927,3.33094 0.32927,6.0101a1.7476,1.7476 0 0 1 -0.58428,1.40183zm5.35006,1.47309c-0.00975,2.6064 -0.039,4.2955 0,5.2143l-1.48434,0l0.21301,-4.58201a0.72979,0.72979 0 0 0 -0.27077,-0.63229c-0.27152,-0.17176 -1.16182,-0.47778 -1.16182,-1.14832c0,-4.17324 0.49128,-7.76745 1.86611,-8.57149c0.42602,-0.26777 0.8903,0.03825 0.8903,0.76579c0,0.00225 -0.04275,6.34987 -0.0525,8.95627l0,-0.00225z" id="menu-icon"></path><path d="M11.541,15.514H0.5V0.552H7.527L11.541,4.57V15.514ZM7.527,0.552V4.57h4.014M7.031,6.72L4.49,9.264,2.965,7.737M7.031,6.72L4.49,9.264,2.965,7.737M7.031,6.72L4.49,9.264,2.965,7.737M7.031,6.72L4.49,9.264,2.965,7.737m4.066,2.13L4.49,12.411,2.965,10.884M7.031,9.867L4.49,12.411,2.965,10.884M7.031,9.867L4.49,12.411,2.965,10.884M7.031,9.867L4.49,12.411,2.965,10.884" id="services-icon"></path><path d="M11.541,15.514H0.5V0.552H7.527L11.541,4.57V15.514ZM7.527,0.552V4.57h4.014M7.031,6.72L4.49,9.264,2.965,7.737M7.031,6.72L4.49,9.264,2.965,7.737M7.031,6.72L4.49,9.264,2.965,7.737M7.031,6.72L4.49,9.264,2.965,7.737m4.066,2.13L4.49,12.411,2.965,10.884M7.031,9.867L4.49,12.411,2.965,10.884M7.031,9.867L4.49,12.411,2.965,10.884M7.031,9.867L4.49,12.411,2.965,10.884" id="products-icon"></path><path d="M24.152,14.392l-0.9.888s0.458-.446-0.315-1.219-1.215-.331-1.215-0.331l0.883-.884s0.442-.442,1.215.332S24.152,14.392,24.152,14.392ZM21.027,7.966h-2v-1h2a0.979,0.979,0,0,1,1,1v3l-1,1v-4ZM12,6.8h1.5S13.5,5,15,5s1.5,1.8,1.5,1.8H18V8H12V6.8ZM9,22H21V19l1-1v3.5S22,23,21,23H9a0.979,0.979,0,0,1-1-1V8A0.979,0.979,0,0,1,9,7h2V8H9V22Zm1.986-3.062v-1h4v1h-4Zm0-3h5v1h-5v-1Zm7-1h-7v-1h7v1Zm-7-5h7v1h-7v-1Zm7,3h-7v-1h7v1Zm-0.906,6.8c-0.021.011-.043,0-0.032-0.033l0.577-2.044,3.534-3.533s0.441-.442,1.214.33,0.332,1.216.317,1.231L19.171,19.21Zm1.658-1.679a0.574,0.574,0,0,0-.775-0.14l-0.249.8a0.54,0.54,0,0,1,.367.366l0.807-.248A0.579,0.579,0,0,0,18.738,18.062Z" id="edit-profile" transform="translate(-8 -5)"></path><path d="M17.842,1.327l-7.61,10.737a0.843,0.843,0,0,1-.657.346H9.549a0.851,0.851,0,0,1-.652-0.3L5.737,8.335a0.836,0.836,0,0,1,.111-1.184,0.854,0.854,0,0,1,1.194.11l2.464,2.945,6.968-9.869A0.853,0.853,0,0,1,17.658.154,0.836,0.836,0,0,1,17.842,1.327ZM1.877,3.068L1.883,16.155H15.016V9.924h1.876s-0.006,5.575-.006,6.23c0,1.869-1.245,1.85-1.245,1.85H1.877a1.813,1.813,0,0,1-1.87-1.85V3.068A1.834,1.834,0,0,1,1.883,1.2H8.137c0,0.473-.006,1.61-0.006,1.868H1.877Z" id="claim-profile"></path><path d="M1 14l1-4 9-9 3 3 -9 9L1 14zM0 15.5h15" id="edit-icon"></path><path d="M0,0V11H16V0H0ZM14.15,1L8,5.85,1.8,1H14.15ZM1,1.65l4.75,3.7L1,9.7V1.65H1ZM2.15,10l4.4-4L8,7.15l1.4-1.1L14,10H2.15ZM15,9.85L10.2,5.4,15,1.6V9.85h0Z" id="email-icon"></path><path d="M14,16V5L13,6v9H1V3h9l1-1H0V16H14ZM15,0H10.5l1.62,1.62L6,7.74,7.26,9l6.12-6.12L15,4.5V0Z" id="external-link-icon"></path><path d="m15.9,5.4c-1.4,0 -2.5,1.1 -2.5,2.5c0,1.4 1.1,2.5 2.5,2.5s2.5,-1.1 2.5,-2.5c0,-1.4 -1.1,-2.5 -2.5,-2.5m0.1,6.6c-2.2,0 -4,-1.8 -4,-4c0,-2.2 1.8,-4 4,-4s4,1.8 4,4c0,2.2 -1.8,4 -4,4m-5,8.5c-1.4,0 -2.5,1.1 -2.5,2.5s1.1,2.5 2.5,2.5s2.5,-1.1 2.5,-2.5s-1.1,-2.5 -2.5,-2.5m0,6.5c-2.2,0 -4,-1.8 -4,-4c0,-2.2 1.8,-4 4,-4s4,1.8 4,4c0,2.2 -1.8,4 -4,4m9,-6.5c-1.4,0 -2.5,1.1 -2.5,2.5s1.1,2.5 2.5,2.5s2.5,-1.1 2.5,-2.5s-1.1,-2.5 -2.5,-2.5m0,6.5c-2.2,0 -4,-1.8 -4,-4c0,-2.2 1.8,-4 4,-4s4,1.8 4,4c0,2.2 -1.8,4 -4,4m4,-15.5c-1.4,0 -2.5,1.1 -2.5,2.5s1.1,2.5 2.5,2.5s2.5,-1.1 2.5,-2.5s-1.1,-2.5 -2.5,-2.5m0,6.5c-2.2,0 -4,-1.8 -4,-4c0,-2.2 1.8,-4 4,-4s4,1.8 4,4c0,2.2 -1.8,4 -4,4m-16,-6.5c-1.4,0 -2.5,1.1 -2.5,2.5s1.1,2.5 2.5,2.5s2.5,-1.1 2.5,-2.5s-1.1,-2.5 -2.5,-2.5m0,6.5c-2.2,0 -4,-1.8 -4,-4c0,-2.2 1.8,-4 4,-4s4,1.8 4,4c0,2.2 -1.8,4 -4,4m8,-16.6c-8,0 -14.5,6.5 -14.5,14.5s6.6,14.3 14.5,14.3s14.5,-6.2 14.5,-14.2s-6.5,-14.6 -14.5,-14.6m0,30.6c-8.8,0 -16,-7.2 -16,-16s7.2,-16 16,-16s16,7.2 16,16s-7.2,16 -16,16m16.2,0c-2.4,0 -4.3,-2.1 -5.1,-5.9c-0.1,-0.5 0.2,-0.9 0.6,-1s0.9,0.2 1,0.6c0.5,2.3 1.6,4.9 4,4.6c1.4,-0.2 2.6,-1.1 3.9,-2.1c2.7,-1.9 5.7,-4.1 10.1,-0.1c0.3,0.3 0.4,0.9 0.1,1.2c-0.3,0.4 -0.8,0.4 -1.2,0.1c-3.5,-3.1 -5.5,-1.7 -8.1,0.2c-1.4,1 -2.9,2.1 -4.6,2.4c-0.3,0 -0.5,0 -0.7,0" id="showtimes-icon"></path><g fill="none" fill-rule="evenodd" id="request-quote-icon" stroke="#067AB4" stroke-width=".783"><path d="M8.238.6h-1.23a.881.881 0 0 0-.83-.6.881.881 0 0 0-.828.6H4.12c-.651 0-1.178.537-1.178 1.2v.6h6.473v-.6c0-.663-.526-1.2-1.177-1.2h0z" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2.908 1.8H.727A.735.735 0 0 0 0 2.543v14.114c0 .41.325.743.727.743h4.57M12.358 7.8V2.543a.735.735 0 0 0-.727-.743H9.45M6.473 17.4v-1.8L12.946 9l1.765 1.8-6.473 6.6zM11.181 10.8l1.765 1.8" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2.046 5.454h8.478M2.059 7.65h8.479M2.155 9.973h5.793"></path></g><path d="M12.597 0C10.895 0 9.48 1.222 9.232 2.81H.404L0 3.619l6.117 7.584v4.064a.746.746 0 0 1-.755.735H2.824V17h7.613v-.999H7.9a.746.746 0 0 1-.755-.735v-4.064l3.964-4.915c.461.22.968.333 1.489.333C14.473 6.62 16 5.135 16 3.31S14.473 0 12.597 0zm-.795 3.81L10.33 5.633a2.094 2.094 0 0 0-1.145-.342c-.638 0-1.231.286-1.67.806l-.011.013c-.241.285-.553.442-.877.442-.325 0-.636-.157-.877-.442l-.011-.013c-.44-.52-1.033-.806-1.67-.806-.409 0-.799.118-1.142.34L1.459 3.81h10.343zm-2.11 2.614L6.63 10.22 3.566 6.422c.158-.087.33-.133.504-.133.324 0 .636.157.877.442l.01.013c.44.52 1.033.806 1.67.806.638 0 1.231-.286 1.67-.806l.012-.013c.24-.285.552-.442.877-.442.176 0 .348.047.507.135zm2.905-.802c-.288 0-.57-.05-.834-.147l1.498-1.857-.404-.807h-2.58c.235-1.035 1.186-1.812 2.32-1.812 1.31 0 2.376 1.037 2.376 2.311 0 1.275-1.066 2.312-2.376 2.312z" fill="#555" fill-rule="nonzero" id="icon-amenity-alcohol"></path><g fill="none" fill-rule="evenodd" id="icon-amenity-delivery" stroke="#555" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8"><path d="M18.336 11.632c-1.248 0-2.261.978-2.261 2.184 0 1.206 1.013 2.184 2.261 2.184 1.25 0 2.262-.978 2.262-2.184 0-1.206-1.013-2.184-2.262-2.184z"></path><path d="M18.336 10.176c-2.078 0-3.768 1.633-3.768 3.64h1.507c0-1.206 1.013-2.184 2.261-2.184.625 0 1.19.245 1.6.64L21 11.243a3.825 3.825 0 0 0-2.664-1.067zM4.769 9.084c-1.665 0-3.015 1.304-3.015 2.912 0 .4.339.728.754.728H7.03a.744.744 0 0 0 .754-.728c0-1.608-1.35-2.912-3.015-2.912z"></path><path d="M6.725 12.724H2.812a2.114 2.114 0 0 0-.304 1.092C2.508 15.022 3.52 16 4.768 16c1.25 0 2.262-.978 2.262-2.184 0-.398-.112-.77-.305-1.092z"></path><path d="M14.788 2.744 13.65 3.842l1.217 1.175c1.766 1.706 2.52 4.472.754 6.177-1.766 1.706-4.63 1.706-6.396 0a4.301 4.301 0 0 1-1.205-2.11H4.769c1.665 0 3.015 1.304 3.015 2.912 0 .4-.34.728-.754.728h-.305c.193.322.305.694.305 1.092h7.538c0-2.007 1.69-3.64 3.768-3.64 1.79-3.367-3.548-7.432-3.548-7.432z"></path><path d="M10.282 7.264h-8.34c-.518 0-.942.41-.942.91s.424.91.942.91h8.34c.518 0 .942-.41.942-.91s-.424-.91-.942-.91zM12.522 2.746H11.39v.007h1.13l1.129 1.091.005-.005zM15.862 1c-.625 0-1.13.49-1.13 1.092 0 .603.505 1.092 1.13 1.092h1.507V1h-1.507z"></path><path d="M1 7.264h5.384V2.806H1z"></path></g><path d="M18.773 10.795a.371.371 0 1 0-.697.254c.12.33.182.678.182 1.033v4.176h-1.262v-3.834a.371.371 0 1 0-.742 0v3.834h-2.949v-2.886a2.702 2.702 0 0 0-2.067-2.631l-.03-.006c.307-.315.528-.714.623-1.159l1.285 2.056a.371.371 0 0 0 .63 0l1.6-2.56c.324.011.642.072.945.185a.37.37 0 1 0 .258-.697 3.732 3.732 0 0 0-1.109-.227 3.112 3.112 0 0 0 1.108-2.38V3.934a.37.37 0 0 0-.014-.1 3.121 3.121 0 0 0-3.103-2.828 3.121 3.121 0 0 0-3.103 2.828.37.37 0 0 0-.014.1v2.018c0 .163.012.323.036.479a2.367 2.367 0 0 0-.685-.151V4.11A4.115 4.115 0 0 0 5.555 0a4.115 4.115 0 0 0-4.11 4.11v5.014A3.75 3.75 0 0 0 0 12.082v4.547c0 .205.166.371.371.371H18.63a.371.371 0 0 0 .371-.371v-4.547c0-.442-.076-.875-.227-1.287zm-5.342-.06-1.188-1.9c.366.151.767.235 1.188.235h1.04l-1.04 1.665zm-2.375-6.61a2.378 2.378 0 0 1 2.375-2.376 2.378 2.378 0 0 1 2.375 2.376v.012l-1.278-.75a.371.371 0 0 0-.473.081 2.64 2.64 0 0 1-2.028.947h-.971v-.29zm0 1.032h.971c.899 0 1.751-.353 2.383-.979l1.396.82v.955a2.378 2.378 0 0 1-2.375 2.375 2.378 2.378 0 0 1-2.375-2.375v-.796zM5.569 8.328a2.378 2.378 0 0 1-2.375-2.375v-.796h.972c.899 0 1.75-.353 2.382-.979l1.396.82v.955A2.378 2.378 0 0 1 5.57 8.328zm1.17.514-1.184 1.893-1.04-1.665h1.054c.414 0 .808-.081 1.17-.228zm1.119-.144H9.04c.248 0 .488-.066.699-.186l.637.173a.37.37 0 0 0 .097.013h.67v.378a1.643 1.643 0 0 1-3.285 0v-.378zm3.126-.742h-.462l-.22-.06a.371.371 0 0 0-.682-.271.676.676 0 0 1-.58.33H8.016a1.644 1.644 0 0 1 2.967 0zM2.188 4.11A3.372 3.372 0 0 1 5.555.742a3.372 3.372 0 0 1 3.368 3.369v2.235a2.358 2.358 0 0 0-.273.086 3.13 3.13 0 0 0 .036-.48V4.787a.376.376 0 0 0-.183-.32l-1.837-1.08a.371.371 0 0 0-.472.082 2.64 2.64 0 0 1-2.028.947H2.823a.371.371 0 0 0-.371.37v1.168c0 .953.43 1.808 1.107 2.38-.487.025-.95.144-1.371.338V4.11zm3.507 12.147H2.746v-2.203a.371.371 0 1 0-.742 0v2.203H.742v-4.176c0-1.623 1.29-2.95 2.9-3.009l1.599 2.559a.371.371 0 0 0 .63 0L7.164 9.56c.094.451.316.856.626 1.175l-.032.007a2.702 2.702 0 0 0-2.064 2.63v2.886zm6.868 0h-1.085v-2.302a.371.371 0 1 0-.742 0v2.302h-2.82v-2.302a.371.371 0 1 0-.742 0v2.302h-.737v-2.886c0-.903.61-1.686 1.483-1.906l.746-.159a2.375 2.375 0 0 0 1.657.005l.758.155a1.96 1.96 0 0 1 1.482 1.905v2.886z" fill="#555" fill-rule="nonzero" id="icon-amenity-family"></path><g fill="#555" fill-rule="nonzero" id="icon-amenity-group"><path d="M9.566 5.69H7.434c-1.481 0-2.687 1.216-2.687 2.71v3.415c0 .3.24.542.538.542h.65l.337 4.145a.54.54 0 0 0 .535.498h3.404a.54.54 0 0 0 .536-.5l.32-4.143h.649a.54.54 0 0 0 .537-.542V8.401c0-1.495-1.206-2.71-2.687-2.71zm1.612 5.583h-.609a.54.54 0 0 0-.536.5l-.32 4.143h-2.41l-.336-4.145a.54.54 0 0 0-.536-.498h-.61V8.401c0-.897.724-1.626 1.613-1.626h2.132c.889 0 1.612.73 1.612 1.626v2.872zM8.491 1.048c-1.185 0-2.15.972-2.15 2.168 0 1.195.965 2.168 2.15 2.168s2.15-.973 2.15-2.168a2.161 2.161 0 0 0-2.15-2.168zm0 3.252a1.08 1.08 0 0 1-1.075-1.084 1.08 1.08 0 0 1 1.075-1.084 1.08 1.08 0 0 1 1.075 1.084A1.08 1.08 0 0 1 8.49 4.3z"></path><path d="M14.313 4.625h-2.132c-1.004 0-1.921.56-2.392 1.464l.951.505a1.626 1.626 0 0 1 1.441-.885h2.132c.889 0 1.612.73 1.612 1.626v2.872h-.627a.54.54 0 0 0-.536.5l-.32 4.143h-2.408l-.23-3.04-1.072.083.269 3.54a.54.54 0 0 0 .535.501h3.404a.54.54 0 0 0 .536-.5l.32-4.143h.667A.54.54 0 0 0 17 10.75V7.335c0-1.494-1.205-2.71-2.687-2.71zM13.238 0c-1.185 0-2.15.972-2.15 2.168 0 1.195.965 2.168 2.15 2.168 1.186 0 2.15-.973 2.15-2.168A2.161 2.161 0 0 0 13.238 0zm0 3.252a1.08 1.08 0 0 1-1.075-1.084 1.08 1.08 0 0 1 1.075-1.084 1.08 1.08 0 0 1 1.075 1.084 1.08 1.08 0 0 1-1.075 1.084zM2.687 5.727h2.132c.604 0 1.156.339 1.44.885l.952-.505A2.697 2.697 0 0 0 4.82 4.643H2.687C1.205 4.643 0 5.859 0 7.353v3.396c0 .3.24.542.537.542h.65l.32 4.143a.54.54 0 0 0 .535.5h3.404a.54.54 0 0 0 .536-.5l.268-3.578-1.071-.082-.231 3.076H2.539l-.32-4.143a.54.54 0 0 0-.535-.5h-.61V7.353c0-.897.724-1.626 1.613-1.626zM3.744 0c-1.185 0-2.15.972-2.15 2.168 0 1.195.965 2.168 2.15 2.168s2.15-.973 2.15-2.168A2.161 2.161 0 0 0 3.744 0zm0 3.252a1.08 1.08 0 0 1-1.075-1.084 1.08 1.08 0 0 1 1.075-1.084 1.08 1.08 0 0 1 1.075 1.084 1.08 1.08 0 0 1-1.075 1.084z"></path></g><g fill="none" fill-rule="evenodd" id="icon-amenity-happy-hour" stroke="#555" stroke-linecap="round" stroke-linejoin="round" stroke-width=".565"><path d="m1.003 14.154 5.423 2.244M7.998 2.706l3.003 1.242-.884 4.415c-.445 2.002-2.574 3.118-4.463 2.338-1.886-.78-2.62-3.082-1.533-4.818l2.465-3.762M5.531 10.848l-.558 1.363M1 14.154h0a2.93 2.93 0 0 0 3.832-1.605l.138-.338"></path><path d="M6.429 16.4h0a2.955 2.955 0 0 1-1.597-3.852l.138-.338"></path><g><path d="m13.324 18.999 5.673-1.494M12.043 5.625l3.141-.827 1.94 4.058c.847 1.867-.184 4.048-2.159 4.568-1.974.52-3.937-.872-4.111-2.916l-.29-4.494M14.954 13.619l.372 1.425M13.321 19h0a2.952 2.952 0 0 0 2.095-3.602l-.092-.353"></path><path d="M19 17.504h0a2.935 2.935 0 0 1-3.584-2.106l-.092-.353M16.76 8.162h-5.786"></path></g><path d="M10.443 5.987H4.236"></path><g><path d="M12.986 1 12.3 2.793M13.49 3.252l1.234-.552M11.112 2.333l-.55-1.24"></path></g></g><g fill="#555" fill-rule="nonzero" id="icon-amenity-outdoor"><path d="M9.45 0C4.474 0 0 3.027 0 5.448c0 1.06.854 1.917 1.91 1.917h2.915c.654 0 1.207-.303 1.609-.807.352.504.955.807 1.608.807h1.056v5.297H7.489a.397.397 0 0 0-.402.403c0 .253.151.404.402.404h1.609v3.127c0 .202.15.404.402.404.251 0 .402-.151.402-.404V13.47h1.609a.397.397 0 0 0 .402-.404c0-.252-.151-.403-.402-.403H9.902V7.365h1.056c.653 0 1.206-.303 1.608-.807.352.504.955.807 1.609.807h2.915c1.056 0 1.91-.858 1.91-1.917C18.85 2.573 14.426 0 9.45 0zM4.825 6.558H1.91a1.118 1.118 0 0 1-1.106-1.11c0-1.463 2.715-3.682 6.283-4.44-.703.858-1.005 2.321-1.005 4.44-.05.605-.603 1.11-1.257 1.11zm6.032 0H7.992c-.653 0-1.206-.555-1.206-1.11 0-3.935 1.156-4.59 2.312-4.64h.653c1.207.05 2.363.655 2.363 4.64-.05.605-.603 1.11-1.257 1.11zm6.132 0h-2.915c-.653 0-1.206-.555-1.206-1.11 0-2.17-.352-3.632-1.056-4.49 3.72.606 6.334 2.624 6.334 4.49-.05.605-.553 1.11-1.157 1.11zM6.735 14.326c-.05-.15-.2-.201-.351-.201H3.669L3.217 11.4c-.05-.202-.251-.354-.452-.303-.202.05-.352.252-.302.454l.503 2.926-.955 1.917c-.1.201 0 .403.15.504.05.05.1.05.151.05.151 0 .251-.1.352-.201l.905-1.816h2.563l.905 1.816c.05.151.201.202.352.202.05 0 .1 0 .15-.05.202-.102.252-.304.151-.505l-.955-2.069z"></path><path d="m15.833 14.478.503-2.926c.05-.202-.1-.404-.302-.454-.2-.05-.402.1-.452.303l-.452 2.724h-2.715c-.15 0-.251.1-.352.201l-1.005 2.018c-.1.202 0 .404.151.505.05.05.1.05.15.05.152 0 .252-.1.353-.202l.904-1.816h2.564l.905 1.816c.05.152.2.202.352.202.05 0 .1 0 .15-.05.201-.101.252-.303.151-.505l-.905-1.866z"></path></g><g fill="#555" fill-rule="nonzero" id="icon-amenity-reservation"><circle cx="12.816" cy="6.973" r="1"></circle><path d="M14.344 1.328h-.864V.664a.664.664 0 1 0-1.328 0v.664H9.131V.664a.664.664 0 1 0-1.328 0v.664H4.814V.664a.664.664 0 1 0-1.328 0v.664h-.83A2.66 2.66 0 0 0 0 3.984v10.36A2.66 2.66 0 0 0 2.656 17h5.08a.664.664 0 1 0 0-1.328h-5.08a1.33 1.33 0 0 1-1.328-1.328V3.984a1.33 1.33 0 0 1 1.328-1.328h.83v.664a.664.664 0 1 0 1.328 0v-.664h2.989v.664a.664.664 0 1 0 1.328 0v-.664h3.021v.664a.664.664 0 1 0 1.328 0v-.664h.864a1.33 1.33 0 0 1 1.328 1.328V7.77a.664.664 0 1 0 1.328 0V3.984a2.66 2.66 0 0 0-2.656-2.656z"></path><path d="M12.982 8.965a4.022 4.022 0 0 0-4.017 4.017A4.022 4.022 0 0 0 12.982 17 4.022 4.022 0 0 0 17 12.982a4.022 4.022 0 0 0-4.018-4.017zm0 6.707a2.693 2.693 0 0 1-2.689-2.69 2.693 2.693 0 0 1 2.69-2.689 2.693 2.693 0 0 1 2.689 2.69 2.693 2.693 0 0 1-2.69 2.689z"></path><path d="M13.945 12.318h-.299v-.697a.664.664 0 1 0-1.328 0v1.361c0 .367.298.664.664.664h.963a.664.664 0 1 0 0-1.328z"></path><circle cx="9.928" cy="6.973" r="1"></circle><circle cx="7.039" cy="9.861" r="1"></circle><circle cx="4.15" cy="6.973" r="1"></circle><circle cx="4.15" cy="9.861" r="1"></circle><circle cx="4.15" cy="12.75" r="1"></circle><circle cx="7.039" cy="12.75" r="1"></circle><circle cx="7.039" cy="6.973" r="1"></circle></g><g fill="#555" fill-rule="evenodd" id="icon-amenity-takeout"><path d="M14.066 12.414a.396.396 0 0 0-.46.318l-.756 4.397-4.45.996v-7.656a.394.394 0 0 0-.4-.387c-.221 0-.4.173-.4.387v7.656l-4.45-.996-.756-4.397a.396.396 0 0 0-.46-.318.389.389 0 0 0-.328.445l.8 4.654c.026.154.146.279.304.314l5.2 1.163c.03.007.09.01.09.01s.06-.003.09-.01l5.2-1.163a.393.393 0 0 0 .304-.314l.8-4.654a.389.389 0 0 0-.328-.445M9.934 6.308A4.054 4.054 0 0 0 8 5.816c-2.08 0-3.832 1.574-3.989 3.583-.017.213.149.4.369.416a.401.401 0 0 0 .429-.358C4.934 7.85 6.336 6.592 8 6.592c.59 0 1.143.16 1.622.434l.312-.718M10.458 7.717c.412.48.682 1.08.733 1.741a.395.395 0 0 0 .429.358.392.392 0 0 0 .369-.416 3.81 3.81 0 0 0-1.191-2.466l-.34.783"></path><path d="M8.4 6.592a.39.39 0 0 1-.397-.439l.8-5.817a.397.397 0 0 1 .45-.333.39.39 0 0 1 .343.436l-.8 5.816a.396.396 0 0 1-.396.337M8.624 9.215c.076-.114.144-.22.176-.297l.189-.434A1.616 1.616 0 0 0 8 8.143c-.882 0-1.6.695-1.6 1.55 0 .078.006.154.017.228a.398.398 0 0 0 .455.327.39.39 0 0 0 .336-.442A.789.789 0 0 1 8 8.918c.254 0 .477.117.624.297"></path><path d="M9.464 7.389A2.835 2.835 0 0 0 8 6.979c-1.512 0-2.768 1.193-2.8 2.658a.394.394 0 0 0 .392.396H5.6a.395.395 0 0 0 .4-.38c.023-1.046.92-1.898 2-1.898.426 0 .822.136 1.148.361l.316-.727M9.877 9.054c.07.19.118.389.123.6.004.213.182.372.408.38a.394.394 0 0 0 .392-.397 2.633 2.633 0 0 0-.52-1.51l-.403.927"></path><path d="M8.8 9.306c-.05 0-.1-.009-.148-.028a.384.384 0 0 1-.224-.504l3.2-7.755a.404.404 0 0 1 .52-.216c.206.08.306.305.224.504l-3.2 7.755a.4.4 0 0 1-.372.244M1.6 9.306a.4.4 0 0 1-.37-.24L.03 6.244a.38.38 0 0 1 .021-.338.402.402 0 0 1 .287-.193l4.4-.668a.4.4 0 0 1 .457.324.39.39 0 0 1-.333.443l-3.899.591L1.97 8.771a.384.384 0 0 1-.218.506.412.412 0 0 1-.152.029M14.4 9.306a.412.412 0 0 1-.152-.03.384.384 0 0 1-.218-.505l1.018-2.394-2.732-.57a.389.389 0 0 1-.307-.46.4.4 0 0 1 .475-.298l3.2.668a.4.4 0 0 1 .27.199c.055.101.06.222.016.328l-1.2 2.822a.4.4 0 0 1-.37.24"></path><path d="m.947 12.097 4.494.67 1.805-2.04-5.39-.98-.909 2.35zM5.6 13.571a.397.397 0 0 1-.06-.004l-5.2-.776a.4.4 0 0 1-.285-.187.379.379 0 0 1-.03-.332l1.2-3.102a.402.402 0 0 1 .449-.245l6.4 1.164c.14.025.256.12.303.252.048.13.02.276-.073.38l-2.4 2.715a.405.405 0 0 1-.304.135z"></path><path d="m8.754 10.727 1.805 2.04 4.494-.67-.91-2.35-5.389.98zM10.4 13.57a.405.405 0 0 1-.304-.135l-2.4-2.715a.377.377 0 0 1-.073-.38.396.396 0 0 1 .303-.252l6.4-1.164a.402.402 0 0 1 .449.245l1.2 3.102a.379.379 0 0 1-.03.332.4.4 0 0 1-.284.187l-5.2.776a.397.397 0 0 1-.061.004z"></path></g><g fill="#555" fill-rule="nonzero" id="icon-amenity-wheelchair"><path d="m13.95 14.933-1.136-4.435a1.69 1.69 0 0 0-1.652-1.256H8.324V6.097c0-1.243-1.345-2.032-2.464-1.487L3.59 5.719c-.58.283-.938.853-.938 1.487v1.025A4.705 4.705 0 0 0 .845 9.745 4.518 4.518 0 0 0 0 12.38C0 14.927 2.122 17 4.73 17c2.544 0 4.626-1.974 4.725-4.435h.378l.812 3.175c.23.897 1.158 1.432 2.065 1.21.91-.223 1.466-1.127 1.24-2.017zM4.096 6.71l2.27-1.108a.582.582 0 0 1 .485-.01.558.558 0 0 1 .34.505v2.335a4.785 4.785 0 0 0-1.138-.488v-.053a.561.561 0 0 0-.568-.554.558.558 0 0 0-.563.554v2.641a.565.565 0 0 1-.572.554.562.562 0 0 1-.567-.554V7.206a.55.55 0 0 1 .313-.496zm.633 9.18c-1.982 0-3.595-1.574-3.595-3.51 0-1.165.578-2.218 1.517-2.865v1.017c0 .917.76 1.663 1.7 1.663.938 0 1.702-.746 1.702-1.663V9.115c.494.19.93.483 1.285.85l.021.02a3.546 3.546 0 0 1 .152.171c.51.61.812 1.387.812 2.224 0 1.936-1.612 3.51-3.594 3.51zm7.704-.016a.568.568 0 0 1-.688-.403l-.92-3.595a.562.562 0 0 0-.55-.416h-.911a4.557 4.557 0 0 0-.387-1.113h2.184c.261 0 .487.173.55.42l1.136 4.434a.555.555 0 0 1-.414.673z"></path><path d="M7.19 0C5.936 0 4.918.995 4.918 2.217c0 1.223 1.018 2.218 2.27 2.218s2.27-.995 2.27-2.218C9.46.995 8.441 0 7.19 0zm0 3.326c-.627 0-1.136-.497-1.136-1.109 0-.611.51-1.108 1.135-1.108.626 0 1.135.497 1.135 1.108 0 .612-.509 1.109-1.135 1.109z"></path></g><g fill="#555" fill-rule="nonzero" id="icon-amenity-wifi"><path d="M8.5 8.4c-1.618 0-2.93 1.254-2.93 2.8 0 1.547 1.312 2.8 2.93 2.8s2.93-1.253 2.93-2.8c0-1.546-1.312-2.8-2.93-2.8zm0 4.2c-.809 0-1.465-.627-1.465-1.4 0-.773.656-1.4 1.465-1.4.81 0 1.465.627 1.465 1.4 0 .773-.656 1.4-1.465 1.4z"></path><path d="M4.357 7.24a.678.678 0 0 0 0 .99.757.757 0 0 0 1.036 0c1.716-1.64 4.498-1.64 6.215 0a.757.757 0 0 0 1.035 0 .678.678 0 0 0 0-.99c-2.288-2.187-5.998-2.187-8.286 0z"></path><path d="M2.286 5.26a.678.678 0 0 0 0 .99.757.757 0 0 0 1.036 0c2.86-2.734 7.497-2.734 10.356 0a.756.756 0 0 0 1.036 0 .678.678 0 0 0 0-.99c-3.431-3.28-8.996-3.28-12.428 0z"></path><path d="M16.786 3.28C12.209-1.093 4.79-1.093.214 3.28a.678.678 0 0 0 0 .99.757.757 0 0 0 1.036 0c4.004-3.827 10.496-3.827 14.5 0a.757.757 0 0 0 1.036 0 .678.678 0 0 0 0-.99z"></path></g><g fill="none" fill-rule="nonzero" id="foursquare"><path d="M8.771 0H1.328C.305 0 0 .776 0 1.264v11.862c0 .584.296.757.459.824A.812.812 0 0 0 .75 14a.846.846 0 0 0 .606-.242L4.95 9.562c.057-.067.085-.067.124-.067H7.31c.956 0 1.137-.662 1.242-1.064.086-.335 1.07-5.125 1.376-6.639C10.156.623 9.86 0 8.77 0z" fill="#EC407A"></path><path d="M6.97 7.403a.432.432 0 0 1-.43.342H5.073a1.886 1.886 0 0 0-1.47.685l-1.838 2.148v-8.39a.44.44 0 0 1 .44-.438h5.392c.279 0 .489.248.433.52l-.27 1.316a.443.443 0 0 1-.431.351H4.853a.44.44 0 0 0-.441.438v.875a.44.44 0 0 0 .44.437h1.935a.44.44 0 0 1 .431.529L6.97 7.403z" fill="#FAFAFA"></path></g></symbol></svg><svg class="hide" height="11" viewbox="0 0 14 11" width="14" xmlns="http://www.w3.org/2000/svg"><symbol><path d="M1.991,2.975V9.008H4.04V2.988ZM0,2.961V9h1V2.972ZM4.973,3.009V8.984H7.015V2.99ZM8.005,0.97V10.989l5.01-5.011Z" id="map-arrow"></path></symbol></svg><svg class="hide" height="0" viewbox="0 0 0 0" width="0" xmlns="http://www.w3.org/2000/svg"><symbol><path d="M7.9,11.275v0.78H4.3v-0.59l1.953-2.16a1.754,1.754,0,0,0,.6-1.12,0.791,0.791,0,0,0-.847-0.8,0.823,0.823,0,0,0-.864.843c0,0.012,0,.039,0,0.047h-0.9V8.235A1.626,1.626,0,0,1,6.028,6.618,1.574,1.574,0,0,1,7.8,8.1a2.59,2.59,0,0,1-.926,1.692L5.6,11.251v0.024H7.9ZM8,17.625a8,8,0,1,1,0-16l0.562,0V0l3.07,2.593L8.562,5V2.625H8a7,7,0,1,0,6.032,3.446l0.775-.651A8,8,0,0,1,8,17.625Zm3.379-5.569h-0.89V11.032H7.905V10.259C8.538,9.079,9.3,7.9,10.022,6.724h1.357v3.53h0.664v0.778H11.379v1.024ZM10.488,7.463H10.457q-0.888,1.363-1.68,2.785v0.006h1.711V7.463Z" id="twenty-four-hrs-icon"></path></symbol></svg><svg class="hide" height="0" viewbox="0 0 0 0" width="0" xmlns="http://www.w3.org/2000/svg"><symbol id="open-icon"><path d="M7.0000669,0 C3.1402263,0 0,3.14009939 0,6.99979931 C0,10.8597668 3.1402263,14 7.0000669,14 C10.8598406,14 14,10.8596999 14,6.99979931 C14,3.14009939 10.8598406,0 7.0000669,0 Z M7.0000669,12.9965596 C3.6935339,12.9965596 1.00345955,10.3064029 1.00345955,6.99979931 C1.00345955,3.69339641 3.6935339,1.00344037 7.0000669,1.00344037 C10.306533,1.00344037 12.9965405,3.69339641 12.9965405,6.99979931 C12.9965405,10.3064029 10.306533,12.9965596 7.0000669,12.9965596 Z"></path><path d="M10.5994094,6.88266437 L7.30980141,6.88266437 L7.30980141,3.28686927 C7.30980141,3.00978593 7.08522716,2.78514908 6.80807164,2.78514908 C6.53098301,2.78514908 6.30634186,3.00978593 6.30634186,3.28686927 L6.30634186,7.38438456 C6.30634186,7.66146789 6.53098301,7.88610474 6.80807164,7.88610474 L10.5994094,7.88610474 C10.8765649,7.88610474 11.1011392,7.66146789 11.1011392,7.38438456 C11.1011392,7.10730122 10.876498,6.88266437 10.5994094,6.88266437 Z"></path></symbol></svg><div class="container" data-analytics='{"listing_count":33,"tld":33}'><header class="srp-header" data-analytics='{"category":"Computer Technical Assistance & Support Services","listing_page":1}' data-uitl-query='{"search_term":"it companies","location":"Los Angeles, CA","sort_order":"relevance","page":1}'><div class="breadcrumb"><a data-analytics='{"click_id":291}' href="/">Home</a><i aria-hidden="true"></i><a href="/state-ca">CA</a><i aria-hidden="true"></i><a href="/los-angeles-ca">Los Angeles</a><i aria-hidden="true"></i><a href="https://www.yellowpages.com/los-angeles-ca/computers-computer-equipment-service-repair">Computer Repair</a><i aria-hidden="true"></i><span>Computer Technical Support</span></div><div class="search-term"><h1>It Companies in Los Angeles, CA</h1><div class="search-disclosure"><a class="trigger-btn" data-analytics='{"click_id":2465}' href="#search-disclosure">About Search Results</a></div><div class="clear"></div></div></header><div data-analytics='{"listing_page":1}' id="main-content"><div id="search-filter-and-sort"><div class="sort">Sort:<a class="sort-selection" href="#" id="js-sort-toggle">Default</a><div class="sort-dropdown" id="js-sort-options"><ul><li><a class="ajax-sort" data-analytics='{"click_id":1764}' data-sort="default">Default</a></li><li><a class="ajax-sort" data-analytics='{"click_id":1764}' data-sort="distance">Distance</a></li><li><a class="ajax-sort" data-analytics='{"click_id":1764}' data-sort="average_rating">Rating</a></li><li><a class="ajax-sort" data-analytics='{"click_id":1764}' data-sort="name">Name (A - Z)</a></li></ul></div></div><div id="search-filters"><header class="filters-component"></header></div></div><div class="custom-filters">View all businesses that are <a data-analytics='{"click_id":2470}' href="/los-angeles-ca/computer-technical-assistance-support-services/open-24-hours" id="open24">OPEN 24 Hours</a><span class="close"></span></div><div class="scrollable-pane"><div class="search-results center-ads" data-analytics='{"lmt":"1","listing_page":1}' id="top-center-ads"><div class="result flash-endt"><div class="srp-listing clickable-area paid-listing astro-iy" data-analytics='{"content_partner_id":"IY","impression_id":"e499be4a-6596-4ca8-92d8-06d38f5b1ab6","listing_id":"1002054064467","features":"custom-link,phone-no","result_id":"cacc7906-0e9f-4aac-8847-7b107ae60343","item_type":"listing","listing_type":"sub","ypid":"533468437","lhc":"8010123","ldir":"NATL","pid":"800000002479107972","rate":"4.5","addest":"/nationwide/mip/my-computer-works-533468437?lid=1002054064467","click_id":1600,"adclick":true,"poi":1,"position_of_impression":1,"events":"event7,event5","tier":"22","listing_features":"custom-link,phone-no","category":"8010123","listing_index":1,"impression":1,"module":7,"moi":7}'><div class="v-card"><div class="media-thumbnail placeholder"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/nationwide/mip/my-computer-works-533468437?lid=1002054064467"><img alt="thumbnail" height="130" src="//i1.ypcdn.com/ypu/images/default-thumbnails/thumbnail-4.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n"><a class="business-name" href="/nationwide/mip/my-computer-works-533468437?lid=1002054064467">My Computer Works</a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false}' href="/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false}' href="/los-angeles-ca/computer-software-services">Computer Software & Services</a></div><a class="rating" data-analytics='{"click_id":22}' href="/nationwide/mip/my-computer-works-533468437?lid=1002054064467#yp-rating"><div class="result-rating four half"></div><span class="count">(43)</span></a><div class="links"><a data-analytics='{"click_id":7}' href="/nationwide/mip/my-computer-works-533468437?lid=1002054064467">More Info</a></div><div class="badges"><div class="years-with-yp"><div class="count"><div class="number">5</div></div><span>YEARS <br/> WITH</span><img src="//i3.ypcdn.com/ypu/images/svgs/ypIcon.svg?e695181"/></div></div></div><div class="info-section info-secondary"><div class="phone">(888) 840-0484</div><p class="adr">Serving the Los Angeles area.</p></div><div class="js-more-info-wrapper listing-more-info"><div class="js-visibility-toggled more-info-details"><a data-analytics='{"click_id":1305}' href="/nationwide/mip/my-computer-works-533468437?lid=1002054064467"><img class="lazy banner" data-original="https://i1.ypcdn.com/displaygif/ypc/AZ471067.gif"/></a></div></div><span class="ad-pill">Ad</span></div></div></div></div></div><div class="search-results organic" data-analytics='{"module":1,"moi":1,"lmt":"1","listing_page":1}'><svg class="hide" viewbox="0 0 0 0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol><path d="M7.032,6.746 L7.062,6.738 L4.013,11.006 L0.934,6.738 L0.963,6.746 C0.371,6.031 0.000,5.117 0.000,4.105 C0.000,1.841 1.790,0.006 3.997,0.006 C6.205,0.006 7.994,1.841 7.994,4.105 C7.994,5.117 7.624,6.031 7.032,6.746 ZM3.992,1.691 C2.621,1.691 1.510,2.836 1.510,4.248 C1.510,5.661 2.621,6.806 3.992,6.806 C5.364,6.806 6.474,5.661 6.474,4.248 C6.474,2.836 5.364,1.691 3.992,1.691 Z" id="location-icon"></path></symbol></svg><svg class="hide" height="0" viewbox="0 0 20 20" width="0" xmlns="http://www.w3.org/2000/svg"><symbol><path d="M17.7766292,8.8883146 C17.7766292,13.7974227 13.7971162,17.7766292 8.8883146,17.7766292 C3.9789,17.7766292 0,13.7974227 0,8.8883146 C0,3.97951299 3.9789,0 8.8883146,0 C13.7971162,0 17.7766292,3.97951299 17.7766292,8.8883146 L17.7766292,8.8883146 Z" id="globe-icon"></path><path d="M15.8785992,3.3937483 C15.8785992,3.3937483 15.4918042,5.51560354 13.946157,6.28858042 C12.4005097,5.90209198 10.8542495,7.0615573 11.2410444,7.0615573 C11.6278393,7.0615573 12.0140213,8.60720456 12.0140213,8.60720456 C12.4005097,8.99369299 13.1734866,8.60720456 13.1734866,8.60720456 C14.1395544,9.5732724 11.6278393,11.3123171 11.6278393,11.6988056 C11.6278393,12.085294 12.5932942,12.278385 12.0140213,12.8579644 C11.4344419,13.4378503 10.8542495,13.6309413 10.8542495,13.6309413 C10.8542495,15.563077 8.92272676,15.563077 8.53593183,15.563077 C8.1491369,15.563077 7.37646652,14.0174297 7.37646652,13.6309413 C7.37646652,13.2444528 7.76295495,12.8579644 7.76295495,12.4714759 C7.76295495,12.085294 6.99028457,11.3123171 6.99028457,11.3123171 C6.99028457,9.76636338 5.83081926,10.1531583 4.67135394,10.1531583 C3.51219512,10.1531583 3.51219512,8.60720456 3.51219512,8.60720456 C3.51219512,8.60720456 3.51219512,5.90209198 5.44402433,5.51560354 C7.37646652,5.12911511 7.37646652,5.90209198 7.37646652,5.90209198 C8.1491369,6.67476237 9.69539714,5.90209198 10.468374,5.90209198 C10.468374,5.90209198 10.8542495,3.19697941 10.0815791,3.58316135 C9.30860221,3.96964979 8.61623316,3.67081853 8.53593183,2.81049097 C8.42344868,1.60229317 11.9085875,0.87804878 11.9085875,0.87804878" id="globe-details"></path></symbol></svg><div class="result" data-analytics='{"adclick":true,"events":"event7,event5","category":"8010123","impression_id":"ecd42878-3be3-4187-8063-b317b6c56641","listing_id":"179330816","item_id":-1,"listing_type":"sub","ypid":"470285957","content_provider":"GUMP","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-470285957","item_type":"listing","lhc":"8010123","ldir":"BH","rate":4.5,"hasTripAdvisor":false,"pid":"800000000046867239","mip_claimed_status":"mip_unclaimed","mip_ypid":"470285957","rating":"advertiser","listing_index":1,"tier":40,"poi":1,"rank":1,"act":1,"features":"website,reviews,phone,bbb-A+","impression":1,"content_partner_id":"GUMP"}' data-impressionid="ecd42878-3be3-4187-8063-b317b6c56641" data-ypid="470285957" id="lid-470285957"><div class="srp-listing clickable-area gump" data-analytics='{"click_id":1600,"category":"8010123","tier":40}' data-bcnt="1"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper photo" data-analytics='{"click_id":1499,"features":"photo-gallery","listing_features":"photo"}' href="/los-angeles-ca/mip/l-a-computer-works-470285957?lid=179330816#gallery"><img alt="L. A. Computer Works - Computer Technical Assistance & Support Services" asset_type="blob_api" class="no-tracks lazy" data-original="https://i2.ypcdn.com/blob/1ad595e984c0f5e70609658b0527eb308912ea15_130x130_crop.jpg?e695181 " height="130" src="https://i2.ypcdn.com/blob/1ad595e984c0f5e70609658b0527eb308912ea15_130x130_crop.jpg?e695181 " width="130"/><noscript><img alt="L. A. Computer Works - Computer Technical Assistance & Support Services" asset_type="blob_api" class="csrp" height="130" src="https://i2.ypcdn.com/blob/1ad595e984c0f5e70609658b0527eb308912ea15_130x130_crop.jpg?e695181 " width="130"/></noscript></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">1. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/l-a-computer-works-470285957?lid=179330816" rel=""><span>L. A. Computer Works</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-rooms-installation-equipment">Computer Rooms-Installation & Equipment</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-equipment-dealers">Computer & Equipment Dealers</a></div><div class="ratings" data-israteable="true"><a class="rating" data-analytics='{"click_id":22,"listing_features":"ratings"}' href="/los-angeles-ca/mip/l-a-computer-works-470285957?lid=179330816#yp-rating"><div class="result-rating four half"></div><span class="count">(2)</span></a><span class="bbb-rating extra-rating hasRating">BBB Rating: A+</span></div><div class="links"><a class="track-visit-website" data-analytics='{"click_id":6,"act":2,"dku":"http://lacomputerworks.com","FL":"url","target":"website","LOC":"http://lacomputerworks.com","adclick":true,"iid":"ecd42878-3be3-4187-8063-b317b6c56641"}' href="http://lacomputerworks.com" rel="nofollow noopener" target="_blank">Website</a><a class="track-map-it directions" data-analytics='{"click_id":13,"target":"website","act":4,"adclick":true,"iid":"ecd42878-3be3-4187-8063-b317b6c56641"}' href="/listings/179330816/directions">Directions</a><a class="track-more-info" data-analytics='{"click_id":7,"target":"moreInfo","act":1,"FL":"list","adclick":true,"iid":"ecd42878-3be3-4187-8063-b317b6c56641"}' href="/los-angeles-ca/mip/l-a-computer-works-470285957?lid=179330816">More Info</a></div><div class="badges"><div class="years-in-business"><div class="count"><div class="number">34</div></div><span>YEARS<br/>IN BUSINESS</span></div><div class="years-with-yp"><div class="count"><div class="number">11</div></div><span>YEARS <br/> WITH</span><img src="//i3.ypcdn.com/ypu/images/svgs/ypIcon.svg?e695181"/></div></div></div><div class="info-section info-secondary"><div class="phones phone primary">(310) 277-9799</div><div class="adr"><div class="street-address">2355 Westwood Blvd</div><div class="locality">Los Angeles, CA 90064</div></div><div class="open-status"><svg height="14" viewbox="0 0 14 14" width="14" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#open-icon"></use></svg>CLOSED NOW</div></div><div class="snippet"><figure class="color-5">RP</figure><p class="body with-avatar">Great Service as i search your services was great and you are doing great work. No extra charges great i really appreciate you.</p></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event5","category":"8000852","impression_id":"1d02ae8e-3232-4c8a-9b1e-1aba0f487e6c","listing_id":"1000444773545","item_id":-1,"listing_type":"sub","ypid":"480247330","content_provider":"SP","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-480247330","item_type":"listing","lhc":"8000852","ldir":"LA","rate":0,"hasTripAdvisor":false,"pid":"800000000817329491","mip_claimed_status":"mip_claimed","mip_ypid":"480247330","rating":"advertiser","listing_index":2,"tier":799,"poi":2,"rank":2,"act":1,"features":"phone","impression":1,"content_partner_id":"SP"}' data-impressionid="1d02ae8e-3232-4c8a-9b1e-1aba0f487e6c" data-ypid="480247330" id="lid-480247330"><div class="srp-listing clickable-area sp" data-analytics='{"click_id":1600,"category":"8000852","tier":799}' data-bcnt="2"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/los-angeles-ca/mip/desktop-conquest-480247330?lid=1000444773545"><img alt="Desktop Conquest - Computer Network Design & Systems" height="130" src="//i4.ypcdn.com/ypu/images/default-thumbnails/thumbnail-5.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">2. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/desktop-conquest-480247330?lid=1000444773545" rel=""><span>Desktop Conquest</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-network-design-systems">Computer Network Design & Systems</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-system-designers-consultants">Computer System Designers & Consultants</a></div><div class="ratings" data-israteable="true"></div><div class="links"></div><div class="badges"></div></div><div class="info-section info-secondary"><div class="phones phone primary">(213) 321-1869</div><div class="adr"><div class="locality">Los Angeles, CA 90057</div></div></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event5","category":"8010123","impression_id":"f280cdd3-6bff-4bda-b990-ca18fbf88f9e","listing_id":"1002102412571","item_id":-1,"listing_type":"sub","ypid":"533468437","content_provider":"RD","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-533468437","item_type":"listing","lhc":"8010123","ldir":"CAST","rate":4.49,"hasTripAdvisor":false,"pid":"800000002534219333","mip_claimed_status":"mip_unclaimed","mip_ypid":"533468437","rating":"advertiser","listing_index":3,"tier":50,"poi":3,"rank":3,"act":1,"features":"reviews,phone","impression":1,"content_partner_id":"RD"}' data-impressionid="f280cdd3-6bff-4bda-b990-ca18fbf88f9e" data-ypid="533468437" id="lid-533468437"><div class="srp-listing clickable-area rd" data-analytics='{"click_id":1600,"category":"8010123","tier":50}' data-bcnt="163"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/nationwide/mip/my-computer-works-inc-533468437?lid=1002102412571"><img alt="My Computer Works Inc - Computer Technical Assistance & Support Services" height="130" src="//i4.ypcdn.com/ypu/images/default-thumbnails/thumbnail-5.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">3. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/nationwide/mip/my-computer-works-inc-533468437?lid=1002102412571" rel=""><span>My Computer Works Inc</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computers-computer-equipment-service-repair">Computers & Computer Equipment-Service & Repair</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-software-services">Computer Software & Services</a></div><div class="ratings" data-israteable="true"><a class="rating" data-analytics='{"click_id":22,"listing_features":"ratings"}' href="/nationwide/mip/my-computer-works-inc-533468437?lid=1002102412571#yp-rating"><div class="result-rating four half"></div><span class="count">(43)</span></a></div><div class="links"><a class="track-more-info" data-analytics='{"click_id":7,"target":"moreInfo","act":1,"FL":"list","adclick":true,"iid":"f280cdd3-6bff-4bda-b990-ca18fbf88f9e"}' href="/nationwide/mip/my-computer-works-inc-533468437?lid=1002102412571">More Info</a></div><div class="badges"></div></div><div class="info-section info-secondary"><div class="phones phone primary">(877) 221-0118</div><p class="adr">Serving theLos Angeles Area</p><div class="open-status"><svg height="14" viewbox="0 0 14 14" width="14" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#open-icon"></use></svg>CLOSED NOW</div></div><div class="snippet"><figure class="color-1">NL</figure><p class="body with-avatar">Nice support from their office thanks for everything i will visit them again for sure. Great service.</p></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event5","category":"8010123","impression_id":"8f481cfc-8210-471f-9ae5-86783af1e07f","listing_id":"1002095045974","item_id":-1,"listing_type":"sub","ypid":"531845374","content_provider":"RD","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-531845374","item_type":"listing","lhc":"8010123","ldir":"CAST","rate":0,"hasTripAdvisor":false,"pid":"800000002525360267","mip_claimed_status":"mip_unclaimed","mip_ypid":"531845374","rating":"advertiser","listing_index":4,"tier":50,"poi":4,"rank":4,"act":1,"features":"phone","impression":1,"content_partner_id":"RD"}' data-impressionid="8f481cfc-8210-471f-9ae5-86783af1e07f" data-ypid="531845374" id="lid-531845374"><div class="srp-listing clickable-area rd" data-analytics='{"click_id":1600,"category":"8010123","tier":50}' data-bcnt="7"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper photo" data-analytics='{"click_id":1499,"features":"photo-gallery","listing_features":"photo"}' href="/coral-gables-fl/mip/geeks-on-site-531845374?lid=1002095045974#gallery"><img alt="Geeks on Site - Computer Technical Assistance & Support Services" asset_type="blob_api" class="no-tracks lazy" data-original="https://i2.ypcdn.com/blob/dc29547c9c48e73ca1a40f6f8582536606f0da96_130x130_crop.jpg?e695181 " height="130" src="https://i2.ypcdn.com/blob/dc29547c9c48e73ca1a40f6f8582536606f0da96_130x130_crop.jpg?e695181 " width="130"/><noscript><img alt="Geeks on Site - Computer Technical Assistance & Support Services" asset_type="blob_api" class="csrp" height="130" src="https://i2.ypcdn.com/blob/dc29547c9c48e73ca1a40f6f8582536606f0da96_130x130_crop.jpg?e695181 " width="130"/></noscript></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">4. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/coral-gables-fl/mip/geeks-on-site-531845374?lid=1002095045974" rel=""><span>Geeks on Site</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/home-theater-systems">Home Theater Systems</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-printers-supplies">Computer Printers & Supplies</a></div><div class="ratings" data-israteable="true"></div><div class="links"><a class="track-more-info" data-analytics='{"click_id":7,"target":"moreInfo","act":1,"FL":"list","adclick":true,"iid":"8f481cfc-8210-471f-9ae5-86783af1e07f"}' href="/coral-gables-fl/mip/geeks-on-site-531845374?lid=1002095045974">More Info</a></div><div class="badges"><div class="years-in-business"><div class="count"><div class="number">20</div></div><span>YEARS<br/>IN BUSINESS</span></div></div></div><div class="info-section info-secondary"><div class="phones phone primary">(877) 276-1341</div><p class="adr">Serving theLos Angeles Area</p></div><div class="snippet"><p class="body"><span>From Business: We offer a safe and convenient online remote pc repair delivery method as well as traditional onsite, in-home, and in-office services. We will fix your computer…</span></p></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"dade28f6-5a4e-4135-bae1-81786042a4b0","listing_id":"533936759","item_id":-1,"listing_type":"free","ypid":"533936759","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-533936759","item_type":"listing","lhc":"8010123","ldir":"LA","rate":5,"hasTripAdvisor":false,"mip_claimed_status":"mip_claimed","mip_ypid":"533936759","rating":"free","listing_index":5,"tier":999,"poi":5,"rank":5,"act":1,"features":"reviews,phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="dade28f6-5a4e-4135-bae1-81786042a4b0" data-ypid="533936759" id="lid-533936759"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="0"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/los-angeles-ca/mip/pc-and-web-pros-533936759"><img alt="PC AND WEB PROS - Computer Technical Assistance & Support Services" height="130" src="//i1.ypcdn.com/ypu/images/default-thumbnails/thumbnail-6.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">5. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/pc-and-web-pros-533936759" rel=""><span>PC AND WEB PROS</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-cable-wire-installation">Computer Cable & Wire Installation</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/internet-marketing-advertising">Internet Marketing & Advertising</a></div><div class="ratings" data-israteable="true"><a class="rating" data-analytics='{"click_id":22,"listing_features":"ratings"}' href="/los-angeles-ca/mip/pc-and-web-pros-533936759#yp-rating"><div class="result-rating five"></div><span class="count">(3)</span></a></div><div class="links"></div><div class="badges"><div class="years-in-business"><div class="count"><div class="number">23</div></div><span>YEARS<br/>IN BUSINESS</span></div></div></div><div class="info-section info-secondary"><div class="phones phone primary">(888) 823-7767</div><div class="adr"><div class="street-address">All</div><div class="locality">Los Angeles, CA 90045</div></div></div><div class="snippet"><figure class="color-9">JM</figure><p class="body with-avatar">As small business owners working from our home and leveraging the Internet, PC performance is of the utmost in criticality! Having Markuz from…</p></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"5fa1017d-c465-445b-ad5e-4f83adbe445a","listing_id":"6589149","item_id":-1,"listing_type":"free","ypid":"6589149","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-6589149","item_type":"listing","lhc":"8010123","ldir":"LA","rate":5,"hasTripAdvisor":false,"mip_claimed_status":"mip_unclaimed","mip_ypid":"6589149","rating":"free","listing_index":6,"tier":999,"poi":6,"rank":6,"act":1,"features":"website,reviews,phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="5fa1017d-c465-445b-ad5e-4f83adbe445a" data-ypid="6589149" id="lid-6589149"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="3"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/los-angeles-ca/mip/k-tech-computer-services-6589149"><img alt="K-Tech Computer Services - Computer Technical Assistance & Support Services" height="130" src="//i1.ypcdn.com/ypu/images/default-thumbnails/thumbnail-6.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">6. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/k-tech-computer-services-6589149" rel=""><span>K-Tech Computer Services</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-software-services">Computer Software & Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computers-computer-equipment-service-repair">Computers & Computer Equipment-Service & Repair</a></div><div class="ratings" data-israteable="true"><a class="rating" data-analytics='{"click_id":22,"listing_features":"ratings"}' href="/los-angeles-ca/mip/k-tech-computer-services-6589149#yp-rating"><div class="result-rating five"></div><span class="count">(1)</span></a></div><div class="links"><a class="track-visit-website" data-analytics='{"click_id":6,"act":2,"dku":"http://www.ktechla.com","FL":"url","target":"website","LOC":"http://www.ktechla.com","adclick":true,"iid":"5fa1017d-c465-445b-ad5e-4f83adbe445a"}' href="http://www.ktechla.com" rel="nofollow noopener" target="_blank">Website</a></div><div class="badges"><div class="years-in-business"><div class="count"><div class="number">14</div></div><span>YEARS<br/>IN BUSINESS</span></div></div></div><div class="info-section info-secondary"><div class="phones phone primary">(213) 739-3400</div><div class="adr"><div class="street-address">501 Shatto Pl</div><div class="locality">Los Angeles, CA 90020</div></div><div class="open-status"><svg height="14" viewbox="0 0 14 14" width="14" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#open-icon"></use></svg>CLOSED NOW</div></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"a14842c3-4839-4e89-ad82-9bb81dd392b1","listing_id":"7807028","item_id":-1,"listing_type":"free","ypid":"7807028","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-7807028","item_type":"listing","lhc":"8010123","ldir":"LA","rate":4,"hasTripAdvisor":false,"mip_claimed_status":"mip_unclaimed","mip_ypid":"7807028","rating":"free","listing_index":7,"tier":999,"poi":7,"rank":7,"act":1,"features":"reviews,phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="a14842c3-4839-4e89-ad82-9bb81dd392b1" data-ypid="7807028" id="lid-7807028"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="0"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/los-angeles-ca/mip/nyps-computers-7807028"><img alt="Nyps Computers - Computer Technical Assistance & Support Services" height="130" src="//i4.ypcdn.com/ypu/images/default-thumbnails/thumbnail-5.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">7. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/nyps-computers-7807028" rel=""><span>Nyps Computers</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-equipment-dealers">Computer & Equipment Dealers</a></div><div class="ratings" data-israteable="true"><a class="rating" data-analytics='{"click_id":22,"listing_features":"ratings"}' href="/los-angeles-ca/mip/nyps-computers-7807028#yp-rating"><div class="result-rating four"></div><span class="count">(1)</span></a></div><div class="links"></div><div class="badges"><div class="years-in-business"><div class="count"><div class="number">10</div></div><span>YEARS<br/>IN BUSINESS</span></div></div></div><div class="info-section info-secondary"><div class="phones phone primary">(323) 737-4748</div><div class="adr"><div class="street-address">1432 W Jefferson Blvd</div><div class="locality">Los Angeles, CA 90007</div></div><div class="open-status"><svg height="14" viewbox="0 0 14 14" width="14" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#open-icon"></use></svg>CLOSED NOW</div></div><div class="snippet"><figure class="color-7"><svg height="16" viewbox="0 0 22 22" width="16" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#default-avatar"></use></svg></figure><p class="body with-avatar">This is a great small business. They rare computer parts. They sell used and new desktops and some laptops. They mostly do PC data transfrer for…</p></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"8279d83d-de53-4778-8dd1-5dfabb1fa71f","listing_id":"519191029","item_id":-1,"listing_type":"free","ypid":"519191029","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-519191029","item_type":"listing","lhc":"8010123","ldir":"LA","rate":0,"hasTripAdvisor":false,"mip_claimed_status":"mip_unclaimed","mip_ypid":"519191029","rating":"free","listing_index":8,"tier":999,"poi":8,"rank":8,"act":1,"features":"website,phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="8279d83d-de53-4778-8dd1-5dfabb1fa71f" data-ypid="519191029" id="lid-519191029"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="0"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/los-angeles-ca/mip/teamlogic-it-519191029"><img alt="TeamLogic IT - Computer Technical Assistance & Support Services" height="130" src="//i3.ypcdn.com/ypu/images/default-thumbnails/thumbnail-3.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">8. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/teamlogic-it-519191029" rel=""><span>TeamLogic IT</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-system-designers-consultants">Computer System Designers & Consultants</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-data-recovery">Computer Data Recovery</a></div><div class="ratings" data-israteable="true"></div><div class="links"><a class="track-visit-website" data-analytics='{"click_id":6,"act":2,"dku":"https://www.teamlogicit.com/LosAngelesCA512","FL":"url","target":"website","LOC":"https://www.teamlogicit.com/LosAngelesCA512","adclick":true,"iid":"8279d83d-de53-4778-8dd1-5dfabb1fa71f"}' href="https://www.teamlogicit.com/LosAngelesCA512" rel="nofollow noopener" target="_blank">Website</a></div><div class="badges"></div></div><div class="info-section info-secondary"><div class="phones phone primary">(310) 385-8548</div><div class="adr"><div class="street-address">751 N Formosa Ave</div><div class="locality">Los Angeles, CA 90046</div></div><div class="open-status"><svg height="14" viewbox="0 0 14 14" width="14" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#open-icon"></use></svg>CLOSED NOW</div></div><div class="snippet"><p class="body"><span>From Business: Named two-time MSP of the Year, TeamLogic IT is a national provider of technology solutions that businesses rely on for best-in-class managed IT services. Local…</span></p></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"f89ec120-780b-46cb-948c-201485edd4a0","listing_id":"465172515","item_id":-1,"listing_type":"free","ypid":"465172515","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-465172515","item_type":"listing","lhc":"8010123","ldir":"LA","rate":0,"hasTripAdvisor":false,"mip_claimed_status":"mip_unclaimed","mip_ypid":"465172515","rating":"free","listing_index":9,"tier":999,"poi":9,"rank":9,"act":1,"features":"website,phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="f89ec120-780b-46cb-948c-201485edd4a0" data-ypid="465172515" id="lid-465172515"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="0"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper photo" data-analytics='{"click_id":1499,"features":"photo-gallery","listing_features":"photo"}' href="/los-angeles-ca/mip/compumax-465172515?lid=465172515#gallery"><img alt="Compumax - Computer Technical Assistance & Support Services" asset_type="blob_api" class="no-tracks lazy" data-original="https://i2.ypcdn.com/blob/44133a01cbd2bb065a5c5e58da5a6c72ef204e05_130x130_crop.jpg?e695181 " height="130" src="https://i2.ypcdn.com/blob/44133a01cbd2bb065a5c5e58da5a6c72ef204e05_130x130_crop.jpg?e695181 " width="130"/><noscript><img alt="Compumax - Computer Technical Assistance & Support Services" asset_type="blob_api" class="csrp" height="130" src="https://i2.ypcdn.com/blob/44133a01cbd2bb065a5c5e58da5a6c72ef204e05_130x130_crop.jpg?e695181 " width="130"/></noscript></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">9. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/compumax-465172515" rel=""><span>Compumax</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computers-computer-equipment-service-repair">Computers & Computer Equipment-Service & Repair</a></div><div class="ratings" data-israteable="true"></div><div class="links"><a class="track-visit-website" data-analytics='{"click_id":6,"act":2,"dku":"http://www.cacompumax.com","FL":"url","target":"website","LOC":"http://www.cacompumax.com","adclick":true,"iid":"f89ec120-780b-46cb-948c-201485edd4a0"}' href="http://www.cacompumax.com" rel="nofollow noopener" target="_blank">Website</a></div><div class="badges"><div class="years-in-business"><div class="count"><div class="number">11</div></div><span>YEARS<br/>IN BUSINESS</span></div></div><div class="amenities"><span>Amenities:</span><span class="amenities-icons"><svg class="amenities-icon" height="17" viewbox="0 0 20 17" width="20" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-amenity-wheelchair"></use></svg></span><div class="amenities-info"><span><svg class="amenities-icon" height="17" viewbox="0 0 20 17" width="20" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-amenity-wheelchair"></use></svg>Wheelchair accessible</span></div></div></div><div class="info-section info-secondary"><div class="phones phone primary">(310) 288-0000</div><div class="adr"><div class="street-address">9016 W Pico Blvd</div><div class="locality">Los Angeles, CA 90035</div></div><div class="open-status"><svg height="14" viewbox="0 0 14 14" width="14" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#open-icon"></use></svg>CLOSED NOW</div></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"35d82820-b2ef-46be-9053-e6817971becd","listing_id":"532864050","item_id":-1,"listing_type":"free","ypid":"532864050","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-532864050","item_type":"listing","lhc":"8010123","ldir":"LA","rate":0,"hasTripAdvisor":false,"mip_claimed_status":"mip_unclaimed","mip_ypid":"532864050","rating":"free","listing_index":10,"tier":999,"poi":10,"rank":10,"act":1,"features":"website,phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="35d82820-b2ef-46be-9053-e6817971becd" data-ypid="532864050" id="lid-532864050"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="0"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper photo" data-analytics='{"click_id":1499,"features":"photo-gallery","listing_features":"photo"}' href="/los-angeles-ca/mip/naxym-532864050?lid=532864050#gallery"><img alt="Naxym - Computer Technical Assistance & Support Services" asset_type="blob_api" class="no-tracks lazy" data-original="https://i2.ypcdn.com/blob/bd9f221f1d120e1bd01ddf70979ff17c66027326_130x130_crop.jpg?e695181 " height="130" src="https://i2.ypcdn.com/blob/bd9f221f1d120e1bd01ddf70979ff17c66027326_130x130_crop.jpg?e695181 " width="130"/><noscript><img alt="Naxym - Computer Technical Assistance & Support Services" asset_type="blob_api" class="csrp" height="130" src="https://i2.ypcdn.com/blob/bd9f221f1d120e1bd01ddf70979ff17c66027326_130x130_crop.jpg?e695181 " width="130"/></noscript></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">10. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/naxym-532864050" rel=""><span>Naxym</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-system-designers-consultants">Computer System Designers & Consultants</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computers-computer-equipment-service-repair">Computers & Computer Equipment-Service & Repair</a></div><div class="ratings" data-israteable="true"></div><div class="links"><a class="track-visit-website" data-analytics='{"click_id":6,"act":2,"dku":"http://www.naxym.com","FL":"url","target":"website","LOC":"http://www.naxym.com","adclick":true,"iid":"35d82820-b2ef-46be-9053-e6817971becd"}' href="http://www.naxym.com" rel="nofollow noopener" target="_blank">Website</a></div><div class="badges"></div><div class="amenities"><span>Amenities:</span><span class="amenities-icons"><svg class="amenities-icon" height="17" viewbox="0 0 20 17" width="20" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-amenity-wheelchair"></use></svg></span><div class="amenities-info"><span><svg class="amenities-icon" height="17" viewbox="0 0 20 17" width="20" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-amenity-wheelchair"></use></svg>Wheelchair accessible</span></div></div></div><div class="info-section info-secondary"><div class="phones phone primary">(213) 279-2010</div><div class="adr"><div class="street-address">6080 Center Dr Ste 600</div><div class="locality">Los Angeles, CA 90045</div></div><div class="open-status"><svg height="14" viewbox="0 0 14 14" width="14" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#open-icon"></use></svg>CLOSED NOW</div></div><div class="snippet"><p class="body"><span>From Business: We are a US Company that are a ONE call it department to FIX issues from slow PC to fixing loopholes on your servers. We CAN help with creating a digital…</span></p></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"083fa819-cb5e-437b-910d-c77fbd9c10eb","listing_id":"467758134","item_id":-1,"listing_type":"free","ypid":"467758134","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-467758134","item_type":"listing","lhc":"8010123","ldir":"LA","rate":0,"hasTripAdvisor":false,"mip_claimed_status":"mip_unclaimed","mip_ypid":"467758134","rating":"free","listing_index":11,"tier":999,"poi":11,"rank":11,"act":1,"features":"website,phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="083fa819-cb5e-437b-910d-c77fbd9c10eb" data-ypid="467758134" id="lid-467758134"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="0"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/los-angeles-ca/mip/adexa-inc-467758134"><img alt="Adexa Inc - Computer Technical Assistance & Support Services" height="130" src="//i4.ypcdn.com/ypu/images/default-thumbnails/thumbnail-1.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">11. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/adexa-inc-467758134" rel=""><span>Adexa Inc</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computers-computer-equipment-service-repair">Computers & Computer Equipment-Service & Repair</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-software-services">Computer Software & Services</a></div><div class="ratings" data-israteable="true"></div><div class="links"><a class="track-visit-website" data-analytics='{"click_id":6,"act":2,"dku":"http://www.adexa.com","FL":"url","target":"website","LOC":"http://www.adexa.com","adclick":true,"iid":"083fa819-cb5e-437b-910d-c77fbd9c10eb"}' href="http://www.adexa.com" rel="nofollow noopener" target="_blank">Website</a></div><div class="badges"><div class="years-in-business"><div class="count"><div class="number">36</div></div><span>YEARS<br/>IN BUSINESS</span></div></div></div><div class="info-section info-secondary"><div class="phones phone primary">(310) 642-2100</div><div class="adr"><div class="street-address">5777 W Century Blvd</div><div class="locality">Los Angeles, CA 90045</div></div></div><div class="snippet"><p class="body"><span>From Business: Established in 1994, Adexa delivers enterprise business planning and performance management solutions that link strategic planning, financial planning and supply…</span></p></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"46f300be-41f1-4b46-99c9-d01bb963f71b","listing_id":"2642117","item_id":-1,"listing_type":"free","ypid":"2642117","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-2642117","item_type":"listing","lhc":"8010123","ldir":"LA","rate":0,"hasTripAdvisor":false,"mip_claimed_status":"mip_unclaimed","mip_ypid":"2642117","rating":"free","listing_index":12,"tier":999,"poi":12,"rank":12,"act":1,"features":"website,phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="46f300be-41f1-4b46-99c9-d01bb963f71b" data-ypid="2642117" id="lid-2642117"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="0"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/los-angeles-ca/mip/three-dot-solutions-2642117"><img alt="Three Dot Solutions - Computer Technical Assistance & Support Services" height="130" src="//i1.ypcdn.com/ypu/images/default-thumbnails/thumbnail-2.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">12. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/three-dot-solutions-2642117" rel=""><span>Three Dot Solutions</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-network-design-systems">Computer Network Design & Systems</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-system-designers-consultants">Computer System Designers & Consultants</a></div><div class="ratings" data-israteable="true"></div><div class="links"><a class="track-visit-website" data-analytics='{"click_id":6,"act":2,"dku":"http://3dotsolutions.com","FL":"url","target":"website","LOC":"http://3dotsolutions.com","adclick":true,"iid":"46f300be-41f1-4b46-99c9-d01bb963f71b"}' href="http://3dotsolutions.com" rel="nofollow noopener" target="_blank">Website</a></div><div class="badges"><div class="years-in-business"><div class="count"><div class="number">31</div></div><span>YEARS<br/>IN BUSINESS</span></div></div></div><div class="info-section info-secondary"><div class="phones phone primary">(323) 256-3864</div><div class="adr"><div class="street-address">4134 Scandia Way</div><div class="locality">Los Angeles, CA 90065</div></div><div class="open-status"><svg height="14" viewbox="0 0 14 14" width="14" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#open-icon"></use></svg>CLOSED NOW</div></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"92bb396f-396c-4a1e-8d9d-8f4487b89bd0","listing_id":"554503153","item_id":-1,"listing_type":"free","ypid":"554503153","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-554503153","item_type":"listing","lhc":"8010123","ldir":"LA","rate":0,"hasTripAdvisor":false,"mip_claimed_status":"mip_claimed","mip_ypid":"554503153","rating":"free","listing_index":13,"tier":999,"poi":13,"rank":13,"act":1,"features":"website,phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="92bb396f-396c-4a1e-8d9d-8f4487b89bd0" data-ypid="554503153" id="lid-554503153"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="0"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/los-angeles-ca/mip/tekreach-solutions-554503153"><img alt="Tekreach Solutions - Computer Technical Assistance & Support Services" height="130" src="//i1.ypcdn.com/ypu/images/default-thumbnails/thumbnail-6.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">13. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/tekreach-solutions-554503153" rel=""><span>Tekreach Solutions</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-software-services">Computer Software & Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/web-site-hosting">Web Site Hosting</a></div><div class="ratings" data-israteable="true"></div><div class="links"><a class="track-visit-website" data-analytics='{"click_id":6,"act":2,"dku":"http://www.tekreach.com","FL":"url","target":"website","LOC":"http://www.tekreach.com","adclick":true,"iid":"92bb396f-396c-4a1e-8d9d-8f4487b89bd0"}' href="http://www.tekreach.com" rel="nofollow noopener" target="_blank">Website</a></div><div class="badges"></div></div><div class="info-section info-secondary"><div class="phones phone primary">(888) 890-1935</div><div class="adr"><div class="street-address">145 S Fairfax Suite 200</div><div class="locality">Los Angeles, CA 90036</div></div><div class="open-status"><svg height="14" viewbox="0 0 14 14" width="14" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#open-icon"></use></svg>CLOSED NOW</div></div><div class="snippet"><p class="body"><span>From Business: TekReach is a Microsoft Partner Provides Exceptional Technology, IT and Cloud Services to SMBs and Enterprise Customers. With a focus on Microsoft, VMWare, VDI,…</span></p></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"b30a06cd-1129-40dd-9c4c-bc9eab835a6d","listing_id":"531034316","item_id":-1,"listing_type":"free","ypid":"531034316","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-531034316","item_type":"listing","lhc":"8010123","ldir":"LA","rate":0,"hasTripAdvisor":false,"mip_claimed_status":"mip_unclaimed","mip_ypid":"531034316","rating":"free","listing_index":14,"tier":999,"poi":14,"rank":14,"act":1,"features":"website,phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="b30a06cd-1129-40dd-9c4c-bc9eab835a6d" data-ypid="531034316" id="lid-531034316"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="0"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/los-angeles-ca/mip/vmdoggi-computer-shops-531034316"><img alt="VMDOGGI Computer Shops - Computer Technical Assistance & Support Services" height="130" src="//i1.ypcdn.com/ypu/images/default-thumbnails/thumbnail-4.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">14. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/vmdoggi-computer-shops-531034316" rel=""><span>VMDOGGI Computer Shops</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a></div><div class="ratings" data-israteable="true"></div><div class="links"><a class="track-visit-website" data-analytics='{"click_id":6,"act":2,"dku":"http://www.vmdoggi.com","FL":"url","target":"website","LOC":"http://www.vmdoggi.com","adclick":true,"iid":"b30a06cd-1129-40dd-9c4c-bc9eab835a6d"}' href="http://www.vmdoggi.com" rel="nofollow noopener" target="_blank">Website</a></div><div class="badges"></div></div><div class="info-section info-secondary"><div class="phones phone primary">(877) 323-6444</div><div class="adr"><div class="street-address">6029 S Victoria Ave</div><div class="locality">Los Angeles, CA 90043</div></div></div><div class="snippet"><p class="body"><span>From Business: Please Contact Us For More Information</span></p></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"a29366f4-1d0b-4a8c-897b-c4ec84426f24","listing_id":"567300856","item_id":-1,"listing_type":"free","ypid":"567300856","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-567300856","item_type":"listing","lhc":"8010123","ldir":"LA","rate":0,"hasTripAdvisor":false,"mip_claimed_status":"mip_unclaimed","mip_ypid":"567300856","rating":"free","listing_index":15,"tier":999,"poi":15,"rank":15,"act":1,"features":"website,phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="a29366f4-1d0b-4a8c-897b-c4ec84426f24" data-ypid="567300856" id="lid-567300856"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="0"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/los-angeles-ca/mip/tech-help-los-angeles-567300856"><img alt="Tech Help Los Angeles - Computer Technical Assistance & Support Services" height="130" src="//i4.ypcdn.com/ypu/images/default-thumbnails/thumbnail-5.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">15. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/tech-help-los-angeles-567300856" rel=""><span>Tech Help Los Angeles</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a></div><div class="ratings" data-israteable="true"></div><div class="links"><a class="track-visit-website" data-analytics='{"click_id":6,"act":2,"dku":"https://techhelpla.com","FL":"url","target":"website","LOC":"https://techhelpla.com","adclick":true,"iid":"a29366f4-1d0b-4a8c-897b-c4ec84426f24"}' href="https://techhelpla.com" rel="nofollow noopener" target="_blank">Website</a></div><div class="badges"></div></div><div class="info-section info-secondary"><div class="phones phone primary">(213) 986-5722</div><div class="adr"><div class="street-address">4401 W Slauson Ave</div><div class="locality">Los Angeles, CA 90043</div></div></div><div class="snippet"><p class="body"><span>From Business: Computer Tech Support & IT Services</span></p></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"7596831c-0c99-4938-bc5a-2f461ddfe9df","listing_id":"522136527","item_id":-1,"listing_type":"free","ypid":"522136527","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-522136527","item_type":"listing","lhc":"8010123","ldir":"LA","rate":0,"hasTripAdvisor":false,"mip_claimed_status":"mip_claimed","mip_ypid":"522136527","rating":"free","listing_index":16,"tier":999,"poi":16,"rank":16,"act":1,"features":"website,phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="7596831c-0c99-4938-bc5a-2f461ddfe9df" data-ypid="522136527" id="lid-522136527"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="0"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/los-angeles-ca/mip/thomas-bolton-network-services-522136527"><img alt="Thomas Bolton Network Services - Computer Technical Assistance & Support Services" height="130" src="//i3.ypcdn.com/ypu/images/default-thumbnails/thumbnail-3.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">16. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/thomas-bolton-network-services-522136527" rel=""><span>Thomas Bolton Network Services</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-online-services">Computer Online Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-software-services">Computer Software & Services</a></div><div class="ratings" data-israteable="true"></div><div class="links"><a class="track-visit-website" data-analytics='{"click_id":6,"act":2,"dku":"http://www.tombolton.net","FL":"url","target":"website","LOC":"http://www.tombolton.net","adclick":true,"iid":"7596831c-0c99-4938-bc5a-2f461ddfe9df"}' href="http://www.tombolton.net" rel="nofollow noopener" target="_blank">Website</a></div><div class="badges"><div class="years-in-business"><div class="count"><div class="number">26</div></div><span>YEARS<br/>IN BUSINESS</span></div></div></div><div class="info-section info-secondary"><div class="phones phone primary">(323) 497-3441</div><div class="adr"><div class="street-address">10449 W Zamora Ave</div><div class="locality">Los Angeles, CA 90002</div></div></div><div class="snippet"><p class="body"><span>From Business: Computer, Website and Network Services - Fast, affordable, computer, network and website services in Los Angeles since 1996 - On site and remote service.…</span></p></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"a2d84d33-15e2-42e1-901f-7d5023ff4a18","listing_id":"467063322","item_id":-1,"listing_type":"free","ypid":"467063322","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-467063322","item_type":"listing","lhc":"8010123","ldir":"LA","rate":0,"hasTripAdvisor":false,"mip_claimed_status":"mip_unclaimed","mip_ypid":"467063322","rating":"free","listing_index":17,"tier":999,"poi":17,"rank":17,"act":1,"features":"phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="a2d84d33-15e2-42e1-901f-7d5023ff4a18" data-ypid="467063322" id="lid-467063322"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="0"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/los-angeles-ca/mip/tech-tutor-la-467063322"><img alt="Tech Tutor LA - Computer Technical Assistance & Support Services" height="130" src="//i1.ypcdn.com/ypu/images/default-thumbnails/thumbnail-6.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">17. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/tech-tutor-la-467063322" rel=""><span>Tech Tutor LA</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-network-design-systems">Computer Network Design & Systems</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-system-designers-consultants">Computer System Designers & Consultants</a></div><div class="ratings" data-israteable="true"></div><div class="links"></div><div class="badges"><div class="years-in-business"><div class="count"><div class="number">11</div></div><span>YEARS<br/>IN BUSINESS</span></div></div></div><div class="info-section info-secondary"><div class="phones phone primary">(310) 592-5630</div><div class="adr"><div class="street-address">11320 Isleta St</div><div class="locality">Los Angeles, CA 90049</div></div></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"c9095074-9690-4d8d-a871-a02467077793","listing_id":"467813240","item_id":-1,"listing_type":"free","ypid":"467813240","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-467813240","item_type":"listing","lhc":"8010123","ldir":"LA","rate":0,"hasTripAdvisor":false,"mip_claimed_status":"mip_unclaimed","mip_ypid":"467813240","rating":"free","listing_index":18,"tier":999,"poi":18,"rank":18,"act":1,"features":"website,phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="c9095074-9690-4d8d-a871-a02467077793" data-ypid="467813240" id="lid-467813240"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="1"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/los-angeles-ca/mip/avance-tech-solutions-inc-467813240"><img alt="Avance Tech Solutions Inc - Computer Technical Assistance & Support Services" height="130" src="//i1.ypcdn.com/ypu/images/default-thumbnails/thumbnail-6.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">18. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/avance-tech-solutions-inc-467813240" rel=""><span>Avance Tech Solutions Inc</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computers-computer-equipment-service-repair">Computers & Computer Equipment-Service & Repair</a></div><div class="ratings" data-israteable="true"></div><div class="links"><a class="track-visit-website" data-analytics='{"click_id":6,"act":2,"dku":"http://www.atechso.com","FL":"url","target":"website","LOC":"http://www.atechso.com","adclick":true,"iid":"c9095074-9690-4d8d-a871-a02467077793"}' href="http://www.atechso.com" rel="nofollow noopener" target="_blank">Website</a></div><div class="badges"><div class="years-in-business"><div class="count"><div class="number">12</div></div><span>YEARS<br/>IN BUSINESS</span></div></div></div><div class="info-section info-secondary"><div class="phones phone primary">(213) 626-1155</div><div class="adr"><div class="street-address">350 S Figueroa St</div><div class="locality">Los Angeles, CA 90071</div></div></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"e528b98a-a983-42ac-881d-88b407ee32d8","listing_id":"14031037","item_id":-1,"listing_type":"free","ypid":"14031037","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-14031037","item_type":"listing","lhc":"8010123","ldir":"LA","rate":0,"hasTripAdvisor":false,"mip_claimed_status":"mip_unclaimed","mip_ypid":"14031037","rating":"free","listing_index":19,"tier":999,"poi":19,"rank":19,"act":1,"features":"website,phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="e528b98a-a983-42ac-881d-88b407ee32d8" data-ypid="14031037" id="lid-14031037"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="0"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/los-angeles-ca/mip/garland-connect-14031037"><img alt="Garland Connect - Computer Technical Assistance & Support Services" height="130" src="//i1.ypcdn.com/ypu/images/default-thumbnails/thumbnail-6.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">19. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/garland-connect-14031037" rel=""><span>Garland Connect</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-software-publishers-developers">Computer Software Publishers & Developers</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computers-computer-equipment-service-repair">Computers & Computer Equipment-Service & Repair</a></div><div class="ratings" data-israteable="true"></div><div class="links"><a class="track-visit-website" data-analytics='{"click_id":6,"act":2,"dku":"https://www.garlandconnect.com","FL":"url","target":"website","LOC":"https://www.garlandconnect.com","adclick":true,"iid":"e528b98a-a983-42ac-881d-88b407ee32d8"}' href="https://www.garlandconnect.com" rel="nofollow noopener" target="_blank">Website</a></div><div class="badges"><div class="years-in-business"><div class="count"><div class="number">11</div></div><span>YEARS<br/>IN BUSINESS</span></div></div></div><div class="info-section info-secondary"><div class="phones phone primary">(213) 489-1800</div><div class="adr"><div class="street-address">1200 W 7th St</div><div class="locality">Los Angeles, CA 90017</div></div></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"10fdfc09-a432-48ee-9677-e5df43943ce9","listing_id":"452114971","item_id":-1,"listing_type":"free","ypid":"452114971","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-452114971","item_type":"listing","lhc":"8010123","ldir":"LA","rate":0,"hasTripAdvisor":false,"mip_claimed_status":"mip_unclaimed","mip_ypid":"452114971","rating":"free","listing_index":20,"tier":999,"poi":20,"rank":20,"act":1,"features":"phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="10fdfc09-a432-48ee-9677-e5df43943ce9" data-ypid="452114971" id="lid-452114971"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="0"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/los-angeles-ca/mip/daekey-technology-452114971"><img alt="Daekey Technology - Computer Technical Assistance & Support Services" height="130" src="//i4.ypcdn.com/ypu/images/default-thumbnails/thumbnail-1.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">20. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/daekey-technology-452114971" rel=""><span>Daekey Technology</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computers-computer-equipment-service-repair">Computers & Computer Equipment-Service & Repair</a></div><div class="ratings" data-israteable="true"></div><div class="links"></div><div class="badges"><div class="years-in-business"><div class="count"><div class="number">12</div></div><span>YEARS<br/>IN BUSINESS</span></div></div></div><div class="info-section info-secondary"><div class="phones phone primary">(213) 387-0300</div><div class="adr"><div class="street-address">3700 Wilshire Blvd</div><div class="locality">Los Angeles, CA 90010</div></div></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"f23ce9df-849f-4311-8181-8a5e8fe55b81","listing_id":"30706371","item_id":-1,"listing_type":"free","ypid":"30706371","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-30706371","item_type":"listing","lhc":"8010123","ldir":"LA","rate":0,"hasTripAdvisor":false,"mip_claimed_status":"mip_unclaimed","mip_ypid":"30706371","rating":"free","listing_index":21,"tier":999,"poi":21,"rank":21,"act":1,"features":"website,phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="f23ce9df-849f-4311-8181-8a5e8fe55b81" data-ypid="30706371" id="lid-30706371"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="0"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/los-angeles-ca/mip/bankinfra-technology-30706371"><img alt="Bankinfra Technology - Computer Technical Assistance & Support Services" height="130" src="//i1.ypcdn.com/ypu/images/default-thumbnails/thumbnail-6.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">21. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/bankinfra-technology-30706371" rel=""><span>Bankinfra Technology</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computers-computer-equipment-service-repair">Computers & Computer Equipment-Service & Repair</a></div><div class="ratings" data-israteable="true"></div><div class="links"><a class="track-visit-website" data-analytics='{"click_id":6,"act":2,"dku":"http://bankinfra.com","FL":"url","target":"website","LOC":"http://bankinfra.com","adclick":true,"iid":"f23ce9df-849f-4311-8181-8a5e8fe55b81"}' href="http://bankinfra.com" rel="nofollow noopener" target="_blank">Website</a></div><div class="badges"><div class="years-in-business"><div class="count"><div class="number">25</div></div><span>YEARS<br/>IN BUSINESS</span></div></div></div><div class="info-section info-secondary"><div class="phones phone primary">(213) 739-7900</div><div class="adr"><div class="street-address">3850 Wilshire Blvd</div><div class="locality">Los Angeles, CA 90010</div></div><div class="open-status"><svg height="14" viewbox="0 0 14 14" width="14" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#open-icon"></use></svg>CLOSED NOW</div></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"9ec95364-f161-4aec-854e-a59fd2ae255d","listing_id":"470058878","item_id":-1,"listing_type":"free","ypid":"470058878","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-470058878","item_type":"listing","lhc":"8010123","ldir":"LA","rate":0,"hasTripAdvisor":false,"mip_claimed_status":"mip_unclaimed","mip_ypid":"470058878","rating":"free","listing_index":22,"tier":999,"poi":22,"rank":22,"act":1,"features":"website,phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="9ec95364-f161-4aec-854e-a59fd2ae255d" data-ypid="470058878" id="lid-470058878"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="0"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/los-angeles-ca/mip/stars-470058878"><img alt="Stars - Computer Technical Assistance & Support Services" height="130" src="//i1.ypcdn.com/ypu/images/default-thumbnails/thumbnail-6.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">22. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/stars-470058878" rel=""><span>Stars</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computers-computer-equipment-service-repair">Computers & Computer Equipment-Service & Repair</a></div><div class="ratings" data-israteable="true"></div><div class="links"><a class="track-visit-website" data-analytics='{"click_id":6,"act":2,"dku":"http://www.starluxurycars.com","FL":"url","target":"website","LOC":"http://www.starluxurycars.com","adclick":true,"iid":"9ec95364-f161-4aec-854e-a59fd2ae255d"}' href="http://www.starluxurycars.com" rel="nofollow noopener" target="_blank">Website</a></div><div class="badges"></div></div><div class="info-section info-secondary"><div class="phones phone primary">(323) 266-8114</div><div class="adr"><div class="street-address">416 S Atlantic Blvd</div><div class="locality">Los Angeles, CA 90022</div></div></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"a002729b-33aa-43ef-98a4-08daad9fe64e","listing_id":"510885722","item_id":-1,"listing_type":"free","ypid":"510885722","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-510885722","item_type":"listing","lhc":"8010123","ldir":"LA","rate":0,"hasTripAdvisor":false,"mip_claimed_status":"mip_unclaimed","mip_ypid":"510885722","rating":"free","listing_index":23,"tier":999,"poi":23,"rank":23,"act":1,"features":"website,phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="a002729b-33aa-43ef-98a4-08daad9fe64e" data-ypid="510885722" id="lid-510885722"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="0"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/los-angeles-ca/mip/simpleware-inc-510885722"><img alt="Simpleware Inc. - Computer Technical Assistance & Support Services" height="130" src="//i1.ypcdn.com/ypu/images/default-thumbnails/thumbnail-2.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">23. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/simpleware-inc-510885722" rel=""><span>Simpleware Inc.</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-software-services">Computer Software & Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computers-computer-equipment-service-repair">Computers & Computer Equipment-Service & Repair</a></div><div class="ratings" data-israteable="true"></div><div class="links"><a class="track-visit-website" data-analytics='{"click_id":6,"act":2,"dku":"http://www.simplewareinc.com","FL":"url","target":"website","LOC":"http://www.simplewareinc.com","adclick":true,"iid":"a002729b-33aa-43ef-98a4-08daad9fe64e"}' href="http://www.simplewareinc.com" rel="nofollow noopener" target="_blank">Website</a></div><div class="badges"><div class="years-in-business"><div class="count"><div class="number">24</div></div><span>YEARS<br/>IN BUSINESS</span></div></div></div><div class="info-section info-secondary"><div class="phones phone primary">(323) 349-0825</div><div class="adr"><div class="street-address">1059 Colorado Blvd</div><div class="locality">Los Angeles, CA 90041</div></div></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"58ccdf54-162d-4c35-809d-604777cfd3fe","listing_id":"491815843","item_id":-1,"listing_type":"free","ypid":"491815843","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-491815843","item_type":"listing","lhc":"8010123","ldir":"LA","rate":0,"hasTripAdvisor":false,"mip_claimed_status":"mip_unclaimed","mip_ypid":"491815843","rating":"free","listing_index":24,"tier":999,"poi":24,"rank":24,"act":1,"features":"phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="58ccdf54-162d-4c35-809d-604777cfd3fe" data-ypid="491815843" id="lid-491815843"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="1"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/los-angeles-ca/mip/jaws-491815843"><img alt="Jaws - Computer Technical Assistance & Support Services" height="130" src="//i4.ypcdn.com/ypu/images/default-thumbnails/thumbnail-5.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">24. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/jaws-491815843" rel=""><span>Jaws</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-equipment-dealers">Computer & Equipment Dealers</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computers-computer-equipment-service-repair">Computers & Computer Equipment-Service & Repair</a></div><div class="ratings" data-israteable="true"></div><div class="links"></div><div class="badges"><div class="years-in-business"><div class="count"><div class="number">11</div></div><span>YEARS<br/>IN BUSINESS</span></div></div></div><div class="info-section info-secondary"><div class="phones phone primary">(310) 841-6800</div><div class="adr"><div class="street-address">3520 Overland Ave</div><div class="locality">Los Angeles, CA 90034</div></div><div class="open-status"><svg height="14" viewbox="0 0 14 14" width="14" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#open-icon"></use></svg>CLOSED NOW</div></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"8c6770a5-fc73-4a4a-a0ca-26c27f09ff3e","listing_id":"467636865","item_id":-1,"listing_type":"free","ypid":"467636865","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-467636865","item_type":"listing","lhc":"8010123","ldir":"LA","rate":0,"hasTripAdvisor":false,"mip_claimed_status":"mip_unclaimed","mip_ypid":"467636865","rating":"free","listing_index":25,"tier":999,"poi":25,"rank":25,"act":1,"features":"website,phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="8c6770a5-fc73-4a4a-a0ca-26c27f09ff3e" data-ypid="467636865" id="lid-467636865"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="1"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/los-angeles-ca/mip/h-r-c-s-inc-467636865"><img alt="H R C S Inc - Computer Technical Assistance & Support Services" height="130" src="//i4.ypcdn.com/ypu/images/default-thumbnails/thumbnail-1.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">25. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/h-r-c-s-inc-467636865" rel=""><span>H R C S Inc</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/business-coaches-consultants">Business Coaches & Consultants</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-software-services">Computer Software & Services</a></div><div class="ratings" data-israteable="true"></div><div class="links"><a class="track-visit-website" data-analytics='{"click_id":6,"act":2,"dku":"https://www.upcurvecloud.com/contact","FL":"url","target":"website","LOC":"https://www.upcurvecloud.com/contact","adclick":true,"iid":"8c6770a5-fc73-4a4a-a0ca-26c27f09ff3e"}' href="https://www.upcurvecloud.com/contact" rel="nofollow noopener" target="_blank">Website</a></div><div class="badges"><div class="years-in-business"><div class="count"><div class="number">17</div></div><span>YEARS<br/>IN BUSINESS</span></div></div></div><div class="info-section info-secondary"><div class="phones phone primary">(310) 857-6911</div><div class="adr"><div class="street-address">10801 National Blvd</div><div class="locality">Los Angeles, CA 90064</div></div><div class="open-status"><svg height="14" viewbox="0 0 14 14" width="14" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#open-icon"></use></svg>CLOSED NOW</div></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"6be0874d-24d0-4546-8b9f-8a7217d6fc7b","listing_id":"544313227","item_id":-1,"listing_type":"free","ypid":"544313227","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-544313227","item_type":"listing","lhc":"8010123","ldir":"LA","rate":0,"hasTripAdvisor":false,"mip_claimed_status":"mip_unclaimed","mip_ypid":"544313227","rating":"free","listing_index":26,"tier":999,"poi":26,"rank":26,"act":1,"features":"website,phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="6be0874d-24d0-4546-8b9f-8a7217d6fc7b" data-ypid="544313227" id="lid-544313227"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="0"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/los-angeles-ca/mip/cmit-solutions-544313227"><img alt="Cmit Solutions - Computer Technical Assistance & Support Services" height="130" src="//i1.ypcdn.com/ypu/images/default-thumbnails/thumbnail-4.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">26. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/cmit-solutions-544313227" rel=""><span>Cmit Solutions</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-system-designers-consultants">Computer System Designers & Consultants</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computers-computer-equipment-service-repair">Computers & Computer Equipment-Service & Repair</a></div><div class="ratings" data-israteable="true"></div><div class="links"><a class="track-visit-website" data-analytics='{"click_id":6,"act":2,"dku":"https://www.cmitsolutions.com/west-la","FL":"url","target":"website","LOC":"https://www.cmitsolutions.com/west-la","adclick":true,"iid":"6be0874d-24d0-4546-8b9f-8a7217d6fc7b"}' href="https://www.cmitsolutions.com/west-la" rel="nofollow noopener" target="_blank">Website</a></div><div class="badges"></div></div><div class="info-section info-secondary"><div class="phones phone primary">(424) 270-9155</div><div class="adr"><div class="street-address">10880 Wilshire Blvd Ste 1101</div><div class="locality">Los Angeles, CA 90024</div></div></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"84f44f1b-bd48-4401-a7b1-881e41d89c0d","listing_id":"504402755","item_id":-1,"listing_type":"free","ypid":"504402755","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-504402755","item_type":"listing","lhc":"8010123","ldir":"LA","rate":0,"hasTripAdvisor":false,"mip_claimed_status":"mip_unclaimed","mip_ypid":"504402755","rating":"free","listing_index":27,"tier":999,"poi":27,"rank":27,"act":1,"features":"website,phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="84f44f1b-bd48-4401-a7b1-881e41d89c0d" data-ypid="504402755" id="lid-504402755"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="0"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/los-angeles-ca/mip/host-international-inc-504402755"><img alt="Host International Inc - Computer Technical Assistance & Support Services" height="130" src="//i1.ypcdn.com/ypu/images/default-thumbnails/thumbnail-6.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">27. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/host-international-inc-504402755" rel=""><span>Host International Inc</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computers-computer-equipment-service-repair">Computers & Computer Equipment-Service & Repair</a></div><div class="ratings" data-israteable="true"></div><div class="links"><a class="track-visit-website" data-analytics='{"click_id":6,"act":2,"dku":"http://hmshost.com","FL":"url","target":"website","LOC":"http://hmshost.com","adclick":true,"iid":"84f44f1b-bd48-4401-a7b1-881e41d89c0d"}' href="http://hmshost.com" rel="nofollow noopener" target="_blank">Website</a></div><div class="badges"></div><div class="amenities"><span>Amenities:</span><span class="amenities-icons"><svg class="amenities-icon" height="17" viewbox="0 0 20 17" width="20" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-amenity-wifi"></use></svg></span><div class="amenities-info"><span><svg class="amenities-icon" height="17" viewbox="0 0 20 17" width="20" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-amenity-wifi"></use></svg>Has Wifi</span></div></div></div><div class="info-section info-secondary"><div class="phones phone primary">(310) 342-7091</div><div class="adr"><div class="street-address">200 World Way</div><div class="locality">Los Angeles, CA 90045</div></div></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"4bbb6350-40fa-407a-859b-e8addfcc52c7","listing_id":"508410499","item_id":-1,"listing_type":"free","ypid":"508410499","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-508410499","item_type":"listing","lhc":"8010123","ldir":"LA","rate":0,"hasTripAdvisor":false,"mip_claimed_status":"mip_unclaimed","mip_ypid":"508410499","rating":"free","listing_index":28,"tier":999,"poi":28,"rank":28,"act":1,"features":"phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="4bbb6350-40fa-407a-859b-e8addfcc52c7" data-ypid="508410499" id="lid-508410499"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="0"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/los-angeles-ca/mip/tsr-inc-508410499"><img alt="TSR Inc - Computer Technical Assistance & Support Services" height="130" src="//i4.ypcdn.com/ypu/images/default-thumbnails/thumbnail-5.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">28. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/tsr-inc-508410499" rel=""><span>TSR Inc</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a></div><div class="ratings" data-israteable="true"></div><div class="links"></div><div class="badges"></div></div><div class="info-section info-secondary"><div class="phones phone primary">(213) 253-0507</div><div class="adr"><div class="street-address">535 N Alameda St</div><div class="locality">Los Angeles, CA 90012</div></div></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"40ae0aca-ec01-4109-b49c-efaec5c54297","listing_id":"479817771","item_id":-1,"listing_type":"free","ypid":"479817771","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-479817771","item_type":"listing","lhc":"8010123","ldir":"LA","rate":0,"hasTripAdvisor":false,"mip_claimed_status":"mip_unclaimed","mip_ypid":"479817771","rating":"free","listing_index":29,"tier":999,"poi":29,"rank":29,"act":1,"features":"website,phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="40ae0aca-ec01-4109-b49c-efaec5c54297" data-ypid="479817771" id="lid-479817771"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="0"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/los-angeles-ca/mip/tsr-inc-479817771"><img alt="TSR Inc - Computer Technical Assistance & Support Services" height="130" src="//i4.ypcdn.com/ypu/images/default-thumbnails/thumbnail-1.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">29. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/tsr-inc-479817771" rel=""><span>TSR Inc</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a></div><div class="ratings" data-israteable="true"></div><div class="links"><a class="track-visit-website" data-analytics='{"click_id":6,"act":2,"dku":"http://www.cafemberkeley.net","FL":"url","target":"website","LOC":"http://www.cafemberkeley.net","adclick":true,"iid":"40ae0aca-ec01-4109-b49c-efaec5c54297"}' href="http://www.cafemberkeley.net" rel="nofollow noopener" target="_blank">Website</a></div><div class="badges"></div><div class="amenities"><span>Amenities:</span><span class="amenities-icons"><svg class="amenities-icon" height="17" viewbox="0 0 20 17" width="20" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-amenity-outdoor"></use></svg><svg class="amenities-icon" height="17" viewbox="0 0 20 17" width="20" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-amenity-wheelchair"></use></svg><svg class="amenities-icon" height="17" viewbox="0 0 20 17" width="20" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-amenity-alcohol"></use></svg></span><div class="amenities-info"><span><svg class="amenities-icon" height="17" viewbox="0 0 20 17" width="20" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-amenity-outdoor"></use></svg>Offers outdoor seating</span><span><svg class="amenities-icon" height="17" viewbox="0 0 20 17" width="20" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-amenity-wheelchair"></use></svg>Wheelchair accessible</span><span><svg class="amenities-icon" height="17" viewbox="0 0 20 17" width="20" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-amenity-alcohol"></use></svg>Serves alcohol</span></div></div></div><div class="info-section info-secondary"><div class="phones phone primary">(213) 680-7809</div><div class="adr"><div class="street-address">320 W 4th St</div><div class="locality">Los Angeles, CA 90013</div></div><div class="open-status"><svg height="14" viewbox="0 0 14 14" width="14" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#open-icon"></use></svg>CLOSED NOW</div></div><div class="listing-ctas"></div></div></div></div></div><div class="result" data-analytics='{"adclick":true,"events":"event7,event6","category":"8010123","impression_id":"d2415f64-89c8-4e4a-8bc5-4e34ec807728","listing_id":"495620816","item_id":-1,"listing_type":"free","ypid":"495620816","content_provider":"MDM","srid":"L-webyp-c0c17435-e0c6-419a-a152-ee4519064c9f-495620816","item_type":"listing","lhc":"8010123","ldir":"LA","rate":0,"hasTripAdvisor":false,"mip_claimed_status":"mip_unclaimed","mip_ypid":"495620816","rating":"free","listing_index":30,"tier":999,"poi":30,"rank":30,"act":1,"features":"phone","impression":1,"content_partner_id":"MDM"}' data-impressionid="d2415f64-89c8-4e4a-8bc5-4e34ec807728" data-ypid="495620816" id="lid-495620816"><div class="srp-listing clickable-area mdm" data-analytics='{"click_id":1600,"category":"8010123","tier":999}' data-bcnt="0"><div class="v-card"><div class="media-thumbnail"><a class="media-thumbnail-wrapper default" data-analytics='{"click_id":509}' href="/los-angeles-ca/mip/dove-technology-group-495620816"><img alt="Dove Technology Group - Computer Technical Assistance & Support Services" height="130" src="//i4.ypcdn.com/ypu/images/default-thumbnails/thumbnail-1.svg?e695181" width="130"/></a></div><div class="info"><div class="info-section info-primary"><h2 class="n">30. <a class="business-name" data-analytics='{"target":"name","feature_click":""}' href="/los-angeles-ca/mip/dove-technology-group-495620816" rel=""><span>Dove Technology Group</span></a></h2><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false,"listing_features":"category","events":""}' href="https://www.yellowpages.com/los-angeles-ca/computer-software-publishers-developers">Computer Software Publishers & Developers</a></div><div class="ratings" data-israteable="true"></div><div class="links"></div><div class="badges"><div class="years-in-business"><div class="count"><div class="number">8</div></div><span>YEARS<br/>IN BUSINESS</span></div></div></div><div class="info-section info-secondary"><div class="phones phone primary">(323) 750-7993</div><div class="adr"><div class="street-address">420 S Grand Ave</div><div class="locality">Los Angeles, CA 90071</div></div></div><div class="listing-ctas"></div></div></div></div></div></div><div class="search-results center-ads" data-analytics='{"lmt":"1","listing_page":1}' id="bottom-center-ads"><div class="endt hidden"><section class="endt-srp-container sponsored-links hidden endt-bottom"><header>Sponsored Links</header><div class="endt-block" data-analytics='{"moi":31,"impression":1}' id="endt-srp-bottom"></div></section></div></div><div class="pagination"><span>Showing 1-30 of 678</span><ul><li><div class="prev"></div></li><li><span class="disabled">1</span></li><li><a data-analytics='{"click_id":132,"module":1,"listing_page":2}' data-page="2" data-remote="true" href="/search?search_terms=it%20companies&geo_location_terms=Los%20Angeles%2C%20CA&page=2">2</a></li><li><a data-analytics='{"click_id":132,"module":1,"listing_page":3}' data-page="3" data-remote="true" href="/search?search_terms=it%20companies&geo_location_terms=Los%20Angeles%2C%20CA&page=3">3</a></li><li><a data-analytics='{"click_id":132,"module":1,"listing_page":4}' data-page="4" data-remote="true" href="/search?search_terms=it%20companies&geo_location_terms=Los%20Angeles%2C%20CA&page=4">4</a></li><li><a data-analytics='{"click_id":132,"module":1,"listing_page":5}' data-page="5" data-remote="true" href="/search?search_terms=it%20companies&geo_location_terms=Los%20Angeles%2C%20CA&page=5">5</a></li><li><a class="next ajax-page" data-analytics='{"click_id":132}' data-page="2" data-remote="true" href="/search?search_terms=it%20companies&geo_location_terms=Los%20Angeles%2C%20CA&page=2">Next</a></li></ul></div></div><div class="hide" id="search-disclosure-overlay"><header>About Search Results</header><div class="alert-body"><section><p class="statement">YP - The Real Yellow Pages<sup>SM</sup> - helps you find the right local businesses to meet your specific needs. Search results are sorted by a combination of factors to give you a set of choices in response to your search criteria. These factors are similar to those you might use to determine which business to select from a local Yellow Pages directory, including proximity to where you are searching, expertise in the specific services or products you need, and comprehensive business information to help evaluate a business's suitability for you. “Preferred” listings, or those with featured website buttons, indicate YP advertisers who directly provide information about their businesses to help consumers make more informed buying decisions. YP advertisers receive higher placement in the default ordering of search results and may appear in sponsored listings on the top, side, or bottom of the search results page.</p></section><div class="clear"></div></div></div></div><aside id="main-aside"><div class="yp-map" id="minimap"><a class="map-toggle-default" data-analytics='{"click_id":1233}' href="/search-map?search_terms=it+companies&geo_location_terms=Los+Angeles%2C+CA"><img class="map" height="296" src="https://maps.googleapis.com/maps/api/staticmap?format=png8&markers=icon%3Ahttps%3A%2F%2Fi1.ypcdn.com%2Fypu%2Fimages%2Ficons%2Fmap-pin-01.png%7C34.041237%2C-118.42965%7C33.995792%2C-118.44058%7C34.06531%2C-118.2901%7C34.02537%2C-118.298325%7C34.08458%2C-118.34639%7C34.055126%2C-118.388115%7C33.976715%2C-118.391136%7C33.945717%2C-118.38248%7C34.119087%2C-118.22469%7C34.073%2C-118.36176%7C33.984566%2C-118.33249%7C33.989014%2C-118.35188%7C33.94145%2C-118.25228%7C34.06943%2C-118.464836%7C34.054344%2C-118.255005%7C34.051342%2C-118.265816%7C34.06157%2C-118.30675%7C34.06156%2C-118.31097%7C34.02894%2C-118.15452%7C34.13755%2C-118.18946%7C34.024487%2C-118.411224%7C34.031128%2C-118.4203%7C34.058926%2C-118.44269%7C33.94547%2C-118.40233%7C34.053318%2C-118.23811%7C34.049732%2C-118.24995%7C34.0512%2C-118.25273&size=296x296&channel=web&key=AIzaSyAFLfj_UY3XBrQzlSRf_QbnUJRnLvxKh5Q&signature=iDVRH0sRL0USb6u5POgPJjS5sA4=" width="296"/><span id="goto-map-view">Map View</span></a></div><div class="listings-and-ads" data-analytics='{"module":2,"moi":2,"lmt":"1","listing_page":1}'><section class="nearby-cities"><header><h3>Places Near Los Angeles, CA with It Companies</h3></header><ul><li><a data-analytics='{"click_id":2641,"module":2}' href="/huntington-park-ca/it-companies">Huntington Park</a><span> (8 miles)</span></li><li><a data-analytics='{"click_id":2641,"module":2}' href="/glendale-ca/it-companies">Glendale</a><span> (10 miles)</span></li><li><a data-analytics='{"click_id":2641,"module":2}' href="/west-hollywood-ca/it-companies">West Hollywood</a><span> (12 miles)</span></li><li><a data-analytics='{"click_id":2641,"module":2}' href="/alhambra-ca/it-companies">Alhambra</a><span> (12 miles)</span></li><li><a data-analytics='{"click_id":2641,"module":2}' href="/san-gabriel-ca/it-companies">San Gabriel</a><span> (14 miles)</span></li><li><a data-analytics='{"click_id":2641,"module":2}' href="/montebello-ca/it-companies">Montebello</a><span> (14 miles)</span></li><li><a data-analytics='{"click_id":2641,"module":2}' href="/pasadena-ca/it-companies">Pasadena</a><span> (14 miles)</span></li><li><a data-analytics='{"click_id":2641,"module":2}' href="/inglewood-ca/it-companies">Inglewood</a><span> (14 miles)</span></li><li><a data-analytics='{"click_id":2641,"module":2}' href="/culver-city-ca/it-companies">Culver City</a><span> (14 miles)</span></li><li><a data-analytics='{"click_id":2641,"module":2}' href="/beverly-hills-ca/it-companies">Beverly Hills</a><span> (15 miles)</span></li></ul></section><div class="google-ad-srp-right-rail-slot1" id="div-gpt-ad-1553116728289-0"><script type="text/javascript">googletag.cmd.push(function() { googletag.display('div-gpt-ad-1553116728289-0'); }); </script></div><section class="seo-categories"><h3>Related Categories</h3><a data-analytics='{"click_id":1235}' href="/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1235}' href="/los-angeles-ca/computer-equipment-dealers">Computer & Equipment Dealers</a><a data-analytics='{"click_id":1235}' href="/los-angeles-ca/computer-network-design-systems">Computer Network Design & Systems</a><a data-analytics='{"click_id":1235}' href="/los-angeles-ca/computer-service-repair-business">Computer Service & Repair-Business</a><a data-analytics='{"click_id":1235}' href="/los-angeles-ca/computer-system-designers-consultants">Computer System Designers & Consultants</a><a data-analytics='{"click_id":1235}' href="/los-angeles-ca/computer-software-services">Computer Software & Services</a><a data-analytics='{"click_id":1235}' href="/los-angeles-ca/computer-hardware-supplies">Computer Hardware & Supplies</a><a data-analytics='{"click_id":1235}' href="/los-angeles-ca/computer-software-publishers-developers">Computer Software Publishers & Developers</a><a data-analytics='{"click_id":1235}' href="/los-angeles-ca/computer-data-recovery">Computer Data Recovery</a><a data-analytics='{"click_id":1235}' href="/los-angeles-ca/computer-online-services">Computer Online Services</a></section><section class="featured-listings top" id="bottom-right-ads"><h4>Featured Computer Technical Assistance & Support Services</h4><div class="srp-listing clickable-area diamond-listing compact astro-rd" data-analytics='{"content_partner_id":"RD","impression_id":"2d317d56-f435-42cd-bb0a-efe77ba82d8f","listing_id":"1002095045974","features":"custom-link,phone-no","result_id":"4ef7cc79-179f-4cac-93ae-b6ad1537c37c","item_type":"listing","listing_type":"sub","ypid":"531845374","lhc":"8010123","ldir":"CAST","pid":"800000002525360267","addest":"/coral-gables-fl/mip/geeks-on-site-531845374?lid=1002095045974","click_id":1600,"adclick":true,"poi":1,"position_of_impression":1,"events":"event7,event5","tier":"50","listing_features":"custom-link,phone-no","category":"8010123","listing_index":1,"impression":1}'><div class="v-card"><div class="info"><h2 class="n"><a class="business-name" href="/coral-gables-fl/mip/geeks-on-site-531845374?lid=1002095045974">Geeks on Site</a></h2><div class="phone">(877) 276-1341</div><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false}' href="/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false}' href="/los-angeles-ca/computer-printers-supplies">Computer Printers & Supplies</a></div><p class="adr">Serving the Los Angeles area.</p><div class="links"><a data-analytics='{"click_id":7}' href="/coral-gables-fl/mip/geeks-on-site-531845374?lid=1002095045974">More Info</a></div><span class="ad-pill">Ad</span></div></div></div><div class="srp-listing clickable-area diamond-listing compact astro-rd" data-analytics='{"content_partner_id":"RD","impression_id":"b8a8b04a-4633-4015-889d-49c17de38f3a","listing_id":"1002102412571","features":"custom-link,phone-no","result_id":"a92c07e5-88d5-46bc-993a-f480347d1f05","item_type":"listing","listing_type":"sub","ypid":"533468437","lhc":"8010123","ldir":"CAST","pid":"800000002534219333","rate":"4.5","addest":"/nationwide/mip/my-computer-works-inc-533468437?lid=1002102412571","click_id":1600,"adclick":true,"poi":2,"position_of_impression":2,"events":"event7,event5","tier":"50","listing_features":"custom-link,phone-no","category":"8010123","listing_index":2,"impression":1}'><div class="v-card"><div class="info"><h2 class="n"><a class="business-name" href="/nationwide/mip/my-computer-works-inc-533468437?lid=1002102412571">My Computer Works Inc</a></h2><a class="rating" data-analytics='{"click_id":22}' href="/nationwide/mip/my-computer-works-inc-533468437?lid=1002102412571#yp-rating"><div class="result-rating four half"></div><span class="count">(43)</span></a><div class="phone">(877) 221-0118</div><div class="categories"><a data-analytics='{"click_id":1171,"adclick":false}' href="/los-angeles-ca/computer-technical-assistance-support-services">Computer Technical Assistance & Support Services</a><a data-analytics='{"click_id":1171,"adclick":false}' href="/los-angeles-ca/computer-software-services">Computer Software & Services</a></div><p class="adr">Serving the Los Angeles area.</p><div class="links"><a data-analytics='{"click_id":7}' href="/nationwide/mip/my-computer-works-inc-533468437?lid=1002102412571">More Info</a></div><span class="ad-pill">Ad</span></div></div></div></section><div id="banner-ad-bottom-right"><div id="div-gpt-ad-1555631981784-0"><script type="text/javascript">googletag.cmd.push(function() { googletag.display('div-gpt-ad-1555631981784-0'); }); </script></div></div></div></aside><div id="leaderboard"><div id="banner-bottom"><div id="div-gpt-ad-1555630445292-0"><script type="text/javascript">googletag.cmd.push(function() { googletag.display('div-gpt-ad-1555630445292-0'); }); </script></div></div></div></div><div class="srp-ajax-overlay"><div class="book"><div class="page-6"></div><div class="page-5"></div><div class="page-4"></div><div class="page-3"></div><div class="page-2"></div><div class="page-1"></div><div class="cover"></div></div></div></div></div><footer class="footer-catmenuclk" data-analytics='{"module":"footer"}' id="yp-footer"><div class="primary"><section><header class="accordion-trigger">About</header><div class="expand-area"><a data-analytics='{"click_id":2665}' href="https://corporate.thryv.com/about/" rel="noopener" target="_blank">About Us</a><a data-analytics='{"click_id":1142}' href="/about/contact-us">Contact Us</a><a data-analytics='{"click_id":1064}' href="https://marketing.yellowpages.com/en/?from=advertise-with-us-YP">Advertise with Us</a><a data-analytics='{"click_id":456}' href="https://www.thryv.com/blog/" rel="noopener" target="_blank">Corporate Blog</a><span class="link-inline"><a data-analytics='{"click_id":1141}' href="/about/legal">Legal</a> | <a data-analytics='{"click_id":1099}' href="/about/legal/terms-conditions">Terms of Use</a></span><a data-analytics='{"click_id":1348}' href="http://optout.networkadvertising.org" rel="nofollow noopener" target="_blank">Advertising Choices</a><a data-analytics='{"click_id":1602}' href="https://marketing.yellowpages.com/en/ad-partner?from=YP-footer" target="_blank">Become a Network Partner</a></div></section><section class="site-directory"><header class="accordion-trigger">Site Directory</header><div class="expand-area"><a data-analytics='{"click_id":1179}' href="/articles">Articles</a><a data-analytics='{"click_id":1332}' href="/">Find a Business</a><a data-analytics='{"click_id":1294}' href="https://people.yellowpages.com/whitepages">White Pages</a><a data-analytics='{"click_id":1527}' href="/yp-app">YP Mobile App</a><a data-analytics='{"click_id":98}' href="/gas-guru-app">Gas Guru Mobile App</a><a data-analytics='{"click_id":2601}' href="https://people.yellowpages.com/whitepages/phone-lookup">Reverse Phone Lookup</a><a data-analytics='{"click_id":1175}' href="/sitemap">Site Map</a><a data-analytics='{"click_id":1175}' href="/categories">Categories</a><a data-analytics='{"click_id":534}' href="/restaurants/browse">Browse Restaurants</a></div></section><section class="city-guides"><header class="accordion-trigger">City Guides<a class="wide-only" data-analytics='{"click_id":2507}' href="/sitemap">(More Cities)</a></header><div class="expand-area" data-analytics='{"click_id":1318}'><div class="col"><a href="/atlanta-ga">Atlanta</a><a href="/austin-tx">Austin</a><a href="/baltimore-md">Baltimore</a><a href="/boston-ma">Boston</a><a href="/charlotte-nc">Charlotte</a><a href="/chicago-il">Chicago</a><a href="/dallas-tx">Dallas</a><a href="/denver-co">Denver</a></div><div class="col"><a href="/detroit-mi">Detroit</a><a href="/houston-tx">Houston</a><a href="/indianapolis-in">Indianapolis</a><a href="/kansas-city-mo">Kansas City</a><a href="/las-vegas-nv">Las Vegas</a><a href="/los-angeles-ca">Los Angeles</a><a href="/louisville-ky">Louisville</a><a href="/memphis-tn">Memphis</a></div><div class="col"><a href="/miami-fl">Miami</a><a href="/milwaukee-wi">Milwaukee</a><a href="/new-york-ny">New York</a><a href="/oklahoma-city-ok">Oklahoma City</a><a href="/orlando-fl">Orlando</a><a href="/philadelphia-pa">Philadelphia</a><a href="/phoenix-az">Phoenix</a><a href="/saint-louis-mo">Saint Louis</a><a class="narrow-only" data-analytics='{"click_id":2507}' href="/sitemap">More Cities »</a></div></div></section><section class="corporate-family"><header class="accordion-trigger">YP Family</header><div class="expand-area"><a data-analytics='{"click_id":2667}' href="https://corporate.thryv.com" rel="noopener" target="_blank">Corporate Site</a><a data-analytics='{"click_id":458}' href="https://marketing.yellowpages.com/en/?from=advertise-with-us-YP">Marketing Solutions</a><a data-analytics='{"click_id":1090}' href="https://www.anywho.com" rel="noopener" target="_blank">AnyWho</a></div></section></div><div class="secondary"><header>Connect With Us</header><div class="social-links"><a class="facebook" data-analytics='{"click_id":2363}' href="https://facebook.com/yp" rel="nofollow noopener" target="_blank">Like us on Facebook</a><a class="twitter" data-analytics='{"click_id":2364}' href="https://twitter.com/YP" rel="nofollow noopener" target="_blank">Follow us on Twitter</a></div><div class="added-links"><a data-analytics='{"click_id":1100}' href="https://corporate.thryv.com/privacy/" rel="noopener">Privacy Policy</a><span class="vert">|</span><a data-analytics='{"click_id":2666}' href="/about/ccpa-yp">Do Not Sell My Personal Information</a></div><div class="fineprint"><p>© 2022 Thryv, Inc. All rights reserved.</p><p>YP, the YP logo and all other YP marks contained herein are trademarks of YP LLC and/or YP affiliated companies.</p><p>All other marks contained herein are the property of their respective owners.</p></div></div></footer><script src="//i1.ypcdn.com/ypu/vendor/shared.bundle.js?e695181" type="text/javascript"></script><script src="//i2.ypcdn.com/ypu/js/compiled/srp.js?e695181" type="text/javascript"></script><script>/*! LAB.js (LABjs :: Loading And Blocking JavaScript) v2.0.3 (c) Kyle Simpson MIT License */ (function(o){var K=o.$LAB,y="UseLocalXHR",z="AlwaysPreserveOrder",u="AllowDuplicates",A="CacheBust",B="BasePath",C=/^[^?#]*\//.exec(location.href)[0],D=/^\w+\:\/\/\/?[^\/]+/.exec(C)[0],i=document.head||document.getElementsByTagName("head"),L=(o.opera&&Object.prototype.toString.call(o.opera)=="[object Opera]")||("MozAppearance"in document.documentElement.style),q=document.createElement("script"),E=typeof q.preload=="boolean",r=E||(q.readyState&&q.readyState=="uninitialized"),F=!r&&q.async===true,M=!r&&!F&&!L;function G(a){return Object.prototype.toString.call(a)=="[object Function]"}function H(a){return Object.prototype.toString.call(a)=="[object Array]"}function N(a,c){var b=/^\w+\:\/\//;if(/^\/\/\/?/.test(a)){a=location.protocol+a}else if(!b.test(a)&&a.charAt(0)!="/"){a=(c||"")+a}return b.test(a)?a:((a.charAt(0)=="/"?D:C)+a)}function s(a,c){for(var b in a){if(a.hasOwnProperty(b)){c[b]=a[b]}}return c}function O(a){var c=false;for(var b=0;b<a.scripts.length;b++){if(a.scripts[b].ready&&a.scripts[b].exec_trigger){c=true;a.scripts[b].exec_trigger();a.scripts[b].exec_trigger=null}}return c}function t(a,c,b,d){a.onload=a.onreadystatechange=function(){if((a.readyState&&a.readyState!="complete"&&a.readyState!="loaded")||c[b])return;a.onload=a.onreadystatechange=null;d()}}function I(a){a.ready=a.finished=true;for(var c=0;c<a.finished_listeners.length;c++){a.finished_listeners[c]()}a.ready_listeners=[];a.finished_listeners=[]}function P(d,f,e,g,h){setTimeout(function(){var a,c=f.real_src,b;if("item"in i){if(!i[0]){setTimeout(arguments.callee,25);return}i=i[0]}a=document.createElement("script");if(f.type)a.type=f.type;if(f.charset)a.charset=f.charset;if(h){if(r){e.elem=a;if(E){a.preload=true;a.onpreload=g}else{a.onreadystatechange=function(){if(a.readyState=="loaded")g()}}a.src=c}else if(h&&c.indexOf(D)==0&&d[y]){b=new XMLHttpRequest();b.onreadystatechange=function(){if(b.readyState==4){b.onreadystatechange=function(){};e.text=b.responseText+"\n//@ sourceURL="+c;g()}};b.open("GET",c);b.send()}else{a.type="text/cache-script";t(a,e,"ready",function(){i.removeChild(a);g()});a.src=c;i.insertBefore(a,i.firstChild)}}else if(F){a.async=false;t(a,e,"finished",g);a.src=c;i.insertBefore(a,i.firstChild)}else{t(a,e,"finished",g);a.src=c;i.insertBefore(a,i.firstChild)}},0)}function J(){var l={},Q=r||M,n=[],p={},m;l[y]=true;l[z]=false;l[u]=false;l[A]=false;l[B]="";function R(a,c,b){var d;function f(){if(d!=null){d=null;I(b)}}if(p[c.src].finished)return;if(!a[u])p[c.src].finished=true;d=b.elem||document.createElement("script");if(c.type)d.type=c.type;if(c.charset)d.charset=c.charset;t(d,b,"finished",f);if(b.elem){b.elem=null}else if(b.text){d.onload=d.onreadystatechange=null;d.text=b.text}else{d.src=c.real_src}i.insertBefore(d,i.firstChild);if(b.text){f()}}function S(c,b,d,f){var e,g,h=function(){b.ready_cb(b,function(){R(c,b,e)})},j=function(){b.finished_cb(b,d)};b.src=N(b.src,c[B]);b.real_src=b.src+(c[A]?((/\?.*$/.test(b.src)?"&_":"?_")+~~(Math.random()*1E9)+"="):"");if(!p[b.src])p[b.src]={items:[],finished:false};g=p[b.src].items;if(c[u]||g.length==0){e=g[g.length]={ready:false,finished:false,ready_listeners:[h],finished_listeners:[j]};P(c,b,e,((f)?function(){e.ready=true;for(var a=0;a<e.ready_listeners.length;a++){e.ready_listeners[a]()}e.ready_listeners=[]}:function(){I(e)}),f)}else{e=g[0];if(e.finished){j()}else{e.finished_listeners.push(j)}}}function v(){var e,g=s(l,{}),h=[],j=0,w=false,k;function T(a,c){a.ready=true;a.exec_trigger=c;x()}function U(a,c){a.ready=a.finished=true;a.exec_trigger=null;for(var b=0;b<c.scripts.length;b++){if(!c.scripts[b].finished)return}c.finished=true;x()}function x(){while(j<h.length){if(G(h[j])){try{h[j++]()}catch(err){}continue}else if(!h[j].finished){if(O(h[j]))continue;break}j++}if(j==h.length){w=false;k=false}}function V(){if(!k||!k.scripts){h.push(k={scripts:[],finished:true})}}e={script:function(){for(var f=0;f<arguments.length;f++){(function(a,c){var b;if(!H(a)){c=[a]}for(var d=0;d<c.length;d++){V();a=c[d];if(G(a))a=a();if(!a)continue;if(H(a)){b=[].slice.call(a);b.unshift(d,1);[].splice.apply(c,b);d--;continue}if(typeof a=="string")a={src:a};a=s(a,{ready:false,ready_cb:T,finished:false,finished_cb:U});k.finished=false;k.scripts.push(a);S(g,a,k,(Q&&w));w=true;if(g[z])e.wait()}})(arguments[f],arguments[f])}return e},wait:function(){if(arguments.length>0){for(var a=0;a<arguments.length;a++){h.push(arguments[a])}k=h[h.length-1]}else k=false;x();return e}};return{script:e.script,wait:e.wait,setOptions:function(a){s(a,g);return e}}}m={setGlobalDefaults:function(a){s(a,l);return m},setOptions:function(){return v().setOptions.apply(null,arguments)},script:function(){return v().script.apply(null,arguments)},wait:function(){return v().wait.apply(null,arguments)},queueScript:function(){n[n.length]={type:"script",args:[].slice.call(arguments)};return m},queueWait:function(){n[n.length]={type:"wait",args:[].slice.call(arguments)};return m},runQueue:function(){var a=m,c=n.length,b=c,d;for(;--b>=0;){d=n.shift();a=a[d.type].apply(null,d.args)}return a},noConflict:function(){o.$LAB=K;return m},sandbox:function(){return J()}};return m}o.$LAB=J();(function(a,c,b){if(document.readyState==null&&document[a]){document.readyState="loading";document[a](c,b=function(){document.removeEventListener(c,b,false);document.readyState="complete"},false)}})("addEventListener","DOMContentLoaded")})(this);</script><script type="application/ld+json">{"@context":"http://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"/los-angeles-ca","name":"Los Angeles, CA"}},{"@type":"ListItem","position":3,"item":{"@id":"/los-angeles-ca/it-companies","name":"It Companies"}}]}</script><script type="application/ld+json">[{"@type":"LocalBusiness","@context":"https://schema.org","name":"L. A. Computer Works","url":"https://www.yellowpages.com/los-angeles-ca/mip/l-a-computer-works-470285957?lid=179330816","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"2355 Westwood Blvd","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90064"},"aggregateRating":{"@type":"AggregateRating","ratingValue":4.5,"reviewCount":2},"telephone":"(310) 277-9799","openingHours":["Mo-Fr 08:00-17:00"]},{"@type":"LocalBusiness","@context":"https://schema.org","name":"Desktop Conquest","url":"https://www.yellowpages.com/los-angeles-ca/mip/desktop-conquest-480247330?lid=1000444773545","address":{"@type":"PostalAddress","addressCountry":"US","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90057"},"telephone":"(213) 321-1869"},{"@type":"LocalBusiness","@context":"https://schema.org","name":"My Computer Works Inc","url":"https://www.yellowpages.com/nationwide/mip/my-computer-works-inc-533468437?lid=1002102412571","aggregateRating":{"@type":"AggregateRating","ratingValue":4.49,"reviewCount":43},"telephone":"(877) 221-0118","openingHours":["Mo-Fr 06:00-19:00","Sa 07:00-19:00","Su 07:00-16:00"]},{"@type":"LocalBusiness","@context":"https://schema.org","name":"Geeks on Site","url":"https://www.yellowpages.com/coral-gables-fl/mip/geeks-on-site-531845374?lid=1002095045974","telephone":"(877) 276-1341"},{"@type":"LocalBusiness","@context":"https://schema.org","name":"PC AND WEB PROS","url":"https://www.yellowpages.com/los-angeles-ca/mip/pc-and-web-pros-533936759","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"All","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90045"},"aggregateRating":{"@type":"AggregateRating","ratingValue":5,"reviewCount":3},"telephone":"(888) 823-7767"},{"@type":"LocalBusiness","@context":"https://schema.org","name":"K-Tech Computer Services","url":"https://www.yellowpages.com/los-angeles-ca/mip/k-tech-computer-services-6589149","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"501 Shatto Pl","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90020"},"aggregateRating":{"@type":"AggregateRating","ratingValue":5,"reviewCount":1},"telephone":"(213) 739-3400","openingHours":["Mo-Su 07:00-21:00"]},{"@type":"LocalBusiness","@context":"https://schema.org","name":"Nyps Computers","url":"https://www.yellowpages.com/los-angeles-ca/mip/nyps-computers-7807028","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"1432 W Jefferson Blvd","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90007"},"aggregateRating":{"@type":"AggregateRating","ratingValue":4,"reviewCount":1},"telephone":"(323) 737-4748","openingHours":["Mo-Fr 09:00-17:00"]},{"@type":"LocalBusiness","@context":"https://schema.org","name":"TeamLogic IT","url":"https://www.yellowpages.com/los-angeles-ca/mip/teamlogic-it-519191029","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"751 N Formosa Ave","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90046"},"telephone":"(310) 385-8548","openingHours":["Mo-Fr 08:00-17:00"]},{"@type":"LocalBusiness","@context":"https://schema.org","name":"Compumax","url":"https://www.yellowpages.com/los-angeles-ca/mip/compumax-465172515","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"9016 W Pico Blvd","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90035"},"telephone":"(310) 288-0000","openingHours":["Mo-Th 09:30-18:30","Fr 09:30-16:30","Su 09:30-13:30"]},{"@type":"LocalBusiness","@context":"https://schema.org","name":"Naxym","url":"https://www.yellowpages.com/los-angeles-ca/mip/naxym-532864050","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"6080 Center Dr Ste 600","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90045"},"telephone":"(213) 279-2010","openingHours":["Mo-Fr 09:00-17:00"]},{"@type":"LocalBusiness","@context":"https://schema.org","name":"Adexa Inc","url":"https://www.yellowpages.com/los-angeles-ca/mip/adexa-inc-467758134","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"5777 W Century Blvd","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90045"},"telephone":"(310) 642-2100"},{"@type":"LocalBusiness","@context":"https://schema.org","name":"Three Dot Solutions","url":"https://www.yellowpages.com/los-angeles-ca/mip/three-dot-solutions-2642117","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"4134 Scandia Way","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90065"},"telephone":"(323) 256-3864","openingHours":["Mo-Fr 09:00-17:00"]},{"@type":"LocalBusiness","@context":"https://schema.org","name":"Tekreach Solutions","url":"https://www.yellowpages.com/los-angeles-ca/mip/tekreach-solutions-554503153","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"145 S Fairfax Suite 200","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90036"},"telephone":"(888) 890-1935","openingHours":["Mo-Fr 08:00-18:00"]},{"@type":"LocalBusiness","@context":"https://schema.org","name":"VMDOGGI Computer Shops","url":"https://www.yellowpages.com/los-angeles-ca/mip/vmdoggi-computer-shops-531034316","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"6029 S Victoria Ave","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90043"},"telephone":"(877) 323-6444"},{"@type":"LocalBusiness","@context":"https://schema.org","name":"Tech Help Los Angeles","url":"https://www.yellowpages.com/los-angeles-ca/mip/tech-help-los-angeles-567300856","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"4401 W Slauson Ave","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90043"},"telephone":"(213) 986-5722"},{"@type":"LocalBusiness","@context":"https://schema.org","name":"Thomas Bolton Network Services","url":"https://www.yellowpages.com/los-angeles-ca/mip/thomas-bolton-network-services-522136527","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"10449 W Zamora Ave","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90002"},"telephone":"(323) 497-3441"},{"@type":"LocalBusiness","@context":"https://schema.org","name":"Tech Tutor LA","url":"https://www.yellowpages.com/los-angeles-ca/mip/tech-tutor-la-467063322","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"11320 Isleta St","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90049"},"telephone":"(310) 592-5630"},{"@type":"LocalBusiness","@context":"https://schema.org","name":"Avance Tech Solutions Inc","url":"https://www.yellowpages.com/los-angeles-ca/mip/avance-tech-solutions-inc-467813240","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"350 S Figueroa St","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90071"},"telephone":"(213) 626-1155"},{"@type":"LocalBusiness","@context":"https://schema.org","name":"Garland Connect","url":"https://www.yellowpages.com/los-angeles-ca/mip/garland-connect-14031037","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"1200 W 7th St","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90017"},"telephone":"(213) 489-1800"},{"@type":"LocalBusiness","@context":"https://schema.org","name":"Daekey Technology","url":"https://www.yellowpages.com/los-angeles-ca/mip/daekey-technology-452114971","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"3700 Wilshire Blvd","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90010"},"telephone":"(213) 387-0300"},{"@type":"LocalBusiness","@context":"https://schema.org","name":"Bankinfra Technology","url":"https://www.yellowpages.com/los-angeles-ca/mip/bankinfra-technology-30706371","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"3850 Wilshire Blvd","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90010"},"telephone":"(213) 739-7900","openingHours":["Mo-Fr 09:00-17:00"]},{"@type":"LocalBusiness","@context":"https://schema.org","name":"Stars","url":"https://www.yellowpages.com/los-angeles-ca/mip/stars-470058878","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"416 S Atlantic Blvd","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90022"},"telephone":"(323) 266-8114"},{"@type":"LocalBusiness","@context":"https://schema.org","name":"Simpleware Inc.","url":"https://www.yellowpages.com/los-angeles-ca/mip/simpleware-inc-510885722","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"1059 Colorado Blvd","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90041"},"telephone":"(323) 349-0825"},{"@type":"LocalBusiness","@context":"https://schema.org","name":"Jaws","url":"https://www.yellowpages.com/los-angeles-ca/mip/jaws-491815843","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"3520 Overland Ave","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90034"},"telephone":"(310) 841-6800","openingHours":["Mo-Fr 10:00-18:00","Sa 11:00-15:00"]},{"@type":"LocalBusiness","@context":"https://schema.org","name":"H R C S Inc","url":"https://www.yellowpages.com/los-angeles-ca/mip/h-r-c-s-inc-467636865","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"10801 National Blvd","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90064"},"telephone":"(310) 857-6911","openingHours":["Mo-Fr 09:00-17:00"]},{"@type":"LocalBusiness","@context":"https://schema.org","name":"Cmit Solutions","url":"https://www.yellowpages.com/los-angeles-ca/mip/cmit-solutions-544313227","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"10880 Wilshire Blvd Ste 1101","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90024"},"telephone":"(424) 270-9155"},{"@type":"LocalBusiness","@context":"https://schema.org","name":"Host International Inc","url":"https://www.yellowpages.com/los-angeles-ca/mip/host-international-inc-504402755","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"200 World Way","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90045"},"telephone":"(310) 342-7091"},{"@type":"LocalBusiness","@context":"https://schema.org","name":"TSR Inc","url":"https://www.yellowpages.com/los-angeles-ca/mip/tsr-inc-508410499","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"535 N Alameda St","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90012"},"telephone":"(213) 253-0507"},{"@type":"LocalBusiness","@context":"https://schema.org","name":"TSR Inc","url":"https://www.yellowpages.com/los-angeles-ca/mip/tsr-inc-479817771","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"320 W 4th St","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90013"},"telephone":"(213) 680-7809","openingHours":["Mo-Su 08:00-16:00"]},{"@type":"LocalBusiness","@context":"https://schema.org","name":"Dove Technology Group","url":"https://www.yellowpages.com/los-angeles-ca/mip/dove-technology-group-495620816","address":{"@type":"PostalAddress","addressCountry":"US","streetAddress":"420 S Grand Ave","addressLocality":"Los Angeles","addressRegion":"CA","postalCode":"90071"},"telephone":"(323) 750-7993"}]</script><script type="application/ld+json">{"@context":"http://schema.org","@type":"Place","geo":{"@type":"GeoCoordinates","latitude":34.0522342,"longitude":-118.2436849}}</script><script type="text/javascript">var _pxy= "C=111&H=8010123%252C8015120&TERM=it%2520companies&wpage=SERP"</script><script>(function () { function loadDeferredScripts() { var js = ["//i1.ypcdn.com/pixy/pixy.js?e695181"]; for (var i = 0; i < js.length; i++) { var el = document.createElement('script'); el.src = js[i]; document.body.appendChild(el); } } if (window.addEventListener) { window.addEventListener('load', loadDeferredScripts, false); } else if (window.attachEvent) { window.attachEvent('onload', loadDeferredScripts); } else { window.onload = loadDeferredScripts; } })();</script><img alt="" class="beacon" height="1" src="https://c.ypcdn.com/ta1/d9f60b3a-b0d7-4345-993a-50f325fa41ed" width="1"/><script>(function() { function sendNewRelicPerformanceMetrics() { // normalize the browsers const performance = window.performance || window.webkitPerformance || window.msPerformance || window.mozPerformance; const timing = performance.timing; const metrics = {}; // IE bug https://gist.github.com/acdha/365f7bc0e10d2e7b7865 if (!timing.navigationStart) { return; } // Timestamp for the request start metrics.navigationStart = timing.navigationStart; // Time To First Byte metrics.timeToFirstByte = timing.responseStart - timing.navigationStart; // Timestamp and duration of First Paint For Chrome if (window.chrome && window.performance) { let performanceEntries = performance.getEntriesByType('paint'); metrics.timeToFirstPaint = Math.round(performanceEntries[1].startTime); metrics.firstPaint = metrics.timeToFirstPaint + metrics.navigationStart } // Timestamp and duration of First Paint For IE else if (typeof timing.msFirstPaint === 'number') { metrics.firstPaint = timing.msFirstPaint; metrics.timeToFirstPaint = timing.msFirstPaint- timing.navigationStart; } // Time To Dom Interactive if (timing.domInteractive) { metrics.timeToDomInteractive = timing.domInteractive - timing.navigationStart; } if (typeof newrelic == 'object') { newrelic.addPageAction('timings', metrics); } } window.addEventListener('load', sendNewRelicPerformanceMetrics, false); })();</script></body> <!-- version: 5.27.75-359 built_by: nextgen built_on: Sat Dec 17 01:25:17 UTC 2022 build_host: consumer11-bamboo.prod.st1 deployed_at: Sat Dec 17 02:43:53 UTC 2022 deployed_by: root scm_rev: e695181 ypu_parent: prod ypu_env: prod_st1 node_env: production hostname: ypu22.prod.st1 --></html>
After going through the html of the webpage, we can find that the section which holds the information for each company is within a "div" tag with the "class" called "v-card"
We'll declare that as the variable "lists".
From there, we'll create a "for" loop and call it "list".
Using the "find()" function, we can declare that every "h2" within "lists" that has the class "n" will be called "company".
We'll do the same for every "div" that has the class "phone", and declare it as the variable "phone_num".
In order to keep the final product from including html code, we can add ".text" to the end of each of our new "list.find()" functions.
To put our results into an array, we'll want to declare our array as "info" and place "company" and "phone_num" in the brackets.
Finally, we can use the "print()" function to see the results.
lists = soup.find_all( "div", class_ = "v-card" )
for list in lists:
company = list.find( 'h2', class_ = "n").text
phone_num = list.find('div', class_ = "phone").text
info = [company, phone_num]
print(info)
['My Computer Works', '(888) 840-0484'] ['1. L. A. Computer Works', '(310) 277-9799'] ['2. Desktop Conquest', '(213) 321-1869'] ['3. My Computer Works Inc', '(877) 221-0118'] ['4. Geeks on Site', '(877) 276-1341'] ['5. PC AND WEB PROS', '(888) 823-7767'] ['6. K-Tech Computer Services', '(213) 739-3400'] ['7. Nyps Computers', '(323) 737-4748'] ['8. TeamLogic IT', '(310) 385-8548'] ['9. Compumax', '(310) 288-0000'] ['10. Naxym', '(213) 279-2010'] ['11. Adexa Inc', '(310) 642-2100'] ['12. Three Dot Solutions', '(323) 256-3864'] ['13. Tekreach Solutions', '(888) 890-1935'] ['14. VMDOGGI Computer Shops', '(877) 323-6444'] ['15. Tech Help Los Angeles', '(213) 986-5722'] ['16. Thomas Bolton Network Services', '(323) 497-3441'] ['17. Tech Tutor LA', '(310) 592-5630'] ['18. Avance Tech Solutions Inc', '(213) 626-1155'] ['19. Garland Connect', '(213) 489-1800'] ['20. Daekey Technology', '(213) 387-0300'] ['21. Bankinfra Technology', '(213) 739-7900'] ['22. Stars', '(323) 266-8114'] ['23. Simpleware Inc.', '(323) 349-0825'] ['24. Jaws', '(310) 841-6800'] ['25. H R C S Inc', '(310) 857-6911'] ['26. Cmit Solutions', '(424) 270-9155'] ['27. Host International Inc', '(310) 342-7091'] ['28. TSR Inc', '(213) 253-0507'] ['29. TSR Inc', '(213) 680-7809'] ['30. Dove Technology Group', '(323) 750-7993'] ['Geeks on Site', '(877) 276-1341'] ['My Computer Works Inc', '(877) 221-0118']
Our data is now matched up in arrays which we can use to make a spreadsheet.
The final step here is to save our data into a .csv file.
We can use the "writer()" function from the csv module in Python.
Start off by indenting the previous code so that it can be subordinate to the "open()" function that we will write on top of it.
Write your open() function and nest inside of it these things:
You can end this line by declaring it as "f" and placing a colon at the end to show that the rest of the code lines spring out from it.
On top of our origninal "for" loop, we will write a few lines using our writer() function in conjunction with it.
Declare writer(f) as "thewriter". Then declare the values you wish to use in .csv file's header row as "header"
Make another line of code that utilizes the "writerow()" function at the end of our "thewriter" variable
We will use the writerow() function one more time, but this time we will replace the print() function at the bottom of our for loop and nest our "info" variable inot that instead.
lists = soup.find_all( "div", class_ = "v-card" )
with open('client_list.csv', 'w', encoding = 'utf8', newline = '') as f:
thewriter = writer(f)
header = ['Client', 'Contact']
thewriter.writerow(header)
for list in lists:
company = list.find( 'h2', class_ = "n").text
phone_num = list.find('div', class_ = "phone").text
info = [company, phone_num]
thewriter.writerow(info)
A new .csv file should be saved into the folder that houses your Jupyter Notebook.
We can open up that .csv in Excel and see if there are any finishing touches we would like to make in our dataset.