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.9828)};var g_01a88049c6c3c11cf94e1921a042a2f4 = new google.maps.Geocoder();g_01a88049c6c3c11cf94e1921a042a2f4.geocode( { 'address': "37 Avenue B, New York, NY 10009, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-les-peoples-fcu').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-les-peoples-fcu'), mapOptions);}document.getElementById('d0d06ae2').innerHTML += ' | View Map';var $l01a88049c6c3c11cf94e1921a042a2f4 = '

LES PEOPLE'S FCU

Address: 37 Avenue B, New York, NY 10009, USA
Phone: (212) 529-8197
';var m_01a88049c6c3c11cf94e1921a042a2f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LES PEOPLE'S FCU',});m_01a88049c6c3c11cf94e1921a042a2f4['infowindow'] = new google.maps.InfoWindow({content: $l01a88049c6c3c11cf94e1921a042a2f4});var infowindow = new google.maps.InfoWindow({content: $l01a88049c6c3c11cf94e1921a042a2f4});google.maps.event.addListener(m_01a88049c6c3c11cf94e1921a042a2f4, 'click', function() {infowindow.open(map,m_01a88049c6c3c11cf94e1921a042a2f4);});$marker.push(m_01a88049c6c3c11cf94e1921a042a2f4);}});}google.maps.event.addDomListener(window, 'load', initialize);