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.7816,-72.8641)};var g_f19157f2dbf925528ec3c21558a0d955 = new google.maps.Geocoder();g_f19157f2dbf925528ec3c21558a0d955.geocode( { 'address': "437 William Floyd Pkwy, Shirley, NY 11967, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shirley-NY-teachers-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('shirley-NY-teachers-federal-credit-union'), mapOptions);}document.getElementById('3e33fa44').innerHTML += ' | View Map';var $lf19157f2dbf925528ec3c21558a0d955 = '

Teachers Federal Credit Union

Address: 437 William Floyd Pkwy, Shirley, NY 11967, USA
Phone: (631) 698-7000
';var m_f19157f2dbf925528ec3c21558a0d955 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Teachers Federal Credit Union',});m_f19157f2dbf925528ec3c21558a0d955['infowindow'] = new google.maps.InfoWindow({content: $lf19157f2dbf925528ec3c21558a0d955});var infowindow = new google.maps.InfoWindow({content: $lf19157f2dbf925528ec3c21558a0d955});google.maps.event.addListener(m_f19157f2dbf925528ec3c21558a0d955, 'click', function() {infowindow.open(map,m_f19157f2dbf925528ec3c21558a0d955);});$marker.push(m_f19157f2dbf925528ec3c21558a0d955);}});}google.maps.event.addDomListener(window, 'load', initialize);