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.5393,-97.4704)};var g_b55605adca99dc4269d91ddc16de78d8 = new google.maps.Geocoder();g_b55605adca99dc4269d91ddc16de78d8.geocode( { 'address': "2325 E I- 44 Service Rd, Oklahoma City, OK 73111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oklahoma-city-OK-oklahoma-re--t-employee-cu').style.display = '';map = new google.maps.Map(document.getElementById('oklahoma-city-OK-oklahoma-re--t-employee-cu'), mapOptions);}document.getElementById('7a518e15').innerHTML += ' | View Map';var $lb55605adca99dc4269d91ddc16de78d8 = '

Oklahoma Re & T Employee Cu

Address: 2325 E I- 44 Service Rd, Oklahoma City, OK 73111, USA
Phone: (405) 478-0046
';var m_b55605adca99dc4269d91ddc16de78d8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oklahoma Re & T Employee Cu',});m_b55605adca99dc4269d91ddc16de78d8['infowindow'] = new google.maps.InfoWindow({content: $lb55605adca99dc4269d91ddc16de78d8});var infowindow = new google.maps.InfoWindow({content: $lb55605adca99dc4269d91ddc16de78d8});google.maps.event.addListener(m_b55605adca99dc4269d91ddc16de78d8, 'click', function() {infowindow.open(map,m_b55605adca99dc4269d91ddc16de78d8);});$marker.push(m_b55605adca99dc4269d91ddc16de78d8);}});}google.maps.event.addDomListener(window, 'load', initialize);