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.0907,-75.8224)};var g_cd438fb2824eb980a6d8940c193890ba = new google.maps.Geocoder();g_cd438fb2824eb980a6d8940c193890ba.geocode( { 'address': "4 Crescent Dr, Kirkwood, NY 13795, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kirkwood-NY-sefcu').style.display = '';map = new google.maps.Map(document.getElementById('kirkwood-NY-sefcu'), mapOptions);}document.getElementById('3dd4570b').innerHTML += ' | View Map';var $lcd438fb2824eb980a6d8940c193890ba = '

SEFCU

Address: 4 Crescent Dr, Kirkwood, NY 13795, USA
Phone: (800) 727-3328
';var m_cd438fb2824eb980a6d8940c193890ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SEFCU',});m_cd438fb2824eb980a6d8940c193890ba['infowindow'] = new google.maps.InfoWindow({content: $lcd438fb2824eb980a6d8940c193890ba});var infowindow = new google.maps.InfoWindow({content: $lcd438fb2824eb980a6d8940c193890ba});google.maps.event.addListener(m_cd438fb2824eb980a6d8940c193890ba, 'click', function() {infowindow.open(map,m_cd438fb2824eb980a6d8940c193890ba);});$marker.push(m_cd438fb2824eb980a6d8940c193890ba);}});}google.maps.event.addDomListener(window, 'load', initialize);