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(45.0597,-83.7466)};var g_cec819fa603e0b3f17e6aeaf4a6e6890 = new google.maps.Geocoder();g_cec819fa603e0b3f17e6aeaf4a6e6890.geocode( { 'address': "14471 M 32 W, Lachine, MI 49753, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lachine-MI-j-rs-country-store').style.display = '';map = new google.maps.Map(document.getElementById('lachine-MI-j-rs-country-store'), mapOptions);}document.getElementById('016f784e').innerHTML += ' | View Map';var $lcec819fa603e0b3f17e6aeaf4a6e6890 = '

J R's Country Store

Address: 14471 M 32 W, Lachine, MI 49753, USA
Phone: (989) 379-2641
';var m_cec819fa603e0b3f17e6aeaf4a6e6890 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'J R's Country Store',});m_cec819fa603e0b3f17e6aeaf4a6e6890['infowindow'] = new google.maps.InfoWindow({content: $lcec819fa603e0b3f17e6aeaf4a6e6890});var infowindow = new google.maps.InfoWindow({content: $lcec819fa603e0b3f17e6aeaf4a6e6890});google.maps.event.addListener(m_cec819fa603e0b3f17e6aeaf4a6e6890, 'click', function() {infowindow.open(map,m_cec819fa603e0b3f17e6aeaf4a6e6890);});$marker.push(m_cec819fa603e0b3f17e6aeaf4a6e6890);}});}google.maps.event.addDomListener(window, 'load', initialize);