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.1006,-95.886)};var g_b31f08f9c822673645a21ce8c61e489b = new google.maps.Geocoder();g_b31f08f9c822673645a21ce8c61e489b.geocode( { 'address': "4215 S Memorial Dr, Tulsa, OK 74145, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tulsa-OK-express-credit-auto-of-tulsa').style.display = '';map = new google.maps.Map(document.getElementById('tulsa-OK-express-credit-auto-of-tulsa'), mapOptions);}document.getElementById('8fbe19e8').innerHTML += ' | View Map';var $lb31f08f9c822673645a21ce8c61e489b = '

Express Credit Auto of Tulsa

Address: 4215 S Memorial Dr, Tulsa, OK 74145, USA
Phone: (918) 591-2700
';var m_b31f08f9c822673645a21ce8c61e489b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Express Credit Auto of Tulsa',});m_b31f08f9c822673645a21ce8c61e489b['infowindow'] = new google.maps.InfoWindow({content: $lb31f08f9c822673645a21ce8c61e489b});var infowindow = new google.maps.InfoWindow({content: $lb31f08f9c822673645a21ce8c61e489b});google.maps.event.addListener(m_b31f08f9c822673645a21ce8c61e489b, 'click', function() {infowindow.open(map,m_b31f08f9c822673645a21ce8c61e489b);});$marker.push(m_b31f08f9c822673645a21ce8c61e489b);}});}google.maps.event.addDomListener(window, 'load', initialize);