//<![CDATA[
					 
//地図を作成
var map = new GMap2(document.getElementById("map"));
map.addControl(new GLargeMapControl());
map.setCenter(new GLatLng(34.377470109529135,132.50657558441162), 15);

//オリジナルマーカー
var icon = new GIcon();
icon.image = "lib/cont/icon_yu.png";
icon.iconSize = new GSize(28, 26);
icon.iconAnchor = new GPoint(14, 24);
icon.infoWindowAnchor = new GPoint(18, 11);

//]]>
