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.7392,-97.0994)};var g_b039e0c5cb24181d91857e91927c3ef4 = new google.maps.Geocoder();g_b039e0c5cb24181d91857e91927c3ef4.geocode( { 'address': "801 E Division St, Arlington, TX 76011, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arlington-TX-cash-auto-sales').style.display = '';map = new google.maps.Map(document.getElementById('arlington-TX-cash-auto-sales'), mapOptions);}document.getElementById('df1b0fe3').innerHTML += ' | View Map';var $lb039e0c5cb24181d91857e91927c3ef4 = '

Cash Auto Sales

Address: 801 E Division St, Arlington, TX 76011, USA
Phone: (817) 265-2553
';var m_b039e0c5cb24181d91857e91927c3ef4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Auto Sales',});m_b039e0c5cb24181d91857e91927c3ef4['infowindow'] = new google.maps.InfoWindow({content: $lb039e0c5cb24181d91857e91927c3ef4});var infowindow = new google.maps.InfoWindow({content: $lb039e0c5cb24181d91857e91927c3ef4});google.maps.event.addListener(m_b039e0c5cb24181d91857e91927c3ef4, 'click', function() {infowindow.open(map,m_b039e0c5cb24181d91857e91927c3ef4);});$marker.push(m_b039e0c5cb24181d91857e91927c3ef4);}});}google.maps.event.addDomListener(window, 'load', initialize);