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(40.0611,-85.6543)};var g_a016575ea129113c21a757ea84d8f86f = new google.maps.Geocoder();g_a016575ea129113c21a757ea84d8f86f.geocode( { 'address': "1921 E 53rd St, Anderson, IN 46013, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anderson-IN-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('anderson-IN-check-n-go'), mapOptions);}document.getElementById('01a6d299').innerHTML += ' | View Map';var $la016575ea129113c21a757ea84d8f86f = '

Check 'n Go

Address: 1921 E 53rd St, Anderson, IN 46013, USA
Phone: (765) 622-7777
';var m_a016575ea129113c21a757ea84d8f86f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_a016575ea129113c21a757ea84d8f86f['infowindow'] = new google.maps.InfoWindow({content: $la016575ea129113c21a757ea84d8f86f});var infowindow = new google.maps.InfoWindow({content: $la016575ea129113c21a757ea84d8f86f});google.maps.event.addListener(m_a016575ea129113c21a757ea84d8f86f, 'click', function() {infowindow.open(map,m_a016575ea129113c21a757ea84d8f86f);});$marker.push(m_a016575ea129113c21a757ea84d8f86f);}});}google.maps.event.addDomListener(window, 'load', initialize);