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.8673,-71.4393)};var g_73c8f3d9d5f5c4cc06277805a95ec0a5 = new google.maps.Geocoder();g_73c8f3d9d5f5c4cc06277805a95ec0a5.geocode( { 'address': "1375 Mineral Spring Ave Ste 2A, North Providence, RI 02904, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-providence-RI-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('north-providence-RI-check-n-go'), mapOptions);}document.getElementById('66b2a698').innerHTML += ' | View Map';var $l73c8f3d9d5f5c4cc06277805a95ec0a5 = '

Check 'n Go

Address: 1375 Mineral Spring Ave Ste 2A, North Providence, RI 02904, USA
Phone: (401) 353-0541
';var m_73c8f3d9d5f5c4cc06277805a95ec0a5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_73c8f3d9d5f5c4cc06277805a95ec0a5['infowindow'] = new google.maps.InfoWindow({content: $l73c8f3d9d5f5c4cc06277805a95ec0a5});var infowindow = new google.maps.InfoWindow({content: $l73c8f3d9d5f5c4cc06277805a95ec0a5});google.maps.event.addListener(m_73c8f3d9d5f5c4cc06277805a95ec0a5, 'click', function() {infowindow.open(map,m_73c8f3d9d5f5c4cc06277805a95ec0a5);});$marker.push(m_73c8f3d9d5f5c4cc06277805a95ec0a5);}});}google.maps.event.addDomListener(window, 'load', initialize);