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.1931,-97.0946)};var g_53ad86ecc2543657e729673148a2d0ff = new google.maps.Geocoder();g_53ad86ecc2543657e729673148a2d0ff.geocode( { 'address': "1507 S Loop 288 #204, Denton, TX 76205, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('denton-TX-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('denton-TX-check-n-go'), mapOptions);}document.getElementById('e826c9cc').innerHTML += ' | View Map';var $l53ad86ecc2543657e729673148a2d0ff = '

Check 'n Go

Address: 1507 S Loop 288 #204, Denton, TX 76205, USA
Phone: (940) 483-9644
';var m_53ad86ecc2543657e729673148a2d0ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_53ad86ecc2543657e729673148a2d0ff['infowindow'] = new google.maps.InfoWindow({content: $l53ad86ecc2543657e729673148a2d0ff});var infowindow = new google.maps.InfoWindow({content: $l53ad86ecc2543657e729673148a2d0ff});google.maps.event.addListener(m_53ad86ecc2543657e729673148a2d0ff, 'click', function() {infowindow.open(map,m_53ad86ecc2543657e729673148a2d0ff);});$marker.push(m_53ad86ecc2543657e729673148a2d0ff);}});}google.maps.event.addDomListener(window, 'load', initialize);