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(33.4444,-94.0986)};var g_307c9b78e38a1992064cb0d9318b9102 = new google.maps.Geocoder();g_307c9b78e38a1992064cb0d9318b9102.geocode( { 'address': "404 Walton Dr Ste 600, Texarkana, TX 75501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('texarkana-TX-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('texarkana-TX-check-n-go'), mapOptions);}document.getElementById('ee36b9e0').innerHTML += ' | View Map';var $l307c9b78e38a1992064cb0d9318b9102 = '

Check 'n Go

Address: 404 Walton Dr Ste 600, Texarkana, TX 75501, USA
Phone: (903) 832-8739
';var m_307c9b78e38a1992064cb0d9318b9102 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_307c9b78e38a1992064cb0d9318b9102['infowindow'] = new google.maps.InfoWindow({content: $l307c9b78e38a1992064cb0d9318b9102});var infowindow = new google.maps.InfoWindow({content: $l307c9b78e38a1992064cb0d9318b9102});google.maps.event.addListener(m_307c9b78e38a1992064cb0d9318b9102, 'click', function() {infowindow.open(map,m_307c9b78e38a1992064cb0d9318b9102);});$marker.push(m_307c9b78e38a1992064cb0d9318b9102);}});}google.maps.event.addDomListener(window, 'load', initialize);