<%@LANGUAGE="VBSCRIPT"%> <% Dim rsLotto Dim rsLotto_numRows Set rsLotto = Server.CreateObject("ADODB.Recordset") rsLotto.ActiveConnection = MM_conAmlwchTown_STRING rsLotto.Source = "SELECT * FROM tblLotto ORDER BY LottoDate DESC" rsLotto.CursorType = 0 rsLotto.CursorLocation = 2 rsLotto.LockType = 1 rsLotto.Open() rsLotto_numRows = 0 %> Amlwch Town FC - Location
Jump to Main Content

Amlwch Town FC - How to Find Us


Directions:

From the Britannia Bridge follow the A5025 to Amlwch (approx.18 miles). On entering Amlwch proceed straight ahead at the roundabout (Rowlands Garage on your left). Continue for approx. 1/3 mile then turn left into Mona Street (turning immediately after Central Garage). Continue for approx. 1/4 mile turning right opposite the Fire Station into Lon Bach. The Ground is situated on your right.



Map of Amlwch




Ynys Mon - Anglesey




<% rsLotto.Close() Set rsLotto = Nothing %>