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(42.5797,-73.6824)};var g_c364c77fb34fccd09c5aa76e797c9bf3 = new google.maps.Geocoder();g_c364c77fb34fccd09c5aa76e797c9bf3.geocode( { 'address': "89 Miller Road, Castleton, NY 12033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('castleton-NY-sefcu').style.display = '';map = new google.maps.Map(document.getElementById('castleton-NY-sefcu'), mapOptions);}document.getElementById('ba3144f7').innerHTML += ' | View Map';var $lc364c77fb34fccd09c5aa76e797c9bf3 = '

SEFCU

Address: 89 Miller Road, Castleton, NY 12033, USA
Phone: (800) 727-3328
';var m_c364c77fb34fccd09c5aa76e797c9bf3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SEFCU',});m_c364c77fb34fccd09c5aa76e797c9bf3['infowindow'] = new google.maps.InfoWindow({content: $lc364c77fb34fccd09c5aa76e797c9bf3});var infowindow = new google.maps.InfoWindow({content: $lc364c77fb34fccd09c5aa76e797c9bf3});google.maps.event.addListener(m_c364c77fb34fccd09c5aa76e797c9bf3, 'click', function() {infowindow.open(map,m_c364c77fb34fccd09c5aa76e797c9bf3);});$marker.push(m_c364c77fb34fccd09c5aa76e797c9bf3);}});}google.maps.event.addDomListener(window, 'load', initialize);