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.9346,-78.7837)};var g_944a44559d151ead6928aae68985669c = new google.maps.Geocoder();g_944a44559d151ead6928aae68985669c.geocode( { 'address': "3333 Harlem Rd, Buffalo, NY 14225, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buffalo-NY-financial-trust-fcu').style.display = '';map = new google.maps.Map(document.getElementById('buffalo-NY-financial-trust-fcu'), mapOptions);}document.getElementById('e0003aaa').innerHTML += ' | View Map';var $l944a44559d151ead6928aae68985669c = '

Financial Trust FCU

Address: 3333 Harlem Rd, Buffalo, NY 14225, USA
Phone: (716) 831-3007
';var m_944a44559d151ead6928aae68985669c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Financial Trust FCU',});m_944a44559d151ead6928aae68985669c['infowindow'] = new google.maps.InfoWindow({content: $l944a44559d151ead6928aae68985669c});var infowindow = new google.maps.InfoWindow({content: $l944a44559d151ead6928aae68985669c});google.maps.event.addListener(m_944a44559d151ead6928aae68985669c, 'click', function() {infowindow.open(map,m_944a44559d151ead6928aae68985669c);});$marker.push(m_944a44559d151ead6928aae68985669c);}});}google.maps.event.addDomListener(window, 'load', initialize);