/* var mapMarker = []; var infoWindowHtml = []; var infoWindow = []; var map; var style = [ { "featureType": "administrative", "elementType": "labels.text.fill", "stylers": [ { "color": "#444444" } ] }, { "featureType": "landscape", "elementType": "all", "stylers": [ { "color": "#f2f2f2" } ] }, { "featureType": "poi", "elementType": "all", "stylers": [ { "visibility": "off" } ] }, { "featureType": "road", "elementType": "all", "stylers": [ { "saturation": -100 }, { "lightness": 45 } ] }, { "featureType": "road.highway", "elementType": "all", "stylers": [ { "visibility": "simplified" } ] }, { "featureType": "road.arterial", "elementType": "labels.icon", "stylers": [ { "visibility": "off" } ] }, { "featureType": "transit", "elementType": "all", "stylers": [ { "visibility": "off" } ] }, { "featureType": "water", "elementType": "all", "stylers": [ { "color": "#46bcec" }, { "visibility": "on" } ] } ]; function attachWindow(id, map, marker, content) { var infowin = new google.maps.InfoWindow({content: content}); infoWindow[id] = infowin; google.maps.event.addListener(marker, 'click', function() { //window.location.hash = '#' + id; for (var mm in infoWindow) { if (infoWindow[mm]) { infoWindow[mm].close(); } } infowin.open(map, marker); }); } $(window.document).ready(function() { var mapOptions = { zoom: 11, center: new google.maps.LatLng(50.07, 14.5), styles: style }; map = new google.maps.Map(document.getElementById('map'), mapOptions); mapMarker['456'] = new google.maps.Marker({position: new google.maps.LatLng(50.0716208, 14.4573825), map: null, title: 'Bulharská 620/6, Praha 10'}); infoWindowHtml['456'] = '
' + '

Bulharská 620/6, Praha 10

' + 'Bulharská 620/6
' + 'Praha 10
' + '
'; mapMarker['455'] = new google.maps.Marker({position: new google.maps.LatLng(50.0126794, 14.422685), map: null, title: 'Kutilova 3067/12, Praha 4'}); infoWindowHtml['455'] = '
' + '

Kutilova 3067/12, Praha 4

' + 'Kutilova 3067/12
' + 'Praha 4
' + '
'; mapMarker['451'] = new google.maps.Marker({position: new google.maps.LatLng(50.0152336, 14.4328897), map: null, title: 'Seidlova 468/5, Praha 4'}); infoWindowHtml['451'] = '
' + '

Seidlova 468/5, Praha 4

' + 'Seidlova 468/5
' + 'Praha 4
' + '
'; mapMarker['448'] = new google.maps.Marker({position: new google.maps.LatLng(50.0597747, 14.4273383), map: null, title: 'Marie Cibulkové 1030/5, Praha 4'}); infoWindowHtml['448'] = '
' + '

Marie Cibulkové 1030/5, Praha 4

' + 'Marie Cibulkové 1030/5
' + 'Praha 4
' + '
'; mapMarker['446'] = new google.maps.Marker({position: new google.maps.LatLng(50.0709989, 14.4352256), map: null, title: 'Londýnská 11, Praha 2'}); infoWindowHtml['446'] = '
' + '

Londýnská 11, Praha 2

' + 'Londýnská 11
' + 'Praha 2
' + '
'; mapMarker['443'] = new google.maps.Marker({position: new google.maps.LatLng(50.1377308, 14.5199728), map: null, title: 'Nepomuckých 763/18,20, Praha 8'}); infoWindowHtml['443'] = '
' + '

Nepomuckých 763/18,20, Praha 8

' + 'Nepomuckých 18,20
' + 'Praha 8
' + '
'; mapMarker['442'] = new google.maps.Marker({position: new google.maps.LatLng(50.0126619, 14.4224456), map: null, title: 'Kutilova 3066/10, Praha 4'}); infoWindowHtml['442'] = '
' + '

Kutilova 3066/10, Praha 4

' + 'Kutilova 3066/10
' + 'Praha 4
' + '
'; mapMarker['433'] = new google.maps.Marker({position: new google.maps.LatLng(50.1027764, 14.3642372), map: null, title: 'Na Beránce 17, Praha 6'}); infoWindowHtml['433'] = '
' + '

Na Beránce 17, Praha 6

' + 'Na Beránce 17
' + 'Praha 6
' + '
'; mapMarker['428'] = new google.maps.Marker({position: new google.maps.LatLng(50.1087544, 14.47536), map: null, title: 'U Libeňského pivovaru 14, Praha 8'}); infoWindowHtml['428'] = '
' + '

U Libeňského pivovaru 14, Praha 8

' + 'U Libeňského pivovaru 1613/14
' + 'Praha 8
' + '
'; mapMarker['427'] = new google.maps.Marker({position: new google.maps.LatLng(50.0519522, 14.3161753), map: null, title: 'Chalabalova 29, Praha 5'}); infoWindowHtml['427'] = '
' + '

Chalabalova 29, Praha 5

' + 'Chalabalova 1599/29
' + 'Praha 5
' + '
'; mapMarker['422'] = new google.maps.Marker({position: new google.maps.LatLng(50.0667106, 14.3695592), map: null, title: 'Lovčenská 1, Praha 5'}); infoWindowHtml['422'] = '
' + '

Lovčenská 1, Praha 5

' + 'Lovčenská 1
' + 'Praha 5
' + '
'; mapMarker['421'] = new google.maps.Marker({position: new google.maps.LatLng(50.0667072, 14.3690058), map: null, title: 'Cetyňská 2, Praha 5'}); infoWindowHtml['421'] = '
' + '

Cetyňská 2, Praha 5

' + 'Cetyňská 2
' + 'Praha 5
' + '
'; mapMarker['397'] = new google.maps.Marker({position: new google.maps.LatLng(50.0125967, 14.4216883), map: null, title: 'Kutilova 3063/4, Praha 12'}); infoWindowHtml['397'] = '
' + '

Kutilova 3063/4, Praha 12

' + 'Kutilova 4
' + 'Praha 4
' + '
'; mapMarker['393'] = new google.maps.Marker({position: new google.maps.LatLng(50.0837488, 14.4196279), map: null, title: 'Skořepka 7, Praha 1'}); infoWindowHtml['393'] = '
' + '

Skořepka 7, Praha 1

' + 'Skořepka 7
' + 'Praha 1
' + '
'; mapMarker['382'] = new google.maps.Marker({position: new google.maps.LatLng(50.0820244, 14.4458511), map: null, title: 'Ježkova 11, Praha 3'}); infoWindowHtml['382'] = '
' + '

Ježkova 11, Praha 3

' + 'Ježkova 11
' + 'Praha 3
' + '
'; mapMarker['381'] = new google.maps.Marker({position: new google.maps.LatLng(50.0127047, 14.4135886), map: null, title: 'Hájenská 1866/2, Praha 12'}); infoWindowHtml['381'] = '
' + '

Hájenská 1866/2, Praha 12

' + 'Hájenská 1866/2
' + 'Praha 4
' + '
'; mapMarker['380'] = new google.maps.Marker({position: new google.maps.LatLng(50.1312006, 14.4946619), map: null, title: 'Desenská 621/39, Praha 9'}); infoWindowHtml['380'] = '
' + '

Desenská 621/39, Praha 9

' + 'Desenská 621/39
' + 'Praha 9
' + '
'; mapMarker['379'] = new google.maps.Marker({position: new google.maps.LatLng(50.0677069, 14.3700339), map: null, title: 'Musílkova 28, Praha 5'}); infoWindowHtml['379'] = '
' + '

Musílkova 28, Praha 5

' + 'Musílkova 85/28
' + 'Praha 5
' + '
'; mapMarker['378'] = new google.maps.Marker({position: new google.maps.LatLng(50.01264, 14.4221983), map: null, title: 'Kutilova 3065/8, Praha 12'}); infoWindowHtml['378'] = '
' + '

Kutilova 3065/8, Praha 12

' + 'Kutilova 3065/8
' + 'Praha 4
' + '
'; mapMarker['356'] = new google.maps.Marker({position: new google.maps.LatLng(50.0770733, 14.4679903), map: null, title: 'náměstí Jiřího z Lobkovic 16, Praha 3'}); infoWindowHtml['356'] = '
' + '

náměstí Jiřího z Lobkovic 16, Praha 3

' + 'náměstí Jiřího z Lobkovic 16
' + 'Praha 3
' + '
'; mapMarker['346'] = new google.maps.Marker({position: new google.maps.LatLng(50.0132883, 14.4231481), map: null, title: 'Daškova 3070,3071,3072, Praha 4'}); infoWindowHtml['346'] = '
' + '

Daškova 3070,3071,3072, Praha 4

' + 'Daškova 3070,3071,3072
' + 'Praha 4
' + '
'; mapMarker['341'] = new google.maps.Marker({position: new google.maps.LatLng(50.0555911, 14.4425664), map: null, title: 'Na Jezerce 1200/9, Praha 4'}); infoWindowHtml['341'] = '
' + '

Na Jezerce 1200/9, Praha 4

' + 'Na Jezerce 1200/9
' + 'Praha 4
' + '
'; mapMarker['338'] = new google.maps.Marker({position: new google.maps.LatLng(49.9630097, 14.4590914), map: null, title: 'Na Panský 907, 908,909, Dolní Břežany'}); infoWindowHtml['338'] = '
' + '

Na Panský 907, 908,909, Dolní Břežany

' + 'Na Panský 8, 908, 909
' + 'Dolní Břežany
' + '
'; mapMarker['337'] = new google.maps.Marker({position: new google.maps.LatLng(50.0985731, 14.4248444), map: null, title: 'Ovenecká 7, Praha 7'}); infoWindowHtml['337'] = '
' + '

Ovenecká 7, Praha 7

' + 'Ovenecká 7
' + 'Praha 7
' + '
'; mapMarker['322'] = new google.maps.Marker({position: new google.maps.LatLng(50.067705, 14.4326906), map: null, title: 'Pod Karlovem 1325/4, Praha 2'}); infoWindowHtml['322'] = '
' + '

Pod Karlovem 1325/4, Praha 2

' + 'Pod Karlovem 1325/4
' + 'Praha 2
' + '
'; mapMarker['320'] = new google.maps.Marker({position: new google.maps.LatLng(50.0813633, 14.4493264), map: null, title: 'Travná 1287,1288, Praha 9'}); infoWindowHtml['320'] = '
' + '

Travná 1287,1288, Praha 9

' + 'Travná 1287, 1288
' + 'Praha 9
' + '
'; mapMarker['319'] = new google.maps.Marker({position: new google.maps.LatLng(50.0813633, 14.4493264), map: null, title: 'Křížkovského 1584/18, Praha 3'}); infoWindowHtml['319'] = '
' + '

Křížkovského 1584/18, Praha 3

' + 'Křížkovského 1584/18
' + 'Praha 3
' + '
'; mapMarker['314'] = new google.maps.Marker({position: new google.maps.LatLng(50.0132314, 14.42465), map: null, title: 'Daškova 3077/16, Praha 4'}); infoWindowHtml['314'] = '
' + '

Daškova 3077/16, Praha 4

' + 'Daškova 3077/16
' + 'Praha 4
' + '
'; mapMarker['311'] = new google.maps.Marker({position: new google.maps.LatLng(50.0054364, 14.4038564), map: null, title: 'U Zastávky 1553/1, Praha 4'}); infoWindowHtml['311'] = '
' + '

U Zastávky 1553/1, Praha 4

' + 'U Zastávky 1553/1
' + 'Praha 4
' + '
'; mapMarker['303'] = new google.maps.Marker({position: new google.maps.LatLng(50.1000033, 14.4014967), map: null, title: 'Jilemnického 453/8, Praha 6'}); infoWindowHtml['303'] = '
' + '

Jilemnického 453/8, Praha 6

' + 'Jilemnického 8
' + 'Praha 6
' + '
'; mapMarker['302'] = new google.maps.Marker({position: new google.maps.LatLng(50.1031486, 14.3718622), map: null, title: 'Na Viničních horách 490,491, Praha 6'}); infoWindowHtml['302'] = '
' + '

Na Viničních horách 490,491, Praha 6

' + 'Na Viničních horách 490,491
' + 'Praha 6
' + '
'; mapMarker['300'] = new google.maps.Marker({position: new google.maps.LatLng(50.0543217, 14.4235125), map: null, title: 'Na Lysině 5, Praha 4'}); infoWindowHtml['300'] = '
' + '

Na Lysině 5, Praha 4

' + 'Na Lysině 5
' + 'Praha 4
' + '
'; mapMarker['299'] = new google.maps.Marker({position: new google.maps.LatLng(50.0685261, 14.3876258), map: null, title: 'Nad Popelkou 1, Praha 5'}); infoWindowHtml['299'] = '
' + '

Nad Popelkou 1, Praha 5

' + 'Nad Popelkou 1
' + 'Praha 5
' + '
'; mapMarker['298'] = new google.maps.Marker({position: new google.maps.LatLng(50.10208, 14.4029769), map: null, title: 'Eliášova 41, Praha 6'}); infoWindowHtml['298'] = '
' + '

Eliášova 41, Praha 6

' + 'Eliášova 41/472
' + 'Praha 6
' + '
'; mapMarker['297'] = new google.maps.Marker({position: new google.maps.LatLng(50.0892894, 14.3455264), map: null, title: 'Peštukova 248,249, Praha 6'}); infoWindowHtml['297'] = '
' + '

Peštukova 248,249, Praha 6

' + 'Peštukova 248,249
' + 'Praha 6
' + '
'; mapMarker['294'] = new google.maps.Marker({position: new google.maps.LatLng(50.0781544, 14.4528028), map: null, title: 'Přemyslovská 5, Praha 3'}); infoWindowHtml['294'] = '
' + '

Přemyslovská 5, Praha 3

' + 'Přemyslovská 5
' + 'Praha 3
' + '
'; mapMarker['289'] = new google.maps.Marker({position: new google.maps.LatLng(50.0694678, 14.449465), map: null, title: 'Košická 10, Praha 10'}); infoWindowHtml['289'] = '
' + '

Košická 10, Praha 10

' + 'Košická 10
' + 'Praha 10
' + '
'; mapMarker['286'] = new google.maps.Marker({position: new google.maps.LatLng(50.0587242, 14.4362), map: null, title: 'Táborská 829/4, Praha 4'}); infoWindowHtml['286'] = '
' + '

Táborská 829/4, Praha 4

' + 'Táborská 829/4
' + 'Praha 4
' + '
'; mapMarker['280'] = new google.maps.Marker({position: new google.maps.LatLng(50.0648217, 14.3902606), map: null, title: 'Na Václavce 48,50, Praha 5'}); infoWindowHtml['280'] = '
' + '

Na Václavce 48,50, Praha 5

' + 'Na Václavce 48,50
' + 'Praha 5
' + '
'; mapMarker['274'] = new google.maps.Marker({position: new google.maps.LatLng(50.0604142, 14.2905864), map: null, title: 'Mladých 7,5, Praha 5'}); infoWindowHtml['274'] = '
' + '

Mladých 7,5, Praha 5

' + 'Mladých 7,5
' + 'Praha 5
' + '
'; mapMarker['269'] = new google.maps.Marker({position: new google.maps.LatLng(50.0715547, 14.3775925), map: null, title: 'Tělovýchovná jednota Košíře z.s., Praha 5'}); infoWindowHtml['269'] = '
' + '

Tělovýchovná jednota Košíře z.s., Praha 5

' + 'Klamovka 2051
' + 'Praha 5
' + '
'; mapMarker['268'] = new google.maps.Marker({position: new google.maps.LatLng(50.05472, 14.4384275), map: null, title: '5.května 9, Praha 4'}); infoWindowHtml['268'] = '
' + '

5.května 9, Praha 4

' + '5.května 9
' + 'Praha 4
' + '
'; mapMarker['265'] = new google.maps.Marker({position: new google.maps.LatLng(50.0617853, 14.4012889), map: null, title: 'Radlická 92, Praha 5'}); infoWindowHtml['265'] = '
' + '

Radlická 92, Praha 5

' + 'Radlická 92
' + 'Praha 5
' + '
'; mapMarker['259'] = new google.maps.Marker({position: new google.maps.LatLng(50.1007656, 14.3663081), map: null, title: 'U Beránky 2141, Praha 6'}); infoWindowHtml['259'] = '
' + '

U Beránky 2141, Praha 6

' + 'U Beránky 2141/6
' + 'Praha 6
' + '
'; mapMarker['257'] = new google.maps.Marker({position: new google.maps.LatLng(50.0791856, 14.4572303), map: null, title: 'Lucemburská 36, Praha 3'}); infoWindowHtml['257'] = '
' + '

Lucemburská 36, Praha 3

' + 'Lucemburská 36/1831
' + 'Praha 3
' + '
'; mapMarker['256'] = new google.maps.Marker({position: new google.maps.LatLng(50.0129169, 14.4250689), map: null, title: 'Daškova 3082/9, Praha 4'}); infoWindowHtml['256'] = '
' + '

Daškova 3082/9, Praha 4

' + 'Daškova 3082/9
' + 'Praha 4
' + '
'; mapMarker['255'] = new google.maps.Marker({position: new google.maps.LatLng(50.0564286, 14.4453592), map: null, title: 'U Družstva Ideál 1287/11, Praha 4'}); infoWindowHtml['255'] = '
' + '

U Družstva Ideál 1287/11, Praha 4

' + 'U Družstva Ideál 1287/11
' + 'Praha 4
' + '
'; mapMarker['250'] = new google.maps.Marker({position: new google.maps.LatLng(50.0947617, 14.4957247), map: null, title: 'U Kněžské louky 32, Praha 3'}); infoWindowHtml['250'] = '
' + '

U Kněžské louky 32, Praha 3

' + 'U Kněžské louky 32
' + 'Praha 3
' + '
'; mapMarker['249'] = new google.maps.Marker({position: new google.maps.LatLng(50.0901544, 14.4475814), map: null, title: 'Peckova 3, Praha 8'}); infoWindowHtml['249'] = '
' + '

Peckova 3, Praha 8

' + 'Peckova 3
' + 'Praha 8
' + '
'; mapMarker['248'] = new google.maps.Marker({position: new google.maps.LatLng(50.0373386, 14.4133911), map: null, title: 'Školní 10, Praha 4'}); infoWindowHtml['248'] = '
' + '

Školní 10, Praha 4

' + 'Školní 784/10
' + 'Praha 4
' + '
'; mapMarker['247'] = new google.maps.Marker({position: new google.maps.LatLng(50.0783953, 14.4575306), map: null, title: 'Přemyslovská 1482, Praha 3'}); infoWindowHtml['247'] = '
' + '

Přemyslovská 1482, Praha 3

' + 'Přemyslovská 32
' + 'Praha 3
' + '
'; mapMarker['241'] = new google.maps.Marker({position: new google.maps.LatLng(50.0721319, 14.4351856), map: null, title: 'Londýnská 20, Praha 2'}); infoWindowHtml['241'] = '
' + '

Londýnská 20, Praha 2

' + 'Londýnská 20
' + 'Praha 2
' + '
'; mapMarker['236'] = new google.maps.Marker({position: new google.maps.LatLng(50.0711708, 14.4069131), map: null, title: 'Staropramenná 19, Praha 5'}); infoWindowHtml['236'] = '
' + '

Staropramenná 19, Praha 5

' + 'Staropramenná 636/19
' + 'Praha 5
' + '
'; mapMarker['233'] = new google.maps.Marker({position: new google.maps.LatLng(50.111665, 14.4774922), map: null, title: 'Pod Labuťkou 7, Praha 8'}); infoWindowHtml['233'] = '
' + '

Pod Labuťkou 7, Praha 8

' + 'Pod Labuťkou 7
' + 'Praha 8
' + '
'; mapMarker['230'] = new google.maps.Marker({position: new google.maps.LatLng(50.0772511, 14.4353786), map: null, title: 'UNIQA, Praha 2'}); infoWindowHtml['230'] = '
' + '

UNIQA, Praha 2

' + 'Římská 25
' + 'Praha 2
' + '
'; mapMarker['204'] = new google.maps.Marker({position: new google.maps.LatLng(50.0783706, 14.441295), map: null, title: 'Polská 20, Praha 2'}); infoWindowHtml['204'] = '
' + '

Polská 20, Praha 2

' + 'Polská 20
' + 'Praha 2
' + '
'; mapMarker['203'] = new google.maps.Marker({position: new google.maps.LatLng(50.0986297, 14.3952694), map: null, title: 'Svatovítská 5, Praha 6'}); infoWindowHtml['203'] = '
' + '

Svatovítská 5, Praha 6

' + 'Svatovítská 5
' + 'Praha 6
' + '
'; mapMarker['202'] = new google.maps.Marker({position: new google.maps.LatLng(50.046405, 14.3331661), map: null, title: 'Zázvorkova 2000 - 2001, Praha 5'}); infoWindowHtml['202'] = '
' + '

Zázvorkova 2000 - 2001, Praha 5

' + 'Zázvorkova 2000,2001
' + 'Praha 5
' + '
'; mapMarker['201'] = new google.maps.Marker({position: new google.maps.LatLng(49.9664656, 14.3821844), map: null, title: 'Svépomoci 262 - 263, Praha 5'}); infoWindowHtml['201'] = '
' + '

Svépomoci 262 - 263, Praha 5

' + 'Svépomoci 262,263
' + 'Praha 5
' + '
'; mapMarker['180'] = new google.maps.Marker({position: new google.maps.LatLng(50.0912606, 14.3710739), map: null, title: 'U Páté baterie 4, Praha 6'}); infoWindowHtml['180'] = '
' + '

U Páté baterie 4, Praha 6

' + 'U Páté baterie 4
' + 'Praha 6
' + '
'; mapMarker['172'] = new google.maps.Marker({position: new google.maps.LatLng(50.0808506, 14.4485869), map: null, title: 'Škroupovo náměstí 3, Praha 3'}); infoWindowHtml['172'] = '
' + '

Škroupovo náměstí 3, Praha 3

' + 'Škroupovo nám.1286/3
' + 'Praha 3
' + '
'; mapMarker['171'] = new google.maps.Marker({position: new google.maps.LatLng(50.0761117, 14.4446669), map: null, title: 'Slezská 42, Praha 2'}); infoWindowHtml['171'] = '
' + '

Slezská 42, Praha 2

' + 'Slezská 827/42
' + 'Praha 2
' + '
'; mapMarker['167'] = new google.maps.Marker({position: new google.maps.LatLng(50.0755011, 14.4395736), map: null, title: 'Korunní 7, Praha 2'}); infoWindowHtml['167'] = '
' + '

Korunní 7, Praha 2

' + 'Korunní 727/7
' + 'Praha 2
' + '
'; mapMarker['166'] = new google.maps.Marker({position: new google.maps.LatLng(50.0718172, 14.4568939), map: null, title: 'Bulharská 3, Praha 10'}); infoWindowHtml['166'] = '
' + '

Bulharská 3, Praha 10

' + 'Bulharská 587/3
' + 'Praha 10
' + '
'; mapMarker['165'] = new google.maps.Marker({position: new google.maps.LatLng(50.1001375, 14.4016222), map: null, title: 'Jilemnického 452/10, Praha 6'}); infoWindowHtml['165'] = '
' + '

Jilemnického 452/10, Praha 6

' + 'Jilemnického 452/10
' + 'Praha 6
' + '
'; mapMarker['164'] = new google.maps.Marker({position: new google.maps.LatLng(50.0693261, 14.4493508), map: null, title: 'Košická 8, Praha 10'}); infoWindowHtml['164'] = '
' + '

Košická 8, Praha 10

' + 'Košická 66/8
' + 'Praha 10
' + '
'; mapMarker['163'] = new google.maps.Marker({position: new google.maps.LatLng(50.0423742, 14.4449367), map: null, title: 'Fillova 990/1, Praha 4'}); infoWindowHtml['163'] = '
' + '

Fillova 990/1, Praha 4

' + 'Fillova 990/1
' + 'Praha 4
' + '
'; mapMarker['162'] = new google.maps.Marker({position: new google.maps.LatLng(50.1012, 14.3639103), map: null, title: 'Nad Šárkou 8,10, Praha 6'}); infoWindowHtml['162'] = '
' + '

Nad Šárkou 8,10, Praha 6

' + 'Nad Šárkou 8,10
' + 'Praha 6
' + '
'; mapMarker['138'] = new google.maps.Marker({position: new google.maps.LatLng(50.0491669, 14.4678964), map: null, title: 'V zápolí 1142/20a , Praha 4'}); infoWindowHtml['138'] = '
' + '

V zápolí 1142/20a , Praha 4

' + 'V zápolí 20a
' + 'Praha 4
' + '
'; mapMarker['137'] = new google.maps.Marker({position: new google.maps.LatLng(50.0987772, 14.3951953), map: null, title: 'Kafkova 21, Praha 6'}); infoWindowHtml['137'] = '
' + '

Kafkova 21, Praha 6

' + 'Kafkova 21
' + 'Praha 6
' + '
'; mapMarker['131'] = new google.maps.Marker({position: new google.maps.LatLng(50.01318, 14.4243908), map: null, title: 'Daškova 3076/14, Praha 4'}); infoWindowHtml['131'] = '
' + '

Daškova 3076/14, Praha 4

' + 'Daškova 3076/14
' + 'Praha 4
' + '
'; mapMarker['128'] = new google.maps.Marker({position: new google.maps.LatLng(50.0465525, 14.4274633), map: null, title: 'Kaplická 19, 21, Praha 4'}); infoWindowHtml['128'] = '
' + '

Kaplická 19, 21, Praha 4

' + 'Kaplická 19,21
' + 'Praha 4
' + '
'; mapMarker['115'] = new google.maps.Marker({position: new google.maps.LatLng(50.0839, 14.4309), map: null, title: 'U Půjčovny 953, Praha 1'}); infoWindowHtml['115'] = '
' + '

U Půjčovny 953, Praha 1

' + 'U Půjčovny 953/4
' + 'Praha 1
' + '
'; mapMarker['101'] = new google.maps.Marker({position: new google.maps.LatLng(50.1001036, 14.4336289), map: null, title: 'Dukelských hrdinů 20, Praha 7'}); infoWindowHtml['101'] = '
' + '

Dukelských hrdinů 20, Praha 7

' + 'Dukelských hrdinů 20
' + 'Praha 7
' + '
'; mapMarker['93'] = new google.maps.Marker({position: new google.maps.LatLng(50.0715789, 14.4427947), map: null, title: 'Na Kozačce 9, Praha 2'}); infoWindowHtml['93'] = '
' + '

Na Kozačce 9, Praha 2

' + 'Na Kozačce 9, Praha 2
' + 'Praha 2
' + '
'; mapMarker['90'] = new google.maps.Marker({position: new google.maps.LatLng(50.0626686, 14.3966403), map: null, title: 'Krymská 4, Praha 10'}); infoWindowHtml['90'] = '
' + '

Krymská 4, Praha 10

' + 'Krymská 4, Praha 10
' + 'Praha 10
' + '
'; mapMarker['84'] = new google.maps.Marker({position: new google.maps.LatLng(50.1022083, 14.4022019), map: null, title: 'Uralská 8, Praha 6'}); infoWindowHtml['84'] = '
' + '

Uralská 8, Praha 6

' + 'Uralská 8, Praha 6
' + 'Praha 6
' + '
'; mapMarker['83'] = new google.maps.Marker({position: new google.maps.LatLng(50.0775564, 14.4339033), map: null, title: 'Římská 16, Praha 2'}); infoWindowHtml['83'] = '
' + '

Římská 16, Praha 2

' + 'Římská 16, Praha 2
' + 'Praha 2
' + '
'; mapMarker['81'] = new google.maps.Marker({position: new google.maps.LatLng(50.0772861, 14.4472125), map: null, title: 'Vinohradská 89, Praha 2'}); infoWindowHtml['81'] = '
' + '

Vinohradská 89, Praha 2

' + 'Vinohradská 89, Praha 2
' + 'Praha 2
' + '
'; mapMarker['67'] = new google.maps.Marker({position: new google.maps.LatLng(50.0436756, 14.4454183), map: null, title: 'Olbrachtova 50, Praha 4'}); infoWindowHtml['67'] = '
' + '

Olbrachtova 50, Praha 4

' + 'Olbrachtova 50, Praha 4
' + 'Praha 4
' + '
'; mapMarker['66'] = new google.maps.Marker({position: new google.maps.LatLng(50.0722556, 14.4331892), map: null, title: 'Koubkova 17, Praha 2'}); infoWindowHtml['66'] = '
' + '

Koubkova 17, Praha 2

' + 'Koubkova 17, Praha 2
' + 'Praha 2
' + '
'; for (var mm in mapMarker) { if (mapMarker[mm]) { mapMarker[mm].setMap(map); if (infoWindowHtml[mm]) { attachWindow(mm, map, mapMarker[mm], infoWindowHtml[mm]); } } } jQuery('.place a').bind('click', function() { var id = jQuery(this).attr('id'); if (id) { $('html, body').animate({ scrollTop: $("#map").offset().top }, 200); map.setZoom(15); console.log(id); for (var mm in infoWindow) { if (infoWindow[mm]) { infoWindow[mm].close(); } } if (infoWindow[id]) { if (mapMarker[id]) { infoWindow[id].open(map, mapMarker[id]); } } } }); jQuery('.place a').bind('mouseenter', function() { var id = jQuery(this).attr('id'); console.log(mapMarker[id]); if (mapMarker[id]) { mapMarker[id].setAnimation(google.maps.Animation.BOUNCE); } }).bind('mouseleave', function() { var id = jQuery(this).attr('id'); if (mapMarker[id]) { mapMarker[id].setAnimation(null); } }); $('.loc-menu').click(function() { $(this).parent().children('ul').slideToggle('fast'); $(this).toggleClass('plus').toggleClass('minus'); }); });*/