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.6079,-88.6593)};var g_964e8d3cf0b83db12176742a7c515e2d = new google.maps.Geocoder();g_964e8d3cf0b83db12176742a7c515e2d.geocode( { 'address': "718 Winchester Dr, West Point, MS 39773, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-point-MS-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('west-point-MS-check-n-go'), mapOptions);}document.getElementById('173633ea').innerHTML += ' | View Map';var $l964e8d3cf0b83db12176742a7c515e2d = '

Check 'n Go

Address: 718 Winchester Dr, West Point, MS 39773, USA
Phone: (662) 495-1150
';var m_964e8d3cf0b83db12176742a7c515e2d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_964e8d3cf0b83db12176742a7c515e2d['infowindow'] = new google.maps.InfoWindow({content: $l964e8d3cf0b83db12176742a7c515e2d});var infowindow = new google.maps.InfoWindow({content: $l964e8d3cf0b83db12176742a7c515e2d});google.maps.event.addListener(m_964e8d3cf0b83db12176742a7c515e2d, 'click', function() {infowindow.open(map,m_964e8d3cf0b83db12176742a7c515e2d);});$marker.push(m_964e8d3cf0b83db12176742a7c515e2d);}});var g_ca657727f4dad400f6020f0b1a0c7bd7 = new google.maps.Geocoder();g_ca657727f4dad400f6020f0b1a0c7bd7.geocode( { 'address': "153 US-45 ALT, West Point, MS 39773, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-point-MS-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('west-point-MS-check-n-go'), mapOptions);}document.getElementById('86b29908').innerHTML += ' | View Map';var $lca657727f4dad400f6020f0b1a0c7bd7 = '

Check 'n Go

Address: 153 US-45 ALT, West Point, MS 39773, USA
Phone: (662) 495-1150
';var m_ca657727f4dad400f6020f0b1a0c7bd7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_ca657727f4dad400f6020f0b1a0c7bd7['infowindow'] = new google.maps.InfoWindow({content: $lca657727f4dad400f6020f0b1a0c7bd7});var infowindow = new google.maps.InfoWindow({content: $lca657727f4dad400f6020f0b1a0c7bd7});google.maps.event.addListener(m_ca657727f4dad400f6020f0b1a0c7bd7, 'click', function() {infowindow.open(map,m_ca657727f4dad400f6020f0b1a0c7bd7);});$marker.push(m_ca657727f4dad400f6020f0b1a0c7bd7);}});}google.maps.event.addDomListener(window, 'load', initialize);