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(35.2072,-97.4463)};var g_767f4c28a2895898b0edab21c1b18ebd = new google.maps.Geocoder();g_767f4c28a2895898b0edab21c1b18ebd.geocode( { 'address': "2701 Technology Pl, Norman, OK 73071"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norman-OK-sitel-corp').style.display = '';map = new google.maps.Map(document.getElementById('norman-OK-sitel-corp'), mapOptions);}document.getElementById('2221fbdd').innerHTML += ' | View Map';var $l767f4c28a2895898b0edab21c1b18ebd = '

Sitel Corp

Address: 2701 Technology Pl, Norman, OK 73071
Phone: (405) 307-6500
';var m_767f4c28a2895898b0edab21c1b18ebd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sitel Corp',});m_767f4c28a2895898b0edab21c1b18ebd['infowindow'] = new google.maps.InfoWindow({content: $l767f4c28a2895898b0edab21c1b18ebd});var infowindow = new google.maps.InfoWindow({content: $l767f4c28a2895898b0edab21c1b18ebd});google.maps.event.addListener(m_767f4c28a2895898b0edab21c1b18ebd, 'click', function() {infowindow.open(map,m_767f4c28a2895898b0edab21c1b18ebd);});$marker.push(m_767f4c28a2895898b0edab21c1b18ebd);}});}google.maps.event.addDomListener(window, 'load', initialize);