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.5367,-97.9901)};var g_5060a515fc37a4d60f2b24499743dae8 = new google.maps.Geocoder();g_5060a515fc37a4d60f2b24499743dae8.geocode( { 'address': "406 Reformatory Cir, El Reno, OK 73036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-reno-OK-correctional-workers-fed-credit-un').style.display = '';map = new google.maps.Map(document.getElementById('el-reno-OK-correctional-workers-fed-credit-un'), mapOptions);}document.getElementById('1cb68c1c').innerHTML += ' | View Map';var $l5060a515fc37a4d60f2b24499743dae8 = '

Correctional Workers Fed Credit Un

Address: 406 Reformatory Cir, El Reno, OK 73036, USA
Phone: (405) 262-1291
';var m_5060a515fc37a4d60f2b24499743dae8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Correctional Workers Fed Credit Un',});m_5060a515fc37a4d60f2b24499743dae8['infowindow'] = new google.maps.InfoWindow({content: $l5060a515fc37a4d60f2b24499743dae8});var infowindow = new google.maps.InfoWindow({content: $l5060a515fc37a4d60f2b24499743dae8});google.maps.event.addListener(m_5060a515fc37a4d60f2b24499743dae8, 'click', function() {infowindow.open(map,m_5060a515fc37a4d60f2b24499743dae8);});$marker.push(m_5060a515fc37a4d60f2b24499743dae8);}});}google.maps.event.addDomListener(window, 'load', initialize);