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.116,-94.1823)};var g_b1b08961747142b4510bd97f18619ddf = new google.maps.Geocoder();g_b1b08961747142b4510bd97f18619ddf.geocode( { 'address': "203 US-59, Atlanta, TX 75551, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-TX-cash-store').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-TX-cash-store'), mapOptions);}document.getElementById('5717945c').innerHTML += ' | View Map';var $lb1b08961747142b4510bd97f18619ddf = '

Cash Store

Address: 203 US-59, Atlanta, TX 75551, USA
Phone: (903) 796-7632
';var m_b1b08961747142b4510bd97f18619ddf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Store',});m_b1b08961747142b4510bd97f18619ddf['infowindow'] = new google.maps.InfoWindow({content: $lb1b08961747142b4510bd97f18619ddf});var infowindow = new google.maps.InfoWindow({content: $lb1b08961747142b4510bd97f18619ddf});google.maps.event.addListener(m_b1b08961747142b4510bd97f18619ddf, 'click', function() {infowindow.open(map,m_b1b08961747142b4510bd97f18619ddf);});$marker.push(m_b1b08961747142b4510bd97f18619ddf);}});}google.maps.event.addDomListener(window, 'load', initialize);