MIYOSHI & CO.,LTD. is breeding, producing and distributing ornamental flower plants and seeds.

Language
Japanese English
  • CONTACT お問い合わせ

Access 下書き

 
 
 

 



var map;
function initMap() {
map = new google.maps.Map(document.getElementById(‘maps_size’), { // #sampleに地図を埋め込む
center: { // 地図の中心を指定
lat: 35.853118, // 緯度
lng: 135.510118) // 経度
},
zoom: 19 // 地図のズームを指定
});
}