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(43.0163,-78.9585)};var g_f5aeecbffe87c62489add19712de0d7e = new google.maps.Geocoder();g_f5aeecbffe87c62489add19712de0d7e.geocode( { 'address': "2014 Grand Island Blvd, Grand Island, NY 14072, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-island-NY-financial-trust-fcu').style.display = '';map = new google.maps.Map(document.getElementById('grand-island-NY-financial-trust-fcu'), mapOptions);}document.getElementById('75dfa486').innerHTML += ' | View Map';var $lf5aeecbffe87c62489add19712de0d7e = '

Financial Trust FCU

Address: 2014 Grand Island Blvd, Grand Island, NY 14072, USA
Phone: (716) 773-1707
';var m_f5aeecbffe87c62489add19712de0d7e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Financial Trust FCU',});m_f5aeecbffe87c62489add19712de0d7e['infowindow'] = new google.maps.InfoWindow({content: $lf5aeecbffe87c62489add19712de0d7e});var infowindow = new google.maps.InfoWindow({content: $lf5aeecbffe87c62489add19712de0d7e});google.maps.event.addListener(m_f5aeecbffe87c62489add19712de0d7e, 'click', function() {infowindow.open(map,m_f5aeecbffe87c62489add19712de0d7e);});$marker.push(m_f5aeecbffe87c62489add19712de0d7e);}});}google.maps.event.addDomListener(window, 'load', initialize);