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.6872,-84.1293)};var g_5438361912d394a4650e9d40cef63c78 = new google.maps.Geocoder();g_5438361912d394a4650e9d40cef63c78.geocode( { 'address': "4064 Wilmington Pike, Kettering, OH 45440, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kettering-OH-checksmart').style.display = '';map = new google.maps.Map(document.getElementById('kettering-OH-checksmart'), mapOptions);}document.getElementById('915f7c97').innerHTML += ' | View Map';var $l5438361912d394a4650e9d40cef63c78 = '

CheckSmart

Address: 4064 Wilmington Pike, Kettering, OH 45440, USA
Phone: (937) 294-0500
';var m_5438361912d394a4650e9d40cef63c78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CheckSmart',});m_5438361912d394a4650e9d40cef63c78['infowindow'] = new google.maps.InfoWindow({content: $l5438361912d394a4650e9d40cef63c78});var infowindow = new google.maps.InfoWindow({content: $l5438361912d394a4650e9d40cef63c78});google.maps.event.addListener(m_5438361912d394a4650e9d40cef63c78, 'click', function() {infowindow.open(map,m_5438361912d394a4650e9d40cef63c78);});$marker.push(m_5438361912d394a4650e9d40cef63c78);}});}google.maps.event.addDomListener(window, 'load', initialize);