﻿// Google Maps ふきだしテンプレート
var gmaps_template = '<div class="marker-style">\
<p class="marker-title">%name%</p>\
<temp:If name="%img% %address% %tel% %com%"><div class="marker-comments">\
<temp:If name="%img%"><img src="%img%" height=90 alt=""></temp>\
<temp:If name="%com%"><span>%com%</span></temp>\
<div style="clear:both;"></div>\
</div></temp>\
<temp:If name="%href%"><p class="marker-link"><a href="%href%">[ 詳細 ]</a></p></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]
};
