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.6872,-71.1718)};var g_e245c0833bebcf0cbac91d4513688956 = new google.maps.Geocoder();g_e245c0833bebcf0cbac91d4513688956.geocode( { 'address': "1433 S Main St, Fall River, MA 02724, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fall-river-MA-the-check-place').style.display = '';map = new google.maps.Map(document.getElementById('fall-river-MA-the-check-place'), mapOptions);}document.getElementById('796fc1c0').innerHTML += ' | View Map';var $le245c0833bebcf0cbac91d4513688956 = '

The Check Place

Address: 1433 S Main St, Fall River, MA 02724, USA
Phone: (508) 673-2950
';var m_e245c0833bebcf0cbac91d4513688956 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Check Place',});m_e245c0833bebcf0cbac91d4513688956['infowindow'] = new google.maps.InfoWindow({content: $le245c0833bebcf0cbac91d4513688956});var infowindow = new google.maps.InfoWindow({content: $le245c0833bebcf0cbac91d4513688956});google.maps.event.addListener(m_e245c0833bebcf0cbac91d4513688956, 'click', function() {infowindow.open(map,m_e245c0833bebcf0cbac91d4513688956);});$marker.push(m_e245c0833bebcf0cbac91d4513688956);}});}google.maps.event.addDomListener(window, 'load', initialize);