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.9194,-78.8773)};var g_d6314dc8a4408d8cb801f9eb20bff496 = new google.maps.Geocoder();g_d6314dc8a4408d8cb801f9eb20bff496.geocode( { 'address': "816 Elmwood Ave, Buffalo, NY 14222, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buffalo-NY-buffalo-cooperative-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('buffalo-NY-buffalo-cooperative-federal-credit-union'), mapOptions);}document.getElementById('6cc5d391').innerHTML += ' | View Map';var $ld6314dc8a4408d8cb801f9eb20bff496 = '

Buffalo Cooperative Federal Credit Union

Address: 816 Elmwood Ave, Buffalo, NY 14222, USA
Phone: (716) 881-3767
';var m_d6314dc8a4408d8cb801f9eb20bff496 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buffalo Cooperative Federal Credit Union',});m_d6314dc8a4408d8cb801f9eb20bff496['infowindow'] = new google.maps.InfoWindow({content: $ld6314dc8a4408d8cb801f9eb20bff496});var infowindow = new google.maps.InfoWindow({content: $ld6314dc8a4408d8cb801f9eb20bff496});google.maps.event.addListener(m_d6314dc8a4408d8cb801f9eb20bff496, 'click', function() {infowindow.open(map,m_d6314dc8a4408d8cb801f9eb20bff496);});$marker.push(m_d6314dc8a4408d8cb801f9eb20bff496);}});}google.maps.event.addDomListener(window, 'load', initialize);