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.9387,-73.8323)};var g_81c66c36b4cfd2b0cd3262a8dcd8c2ca = new google.maps.Geocoder();g_81c66c36b4cfd2b0cd3262a8dcd8c2ca.geocode( { 'address': "PO Box 474, Bronxville, NY 10708, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bronxville-NY-bet-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bronxville-NY-bet-federal-credit-union'), mapOptions);}document.getElementById('f387f00e').innerHTML += ' | View Map';var $l81c66c36b4cfd2b0cd3262a8dcd8c2ca = '

BET Federal Credit Union

Address: PO Box 474, Bronxville, NY 10708, USA
Phone: (914) 963-1554
';var m_81c66c36b4cfd2b0cd3262a8dcd8c2ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BET Federal Credit Union',});m_81c66c36b4cfd2b0cd3262a8dcd8c2ca['infowindow'] = new google.maps.InfoWindow({content: $l81c66c36b4cfd2b0cd3262a8dcd8c2ca});var infowindow = new google.maps.InfoWindow({content: $l81c66c36b4cfd2b0cd3262a8dcd8c2ca});google.maps.event.addListener(m_81c66c36b4cfd2b0cd3262a8dcd8c2ca, 'click', function() {infowindow.open(map,m_81c66c36b4cfd2b0cd3262a8dcd8c2ca);});$marker.push(m_81c66c36b4cfd2b0cd3262a8dcd8c2ca);}});}google.maps.event.addDomListener(window, 'load', initialize);