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.9933,-95.886)};var g_0b5d68d1f6ea3bebb11ada0691f3d991 = new google.maps.Geocoder();g_0b5d68d1f6ea3bebb11ada0691f3d991.geocode( { 'address': "11709 S Memorial Dr, Bixby, OK 74008, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bixby-OK-western-sun-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bixby-OK-western-sun-federal-credit-union'), mapOptions);}document.getElementById('6b051a3e').innerHTML += ' | View Map';var $l0b5d68d1f6ea3bebb11ada0691f3d991 = '

Western Sun Federal Credit Union

Address: 11709 S Memorial Dr, Bixby, OK 74008, USA
Phone: (918) 369-8080
';var m_0b5d68d1f6ea3bebb11ada0691f3d991 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Sun Federal Credit Union',});m_0b5d68d1f6ea3bebb11ada0691f3d991['infowindow'] = new google.maps.InfoWindow({content: $l0b5d68d1f6ea3bebb11ada0691f3d991});var infowindow = new google.maps.InfoWindow({content: $l0b5d68d1f6ea3bebb11ada0691f3d991});google.maps.event.addListener(m_0b5d68d1f6ea3bebb11ada0691f3d991, 'click', function() {infowindow.open(map,m_0b5d68d1f6ea3bebb11ada0691f3d991);});$marker.push(m_0b5d68d1f6ea3bebb11ada0691f3d991);}});}google.maps.event.addDomListener(window, 'load', initialize);