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.8625,-96.8101)};var g_9c2c712d41a4738a5e96edc1a6c35f7e = new google.maps.Geocoder();g_9c2c712d41a4738a5e96edc1a6c35f7e.geocode( { 'address': "5949 Sherry Ln # 1250, Dallas, TX 75225, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-auction-credit-enterprises').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-auction-credit-enterprises'), mapOptions);}document.getElementById('e9fc5187').innerHTML += ' | View Map';var $l9c2c712d41a4738a5e96edc1a6c35f7e = '

Auction Credit Enterprises

Address: 5949 Sherry Ln # 1250, Dallas, TX 75225, USA
Phone: (214) 237-3200
';var m_9c2c712d41a4738a5e96edc1a6c35f7e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Auction Credit Enterprises',});m_9c2c712d41a4738a5e96edc1a6c35f7e['infowindow'] = new google.maps.InfoWindow({content: $l9c2c712d41a4738a5e96edc1a6c35f7e});var infowindow = new google.maps.InfoWindow({content: $l9c2c712d41a4738a5e96edc1a6c35f7e});google.maps.event.addListener(m_9c2c712d41a4738a5e96edc1a6c35f7e, 'click', function() {infowindow.open(map,m_9c2c712d41a4738a5e96edc1a6c35f7e);});$marker.push(m_9c2c712d41a4738a5e96edc1a6c35f7e);}});}google.maps.event.addDomListener(window, 'load', initialize);