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.8441,-97.2412)};var g_b955487a7a089ebb836b69e65c93e5bf = new google.maps.Geocoder();g_b955487a7a089ebb836b69e65c93e5bf.geocode( { 'address': "5201 Rufe Snow Dr #400, North Richland Hills, TX 76180, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-richland-hills-TX-santander-consumer-usa').style.display = '';map = new google.maps.Map(document.getElementById('north-richland-hills-TX-santander-consumer-usa'), mapOptions);}document.getElementById('946a949c').innerHTML += ' | View Map';var $lb955487a7a089ebb836b69e65c93e5bf = '

Santander Consumer USA

Address: 5201 Rufe Snow Dr #400, North Richland Hills, TX 76180, USA
Phone: (888) 540-5626
';var m_b955487a7a089ebb836b69e65c93e5bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Consumer USA',});m_b955487a7a089ebb836b69e65c93e5bf['infowindow'] = new google.maps.InfoWindow({content: $lb955487a7a089ebb836b69e65c93e5bf});var infowindow = new google.maps.InfoWindow({content: $lb955487a7a089ebb836b69e65c93e5bf});google.maps.event.addListener(m_b955487a7a089ebb836b69e65c93e5bf, 'click', function() {infowindow.open(map,m_b955487a7a089ebb836b69e65c93e5bf);});$marker.push(m_b955487a7a089ebb836b69e65c93e5bf);}});}google.maps.event.addDomListener(window, 'load', initialize);