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(33.2197,-97.5962)};var g_7e014b4167e106f010baf933d2af1e67 = new google.maps.Geocoder();g_7e014b4167e106f010baf933d2af1e67.geocode( { 'address': "1816 S. FM 51, Suite 1300, Decatur, TX 76234, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-TX-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('decatur-TX-check-n-go'), mapOptions);}document.getElementById('d20c4124').innerHTML += ' | View Map';var $l7e014b4167e106f010baf933d2af1e67 = '

Check 'n Go

Address: 1816 S. FM 51, Suite 1300, Decatur, TX 76234, USA
Phone: (940) 627-1390
';var m_7e014b4167e106f010baf933d2af1e67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_7e014b4167e106f010baf933d2af1e67['infowindow'] = new google.maps.InfoWindow({content: $l7e014b4167e106f010baf933d2af1e67});var infowindow = new google.maps.InfoWindow({content: $l7e014b4167e106f010baf933d2af1e67});google.maps.event.addListener(m_7e014b4167e106f010baf933d2af1e67, 'click', function() {infowindow.open(map,m_7e014b4167e106f010baf933d2af1e67);});$marker.push(m_7e014b4167e106f010baf933d2af1e67);}});}google.maps.event.addDomListener(window, 'load', initialize);