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.7691,-95.3844)};var g_b3dd897e562a7dd205bad3c91831c256 = new google.maps.Geocoder();g_b3dd897e562a7dd205bad3c91831c256.geocode( { 'address': "1637 W Shawnee St, Muskogee, OK 74401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('muskogee-OK-regal-car-sales--credit').style.display = '';map = new google.maps.Map(document.getElementById('muskogee-OK-regal-car-sales--credit'), mapOptions);}document.getElementById('faf2d464').innerHTML += ' | View Map';var $lb3dd897e562a7dd205bad3c91831c256 = '

Regal Car Sales & Credit

Address: 1637 W Shawnee St, Muskogee, OK 74401, USA
Phone: (918) 681-3033
';var m_b3dd897e562a7dd205bad3c91831c256 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regal Car Sales & Credit',});m_b3dd897e562a7dd205bad3c91831c256['infowindow'] = new google.maps.InfoWindow({content: $lb3dd897e562a7dd205bad3c91831c256});var infowindow = new google.maps.InfoWindow({content: $lb3dd897e562a7dd205bad3c91831c256});google.maps.event.addListener(m_b3dd897e562a7dd205bad3c91831c256, 'click', function() {infowindow.open(map,m_b3dd897e562a7dd205bad3c91831c256);});$marker.push(m_b3dd897e562a7dd205bad3c91831c256);}});}google.maps.event.addDomListener(window, 'load', initialize);