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.3955,-82.1063)};var g_189866c3a53a500de75f24c74bdb49df = new google.maps.Geocoder();g_189866c3a53a500de75f24c74bdb49df.geocode( { 'address': "1539 W River Rd N, Elyria, OH 44035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elyria-OH-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('elyria-OH-check-n-go'), mapOptions);}document.getElementById('0088c56a').innerHTML += ' | View Map';var $l189866c3a53a500de75f24c74bdb49df = '

Check 'n Go

Address: 1539 W River Rd N, Elyria, OH 44035, USA
Phone: (440) 324-9600
';var m_189866c3a53a500de75f24c74bdb49df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_189866c3a53a500de75f24c74bdb49df['infowindow'] = new google.maps.InfoWindow({content: $l189866c3a53a500de75f24c74bdb49df});var infowindow = new google.maps.InfoWindow({content: $l189866c3a53a500de75f24c74bdb49df});google.maps.event.addListener(m_189866c3a53a500de75f24c74bdb49df, 'click', function() {infowindow.open(map,m_189866c3a53a500de75f24c74bdb49df);});$marker.push(m_189866c3a53a500de75f24c74bdb49df);}});}google.maps.event.addDomListener(window, 'load', initialize);