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.5492,-95.9633)};var g_1f9f44f642129b7e9b7cbe65e061dd90 = new google.maps.Geocoder();g_1f9f44f642129b7e9b7cbe65e061dd90.geocode( { 'address': "3352 TX-243, Canton, TX 75103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-TX-joes-food-martrons-trading-post').style.display = '';map = new google.maps.Map(document.getElementById('canton-TX-joes-food-martrons-trading-post'), mapOptions);}document.getElementById('d96b01d8').innerHTML += ' | View Map';var $l1f9f44f642129b7e9b7cbe65e061dd90 = '

Joe's Food Mart/Ron's Trading Post

Address: 3352 TX-243, Canton, TX 75103, USA
Phone: (903) 848-7127
';var m_1f9f44f642129b7e9b7cbe65e061dd90 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Joe's Food Mart/Ron's Trading Post',});m_1f9f44f642129b7e9b7cbe65e061dd90['infowindow'] = new google.maps.InfoWindow({content: $l1f9f44f642129b7e9b7cbe65e061dd90});var infowindow = new google.maps.InfoWindow({content: $l1f9f44f642129b7e9b7cbe65e061dd90});google.maps.event.addListener(m_1f9f44f642129b7e9b7cbe65e061dd90, 'click', function() {infowindow.open(map,m_1f9f44f642129b7e9b7cbe65e061dd90);});$marker.push(m_1f9f44f642129b7e9b7cbe65e061dd90);}});}google.maps.event.addDomListener(window, 'load', initialize);