var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(41.977,-71.3248)};var g_366b675075d5c85cffe2531073afbb5c = new google.maps.Geocoder();g_366b675075d5c85cffe2531073afbb5c.geocode( { 'address': "130 Chestnut St, North Attleboro, MA 02760"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-attleboro-MA-cardworks').style.display = '';map = new google.maps.Map(document.getElementById('north-attleboro-MA-cardworks'), mapOptions);}document.getElementById('e6fad291').innerHTML += ' | View Map';var $l366b675075d5c85cffe2531073afbb5c = '

Cardworks

Address: 130 Chestnut St, North Attleboro, MA 02760
Phone: (508) 809-7955
';var m_366b675075d5c85cffe2531073afbb5c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cardworks',});m_366b675075d5c85cffe2531073afbb5c['infowindow'] = new google.maps.InfoWindow({content: $l366b675075d5c85cffe2531073afbb5c});var infowindow = new google.maps.InfoWindow({content: $l366b675075d5c85cffe2531073afbb5c});google.maps.event.addListener(m_366b675075d5c85cffe2531073afbb5c, 'click', function() {infowindow.open(map,m_366b675075d5c85cffe2531073afbb5c);});$marker.push(m_366b675075d5c85cffe2531073afbb5c);}});}google.maps.event.addDomListener(window, 'load', initialize);