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.0864,-77.5919)};var g_c474b217c91de1f9864507a1363f795d = new google.maps.Geocoder();g_c474b217c91de1f9864507a1363f795d.geocode( { 'address': "1425 Jefferson Rd, Rochester, NY 14623, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-NY-xfcu---xceed-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('rochester-NY-xfcu---xceed-financial-credit-union'), mapOptions);}document.getElementById('c8a43ee2').innerHTML += ' | View Map';var $lc474b217c91de1f9864507a1363f795d = '

XFCU - XCEED Financial Credit Union

Address: 1425 Jefferson Rd, Rochester, NY 14623, USA
Phone: (585) 613-0200
';var m_c474b217c91de1f9864507a1363f795d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'XFCU - XCEED Financial Credit Union',});m_c474b217c91de1f9864507a1363f795d['infowindow'] = new google.maps.InfoWindow({content: $lc474b217c91de1f9864507a1363f795d});var infowindow = new google.maps.InfoWindow({content: $lc474b217c91de1f9864507a1363f795d});google.maps.event.addListener(m_c474b217c91de1f9864507a1363f795d, 'click', function() {infowindow.open(map,m_c474b217c91de1f9864507a1363f795d);});$marker.push(m_c474b217c91de1f9864507a1363f795d);}});}google.maps.event.addDomListener(window, 'load', initialize);