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.6601,-95.5147)};var g_f28116377baf22733b1045c97e8af6cd = new google.maps.Geocoder();g_f28116377baf22733b1045c97e8af6cd.geocode( { 'address': "3304 Lamar Rd, Paris, TX 75460, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paris-TX-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('paris-TX-check-n-go'), mapOptions);}document.getElementById('17329762').innerHTML += ' | View Map';var $lf28116377baf22733b1045c97e8af6cd = '

Check 'n Go

Address: 3304 Lamar Rd, Paris, TX 75460, USA
Phone: (903) 782-9593
';var m_f28116377baf22733b1045c97e8af6cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_f28116377baf22733b1045c97e8af6cd['infowindow'] = new google.maps.InfoWindow({content: $lf28116377baf22733b1045c97e8af6cd});var infowindow = new google.maps.InfoWindow({content: $lf28116377baf22733b1045c97e8af6cd});google.maps.event.addListener(m_f28116377baf22733b1045c97e8af6cd, 'click', function() {infowindow.open(map,m_f28116377baf22733b1045c97e8af6cd);});$marker.push(m_f28116377baf22733b1045c97e8af6cd);}});}google.maps.event.addDomListener(window, 'load', initialize);