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.1476,-95.8859)};var g_5adcdfc2d615fed345aa641df9bdb1ab = new google.maps.Geocoder();g_5adcdfc2d615fed345aa641df9bdb1ab.geocode( { 'address': "8102 E 11th St, Tulsa, OK 74112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tulsa-OK-credit-world-auto-sales').style.display = '';map = new google.maps.Map(document.getElementById('tulsa-OK-credit-world-auto-sales'), mapOptions);}document.getElementById('b2159c76').innerHTML += ' | View Map';var $l5adcdfc2d615fed345aa641df9bdb1ab = '

Credit World Auto Sales

Address: 8102 E 11th St, Tulsa, OK 74112, USA
Phone: (918) 832-7667
';var m_5adcdfc2d615fed345aa641df9bdb1ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit World Auto Sales',});m_5adcdfc2d615fed345aa641df9bdb1ab['infowindow'] = new google.maps.InfoWindow({content: $l5adcdfc2d615fed345aa641df9bdb1ab});var infowindow = new google.maps.InfoWindow({content: $l5adcdfc2d615fed345aa641df9bdb1ab});google.maps.event.addListener(m_5adcdfc2d615fed345aa641df9bdb1ab, 'click', function() {infowindow.open(map,m_5adcdfc2d615fed345aa641df9bdb1ab);});$marker.push(m_5adcdfc2d615fed345aa641df9bdb1ab);}});}google.maps.event.addDomListener(window, 'load', initialize);