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(39.8034,-84.2213)};var g_3eaf5524a60caa169b97299e6b07886d = new google.maps.Geocoder();g_3eaf5524a60caa169b97299e6b07886d.geocode( { 'address': "4141 N Main St, Dayton, OH 45405, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dayton-OH-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('dayton-OH-check-n-go'), mapOptions);}document.getElementById('c1a7a174').innerHTML += ' | View Map';var $l3eaf5524a60caa169b97299e6b07886d = '

Check 'n Go

Address: 4141 N Main St, Dayton, OH 45405, USA
Phone: (937) 567-1960
';var m_3eaf5524a60caa169b97299e6b07886d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_3eaf5524a60caa169b97299e6b07886d['infowindow'] = new google.maps.InfoWindow({content: $l3eaf5524a60caa169b97299e6b07886d});var infowindow = new google.maps.InfoWindow({content: $l3eaf5524a60caa169b97299e6b07886d});google.maps.event.addListener(m_3eaf5524a60caa169b97299e6b07886d, 'click', function() {infowindow.open(map,m_3eaf5524a60caa169b97299e6b07886d);});$marker.push(m_3eaf5524a60caa169b97299e6b07886d);}});}google.maps.event.addDomListener(window, 'load', initialize);