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.1159,-78.9335)};var g_cc844df109e755a4eb30b38b01bd7774 = new google.maps.Geocoder();g_cc844df109e755a4eb30b38b01bd7774.geocode( { 'address': "2420 Olmstead St, Niagara Falls, NY 14304, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('niagara-falls-NY-niagara-falls-air-force-fcu').style.display = '';map = new google.maps.Map(document.getElementById('niagara-falls-NY-niagara-falls-air-force-fcu'), mapOptions);}document.getElementById('f01331a5').innerHTML += ' | View Map';var $lcc844df109e755a4eb30b38b01bd7774 = '

Niagara Falls Air Force FCU

Address: 2420 Olmstead St, Niagara Falls, NY 14304, USA
Phone: (716) 297-4034
';var m_cc844df109e755a4eb30b38b01bd7774 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Niagara Falls Air Force FCU',});m_cc844df109e755a4eb30b38b01bd7774['infowindow'] = new google.maps.InfoWindow({content: $lcc844df109e755a4eb30b38b01bd7774});var infowindow = new google.maps.InfoWindow({content: $lcc844df109e755a4eb30b38b01bd7774});google.maps.event.addListener(m_cc844df109e755a4eb30b38b01bd7774, 'click', function() {infowindow.open(map,m_cc844df109e755a4eb30b38b01bd7774);});$marker.push(m_cc844df109e755a4eb30b38b01bd7774);}});}google.maps.event.addDomListener(window, 'load', initialize);