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(43.0157,-75.0371)};var g_c6f27990d7b1e2d00b1fcfdf7bfca28f = new google.maps.Geocoder();g_c6f27990d7b1e2d00b1fcfdf7bfca28f.geocode( { 'address': "39 Central Plaza, Ilion, NY 13357, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ilion-NY-remington-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ilion-NY-remington-federal-credit-union'), mapOptions);}document.getElementById('24eb83f0').innerHTML += ' | View Map';var $lc6f27990d7b1e2d00b1fcfdf7bfca28f = '

Remington Federal Credit Union

Address: 39 Central Plaza, Ilion, NY 13357, USA
Phone: (315) 894-9924
';var m_c6f27990d7b1e2d00b1fcfdf7bfca28f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Remington Federal Credit Union',});m_c6f27990d7b1e2d00b1fcfdf7bfca28f['infowindow'] = new google.maps.InfoWindow({content: $lc6f27990d7b1e2d00b1fcfdf7bfca28f});var infowindow = new google.maps.InfoWindow({content: $lc6f27990d7b1e2d00b1fcfdf7bfca28f});google.maps.event.addListener(m_c6f27990d7b1e2d00b1fcfdf7bfca28f, 'click', function() {infowindow.open(map,m_c6f27990d7b1e2d00b1fcfdf7bfca28f);});$marker.push(m_c6f27990d7b1e2d00b1fcfdf7bfca28f);}});}google.maps.event.addDomListener(window, 'load', initialize);