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.4957,-111.995)};var g_30467a357ad3c5f90928d14be3a2f0d4 = new google.maps.Geocoder();g_30467a357ad3c5f90928d14be3a2f0d4.geocode( { 'address': "4020 E Indian School Rd # A, Phoenix, AZ 85018, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phoenix-AZ-dt-acceptance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('phoenix-AZ-dt-acceptance-corporation'), mapOptions);}document.getElementById('55c78a8f').innerHTML += ' | View Map';var $l30467a357ad3c5f90928d14be3a2f0d4 = '

DT Acceptance Corporation

Address: 4020 E Indian School Rd # A, Phoenix, AZ 85018, USA
Phone: (602) 852-6600
';var m_30467a357ad3c5f90928d14be3a2f0d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DT Acceptance Corporation',});m_30467a357ad3c5f90928d14be3a2f0d4['infowindow'] = new google.maps.InfoWindow({content: $l30467a357ad3c5f90928d14be3a2f0d4});var infowindow = new google.maps.InfoWindow({content: $l30467a357ad3c5f90928d14be3a2f0d4});google.maps.event.addListener(m_30467a357ad3c5f90928d14be3a2f0d4, 'click', function() {infowindow.open(map,m_30467a357ad3c5f90928d14be3a2f0d4);});$marker.push(m_30467a357ad3c5f90928d14be3a2f0d4);}});}google.maps.event.addDomListener(window, 'load', initialize);