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(34.0033,-96.3729)};var g_fcd2ee8c91fb023297819a45da61a0fc = new google.maps.Geocoder();g_fcd2ee8c91fb023297819a45da61a0fc.geocode( { 'address': "1315 N 1st Ave, Durant, OK 74701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('durant-OK-has-credit-cars').style.display = '';map = new google.maps.Map(document.getElementById('durant-OK-has-credit-cars'), mapOptions);}document.getElementById('3457a851').innerHTML += ' | View Map';var $lfcd2ee8c91fb023297819a45da61a0fc = '

H.A.S. CREDIT CARS

Address: 1315 N 1st Ave, Durant, OK 74701, USA
Phone: (580) 931-2886
';var m_fcd2ee8c91fb023297819a45da61a0fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'H.A.S. CREDIT CARS',});m_fcd2ee8c91fb023297819a45da61a0fc['infowindow'] = new google.maps.InfoWindow({content: $lfcd2ee8c91fb023297819a45da61a0fc});var infowindow = new google.maps.InfoWindow({content: $lfcd2ee8c91fb023297819a45da61a0fc});google.maps.event.addListener(m_fcd2ee8c91fb023297819a45da61a0fc, 'click', function() {infowindow.open(map,m_fcd2ee8c91fb023297819a45da61a0fc);});$marker.push(m_fcd2ee8c91fb023297819a45da61a0fc);}});}google.maps.event.addDomListener(window, 'load', initialize);