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.6838,-83.9363)};var g_4e0df9f8468af3566ecc97d7afb106da = new google.maps.Geocoder();g_4e0df9f8468af3566ecc97d7afb106da.geocode( { 'address': "397 W Main St, Xenia, OH 45385, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('xenia-OH-checksmart').style.display = '';map = new google.maps.Map(document.getElementById('xenia-OH-checksmart'), mapOptions);}document.getElementById('e4841b9e').innerHTML += ' | View Map';var $l4e0df9f8468af3566ecc97d7afb106da = '

CheckSmart

Address: 397 W Main St, Xenia, OH 45385, USA
Phone: (937) 372-8018
';var m_4e0df9f8468af3566ecc97d7afb106da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CheckSmart',});m_4e0df9f8468af3566ecc97d7afb106da['infowindow'] = new google.maps.InfoWindow({content: $l4e0df9f8468af3566ecc97d7afb106da});var infowindow = new google.maps.InfoWindow({content: $l4e0df9f8468af3566ecc97d7afb106da});google.maps.event.addListener(m_4e0df9f8468af3566ecc97d7afb106da, 'click', function() {infowindow.open(map,m_4e0df9f8468af3566ecc97d7afb106da);});$marker.push(m_4e0df9f8468af3566ecc97d7afb106da);}});}google.maps.event.addDomListener(window, 'load', initialize);