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.1379,-75.2775)};var g_235a4b01cca43ead1a2435ec19c04bab = new google.maps.Geocoder();g_235a4b01cca43ead1a2435ec19c04bab.geocode( { 'address': "9212 River Rd, Marcy, NY 13403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marcy-NY-mohawk-valley-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('marcy-NY-mohawk-valley-federal-credit-union'), mapOptions);}document.getElementById('22b082b2').innerHTML += ' | View Map';var $l235a4b01cca43ead1a2435ec19c04bab = '

Mohawk Valley Federal Credit Union

Address: 9212 River Rd, Marcy, NY 13403, USA
Phone: (315) 624-2950
';var m_235a4b01cca43ead1a2435ec19c04bab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mohawk Valley Federal Credit Union',});m_235a4b01cca43ead1a2435ec19c04bab['infowindow'] = new google.maps.InfoWindow({content: $l235a4b01cca43ead1a2435ec19c04bab});var infowindow = new google.maps.InfoWindow({content: $l235a4b01cca43ead1a2435ec19c04bab});google.maps.event.addListener(m_235a4b01cca43ead1a2435ec19c04bab, 'click', function() {infowindow.open(map,m_235a4b01cca43ead1a2435ec19c04bab);});$marker.push(m_235a4b01cca43ead1a2435ec19c04bab);}});}google.maps.event.addDomListener(window, 'load', initialize);