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.165,-77.6665)};var g_d37a903db57cfa3bee189f25c88ad482 = new google.maps.Geocoder();g_d37a903db57cfa3bee189f25c88ad482.geocode( { 'address': "1546 Lyell Ave, Rochester, NY 14606, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-NY-lyell-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('rochester-NY-lyell-federal-credit-union'), mapOptions);}document.getElementById('45313937').innerHTML += ' | View Map';var $ld37a903db57cfa3bee189f25c88ad482 = '

Lyell Federal Credit Union

Address: 1546 Lyell Ave, Rochester, NY 14606, USA
Phone: (585) 458-9220
';var m_d37a903db57cfa3bee189f25c88ad482 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lyell Federal Credit Union',});m_d37a903db57cfa3bee189f25c88ad482['infowindow'] = new google.maps.InfoWindow({content: $ld37a903db57cfa3bee189f25c88ad482});var infowindow = new google.maps.InfoWindow({content: $ld37a903db57cfa3bee189f25c88ad482});google.maps.event.addListener(m_d37a903db57cfa3bee189f25c88ad482, 'click', function() {infowindow.open(map,m_d37a903db57cfa3bee189f25c88ad482);});$marker.push(m_d37a903db57cfa3bee189f25c88ad482);}});}google.maps.event.addDomListener(window, 'load', initialize);