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(33.4084,-104.529)};var g_59897bf633b2e7a68ae1055d5ba0da21 = new google.maps.Geocoder();g_59897bf633b2e7a68ae1055d5ba0da21.geocode( { 'address': "1401 N Lea Ave, Roswell, NM 88201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roswell-NM-chaves-county-school-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('roswell-NM-chaves-county-school-employees-credit-union'), mapOptions);}document.getElementById('a777f48a').innerHTML += ' | View Map';var $l59897bf633b2e7a68ae1055d5ba0da21 = '

Chaves County School Employees Credit Union

Address: 1401 N Lea Ave, Roswell, NM 88201, USA
Phone: (575) 623-5444
';var m_59897bf633b2e7a68ae1055d5ba0da21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chaves County School Employees Credit Union',});m_59897bf633b2e7a68ae1055d5ba0da21['infowindow'] = new google.maps.InfoWindow({content: $l59897bf633b2e7a68ae1055d5ba0da21});var infowindow = new google.maps.InfoWindow({content: $l59897bf633b2e7a68ae1055d5ba0da21});google.maps.event.addListener(m_59897bf633b2e7a68ae1055d5ba0da21, 'click', function() {infowindow.open(map,m_59897bf633b2e7a68ae1055d5ba0da21);});$marker.push(m_59897bf633b2e7a68ae1055d5ba0da21);}});}google.maps.event.addDomListener(window, 'load', initialize);