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(40.7752,-82.4783)};var g_bd9d04087809541456b783e902516f0a = new google.maps.Geocoder();g_bd9d04087809541456b783e902516f0a.geocode( { 'address': "991 Ashland Rd, Mansfield, OH 44905, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mansfield-OH-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('mansfield-OH-check-n-go'), mapOptions);}document.getElementById('1001103c').innerHTML += ' | View Map';var $lbd9d04087809541456b783e902516f0a = '

Check 'n Go

Address: 991 Ashland Rd, Mansfield, OH 44905, USA
Phone: (419) 589-2444
';var m_bd9d04087809541456b783e902516f0a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_bd9d04087809541456b783e902516f0a['infowindow'] = new google.maps.InfoWindow({content: $lbd9d04087809541456b783e902516f0a});var infowindow = new google.maps.InfoWindow({content: $lbd9d04087809541456b783e902516f0a});google.maps.event.addListener(m_bd9d04087809541456b783e902516f0a, 'click', function() {infowindow.open(map,m_bd9d04087809541456b783e902516f0a);});$marker.push(m_bd9d04087809541456b783e902516f0a);}});}google.maps.event.addDomListener(window, 'load', initialize);