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.0235,-84.4429)};var g_c657e659734e1a9ffd83efaebc4dccc1 = new google.maps.Geocoder();g_c657e659734e1a9ffd83efaebc4dccc1.geocode( { 'address': "3976 Alexandria Pike, Cold Spring, KY 41076, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cold-spring-KY-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('cold-spring-KY-check-n-go'), mapOptions);}document.getElementById('7dd416ab').innerHTML += ' | View Map';var $lc657e659734e1a9ffd83efaebc4dccc1 = '

Check 'n Go

Address: 3976 Alexandria Pike, Cold Spring, KY 41076, USA
Phone: (859) 441-6161
';var m_c657e659734e1a9ffd83efaebc4dccc1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_c657e659734e1a9ffd83efaebc4dccc1['infowindow'] = new google.maps.InfoWindow({content: $lc657e659734e1a9ffd83efaebc4dccc1});var infowindow = new google.maps.InfoWindow({content: $lc657e659734e1a9ffd83efaebc4dccc1});google.maps.event.addListener(m_c657e659734e1a9ffd83efaebc4dccc1, 'click', function() {infowindow.open(map,m_c657e659734e1a9ffd83efaebc4dccc1);});$marker.push(m_c657e659734e1a9ffd83efaebc4dccc1);}});}google.maps.event.addDomListener(window, 'load', initialize);