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.9183,-94.7056)};var g_0cc57d9daaa686e94f9ab541f3026121 = new google.maps.Geocoder();g_0cc57d9daaa686e94f9ab541f3026121.geocode( { 'address': "US-259, Lone Star, TX 75668, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lone-star-TX-atm').style.display = '';map = new google.maps.Map(document.getElementById('lone-star-TX-atm'), mapOptions);}document.getElementById('a31d4377').innerHTML += ' | View Map';var $l0cc57d9daaa686e94f9ab541f3026121 = '

ATM

Address: US-259, Lone Star, TX 75668, USA
Phone: (903) 656-3900
';var m_0cc57d9daaa686e94f9ab541f3026121 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM',});m_0cc57d9daaa686e94f9ab541f3026121['infowindow'] = new google.maps.InfoWindow({content: $l0cc57d9daaa686e94f9ab541f3026121});var infowindow = new google.maps.InfoWindow({content: $l0cc57d9daaa686e94f9ab541f3026121});google.maps.event.addListener(m_0cc57d9daaa686e94f9ab541f3026121, 'click', function() {infowindow.open(map,m_0cc57d9daaa686e94f9ab541f3026121);});$marker.push(m_0cc57d9daaa686e94f9ab541f3026121);}});}google.maps.event.addDomListener(window, 'load', initialize);