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.6911,-73.4788)};var g_c26f5065faccbd253afe3388af1fdf70 = new google.maps.Geocoder();g_c26f5065faccbd253afe3388af1fdf70.geocode( { 'address': "4250 Jerusalem Ave, North Massapequa, NY 11758, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-massapequa-NY-teachers-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('north-massapequa-NY-teachers-federal-credit-union'), mapOptions);}document.getElementById('9fdf2a2b').innerHTML += ' | View Map';var $lc26f5065faccbd253afe3388af1fdf70 = '

Teachers Federal Credit Union

Address: 4250 Jerusalem Ave, North Massapequa, NY 11758, USA
Phone: (631) 698-7000
';var m_c26f5065faccbd253afe3388af1fdf70 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Teachers Federal Credit Union',});m_c26f5065faccbd253afe3388af1fdf70['infowindow'] = new google.maps.InfoWindow({content: $lc26f5065faccbd253afe3388af1fdf70});var infowindow = new google.maps.InfoWindow({content: $lc26f5065faccbd253afe3388af1fdf70});google.maps.event.addListener(m_c26f5065faccbd253afe3388af1fdf70, 'click', function() {infowindow.open(map,m_c26f5065faccbd253afe3388af1fdf70);});$marker.push(m_c26f5065faccbd253afe3388af1fdf70);}});}google.maps.event.addDomListener(window, 'load', initialize);