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.7655,-73.0062)};var g_902c67ec1f141a910b32c19939107b78 = new google.maps.Geocoder();g_902c67ec1f141a910b32c19939107b78.geocode( { 'address': "272 E Main St, Patchogue, NY 11772, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('patchogue-NY-bethpage-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('patchogue-NY-bethpage-federal-credit-union'), mapOptions);}document.getElementById('e422c240').innerHTML += ' | View Map';var $l902c67ec1f141a910b32c19939107b78 = '

Bethpage Federal Credit Union

Address: 272 E Main St, Patchogue, NY 11772, USA
Phone: (800) 628-7070
';var m_902c67ec1f141a910b32c19939107b78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bethpage Federal Credit Union',});m_902c67ec1f141a910b32c19939107b78['infowindow'] = new google.maps.InfoWindow({content: $l902c67ec1f141a910b32c19939107b78});var infowindow = new google.maps.InfoWindow({content: $l902c67ec1f141a910b32c19939107b78});google.maps.event.addListener(m_902c67ec1f141a910b32c19939107b78, 'click', function() {infowindow.open(map,m_902c67ec1f141a910b32c19939107b78);});$marker.push(m_902c67ec1f141a910b32c19939107b78);}});}google.maps.event.addDomListener(window, 'load', initialize);