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.3905,-97.9036)};var g_4849ef4e3811c4b64c2029b7f6f67139 = new google.maps.Geocoder();g_4849ef4e3811c4b64c2029b7f6f67139.geocode( { 'address': "2021 W Owen K Garriott Rd, Enid, OK 73703, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('enid-OK-communication-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('enid-OK-communication-federal-cu'), mapOptions);}document.getElementById('cd71db4d').innerHTML += ' | View Map';var $l4849ef4e3811c4b64c2029b7f6f67139 = '

Communication Federal CU

Address: 2021 W Owen K Garriott Rd, Enid, OK 73703, USA
Phone: (580) 233-1725
';var m_4849ef4e3811c4b64c2029b7f6f67139 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Communication Federal CU',});m_4849ef4e3811c4b64c2029b7f6f67139['infowindow'] = new google.maps.InfoWindow({content: $l4849ef4e3811c4b64c2029b7f6f67139});var infowindow = new google.maps.InfoWindow({content: $l4849ef4e3811c4b64c2029b7f6f67139});google.maps.event.addListener(m_4849ef4e3811c4b64c2029b7f6f67139, 'click', function() {infowindow.open(map,m_4849ef4e3811c4b64c2029b7f6f67139);});$marker.push(m_4849ef4e3811c4b64c2029b7f6f67139);}});}google.maps.event.addDomListener(window, 'load', initialize);