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.1902,-77.6002)};var g_ec42787cefadf6378e1fd7917aa05b5f = new google.maps.Geocoder();g_ec42787cefadf6378e1fd7917aa05b5f.geocode( { 'address': "1325 Hudson Ave, Rochester, NY 14621, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-NY-rochester-polish-federal-credit-union-corporation').style.display = '';map = new google.maps.Map(document.getElementById('rochester-NY-rochester-polish-federal-credit-union-corporation'), mapOptions);}document.getElementById('388d61a3').innerHTML += ' | View Map';var $lec42787cefadf6378e1fd7917aa05b5f = '

Rochester Polish Federal Credit Union Corporation

Address: 1325 Hudson Ave, Rochester, NY 14621, USA
Phone: (585) 266-5876
';var m_ec42787cefadf6378e1fd7917aa05b5f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rochester Polish Federal Credit Union Corporation',});m_ec42787cefadf6378e1fd7917aa05b5f['infowindow'] = new google.maps.InfoWindow({content: $lec42787cefadf6378e1fd7917aa05b5f});var infowindow = new google.maps.InfoWindow({content: $lec42787cefadf6378e1fd7917aa05b5f});google.maps.event.addListener(m_ec42787cefadf6378e1fd7917aa05b5f, 'click', function() {infowindow.open(map,m_ec42787cefadf6378e1fd7917aa05b5f);});$marker.push(m_ec42787cefadf6378e1fd7917aa05b5f);}});}google.maps.event.addDomListener(window, 'load', initialize);