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.9321,-83.1461)};var g_7529f77284b9afe8a6efa548bbcc84ba = new google.maps.Geocoder();g_7529f77284b9afe8a6efa548bbcc84ba.geocode( { 'address': "5582 Hall Rd, Galloway, OH 43119, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('galloway-OH-checksmart').style.display = '';map = new google.maps.Map(document.getElementById('galloway-OH-checksmart'), mapOptions);}document.getElementById('b6fa3731').innerHTML += ' | View Map';var $l7529f77284b9afe8a6efa548bbcc84ba = '

CheckSmart

Address: 5582 Hall Rd, Galloway, OH 43119, USA
Phone: (614) 851-3230
';var m_7529f77284b9afe8a6efa548bbcc84ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CheckSmart',});m_7529f77284b9afe8a6efa548bbcc84ba['infowindow'] = new google.maps.InfoWindow({content: $l7529f77284b9afe8a6efa548bbcc84ba});var infowindow = new google.maps.InfoWindow({content: $l7529f77284b9afe8a6efa548bbcc84ba});google.maps.event.addListener(m_7529f77284b9afe8a6efa548bbcc84ba, 'click', function() {infowindow.open(map,m_7529f77284b9afe8a6efa548bbcc84ba);});$marker.push(m_7529f77284b9afe8a6efa548bbcc84ba);}});}google.maps.event.addDomListener(window, 'load', initialize);