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.5059,-97.5662)};var g_fe9cc57169bcc5278136b521fc97e60a = new google.maps.Geocoder();g_fe9cc57169bcc5278136b521fc97e60a.geocode( { 'address': "3515 N May Ave, Oklahoma City, OK 73112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oklahoma-city-OK-regal-car-sales-and-credit').style.display = '';map = new google.maps.Map(document.getElementById('oklahoma-city-OK-regal-car-sales-and-credit'), mapOptions);}document.getElementById('352b8b2a').innerHTML += ' | View Map';var $lfe9cc57169bcc5278136b521fc97e60a = '

Regal Car Sales and Credit

Address: 3515 N May Ave, Oklahoma City, OK 73112, USA
Phone: (405) 917-5800
';var m_fe9cc57169bcc5278136b521fc97e60a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regal Car Sales and Credit',});m_fe9cc57169bcc5278136b521fc97e60a['infowindow'] = new google.maps.InfoWindow({content: $lfe9cc57169bcc5278136b521fc97e60a});var infowindow = new google.maps.InfoWindow({content: $lfe9cc57169bcc5278136b521fc97e60a});google.maps.event.addListener(m_fe9cc57169bcc5278136b521fc97e60a, 'click', function() {infowindow.open(map,m_fe9cc57169bcc5278136b521fc97e60a);});$marker.push(m_fe9cc57169bcc5278136b521fc97e60a);}});}google.maps.event.addDomListener(window, 'load', initialize);