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.7807,-96.7973)};var g_b534db022eeb56b50297bb0d7291187b = new google.maps.Geocoder();g_b534db022eeb56b50297bb0d7291187b.geocode( { 'address': "1618 Main St, Dallas, TX 75201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-neiman-marcus-employees-fed-cu').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-neiman-marcus-employees-fed-cu'), mapOptions);}document.getElementById('da929399').innerHTML += ' | View Map';var $lb534db022eeb56b50297bb0d7291187b = '

Neiman Marcus Employees Fed CU

Address: 1618 Main St, Dallas, TX 75201, USA
Phone: (214) 573-5322
';var m_b534db022eeb56b50297bb0d7291187b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Neiman Marcus Employees Fed CU',});m_b534db022eeb56b50297bb0d7291187b['infowindow'] = new google.maps.InfoWindow({content: $lb534db022eeb56b50297bb0d7291187b});var infowindow = new google.maps.InfoWindow({content: $lb534db022eeb56b50297bb0d7291187b});google.maps.event.addListener(m_b534db022eeb56b50297bb0d7291187b, 'click', function() {infowindow.open(map,m_b534db022eeb56b50297bb0d7291187b);});$marker.push(m_b534db022eeb56b50297bb0d7291187b);}});}google.maps.event.addDomListener(window, 'load', initialize);