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.7016,-98.0916)};var g_199e593823a1040d36617f37c4b5af48 = new google.maps.Geocoder();g_199e593823a1040d36617f37c4b5af48.geocode( { 'address': "1280 S Interstate Hwy 35 # 200, New Braunfels, TX 78130, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-braunfels-TX-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('new-braunfels-TX-check-n-go'), mapOptions);}document.getElementById('e3a7204a').innerHTML += ' | View Map';var $l199e593823a1040d36617f37c4b5af48 = '

Check 'n Go

Address: 1280 S Interstate Hwy 35 # 200, New Braunfels, TX 78130, USA
Phone: (830) 626-6323
';var m_199e593823a1040d36617f37c4b5af48 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_199e593823a1040d36617f37c4b5af48['infowindow'] = new google.maps.InfoWindow({content: $l199e593823a1040d36617f37c4b5af48});var infowindow = new google.maps.InfoWindow({content: $l199e593823a1040d36617f37c4b5af48});google.maps.event.addListener(m_199e593823a1040d36617f37c4b5af48, 'click', function() {infowindow.open(map,m_199e593823a1040d36617f37c4b5af48);});$marker.push(m_199e593823a1040d36617f37c4b5af48);}});}google.maps.event.addDomListener(window, 'load', initialize);