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(40.7227,-73.5764)};var g_22aee4333cfc82f6e019386b6b96c173 = new google.maps.Geocoder();g_22aee4333cfc82f6e019386b6b96c173.geocode( { 'address': "1 Merrick Ave, East Meadow, NY 11554, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-meadow-NY-municipal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('east-meadow-NY-municipal-credit-union'), mapOptions);}document.getElementById('a05b9e1b').innerHTML += ' | View Map';var $l22aee4333cfc82f6e019386b6b96c173 = '

Municipal Credit Union

Address: 1 Merrick Ave, East Meadow, NY 11554, USA
Phone: (212) 693-4900
';var m_22aee4333cfc82f6e019386b6b96c173 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Municipal Credit Union',});m_22aee4333cfc82f6e019386b6b96c173['infowindow'] = new google.maps.InfoWindow({content: $l22aee4333cfc82f6e019386b6b96c173});var infowindow = new google.maps.InfoWindow({content: $l22aee4333cfc82f6e019386b6b96c173});google.maps.event.addListener(m_22aee4333cfc82f6e019386b6b96c173, 'click', function() {infowindow.open(map,m_22aee4333cfc82f6e019386b6b96c173);});$marker.push(m_22aee4333cfc82f6e019386b6b96c173);}});}google.maps.event.addDomListener(window, 'load', initialize);