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.5668,-83.6555)};var g_2553761c31ac33576b6030cf1a70a08b = new google.maps.Geocoder();g_2553761c31ac33576b6030cf1a70a08b.geocode( { 'address': "732 Conant St, Maumee, OH 43537, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('maumee-OH-stop--go').style.display = '';map = new google.maps.Map(document.getElementById('maumee-OH-stop--go'), mapOptions);}document.getElementById('6df67c85').innerHTML += ' | View Map';var $l2553761c31ac33576b6030cf1a70a08b = '

Stop & Go

Address: 732 Conant St, Maumee, OH 43537, USA
Phone: (419) 794-8400
';var m_2553761c31ac33576b6030cf1a70a08b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stop & Go',});m_2553761c31ac33576b6030cf1a70a08b['infowindow'] = new google.maps.InfoWindow({content: $l2553761c31ac33576b6030cf1a70a08b});var infowindow = new google.maps.InfoWindow({content: $l2553761c31ac33576b6030cf1a70a08b});google.maps.event.addListener(m_2553761c31ac33576b6030cf1a70a08b, 'click', function() {infowindow.open(map,m_2553761c31ac33576b6030cf1a70a08b);});$marker.push(m_2553761c31ac33576b6030cf1a70a08b);}});}google.maps.event.addDomListener(window, 'load', initialize);