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.8943,-78.8644)};var g_fb7ea19e559ec8a495bf496599e8ca66 = new google.maps.Geocoder();g_fb7ea19e559ec8a495bf496599e8ca66.geocode( { 'address': "184 Goodell St, Buffalo, NY 14204, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buffalo-NY-st-johns-united-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('buffalo-NY-st-johns-united-federal-cu'), mapOptions);}document.getElementById('2858d2b1').innerHTML += ' | View Map';var $lfb7ea19e559ec8a495bf496599e8ca66 = '

St John's United Federal CU

Address: 184 Goodell St, Buffalo, NY 14204, USA
Phone: (716) 847-1815
';var m_fb7ea19e559ec8a495bf496599e8ca66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St John's United Federal CU',});m_fb7ea19e559ec8a495bf496599e8ca66['infowindow'] = new google.maps.InfoWindow({content: $lfb7ea19e559ec8a495bf496599e8ca66});var infowindow = new google.maps.InfoWindow({content: $lfb7ea19e559ec8a495bf496599e8ca66});google.maps.event.addListener(m_fb7ea19e559ec8a495bf496599e8ca66, 'click', function() {infowindow.open(map,m_fb7ea19e559ec8a495bf496599e8ca66);});$marker.push(m_fb7ea19e559ec8a495bf496599e8ca66);}});}google.maps.event.addDomListener(window, 'load', initialize);