var GOOGLE, GOOGLE_TOKYO, GOOGLE_SYDNEY; document.addEventListener("deviceready", function() { //位置を定義 GOOGLE = new plugin.google.maps.LatLng(37.422858, -122.085065); GOOGLE_TOKYO = new plugin.google.maps.LatLng(35.660556,139.729167); GOOGLE_SYDNEY = new plugin.google.maps.LatLng(-33.867487,151.20699); //地図を作成 var map = plugin.google.maps.Map.getMap(); //地図の初期化完了を待つ map.addEventListener(plugin.goo