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.5592,-83.4642)};var g_05948723abd7793dd5a73fe8c00e767a = new google.maps.Geocoder();g_05948723abd7793dd5a73fe8c00e767a.geocode( { 'address': "3510 Moline-Martin Rd, Millbury, OH 43447, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millbury-OH-stop--go').style.display = '';map = new google.maps.Map(document.getElementById('millbury-OH-stop--go'), mapOptions);}document.getElementById('0e68d0ce').innerHTML += ' | View Map';var $l05948723abd7793dd5a73fe8c00e767a = '

Stop & Go

Address: 3510 Moline-Martin Rd, Millbury, OH 43447, USA
Phone: (419) 836-4040
';var m_05948723abd7793dd5a73fe8c00e767a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stop & Go',});m_05948723abd7793dd5a73fe8c00e767a['infowindow'] = new google.maps.InfoWindow({content: $l05948723abd7793dd5a73fe8c00e767a});var infowindow = new google.maps.InfoWindow({content: $l05948723abd7793dd5a73fe8c00e767a});google.maps.event.addListener(m_05948723abd7793dd5a73fe8c00e767a, 'click', function() {infowindow.open(map,m_05948723abd7793dd5a73fe8c00e767a);});$marker.push(m_05948723abd7793dd5a73fe8c00e767a);}});}google.maps.event.addDomListener(window, 'load', initialize);