Googleマップストアロケーター
https://code.google.com/p/storelocator/
例:1)https://storelocator.googlecode.com/git/examples/panel.html
2)https://storelocator.googlecode.com/git/examples/dynamic.html
cfqueryから動的にstorelocatorを作成したい
ColdFusionでstorelocatorを作成することは可能ですか?
誰かが私を助けることができますか?
<cfquery name="qCompany" datasource="#application.dsn#">
select
name,
addrress,
city,
state,
zip,
country,
phone,
latitude,
longitude
from wcountry_company
</cfquery>