Saw this on SlickDeals.net
Not sure if they have Target in Canada but should work for US customers with a target seeking a Wii console
http://www.target.com/gp/store-info/search.html/602-9935177-2156646?ie=UTF8&asin=B0009VXBAQ
put in your zip and click search
In the empty "results" box, right click and choose View Source
It should launch notepad with data similar to this:
I highlighted the important info for you
tempData = new Array();
tempData["storeName"] = trim("Las Vegas NW");
tempData["itemAvailability"] = trim("Out Of Stock");
tempData["storeId"] = trim("826");
tempData["storePhone"] = trim("(702) 645-5440");
tempData["longitude"] = trim("-115.249507");
tempData["latitude"] = trim("36.219131");
tempData["distanceInMiles"] = trim("2.46343656043026");
tempData["PharmacyPhone"] = trim("(702) 396-7840");
tempData["PharmacyHour"] = trim("M-Fr: 9:00am to 9:00pm; Sa: 9:00am to 6:00pm; Su: 9:00am to 6:00pm;");
tempData["StorePhone"] = trim("(702) 645-5440");
tempData["StoreHour"] = trim("M-Fr: 8:00am to 10:00pm; Sa: 8:00am to 10:00pm; Su: 8:00am to 9:00pm;");
tempData["PhotoPhone"] = trim("(702) 645-5440");
tempData["PhotoHour"] = trim("M-Fr: 9:00am to 9:00pm; Sa: 9:00am to 9:00pm; Su: 10:00am to 8:00pm;");
tempData["country"] = trim("US");
tempData["city"] = trim("Las Vegas");
tempData["address1"] = trim("3210 N Tenaya Way");
tempData["postalCode"] = trim("89129");
tempData["state"] = trim("NV");
tempData["address2"] = trim("");
window.top.dataArray[window.top.dataArray.length++] = tempData;
tempData = null;