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.0749,-95.8815)};var g_f3c95ed4c8a93c29562d9d4d395dfc2f = new google.maps.Geocoder();g_f3c95ed4c8a93c29562d9d4d395dfc2f.geocode( { 'address': "8522 E 61st St, Tulsa, OK 74133, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tulsa-OK-commission-express').style.display = '';map = new google.maps.Map(document.getElementById('tulsa-OK-commission-express'), mapOptions);}document.getElementById('50afd1cf').innerHTML += ' | View Map';var $lf3c95ed4c8a93c29562d9d4d395dfc2f = '

Commission Express

Address: 8522 E 61st St, Tulsa, OK 74133, USA
Phone: (918) 894-4100
';var m_f3c95ed4c8a93c29562d9d4d395dfc2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commission Express',});m_f3c95ed4c8a93c29562d9d4d395dfc2f['infowindow'] = new google.maps.InfoWindow({content: $lf3c95ed4c8a93c29562d9d4d395dfc2f});var infowindow = new google.maps.InfoWindow({content: $lf3c95ed4c8a93c29562d9d4d395dfc2f});google.maps.event.addListener(m_f3c95ed4c8a93c29562d9d4d395dfc2f, 'click', function() {infowindow.open(map,m_f3c95ed4c8a93c29562d9d4d395dfc2f);});$marker.push(m_f3c95ed4c8a93c29562d9d4d395dfc2f);}});}google.maps.event.addDomListener(window, 'load', initialize);