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.892,-72.4259)};var g_3459a163921940d6442f5a265c49cf50 = new google.maps.Geocoder();g_3459a163921940d6442f5a265c49cf50.geocode( { 'address': "850 County Rd 39, Southampton, NY 11968, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southampton-NY-suffolk-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('southampton-NY-suffolk-federal-credit-union'), mapOptions);}document.getElementById('6485f69f').innerHTML += ' | View Map';var $l3459a163921940d6442f5a265c49cf50 = '

Suffolk Federal Credit Union

Address: 850 County Rd 39, Southampton, NY 11968, USA
Phone: (631) 924-8000
';var m_3459a163921940d6442f5a265c49cf50 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Suffolk Federal Credit Union',});m_3459a163921940d6442f5a265c49cf50['infowindow'] = new google.maps.InfoWindow({content: $l3459a163921940d6442f5a265c49cf50});var infowindow = new google.maps.InfoWindow({content: $l3459a163921940d6442f5a265c49cf50});google.maps.event.addListener(m_3459a163921940d6442f5a265c49cf50, 'click', function() {infowindow.open(map,m_3459a163921940d6442f5a265c49cf50);});$marker.push(m_3459a163921940d6442f5a265c49cf50);}});}google.maps.event.addDomListener(window, 'load', initialize);