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(34.193,-101.751)};var g_a10bf158bd72fc032e9461982f9d2a38 = new google.maps.Geocoder();g_a10bf158bd72fc032e9461982f9d2a38.geocode( { 'address': "1001 North Interstate 27, Suite 242, Plainview, TX 79072, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plainview-TX-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('plainview-TX-check-n-go'), mapOptions);}document.getElementById('e6a898fb').innerHTML += ' | View Map';var $la10bf158bd72fc032e9461982f9d2a38 = '

Check 'n Go

Address: 1001 North Interstate 27, Suite 242, Plainview, TX 79072, USA
Phone: (806) 293-9171
';var m_a10bf158bd72fc032e9461982f9d2a38 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_a10bf158bd72fc032e9461982f9d2a38['infowindow'] = new google.maps.InfoWindow({content: $la10bf158bd72fc032e9461982f9d2a38});var infowindow = new google.maps.InfoWindow({content: $la10bf158bd72fc032e9461982f9d2a38});google.maps.event.addListener(m_a10bf158bd72fc032e9461982f9d2a38, 'click', function() {infowindow.open(map,m_a10bf158bd72fc032e9461982f9d2a38);});$marker.push(m_a10bf158bd72fc032e9461982f9d2a38);}});}google.maps.event.addDomListener(window, 'load', initialize);