<!doctype html> <html> <head> <meta charset="utf-8"> <title>山手座標</title> <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script> <script src="main.js"></script> </head> <body> <table class="table-station"> <thead> <tr><th>駅名</th><th>緯度</th><th>経度</th></tr> </thead> <tbody> </tbody> </table> </body> </html> var geocoder; var stationArr = ['東京','有楽町','新橋','浜松町','田町','品川'