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(32.2542,-107.763)};var g_e7a8f1d8b045098d76172897a21d6373 = new google.maps.Geocoder();g_e7a8f1d8b045098d76172897a21d6373.geocode( { 'address': "501 W Florida St, Deming, NM 88030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deming-NM-deming-school-employees-cu').style.display = '';map = new google.maps.Map(document.getElementById('deming-NM-deming-school-employees-cu'), mapOptions);}document.getElementById('4afb8130').innerHTML += ' | View Map';var $le7a8f1d8b045098d76172897a21d6373 = '

Deming School Employees CU

Address: 501 W Florida St, Deming, NM 88030, USA
Phone: (575) 546-8310
';var m_e7a8f1d8b045098d76172897a21d6373 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Deming School Employees CU',});m_e7a8f1d8b045098d76172897a21d6373['infowindow'] = new google.maps.InfoWindow({content: $le7a8f1d8b045098d76172897a21d6373});var infowindow = new google.maps.InfoWindow({content: $le7a8f1d8b045098d76172897a21d6373});google.maps.event.addListener(m_e7a8f1d8b045098d76172897a21d6373, 'click', function() {infowindow.open(map,m_e7a8f1d8b045098d76172897a21d6373);});$marker.push(m_e7a8f1d8b045098d76172897a21d6373);}});}google.maps.event.addDomListener(window, 'load', initialize);