//Airways Business Park ABN-PIT var pit_aws = [ new google.maps.LatLng(57.21200920950396,-2.1973712369799614), new google.maps.LatLng(57.2112219449946,-2.1968187019228935), new google.maps.LatLng(57.21166060736478,-2.19491433352232), new google.maps.LatLng(57.212044069536766,-2.1954024955630302), new google.maps.LatLng(57.21233166355125,-2.196035496890545) ], pit_aws_poly = new google.maps.Polygon({ paths: pit_aws, strokeColor: '#ff6600', strokeOpacity: 0.8, strokeWeight: 2, fillColor: '#ff9900', fillOpacity: 0.35 }); pit_aws_poly.setMap(map); var marker_aws = new MarkerWithLabel({ position: new google.maps.LatLng(0,0), draggable: false, raiseOnDrag: false, map: map, labelContent: "Airways Business Park", labelAnchor: new google.maps.Point(30, 20), labelClass: "labels", // the CSS class for the label labelStyle: {opacity: 1.0}, icon: "http://placehold.it/1x1", visible: false }); google.maps.event.addListener(pit_aws_poly, "mousemove", function(event) { marker_aws.setPosition(event.latLng); marker_aws.setVisible(true); }); google.maps.event.addListener(pit_aws_poly, "mouseout", function(event) { marker_aws.setVisible(false); }); google.maps.event.addListener(pit_aws_poly, 'click', show_myInfowindow_aws); myInfowindow_aws = new google.maps.InfoWindow(); function show_myInfowindow_aws(event) { var vertices = this.getPath(); for (var i =0; i < vertices.length; i++) { var xy = vertices.getAt(i); } myInfowindow_aws.setContent(contentString); myInfowindow_aws.setPosition(event.latLng); myInfowindow_aws.open(map); } google.maps.event.addListener(pit_aws_poly, 'mouseover', function (event) { this.setOptions({ strokeColor: '#ff6600', fillColor: '#ff6600' }); }); google.maps.event.addListener(pit_aws_poly, 'mouseout', function (event) { this.setOptions({ strokeColor: '#ff6600', fillColor: '#ff9900' }); }); //End of Airways Business Park ABN-PIT //ACC Industrial Estate ABN-PIT var pit_acc = [ new google.maps.LatLng(57.21606727712557, -2.1978647634387016), new google.maps.LatLng(57.21684572441132, -2.1975965425372124), new google.maps.LatLng(57.21662206773068, -2.19565462321043), new google.maps.LatLng(57.21584942513088, -2.1959764882922173)]; pit_acc_poly = new google.maps.Polygon({ paths: pit_acc, strokeColor: '#ff6600', strokeOpacity: 0.8, strokeWeight: 2, fillColor: '#ff9900', fillOpacity: 0.35 }); pit_acc_poly.setMap(map); var marker_acc = new MarkerWithLabel({ position: new google.maps.LatLng(0,0), draggable: false, raiseOnDrag: false, map: map, labelContent: "ACC UNITS 1 - 10", labelAnchor: new google.maps.Point(30, 20), labelClass: "labels", // the CSS class for the label labelStyle: {opacity: 1.0}, icon: "http://placehold.it/1x1", visible: false }); google.maps.event.addListener(pit_acc_poly, "mousemove", function(event) { marker_acc.setPosition(event.latLng); marker_acc.setVisible(true); }); google.maps.event.addListener(pit_acc_poly, "mouseout", function(event) { marker_acc.setVisible(false); }); google.maps.event.addListener(pit_acc_poly, 'click', show_myInfowindow_acc); myInfowindow_acc = new google.maps.InfoWindow(); function show_myInfowindow_acc(event) { var vertices = this.getPath(); for (var i =0; i < vertices.length; i++) { var xy = vertices.getAt(i); } myInfowindow_acc.setContent(contentString); myInfowindow_acc.setPosition(event.latLng); myInfowindow_acc.open(map); } google.maps.event.addListener(pit_acc_poly, 'mouseover', function (event) { this.setOptions({ strokeColor: '#ff6600', fillColor: '#ff6600' }); }); google.maps.event.addListener(pit_acc_poly, 'mouseout', function (event) { this.setOptions({ strokeColor: '#ff6600', fillColor: '#ff9900' }); }); //End of ACC Industrial Estate ABN-PIT //Ashley Group Base var pit_agb = [ new google.maps.LatLng(57.21079489781139, -2.193390838801861),x new google.maps.LatLng(57.21048695596015, -2.193562500178814), new google.maps.LatLng(57.210443061327275, -2.1935369353741407), new google.maps.LatLng(57.210375517053954, -2.1935060899704695), new google.maps.LatLng(57.21030070981128, -2.1934886556118727), new google.maps.LatLng(57.210280373835595, -2.1934792678803205), new google.maps.LatLng(57.21025422756468, -2.1934993844479322), new google.maps.LatLng(57.2100348886738, -2.1935490053147078), new google.maps.LatLng(57.20982716918473, -2.193597285076976), new google.maps.LatLng(57.20962308001676, -2.1936442237347364), new google.maps.LatLng(57.20934200162857, -2.193705914542079), new google.maps.LatLng(57.209316580996955, -2.1937139611691236), new google.maps.LatLng(57.20931077056443, -2.1936495881527662), new google.maps.LatLng(57.209233055941276, -2.1936562936753035), new google.maps.LatLng(57.20916115161151, -2.1936495881527662), new google.maps.LatLng(57.20911684685372, -2.1936348360031843), new google.maps.LatLng(57.20905946848183, -2.1936174016445875), new google.maps.LatLng(57.20894616409309, -2.1936200838536024), new google.maps.LatLng(57.20883649092404, -2.1936120372265577), new google.maps.LatLng(57.20864256472161, -2.1935905795544386), new google.maps.LatLng(57.208459532315054, -2.193562416359782), new google.maps.LatLng(57.20835857357545, -2.1935476642102003), new google.maps.LatLng(57.20826415148278, -2.1934940200299025), new google.maps.LatLng(57.20816319220882, -2.1934524457901716), new google.maps.LatLng(57.20801574759316, -2.193422941491008), new google.maps.LatLng(57.2078515967371, -2.1934014838188887), new google.maps.LatLng(57.20772013025959, -2.193366615101695), new google.maps.LatLng(57.207550893718015, -2.193321017548442), new google.maps.LatLng(57.20744049006242, -2.193284807726741), new google.maps.LatLng(57.20731628555519, -2.1932351868599653), new google.maps.LatLng(57.207262536106704, -2.193219093605876), new google.maps.LatLng(57.20715794236101, -2.1931962948292494), new google.maps.LatLng(57.207055527364524, -2.193138627335429), new google.maps.LatLng(57.20696836544158, -2.193102417513728), new google.maps.LatLng(57.206844885698445, -2.1930487733334303), new google.maps.LatLng(57.206709783859246, -2.1929870825260878), new google.maps.LatLng(57.20664586453722, -2.1929589193314314), new google.maps.LatLng(57.206615357549055, -2.193051455542445), new google.maps.LatLng(57.20659429318536, -2.193156061694026), new google.maps.LatLng(57.20657322880965, -2.1932392101734877), new google.maps.LatLng(57.208690501630485, -2.19487133435905), new google.maps.LatLng(57.208680333200455, -2.194916931912303), new google.maps.LatLng(57.20952938745853, -2.195590166375041)]; abn_pit_poly = new google.maps.Polygon({ paths: abn_pit, strokeColor: '#ffff00', strokeOpacity: 0.8, strokeWeight: 2, }); abn_pit_poly.setMap(map); //End of Ashley Base //Stoneywood Business Park //Farburn Industrial Estate var pit_agb = [ new google.maps.LatLng(57.198538744457494, -2.181654288433492), new google.maps.LatLng(57.198892192835146, -2.1801522513851523), new google.maps.LatLng(57.198167492878326, -2.1795588126406074), new google.maps.LatLng(57.19785908241711, -2.1810910245403647)]; paths: abn_pit, strokeColor: '#ffff00', strokeOpacity: 0.8, strokeWeight: 2, }); abn_pit_poly.setMap(map); //End of Farburn Industrial Estate //Burnside Industrial Centre var pit_agb = [ new google.maps.LatLng(57.19833677243705, -2.1787501266226172), new google.maps.LatLng(57.198899457925606, -2.179232253693044), new google.maps.LatLng(57.198930334544144, -2.179259075783193), new google.maps.LatLng(57.199154824947456, -2.1783571830019355), new google.maps.LatLng(57.198517675485405, -2.1778381755575538)]; paths: abn_pit, strokeColor: '#ffff00', strokeOpacity: 0.8, strokeWeight: 2, }); abn_pit_poly.setMap(map); //End of Burnside Industrial Centre //Wellheads Industrial Estate //Wellhead Industrial Estate var pit_agb = [ new google.maps.LatLng(57.19941205185675, -2.191637512296438), new google.maps.LatLng(57.199526838503004, -2.1911332570016384), new google.maps.LatLng(57.19948906065882, -2.191098388284445), new google.maps.LatLng(57.19956752229196, -2.190744336694479), new google.maps.LatLng(57.199542821425446, -2.190671917051077), new google.maps.LatLng(57.200032476696784, -2.1885368786752224), new google.maps.LatLng(57.199292905846505, -2.18771880492568), new google.maps.LatLng(57.19879161659211, -2.187069710344076), new google.maps.LatLng(57.19848938673887, -2.1881908737123013), new google.maps.LatLng(57.198463232116026, -2.1882847510278225), new google.maps.LatLng(57.19819151354966, -2.1880567632615566), new google.maps.LatLng(57.19807526970205, -2.188147958368063), new google.maps.LatLng(57.19758413540697, -2.19021862372756)]; paths: abn_pit, strokeColor: '#ffff00', strokeOpacity: 0.8, strokeWeight: 2, }); abn_pit_poly.setMap(map); //End of Wellhead Industrial Estate //Wellheads Crescent Trading Estate var pit_agb = [ new google.maps.LatLng(57.19587092648274, -2.184127327054739), new google.maps.LatLng(57.19504698854497, -2.1835372410714626), new google.maps.LatLng(57.19474908758792, -2.1848434768617153), new google.maps.LatLng(57.195564313277735, -2.1854845248162746)]; paths: abn_pit, strokeColor: '#ffff00', strokeOpacity: 0.8, strokeWeight: 2, }); abn_pit_poly.setMap(map); //End of Wellheads Crescent Trading Estate //South Wellheads Industrial Centre var pit_agb = [ new google.maps.LatLng(57.19477960438179, -2.1846879087388515), new google.maps.LatLng(57.19456598629513, -2.1845162473618984), new google.maps.LatLng(57.19439305646286, -2.1844706498086452), new google.maps.LatLng(57.19420850020245, -2.1843097172677517), new google.maps.LatLng(57.194478794884276, -2.183105405420065), new google.maps.LatLng(57.19504989488394, -2.1835345588624477)]; paths: abn_pit, strokeColor: '#ffff00', strokeOpacity: 0.8, strokeWeight: 2, }); abn_pit_poly.setMap(map); //End of South Wellheads Industrial Centre //Kirkhill Industrial Estate //Unkown Name At Present Macs var pit_agb = [ new google.maps.LatLng(57.20207212253601, -2.2160379868000746), new google.maps.LatLng(57.2020336208486, -2.215455947443843), new google.maps.LatLng(57.201283919612564, -2.2156195621937513), new google.maps.LatLng(57.20136092451077, -2.21658649854362)]; paths: abn_pit, strokeColor: '#ffff00', strokeOpacity: 0.8, strokeWeight: 2, }); abn_pit_poly.setMap(map); //End of Unkown Name of Estate new google.maps.LatLng(57.20303319881727, -2.218657163903117), new google.maps.LatLng(57.20358600611548, -2.220309404656291), new google.maps.LatLng(57.204312415736005, -2.2194148879498243), new google.maps.LatLng(57.20376252496784, -2.217884687706828)]; //Greenrole Trading Estate var pit_agb = [ new google.maps.LatLng(57.20303319881727, -2.218657163903117), new google.maps.LatLng(57.20358600611548, -2.220309404656291), new google.maps.LatLng(57.204312415736005, -2.2194148879498243), new google.maps.LatLng(57.20376252496784, -2.217884687706828)]; paths: abn_pit, strokeColor: '#ffff00', strokeOpacity: 0.8, strokeWeight: 2, }); abn_pit_poly.setMap(map); //End of Greenrole Trading Estate //Airport Industrial Park var pit_agb = [ new google.maps.LatLng(57.201690826932534, -2.217729203402996), new google.maps.LatLng(57.20205405217357, -2.21912931650877), new google.maps.LatLng(57.20108931807507, -2.2199876233935356), new google.maps.LatLng(57.2009556481093, -2.2180242463946342)]; paths: abn_pit, strokeColor: '#ffff00', strokeOpacity: 0.8, strokeWeight: 2, }); abn_pit_poly.setMap(map); //End of Airport Industrial Park //Airport Commerce Park var pit_agb = [ new google.maps.LatLng(57.20112364357241, -2.220358606427908), new google.maps.LatLng(57.20125295415421, -2.2221690975129604), new google.maps.LatLng(57.201624901168145, -2.2218445502221584), new google.maps.LatLng(57.201377905522136, -2.2201252542436123)]; paths: abn_pit, strokeColor: '#ffff00', strokeOpacity: 0.8, strokeWeight: 2, }); abn_pit_poly.setMap(map); //End of Airport Commerce Park //Ex Vector Ind Estate var pit_agb = [ new google.maps.LatLng(57.20264455798242, -2.221655873581767), new google.maps.LatLng(57.20287265795899, -2.221469460055232), new google.maps.LatLng(57.20294457453839, -2.2217028122395277), new google.maps.LatLng(57.20312472858693, -2.222232548519969), new google.maps.LatLng(57.20315741773539, -2.2225879412144423), new google.maps.LatLng(57.203010679553465, -2.2227180283516645), new google.maps.LatLng(57.20290752662105, -2.222743509337306), new google.maps.LatLng(57.202890818724576, -2.222532955929637), new google.maps.LatLng(57.20290607376077, -2.2225222270935774), new google.maps.LatLng(57.20288428085001, -2.2221078258007765), new google.maps.LatLng(57.20278548615979, -2.2221292834728956)]; paths: abn_pit, strokeColor: '#ffff00', strokeOpacity: 0.8, strokeWeight: 2, }); abn_pit_poly.setMap(map); //End of Ex Vector Ind Estate //Ex A & b Bearings var pit_agb = [ new google.maps.LatLng(57.206148715520854, -2.2235924284905195), new google.maps.LatLng(57.206083342492114, -2.2224256675690413), new google.maps.LatLng(57.20665498939039, -2.2223519068211317), new google.maps.LatLng(57.2066673374468, -2.222760943695903)]; paths: abn_pit, strokeColor: '#ffff00', strokeOpacity: 0.8, strokeWeight: 2, }); abn_pit_poly.setMap(map); //End of A & B Bearings //Howe Moss Avenue Units var pit_agb = [ new google.maps.LatLng(57.212101806393704, -2.2159463725984097), new google.maps.LatLng(57.21128839832117, -2.2163943015038967), new google.maps.LatLng(57.21105018256339, -2.2151229344308376), new google.maps.LatLng(57.21188393098921, -2.2146535478532314)]; paths: abn_pit, strokeColor: '#ffff00', strokeOpacity: 0.8, strokeWeight: 2, }); abn_pit_poly.setMap(map); //End of Howe Moss Avenue Units //Robert Leonard Centre var pit_agb = [ new google.maps.LatLng(57.207458421599675, -2.2142476961016655), new google.maps.LatLng(57.20725504567904, -2.2133250162005424), new google.maps.LatLng(57.20621000263019, -2.214219029992819), new google.maps.LatLng(57.20640902614129, -2.214986141771078)]; paths: abn_pit, strokeColor: '#ffff00', strokeOpacity: 0.8, strokeWeight: 2, }); abn_pit_poly.setMap(map); //End of Robert Leonard Centre //Merprol Ind Estate var pit_agb = [ new google.maps.LatLng(57.20286857178549, -2.215989287942648), new google.maps.LatLng(57.202694227962, -2.2148976288735867), new google.maps.LatLng(57.20262739594469, -2.2139722667634487), new google.maps.LatLng(57.20327101230123, -2.213838156312704), new google.maps.LatLng(57.203413390927736, -2.2156486473977566)]; paths: abn_pit, strokeColor: '#ffff00', strokeOpacity: 0.8, strokeWeight: 2, }); abn_pit_poly.setMap(map); //End of Merprol Ind Estate //Asco Business Park var pit_agb = [ new google.maps.LatLng(57.201475251062256, -2.2112283669412136), new google.maps.LatLng(57.201478156895334, -2.2120518051087856), new google.maps.LatLng(57.2018936886702, -2.212837692350149), new google.maps.LatLng(57.20214213375622, -2.2126606665551662), new google.maps.LatLng(57.2022540061438, -2.212644573301077), new google.maps.LatLng(57.202188626218195, -2.2111532650887966)]; paths: abn_pit, strokeColor: '#ffff00', strokeOpacity: 0.8, strokeWeight: 2, }); abn_pit_poly.setMap(map); //End of Asco Business Park //Woodlands Ind Estate ACC var pit_agb = [ new google.maps.LatLng(57.20329571067375, -2.2127599082887173), new google.maps.LatLng(57.20444344034979, -2.212617751210928), new google.maps.LatLng(57.204507363485305, -2.2140741907060146), new google.maps.LatLng(57.204418742745055, -2.2143826447427273), new google.maps.LatLng(57.204452157147514, -2.2149995528161526), new google.maps.LatLng(57.203979994307176, -2.2151068411767483), new google.maps.LatLng(57.20386231585921, -2.2153455577790737), new google.maps.LatLng(57.20353542931347, -2.215460892766714)]; paths: abn_pit, strokeColor: '#ffff00', strokeOpacity: 0.8, strokeWeight: 2, }); abn_pit_poly.setMap(map); //End of Woodlands Ind Estate ACC //Loganair Ind Estate var pit_agb = [ new google.maps.LatLng(57.20928584924573, -2.2107554599642754), new google.maps.LatLng(57.20940205780122, -2.2119463607668877), new google.maps.LatLng(57.20864669565086, -2.2121984884142876), new google.maps.LatLng(57.20853629527266, -2.2111256048083305), new google.maps.LatLng(57.2085885902298, -2.210964672267437)]; paths: abn_pit, strokeColor: '#ffff00', strokeOpacity: 0.8, strokeWeight: 2, }); abn_pit_poly.setMap(map); //End of Loganair Ind Estate //Kirkhill Buisness Park var pit_agb = [ new google.maps.LatLng(57.2053180154655, -2.21618777140975), new google.maps.LatLng(57.20498968903049, -2.215012963861227), new google.maps.LatLng(57.20394948511593, -2.215763982385397), new google.maps.LatLng(57.20403665416685, -2.2160992585122585), new google.maps.LatLng(57.20368216540977, -2.216442581266165), new google.maps.LatLng(57.20343227784716, -2.2166732512414455), new google.maps.LatLng(57.203673448430244, -2.2176254354417324), new google.maps.LatLng(57.20374899551778, -2.217681761831045)]; paths: abn_pit, strokeColor: '#ffff00', strokeOpacity: 0.8, strokeWeight: 2, }); abn_pit_poly.setMap(map); //End of Kirkhill Buisness Park