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.5442,-79.1664)};var g_e38cc08031b190d69845a584a6297187 = new google.maps.Geocoder();g_e38cc08031b190d69845a584a6297187.geocode( { 'address': "232 Central Ave, Silver Creek, NY 14136, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('silver-creek-NY-northern-chautauqua-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('silver-creek-NY-northern-chautauqua-federal-credit-union'), mapOptions);}document.getElementById('64dd7f68').innerHTML += ' | View Map';var $le38cc08031b190d69845a584a6297187 = '

Northern Chautauqua Federal Credit Union

Address: 232 Central Ave, Silver Creek, NY 14136, USA
Phone: (716) 934-3111
';var m_e38cc08031b190d69845a584a6297187 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northern Chautauqua Federal Credit Union',});m_e38cc08031b190d69845a584a6297187['infowindow'] = new google.maps.InfoWindow({content: $le38cc08031b190d69845a584a6297187});var infowindow = new google.maps.InfoWindow({content: $le38cc08031b190d69845a584a6297187});google.maps.event.addListener(m_e38cc08031b190d69845a584a6297187, 'click', function() {infowindow.open(map,m_e38cc08031b190d69845a584a6297187);});$marker.push(m_e38cc08031b190d69845a584a6297187);}});}google.maps.event.addDomListener(window, 'load', initialize);