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.4904,-97.5601)};var g_b635f9e3c038855c68c2704f08caeee1 = new google.maps.Geocoder();g_b635f9e3c038855c68c2704f08caeee1.geocode( { 'address': "701 Nw 63rd St, Oklahoma City, OK 73116"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oklahoma-city-OK-advancial-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('oklahoma-city-OK-advancial-federal-credit-union'), mapOptions);}document.getElementById('8f0be6a9').innerHTML += ' | View Map';var $lb635f9e3c038855c68c2704f08caeee1 = '

Advancial Federal Credit Union

Address: 701 Nw 63rd St, Oklahoma City, OK 73116
Phone: (405) 840-2442
';var m_b635f9e3c038855c68c2704f08caeee1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advancial Federal Credit Union',});m_b635f9e3c038855c68c2704f08caeee1['infowindow'] = new google.maps.InfoWindow({content: $lb635f9e3c038855c68c2704f08caeee1});var infowindow = new google.maps.InfoWindow({content: $lb635f9e3c038855c68c2704f08caeee1});google.maps.event.addListener(m_b635f9e3c038855c68c2704f08caeee1, 'click', function() {infowindow.open(map,m_b635f9e3c038855c68c2704f08caeee1);});$marker.push(m_b635f9e3c038855c68c2704f08caeee1);}});}google.maps.event.addDomListener(window, 'load', initialize);