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.075,-96.0122)};var g_453f2cc28c88e7d65746a7694ddd5d0b = new google.maps.Geocoder();g_453f2cc28c88e7d65746a7694ddd5d0b.geocode( { 'address': "6130 S Union Ave, Tulsa, OK 74132, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tulsa-OK-union-corner').style.display = '';map = new google.maps.Map(document.getElementById('tulsa-OK-union-corner'), mapOptions);}document.getElementById('f08f1437').innerHTML += ' | View Map';var $l453f2cc28c88e7d65746a7694ddd5d0b = '

Union Corner

Address: 6130 S Union Ave, Tulsa, OK 74132, USA
Phone: (918) 445-4458
';var m_453f2cc28c88e7d65746a7694ddd5d0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Corner',});m_453f2cc28c88e7d65746a7694ddd5d0b['infowindow'] = new google.maps.InfoWindow({content: $l453f2cc28c88e7d65746a7694ddd5d0b});var infowindow = new google.maps.InfoWindow({content: $l453f2cc28c88e7d65746a7694ddd5d0b});google.maps.event.addListener(m_453f2cc28c88e7d65746a7694ddd5d0b, 'click', function() {infowindow.open(map,m_453f2cc28c88e7d65746a7694ddd5d0b);});$marker.push(m_453f2cc28c88e7d65746a7694ddd5d0b);}});}google.maps.event.addDomListener(window, 'load', initialize);