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.8312,-78.7454)};var g_d941956435d2d02bd342a5bbdfc8c82b = new google.maps.Geocoder();g_d941956435d2d02bd342a5bbdfc8c82b.geocode( { 'address': "4257 Seneca St, West Seneca, NY 14224, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-seneca-NY-financial-trust-fcu').style.display = '';map = new google.maps.Map(document.getElementById('west-seneca-NY-financial-trust-fcu'), mapOptions);}document.getElementById('b2c0ec88').innerHTML += ' | View Map';var $ld941956435d2d02bd342a5bbdfc8c82b = '

Financial Trust FCU

Address: 4257 Seneca St, West Seneca, NY 14224, USA
Phone: (716) 674-2197
';var m_d941956435d2d02bd342a5bbdfc8c82b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Financial Trust FCU',});m_d941956435d2d02bd342a5bbdfc8c82b['infowindow'] = new google.maps.InfoWindow({content: $ld941956435d2d02bd342a5bbdfc8c82b});var infowindow = new google.maps.InfoWindow({content: $ld941956435d2d02bd342a5bbdfc8c82b});google.maps.event.addListener(m_d941956435d2d02bd342a5bbdfc8c82b, 'click', function() {infowindow.open(map,m_d941956435d2d02bd342a5bbdfc8c82b);});$marker.push(m_d941956435d2d02bd342a5bbdfc8c82b);}});}google.maps.event.addDomListener(window, 'load', initialize);