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.1835,-94.339)};var g_d256947d0bb5ea5dcf10093b6675de5f = new google.maps.Geocoder();g_d256947d0bb5ea5dcf10093b6675de5f.geocode( { 'address': "1025 US-59, Carthage, TX 75633, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carthage-TX-atm-graves-truck-stop').style.display = '';map = new google.maps.Map(document.getElementById('carthage-TX-atm-graves-truck-stop'), mapOptions);}document.getElementById('536536cd').innerHTML += ' | View Map';var $ld256947d0bb5ea5dcf10093b6675de5f = '

ATM (Grave's Truck Stop)

Address: 1025 US-59, Carthage, TX 75633, USA
Phone:
';var m_d256947d0bb5ea5dcf10093b6675de5f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Grave's Truck Stop)',});m_d256947d0bb5ea5dcf10093b6675de5f['infowindow'] = new google.maps.InfoWindow({content: $ld256947d0bb5ea5dcf10093b6675de5f});var infowindow = new google.maps.InfoWindow({content: $ld256947d0bb5ea5dcf10093b6675de5f});google.maps.event.addListener(m_d256947d0bb5ea5dcf10093b6675de5f, 'click', function() {infowindow.open(map,m_d256947d0bb5ea5dcf10093b6675de5f);});$marker.push(m_d256947d0bb5ea5dcf10093b6675de5f);}});}google.maps.event.addDomListener(window, 'load', initialize);