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(32.7307,-97.7917)};var g_e57d2d28366e239b8e916572600fc689 = new google.maps.Geocoder();g_e57d2d28366e239b8e916572600fc689.geocode( { 'address': "1974 S Main St, Weatherford, TX 76086, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weatherford-TX-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('weatherford-TX-check-n-go'), mapOptions);}document.getElementById('e163f1d2').innerHTML += ' | View Map';var $le57d2d28366e239b8e916572600fc689 = '

Check 'n Go

Address: 1974 S Main St, Weatherford, TX 76086, USA
Phone: (817) 598-1921
';var m_e57d2d28366e239b8e916572600fc689 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_e57d2d28366e239b8e916572600fc689['infowindow'] = new google.maps.InfoWindow({content: $le57d2d28366e239b8e916572600fc689});var infowindow = new google.maps.InfoWindow({content: $le57d2d28366e239b8e916572600fc689});google.maps.event.addListener(m_e57d2d28366e239b8e916572600fc689, 'click', function() {infowindow.open(map,m_e57d2d28366e239b8e916572600fc689);});$marker.push(m_e57d2d28366e239b8e916572600fc689);}});}google.maps.event.addDomListener(window, 'load', initialize);