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(29.8553,-95.7192)};var g_1f11701212967a10a280fdefc2713a79 = new google.maps.Geocoder();g_1f11701212967a10a280fdefc2713a79.geocode( { 'address': "5803 N Fry Rd Suite 102, Katy, TX 77449, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('katy-TX-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('katy-TX-check-n-go'), mapOptions);}document.getElementById('99d63de9').innerHTML += ' | View Map';var $l1f11701212967a10a280fdefc2713a79 = '

Check 'n Go

Address: 5803 N Fry Rd Suite 102, Katy, TX 77449, USA
Phone: (281) 550-9923
';var m_1f11701212967a10a280fdefc2713a79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_1f11701212967a10a280fdefc2713a79['infowindow'] = new google.maps.InfoWindow({content: $l1f11701212967a10a280fdefc2713a79});var infowindow = new google.maps.InfoWindow({content: $l1f11701212967a10a280fdefc2713a79});google.maps.event.addListener(m_1f11701212967a10a280fdefc2713a79, 'click', function() {infowindow.open(map,m_1f11701212967a10a280fdefc2713a79);});$marker.push(m_1f11701212967a10a280fdefc2713a79);}});}google.maps.event.addDomListener(window, 'load', initialize);