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.1025,-95.9109)};var g_509ea0c1f4a210534eb004d35c10aa2d = new google.maps.Geocoder();g_509ea0c1f4a210534eb004d35c10aa2d.geocode( { 'address': "5810 E Skelly Dr #200, Tulsa, OK 74145, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tulsa-OK-mars-collection-inc').style.display = '';map = new google.maps.Map(document.getElementById('tulsa-OK-mars-collection-inc'), mapOptions);}document.getElementById('a32b4aed').innerHTML += ' | View Map';var $l509ea0c1f4a210534eb004d35c10aa2d = '

M.A.R.S. Collection Inc

Address: 5810 E Skelly Dr #200, Tulsa, OK 74145, USA
Phone: (918) 748-8444
';var m_509ea0c1f4a210534eb004d35c10aa2d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M.A.R.S. Collection Inc',});m_509ea0c1f4a210534eb004d35c10aa2d['infowindow'] = new google.maps.InfoWindow({content: $l509ea0c1f4a210534eb004d35c10aa2d});var infowindow = new google.maps.InfoWindow({content: $l509ea0c1f4a210534eb004d35c10aa2d});google.maps.event.addListener(m_509ea0c1f4a210534eb004d35c10aa2d, 'click', function() {infowindow.open(map,m_509ea0c1f4a210534eb004d35c10aa2d);});$marker.push(m_509ea0c1f4a210534eb004d35c10aa2d);}});}google.maps.event.addDomListener(window, 'load', initialize);