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(30.9051,-94.0147)};var g_26d35f6dfc5559fc694784f58b1faac9 = new google.maps.Geocoder();g_26d35f6dfc5559fc694784f58b1faac9.geocode( { 'address': "860 W Gibson St, Jasper, TX 75951, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jasper-TX-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('jasper-TX-check-n-go'), mapOptions);}document.getElementById('9f53af09').innerHTML += ' | View Map';var $l26d35f6dfc5559fc694784f58b1faac9 = '

Check 'n Go

Address: 860 W Gibson St, Jasper, TX 75951, USA
Phone: (409) 489-9461
';var m_26d35f6dfc5559fc694784f58b1faac9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_26d35f6dfc5559fc694784f58b1faac9['infowindow'] = new google.maps.InfoWindow({content: $l26d35f6dfc5559fc694784f58b1faac9});var infowindow = new google.maps.InfoWindow({content: $l26d35f6dfc5559fc694784f58b1faac9});google.maps.event.addListener(m_26d35f6dfc5559fc694784f58b1faac9, 'click', function() {infowindow.open(map,m_26d35f6dfc5559fc694784f58b1faac9);});$marker.push(m_26d35f6dfc5559fc694784f58b1faac9);}});}google.maps.event.addDomListener(window, 'load', initialize);