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.3768,-96.9293)};var g_2aef0c97be9034837dcc482755b07d68 = new google.maps.Geocoder();g_2aef0c97be9034837dcc482755b07d68.geocode( { 'address': "4501 N Kickapoo St, Shawnee, OK 74804, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shawnee-OK-communication-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('shawnee-OK-communication-federal-credit-union'), mapOptions);}document.getElementById('97e93bc5').innerHTML += ' | View Map';var $l2aef0c97be9034837dcc482755b07d68 = '

Communication Federal Credit Union

Address: 4501 N Kickapoo St, Shawnee, OK 74804, USA
Phone: (405) 273-0414
';var m_2aef0c97be9034837dcc482755b07d68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Communication Federal Credit Union',});m_2aef0c97be9034837dcc482755b07d68['infowindow'] = new google.maps.InfoWindow({content: $l2aef0c97be9034837dcc482755b07d68});var infowindow = new google.maps.InfoWindow({content: $l2aef0c97be9034837dcc482755b07d68});google.maps.event.addListener(m_2aef0c97be9034837dcc482755b07d68, 'click', function() {infowindow.open(map,m_2aef0c97be9034837dcc482755b07d68);});$marker.push(m_2aef0c97be9034837dcc482755b07d68);}});}google.maps.event.addDomListener(window, 'load', initialize);