		
                function initialize_132() {
                  if (GBrowserIsCompatible()) {
        


                   var map_132 = new GMap2(document.getElementById("map_132"));
                   map_132.setCenter(new GLatLng(51.55643,46.032579), 14);
                   map_132.setUIToDefault();

					var point_132  = new GLatLng(51.55643,46.032579);
					map_132.setCenter(point_132, 14);

					var marker_company_132 = new GMarker(point_132, {title: 'Тонировка "Black Style"'});
					marker_company_132.name='Тонировка "Black Style"';
					marker_company_132.address='ул. Аэропорт, 5';
					marker_company_132.phone='8-962-622-53-19, 8-906-300-62-30, факс: ';
					marker_company_132.url='';
					//map_132.addOverlay(marker_company_132);
					// map_132.openInfoWindowHtml(point_132,'<div style="line-height: 1.5em"><b>'+marker_company_132.name+'</b></div>');


					var icon_132 = new GIcon();
						icon_132.image = '/userfiles/icons/12578322783.png';
						icon_132.iconSize = new GSize(32, 24);
						icon_132.iconAnchor = new GPoint(16, 24);
						icon_132.infoWindowAnchor = new GPoint(16, 24);

					opts_132 = {
						"icon": icon_132,
						"clickable": true,
						"title": marker_company_132.name
						//"labelText": marker_company_132.name
		//                "labelOffset": new GSize(-6, -10)
					};
					var marker_icon_132 = new LabeledMarker(point_132, opts_132);
					map_132.addOverlay(marker_icon_132);



                                        }
                }

		