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.1972,-77.596)};var g_f4492508850c58446d4784339470a8f6 = new google.maps.Geocoder();g_f4492508850c58446d4784339470a8f6.geocode( { 'address': "824 East Ridge Road, Rochester, NY 14621, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-NY-ukrainian-federal-credit-union---rochester-branch').style.display = '';map = new google.maps.Map(document.getElementById('rochester-NY-ukrainian-federal-credit-union---rochester-branch'), mapOptions);}document.getElementById('7e665eab').innerHTML += ' | View Map';var $lf4492508850c58446d4784339470a8f6 = '

Ukrainian Federal Credit Union - Rochester Branch

Address: 824 East Ridge Road, Rochester, NY 14621, USA
Phone: (585) 544-9518
';var m_f4492508850c58446d4784339470a8f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ukrainian Federal Credit Union - Rochester Branch',});m_f4492508850c58446d4784339470a8f6['infowindow'] = new google.maps.InfoWindow({content: $lf4492508850c58446d4784339470a8f6});var infowindow = new google.maps.InfoWindow({content: $lf4492508850c58446d4784339470a8f6});google.maps.event.addListener(m_f4492508850c58446d4784339470a8f6, 'click', function() {infowindow.open(map,m_f4492508850c58446d4784339470a8f6);});$marker.push(m_f4492508850c58446d4784339470a8f6);}});}google.maps.event.addDomListener(window, 'load', initialize);