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(35.5118,-97.6036)};var g_4f78426d22754540f985526f5eb25b73 = new google.maps.Geocoder();g_4f78426d22754540f985526f5eb25b73.geocode( { 'address': "4615 NW 39th St, Oklahoma City, OK 73122, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oklahoma-city-OK-dealer-one-auto-credit-inc').style.display = '';map = new google.maps.Map(document.getElementById('oklahoma-city-OK-dealer-one-auto-credit-inc'), mapOptions);}document.getElementById('fbed1ef6').innerHTML += ' | View Map';var $l4f78426d22754540f985526f5eb25b73 = '

Dealer One Auto Credit Inc

Address: 4615 NW 39th St, Oklahoma City, OK 73122, USA
Phone: (405) 495-5555
';var m_4f78426d22754540f985526f5eb25b73 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dealer One Auto Credit Inc',});m_4f78426d22754540f985526f5eb25b73['infowindow'] = new google.maps.InfoWindow({content: $l4f78426d22754540f985526f5eb25b73});var infowindow = new google.maps.InfoWindow({content: $l4f78426d22754540f985526f5eb25b73});google.maps.event.addListener(m_4f78426d22754540f985526f5eb25b73, 'click', function() {infowindow.open(map,m_4f78426d22754540f985526f5eb25b73);});$marker.push(m_4f78426d22754540f985526f5eb25b73);}});}google.maps.event.addDomListener(window, 'load', initialize);