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(41.0467,-73.7896)};var g_2ad9c3d09e8380675666ed41d1b1576a = new google.maps.Geocoder();g_2ad9c3d09e8380675666ed41d1b1576a.geocode( { 'address': "2, 177 Hillside Ave, White Plains, NY 10607, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('white-plains-NY-nea-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('white-plains-NY-nea-federal-credit-union'), mapOptions);}document.getElementById('caecf2f3').innerHTML += ' | View Map';var $l2ad9c3d09e8380675666ed41d1b1576a = '

NEA Federal Credit Union

Address: 2, 177 Hillside Ave, White Plains, NY 10607, USA
Phone: (914) 422-2555
';var m_2ad9c3d09e8380675666ed41d1b1576a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NEA Federal Credit Union',});m_2ad9c3d09e8380675666ed41d1b1576a['infowindow'] = new google.maps.InfoWindow({content: $l2ad9c3d09e8380675666ed41d1b1576a});var infowindow = new google.maps.InfoWindow({content: $l2ad9c3d09e8380675666ed41d1b1576a});google.maps.event.addListener(m_2ad9c3d09e8380675666ed41d1b1576a, 'click', function() {infowindow.open(map,m_2ad9c3d09e8380675666ed41d1b1576a);});$marker.push(m_2ad9c3d09e8380675666ed41d1b1576a);}});}google.maps.event.addDomListener(window, 'load', initialize);