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.7193,-96.6916)};var g_0efc85973ad3cf5860dda94ad907c5bc = new google.maps.Geocoder();g_0efc85973ad3cf5860dda94ad907c5bc.geocode( { 'address': "7512 C F Hawn Fwy, Dallas, TX 75217, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-easy-credit-auto-sales').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-easy-credit-auto-sales'), mapOptions);}document.getElementById('09bc98ac').innerHTML += ' | View Map';var $l0efc85973ad3cf5860dda94ad907c5bc = '

Easy Credit Auto Sales

Address: 7512 C F Hawn Fwy, Dallas, TX 75217, USA
Phone: (214) 391-8400
';var m_0efc85973ad3cf5860dda94ad907c5bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Easy Credit Auto Sales',});m_0efc85973ad3cf5860dda94ad907c5bc['infowindow'] = new google.maps.InfoWindow({content: $l0efc85973ad3cf5860dda94ad907c5bc});var infowindow = new google.maps.InfoWindow({content: $l0efc85973ad3cf5860dda94ad907c5bc});google.maps.event.addListener(m_0efc85973ad3cf5860dda94ad907c5bc, 'click', function() {infowindow.open(map,m_0efc85973ad3cf5860dda94ad907c5bc);});$marker.push(m_0efc85973ad3cf5860dda94ad907c5bc);}});}google.maps.event.addDomListener(window, 'load', initialize);