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.8837,-78.7574)};var g_689158564d7cee2866f059401ceb79d2 = new google.maps.Geocoder();g_689158564d7cee2866f059401ceb79d2.geocode( { 'address': "3031 William St, Buffalo, NY 14227, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buffalo-NY-crossroads-community-fcu').style.display = '';map = new google.maps.Map(document.getElementById('buffalo-NY-crossroads-community-fcu'), mapOptions);}document.getElementById('4cae7029').innerHTML += ' | View Map';var $l689158564d7cee2866f059401ceb79d2 = '

Crossroads Community FCU

Address: 3031 William St, Buffalo, NY 14227, USA
Phone: (716) 896-8084
';var m_689158564d7cee2866f059401ceb79d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Crossroads Community FCU',});m_689158564d7cee2866f059401ceb79d2['infowindow'] = new google.maps.InfoWindow({content: $l689158564d7cee2866f059401ceb79d2});var infowindow = new google.maps.InfoWindow({content: $l689158564d7cee2866f059401ceb79d2});google.maps.event.addListener(m_689158564d7cee2866f059401ceb79d2, 'click', function() {infowindow.open(map,m_689158564d7cee2866f059401ceb79d2);});$marker.push(m_689158564d7cee2866f059401ceb79d2);}});}google.maps.event.addDomListener(window, 'load', initialize);