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(32.2082,-95.833)};var g_4e01d13bff63c0fcdf3da4763dcd009c = new google.maps.Geocoder();g_4e01d13bff63c0fcdf3da4763dcd009c.geocode( { 'address': "1395 E Tyler St Suite 106, Athens, TX 75751, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('athens-TX-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('athens-TX-check-n-go'), mapOptions);}document.getElementById('338c2e52').innerHTML += ' | View Map';var $l4e01d13bff63c0fcdf3da4763dcd009c = '

Check 'n Go

Address: 1395 E Tyler St Suite 106, Athens, TX 75751, USA
Phone: (903) 670-1442
';var m_4e01d13bff63c0fcdf3da4763dcd009c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_4e01d13bff63c0fcdf3da4763dcd009c['infowindow'] = new google.maps.InfoWindow({content: $l4e01d13bff63c0fcdf3da4763dcd009c});var infowindow = new google.maps.InfoWindow({content: $l4e01d13bff63c0fcdf3da4763dcd009c});google.maps.event.addListener(m_4e01d13bff63c0fcdf3da4763dcd009c, 'click', function() {infowindow.open(map,m_4e01d13bff63c0fcdf3da4763dcd009c);});$marker.push(m_4e01d13bff63c0fcdf3da4763dcd009c);}});}google.maps.event.addDomListener(window, 'load', initialize);