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.437,-94.0791)};var g_0988a7991d075322f46951adb5e8425b = new google.maps.Geocoder();g_0988a7991d075322f46951adb5e8425b.geocode( { 'address': "2808 New Boston Rd A, Texarkana, TX 75501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('texarkana-TX-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('texarkana-TX-check-into-cash'), mapOptions);}document.getElementById('3c3dd2fb').innerHTML += ' | View Map';var $l0988a7991d075322f46951adb5e8425b = '

Check Into Cash

Address: 2808 New Boston Rd A, Texarkana, TX 75501, USA
Phone: (903) 831-3122
';var m_0988a7991d075322f46951adb5e8425b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_0988a7991d075322f46951adb5e8425b['infowindow'] = new google.maps.InfoWindow({content: $l0988a7991d075322f46951adb5e8425b});var infowindow = new google.maps.InfoWindow({content: $l0988a7991d075322f46951adb5e8425b});google.maps.event.addListener(m_0988a7991d075322f46951adb5e8425b, 'click', function() {infowindow.open(map,m_0988a7991d075322f46951adb5e8425b);});$marker.push(m_0988a7991d075322f46951adb5e8425b);}});}google.maps.event.addDomListener(window, 'load', initialize);