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.9741,-78.8564)};var g_e3cdec053cb453a0978669e1bc44b617 = new google.maps.Geocoder();g_e3cdec053cb453a0978669e1bc44b617.geocode( { 'address': "257 Highland Pkwy, Buffalo, NY 14223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buffalo-NY-tonawanda-community-fed-cu').style.display = '';map = new google.maps.Map(document.getElementById('buffalo-NY-tonawanda-community-fed-cu'), mapOptions);}document.getElementById('e8422e03').innerHTML += ' | View Map';var $le3cdec053cb453a0978669e1bc44b617 = '

Tonawanda Community Fed CU

Address: 257 Highland Pkwy, Buffalo, NY 14223, USA
Phone: (716) 873-4688
';var m_e3cdec053cb453a0978669e1bc44b617 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tonawanda Community Fed CU',});m_e3cdec053cb453a0978669e1bc44b617['infowindow'] = new google.maps.InfoWindow({content: $le3cdec053cb453a0978669e1bc44b617});var infowindow = new google.maps.InfoWindow({content: $le3cdec053cb453a0978669e1bc44b617});google.maps.event.addListener(m_e3cdec053cb453a0978669e1bc44b617, 'click', function() {infowindow.open(map,m_e3cdec053cb453a0978669e1bc44b617);});$marker.push(m_e3cdec053cb453a0978669e1bc44b617);}});}google.maps.event.addDomListener(window, 'load', initialize);