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.6027,-105.227)};var g_59ab3ba90ae4b4ab84fe69de7b8e3f5f = new google.maps.Geocoder();g_59ab3ba90ae4b4ab84fe69de7b8e3f5f.geocode( { 'address': "1201 Mills Ave, Las Vegas, NM 87701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NM-state-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NM-state-employees-credit-union'), mapOptions);}document.getElementById('298dcf7f').innerHTML += ' | View Map';var $l59ab3ba90ae4b4ab84fe69de7b8e3f5f = '

State Employees Credit Union

Address: 1201 Mills Ave, Las Vegas, NM 87701, USA
Phone: (505) 454-1111
';var m_59ab3ba90ae4b4ab84fe69de7b8e3f5f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Employees Credit Union',});m_59ab3ba90ae4b4ab84fe69de7b8e3f5f['infowindow'] = new google.maps.InfoWindow({content: $l59ab3ba90ae4b4ab84fe69de7b8e3f5f});var infowindow = new google.maps.InfoWindow({content: $l59ab3ba90ae4b4ab84fe69de7b8e3f5f});google.maps.event.addListener(m_59ab3ba90ae4b4ab84fe69de7b8e3f5f, 'click', function() {infowindow.open(map,m_59ab3ba90ae4b4ab84fe69de7b8e3f5f);});$marker.push(m_59ab3ba90ae4b4ab84fe69de7b8e3f5f);}});}google.maps.event.addDomListener(window, 'load', initialize);