if (GBrowserIsCompatible()) {
initmaps.push('init_map');
function init_map(){
maps['map'] = new GMap2(document.getElementById('map'));
generateIcon("default","http://labs.google.com/ridefinder/images/mm_20_red.png",new GSize(12, 20),new GPoint(6, 20),"http://labs.google.com/ridefinder/images/mm_20_shadow.png",new GSize(22, 20),new GPoint(9, 2));
maps['map'].addControl(new GLargeMapControl());
maps['map'].addControl(new GMapTypeControl());
maps['map'].addControl(new GScaleControl());
maps['map'].addControl(new GOverviewMapControl());
maps['map'].setCenter(new GLatLng(48.174027, 16.464966), 15);
addMarker('map',new GLatLng(48.174027, 16.464966),'WIS Werbesysteme GmbH','WIS Werbesysteme GmbH
Margetinstraße 8c
A-1110 Wien - Österreich
Tel: +43 (1) 76748 18
Fax: +43 (1) 76748 19','default',false,null,null);
}
}