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.8167,-73.9415)};var g_f6fd356ed18363bcd20888b0f4b6b113 = new google.maps.Geocoder();g_f6fd356ed18363bcd20888b0f4b6b113.geocode( { 'address': "132 Odell Clark Pl, New York, NY 10030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-abyssinian-baptist-church-fcu').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-abyssinian-baptist-church-fcu'), mapOptions);}document.getElementById('31d65741').innerHTML += ' | View Map';var $lf6fd356ed18363bcd20888b0f4b6b113 = '

Abyssinian Baptist Church FCU

Address: 132 Odell Clark Pl, New York, NY 10030, USA
Phone: (212) 862-5959
';var m_f6fd356ed18363bcd20888b0f4b6b113 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Abyssinian Baptist Church FCU',});m_f6fd356ed18363bcd20888b0f4b6b113['infowindow'] = new google.maps.InfoWindow({content: $lf6fd356ed18363bcd20888b0f4b6b113});var infowindow = new google.maps.InfoWindow({content: $lf6fd356ed18363bcd20888b0f4b6b113});google.maps.event.addListener(m_f6fd356ed18363bcd20888b0f4b6b113, 'click', function() {infowindow.open(map,m_f6fd356ed18363bcd20888b0f4b6b113);});$marker.push(m_f6fd356ed18363bcd20888b0f4b6b113);}});}google.maps.event.addDomListener(window, 'load', initialize);