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.752,-73.9945)};var g_eb055c413c9b74de5466aa8f2e020af7 = new google.maps.Geocoder();g_eb055c413c9b74de5466aa8f2e020af7.geocode( { 'address': "310 W 43rd St, New York, NY 10036"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-local-144-seiu-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-local-144-seiu-federal-credit-union'), mapOptions);}document.getElementById('d68a664b').innerHTML += ' | View Map';var $leb055c413c9b74de5466aa8f2e020af7 = '

Local 144 Seiu Federal Credit Union

Address: 310 W 43rd St, New York, NY 10036
Phone: (212) 397-6343
';var m_eb055c413c9b74de5466aa8f2e020af7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Local 144 Seiu Federal Credit Union',});m_eb055c413c9b74de5466aa8f2e020af7['infowindow'] = new google.maps.InfoWindow({content: $leb055c413c9b74de5466aa8f2e020af7});var infowindow = new google.maps.InfoWindow({content: $leb055c413c9b74de5466aa8f2e020af7});google.maps.event.addListener(m_eb055c413c9b74de5466aa8f2e020af7, 'click', function() {infowindow.open(map,m_eb055c413c9b74de5466aa8f2e020af7);});$marker.push(m_eb055c413c9b74de5466aa8f2e020af7);}});}google.maps.event.addDomListener(window, 'load', initialize);