		
                function initialize_43() {
                  if (GBrowserIsCompatible()) {
        


                   var map_43 = new GMap2(document.getElementById("map_43"));
                   map_43.setCenter(new GLatLng(51.549564,46.011386), 14);
                   map_43.setUIToDefault();

					var point_43  = new GLatLng(51.549564,46.011386);
					map_43.setCenter(point_43, 14);

					var marker_company_43 = new GMarker(point_43, {title: 'Шиномонтаж Профессионал'});
					marker_company_43.name='Шиномонтаж Профессионал';
					marker_company_43.address='Саратов, ул. Университетская 109';
					marker_company_43.phone='40-40-54, 27-40-59, 8-960-357-7473, факс: ';
					marker_company_43.url='';
					//map_43.addOverlay(marker_company_43);
					// map_43.openInfoWindowHtml(point_43,'<div style="line-height: 1.5em"><b>'+marker_company_43.name+'</b></div>');


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

					opts_43 = {
						"icon": icon_43,
						"clickable": true,
						"title": marker_company_43.name
						//"labelText": marker_company_43.name
		//                "labelOffset": new GSize(-6, -10)
					};
					var marker_icon_43 = new LabeledMarker(point_43, opts_43);
					map_43.addOverlay(marker_icon_43);



                                        }
                }

		