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.5039,-95.0925)};var g_c9de0a5417de8f748230d60884345ccb = new google.maps.Geocoder();g_c9de0a5417de8f748230d60884345ccb.geocode( { 'address': "194 Gulf Fwy S, League City, TX 77573"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('league-city-TX-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('league-city-TX-check-n-go'), mapOptions);}document.getElementById('5ee908b7').innerHTML += ' | View Map';var $lc9de0a5417de8f748230d60884345ccb = '

Check 'n Go

Address: 194 Gulf Fwy S, League City, TX 77573
Phone: (281) 554-8206
';var m_c9de0a5417de8f748230d60884345ccb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_c9de0a5417de8f748230d60884345ccb['infowindow'] = new google.maps.InfoWindow({content: $lc9de0a5417de8f748230d60884345ccb});var infowindow = new google.maps.InfoWindow({content: $lc9de0a5417de8f748230d60884345ccb});google.maps.event.addListener(m_c9de0a5417de8f748230d60884345ccb, 'click', function() {infowindow.open(map,m_c9de0a5417de8f748230d60884345ccb);});$marker.push(m_c9de0a5417de8f748230d60884345ccb);}});}google.maps.event.addDomListener(window, 'load', initialize);