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(34.6663,-99.3348)};var g_85381b031c1c0566b39341f44299588b = new google.maps.Geocoder();g_85381b031c1c0566b39341f44299588b.geocode( { 'address': "2721 N Main St, Altus, OK 73521, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('altus-OK-red-river-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('altus-OK-red-river-federal-credit-union'), mapOptions);}document.getElementById('ab2576b4').innerHTML += ' | View Map';var $l85381b031c1c0566b39341f44299588b = '

Red River Federal Credit Union

Address: 2721 N Main St, Altus, OK 73521, USA
Phone: (580) 482-7965
';var m_85381b031c1c0566b39341f44299588b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Red River Federal Credit Union',});m_85381b031c1c0566b39341f44299588b['infowindow'] = new google.maps.InfoWindow({content: $l85381b031c1c0566b39341f44299588b});var infowindow = new google.maps.InfoWindow({content: $l85381b031c1c0566b39341f44299588b});google.maps.event.addListener(m_85381b031c1c0566b39341f44299588b, 'click', function() {infowindow.open(map,m_85381b031c1c0566b39341f44299588b);});$marker.push(m_85381b031c1c0566b39341f44299588b);}});}google.maps.event.addDomListener(window, 'load', initialize);