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.9737,-73.8812)};var g_83795656d1185f35bb61cd60b3f32b63 = new google.maps.Geocoder();g_83795656d1185f35bb61cd60b3f32b63.geocode( { 'address': "4th, 1 Executive Blvd, Yonkers, NY 10701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yonkers-NY-yonkers-teachers-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('yonkers-NY-yonkers-teachers-federal-credit-union'), mapOptions);}document.getElementById('26f70285').innerHTML += ' | View Map';var $l83795656d1185f35bb61cd60b3f32b63 = '

Yonkers Teachers Federal Credit Union

Address: 4th, 1 Executive Blvd, Yonkers, NY 10701, USA
Phone: (914) 376-7088
';var m_83795656d1185f35bb61cd60b3f32b63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Yonkers Teachers Federal Credit Union',});m_83795656d1185f35bb61cd60b3f32b63['infowindow'] = new google.maps.InfoWindow({content: $l83795656d1185f35bb61cd60b3f32b63});var infowindow = new google.maps.InfoWindow({content: $l83795656d1185f35bb61cd60b3f32b63});google.maps.event.addListener(m_83795656d1185f35bb61cd60b3f32b63, 'click', function() {infowindow.open(map,m_83795656d1185f35bb61cd60b3f32b63);});$marker.push(m_83795656d1185f35bb61cd60b3f32b63);}});}google.maps.event.addDomListener(window, 'load', initialize);