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.1743,-103.726)};var g_be136645ae81f6b2bcc9f6356f04b83d = new google.maps.Geocoder();g_be136645ae81f6b2bcc9f6356f04b83d.geocode( { 'address': "523 S 2nd St, Tucumcari, NM 88401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tucumcari-NM-quay-schools-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('tucumcari-NM-quay-schools-federal-cu'), mapOptions);}document.getElementById('f865b220').innerHTML += ' | View Map';var $lbe136645ae81f6b2bcc9f6356f04b83d = '

Quay Schools Federal CU

Address: 523 S 2nd St, Tucumcari, NM 88401, USA
Phone: (575) 461-3638
';var m_be136645ae81f6b2bcc9f6356f04b83d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quay Schools Federal CU',});m_be136645ae81f6b2bcc9f6356f04b83d['infowindow'] = new google.maps.InfoWindow({content: $lbe136645ae81f6b2bcc9f6356f04b83d});var infowindow = new google.maps.InfoWindow({content: $lbe136645ae81f6b2bcc9f6356f04b83d});google.maps.event.addListener(m_be136645ae81f6b2bcc9f6356f04b83d, 'click', function() {infowindow.open(map,m_be136645ae81f6b2bcc9f6356f04b83d);});$marker.push(m_be136645ae81f6b2bcc9f6356f04b83d);}});}google.maps.event.addDomListener(window, 'load', initialize);