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.1129,-94.1621)};var g_2c4246c68b607d60af83890ee7dce704 = new google.maps.Geocoder();g_2c4246c68b607d60af83890ee7dce704.geocode( { 'address': "304 E Main St, Atlanta, TX 75551, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-TX-cash-out-texas').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-TX-cash-out-texas'), mapOptions);}document.getElementById('c1cbc28d').innerHTML += ' | View Map';var $l2c4246c68b607d60af83890ee7dce704 = '

Cash Out Texas

Address: 304 E Main St, Atlanta, TX 75551, USA
Phone: (903) 796-0007
';var m_2c4246c68b607d60af83890ee7dce704 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Out Texas',});m_2c4246c68b607d60af83890ee7dce704['infowindow'] = new google.maps.InfoWindow({content: $l2c4246c68b607d60af83890ee7dce704});var infowindow = new google.maps.InfoWindow({content: $l2c4246c68b607d60af83890ee7dce704});google.maps.event.addListener(m_2c4246c68b607d60af83890ee7dce704, 'click', function() {infowindow.open(map,m_2c4246c68b607d60af83890ee7dce704);});$marker.push(m_2c4246c68b607d60af83890ee7dce704);}});}google.maps.event.addDomListener(window, 'load', initialize);