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(36.6049,-94.7929)};var g_49cf3d25b8c567e278ee019a610d331b = new google.maps.Geocoder();g_49cf3d25b8c567e278ee019a610d331b.geocode( { 'address': "3609 US-59, Grove, OK 74344, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grove-OK-regal-car-sales-and-credit').style.display = '';map = new google.maps.Map(document.getElementById('grove-OK-regal-car-sales-and-credit'), mapOptions);}document.getElementById('8b4f8338').innerHTML += ' | View Map';var $l49cf3d25b8c567e278ee019a610d331b = '

Regal Car Sales and Credit

Address: 3609 US-59, Grove, OK 74344, USA
Phone: (918) 786-3444
';var m_49cf3d25b8c567e278ee019a610d331b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regal Car Sales and Credit',});m_49cf3d25b8c567e278ee019a610d331b['infowindow'] = new google.maps.InfoWindow({content: $l49cf3d25b8c567e278ee019a610d331b});var infowindow = new google.maps.InfoWindow({content: $l49cf3d25b8c567e278ee019a610d331b});google.maps.event.addListener(m_49cf3d25b8c567e278ee019a610d331b, 'click', function() {infowindow.open(map,m_49cf3d25b8c567e278ee019a610d331b);});$marker.push(m_49cf3d25b8c567e278ee019a610d331b);}});}google.maps.event.addDomListener(window, 'load', initialize);