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(42.9461,-78.8693)};var g_ee389f3b2dde26a2d1432cf26829f490 = new google.maps.Geocoder();g_ee389f3b2dde26a2d1432cf26829f490.geocode( { 'address': "2290 Delaware Ave, Buffalo, NY 14216, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buffalo-NY-the-summit-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('buffalo-NY-the-summit-federal-credit-union'), mapOptions);}document.getElementById('b587262e').innerHTML += ' | View Map';var $lee389f3b2dde26a2d1432cf26829f490 = '

The Summit Federal Credit Union

Address: 2290 Delaware Ave, Buffalo, NY 14216, USA
Phone: (800) 836-7328
';var m_ee389f3b2dde26a2d1432cf26829f490 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Summit Federal Credit Union',});m_ee389f3b2dde26a2d1432cf26829f490['infowindow'] = new google.maps.InfoWindow({content: $lee389f3b2dde26a2d1432cf26829f490});var infowindow = new google.maps.InfoWindow({content: $lee389f3b2dde26a2d1432cf26829f490});google.maps.event.addListener(m_ee389f3b2dde26a2d1432cf26829f490, 'click', function() {infowindow.open(map,m_ee389f3b2dde26a2d1432cf26829f490);});$marker.push(m_ee389f3b2dde26a2d1432cf26829f490);}});}google.maps.event.addDomListener(window, 'load', initialize);