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.951,-95.8851)};var g_33abbac390f933b4d29d1ccae857ea98 = new google.maps.Geocoder();g_33abbac390f933b4d29d1ccae857ea98.geocode( { 'address': "11894 S Memorial Dr, Bixby, OK 74008"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bixby-OK-communication-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bixby-OK-communication-federal-credit-union'), mapOptions);}document.getElementById('f85c8a47').innerHTML += ' | View Map';var $l33abbac390f933b4d29d1ccae857ea98 = '

Communication Federal Credit Union

Address: 11894 S Memorial Dr, Bixby, OK 74008
Phone: (918) 943-3229
';var m_33abbac390f933b4d29d1ccae857ea98 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Communication Federal Credit Union',});m_33abbac390f933b4d29d1ccae857ea98['infowindow'] = new google.maps.InfoWindow({content: $l33abbac390f933b4d29d1ccae857ea98});var infowindow = new google.maps.InfoWindow({content: $l33abbac390f933b4d29d1ccae857ea98});google.maps.event.addListener(m_33abbac390f933b4d29d1ccae857ea98, 'click', function() {infowindow.open(map,m_33abbac390f933b4d29d1ccae857ea98);});$marker.push(m_33abbac390f933b4d29d1ccae857ea98);}});}google.maps.event.addDomListener(window, 'load', initialize);