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.142,-94.9676)};var g_66075d445a7b98ee0306cd3fdfa59af4 = new google.maps.Geocoder();g_66075d445a7b98ee0306cd3fdfa59af4.geocode( { 'address': "1401 S Jefferson Ave, Mt Pleasant, TX 75455, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-pleasant-TX-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('mount-pleasant-TX-check-n-go'), mapOptions);}document.getElementById('92698e43').innerHTML += ' | View Map';var $l66075d445a7b98ee0306cd3fdfa59af4 = '

Check 'n Go

Address: 1401 S Jefferson Ave, Mt Pleasant, TX 75455, USA
Phone: (903) 577-1780
';var m_66075d445a7b98ee0306cd3fdfa59af4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_66075d445a7b98ee0306cd3fdfa59af4['infowindow'] = new google.maps.InfoWindow({content: $l66075d445a7b98ee0306cd3fdfa59af4});var infowindow = new google.maps.InfoWindow({content: $l66075d445a7b98ee0306cd3fdfa59af4});google.maps.event.addListener(m_66075d445a7b98ee0306cd3fdfa59af4, 'click', function() {infowindow.open(map,m_66075d445a7b98ee0306cd3fdfa59af4);});$marker.push(m_66075d445a7b98ee0306cd3fdfa59af4);}});}google.maps.event.addDomListener(window, 'load', initialize);