﻿// Google Maps ふきだしテンプレート
var gmaps_template = '<div class="marker-style">\
<p class="marker-title">%name%</p>\
<temp:If name="%img% %address% %tel%"><div class="marker-comments">\
<temp:If name="%img%"><img src="%img%" alt=""></temp>\
<table>\
<temp:If name="%address%"><tr><td class="title">住所&nbsp;：&nbsp;</td><td>%address%</td></tr></temp>\
<temp:If name="%tel%"><tr><td class="title">電話&nbsp;：&nbsp;</td><td>%tel%</td></tr></temp>\
</table>\
</div></temp>\
</div>';

// マーカーアイコン設定
var gmaps_icons = {
	iconSize:[35.0, 43.0],
	shadowSize:[57.0, 43.0],
	iconAnchor:[17.0, 21.0],
	infoWindowAnchor:[17.0, 21.0]
};
