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.0676,-77.6689)};var g_a3f41e4a45848143f2d764cdf4adc191 = new google.maps.Geocoder();g_a3f41e4a45848143f2d764cdf4adc191.geocode( { 'address': "1025 John St, West Henrietta, NY 14586, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-henrietta-NY-grs-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('west-henrietta-NY-grs-employees-credit-union'), mapOptions);}document.getElementById('f5b12f95').innerHTML += ' | View Map';var $la3f41e4a45848143f2d764cdf4adc191 = '

GRS Employees Credit Union

Address: 1025 John St, West Henrietta, NY 14586, USA
Phone: (585) 279-2030
';var m_a3f41e4a45848143f2d764cdf4adc191 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GRS Employees Credit Union',});m_a3f41e4a45848143f2d764cdf4adc191['infowindow'] = new google.maps.InfoWindow({content: $la3f41e4a45848143f2d764cdf4adc191});var infowindow = new google.maps.InfoWindow({content: $la3f41e4a45848143f2d764cdf4adc191});google.maps.event.addListener(m_a3f41e4a45848143f2d764cdf4adc191, 'click', function() {infowindow.open(map,m_a3f41e4a45848143f2d764cdf4adc191);});$marker.push(m_a3f41e4a45848143f2d764cdf4adc191);}});}google.maps.event.addDomListener(window, 'load', initialize);