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.782,-96.7981)};var g_1e9c0b790aacd2a889002ed9674f6b32 = new google.maps.Geocoder();g_1e9c0b790aacd2a889002ed9674f6b32.geocode( { 'address': "1601 Elm St, Dallas, TX 75201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-santander-consumer-usa').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-santander-consumer-usa'), mapOptions);}document.getElementById('62ae4ba9').innerHTML += ' | View Map';var $l1e9c0b790aacd2a889002ed9674f6b32 = '

Santander Consumer USA

Address: 1601 Elm St, Dallas, TX 75201, USA
Phone: (888) 222-4227
';var m_1e9c0b790aacd2a889002ed9674f6b32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Consumer USA',});m_1e9c0b790aacd2a889002ed9674f6b32['infowindow'] = new google.maps.InfoWindow({content: $l1e9c0b790aacd2a889002ed9674f6b32});var infowindow = new google.maps.InfoWindow({content: $l1e9c0b790aacd2a889002ed9674f6b32});google.maps.event.addListener(m_1e9c0b790aacd2a889002ed9674f6b32, 'click', function() {infowindow.open(map,m_1e9c0b790aacd2a889002ed9674f6b32);});$marker.push(m_1e9c0b790aacd2a889002ed9674f6b32);}});}google.maps.event.addDomListener(window, 'load', initialize);