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.2535,-94.1971)};var g_dd7638becb67c450d3efd8444ef57afa = new google.maps.Geocoder();g_dd7638becb67c450d3efd8444ef57afa.geocode( { 'address': "211 S Main St, Lumberton, TX 77657, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lumberton-TX-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('lumberton-TX-check-n-go'), mapOptions);}document.getElementById('f7b5bdbd').innerHTML += ' | View Map';var $ldd7638becb67c450d3efd8444ef57afa = '

Check 'n Go

Address: 211 S Main St, Lumberton, TX 77657, USA
Phone: (409) 755-0781
';var m_dd7638becb67c450d3efd8444ef57afa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_dd7638becb67c450d3efd8444ef57afa['infowindow'] = new google.maps.InfoWindow({content: $ldd7638becb67c450d3efd8444ef57afa});var infowindow = new google.maps.InfoWindow({content: $ldd7638becb67c450d3efd8444ef57afa});google.maps.event.addListener(m_dd7638becb67c450d3efd8444ef57afa, 'click', function() {infowindow.open(map,m_dd7638becb67c450d3efd8444ef57afa);});$marker.push(m_dd7638becb67c450d3efd8444ef57afa);}});}google.maps.event.addDomListener(window, 'load', initialize);