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.898,-78.884)};var g_8969a7f7fe8b1fbc83fe4252322bd640 = new google.maps.Geocoder();g_8969a7f7fe8b1fbc83fe4252322bd640.geocode( { 'address': "454 Englewood Ave, Buffalo, NY 14223"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buffalo-NY-st-joseph-s-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('buffalo-NY-st-joseph-s-credit-union'), mapOptions);}document.getElementById('e45644ee').innerHTML += ' | View Map';var $l8969a7f7fe8b1fbc83fe4252322bd640 = '

St Joseph's Credit Union

Address: 454 Englewood Ave, Buffalo, NY 14223
Phone: (716) 833-9670
';var m_8969a7f7fe8b1fbc83fe4252322bd640 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St Joseph's Credit Union',});m_8969a7f7fe8b1fbc83fe4252322bd640['infowindow'] = new google.maps.InfoWindow({content: $l8969a7f7fe8b1fbc83fe4252322bd640});var infowindow = new google.maps.InfoWindow({content: $l8969a7f7fe8b1fbc83fe4252322bd640});google.maps.event.addListener(m_8969a7f7fe8b1fbc83fe4252322bd640, 'click', function() {infowindow.open(map,m_8969a7f7fe8b1fbc83fe4252322bd640);});$marker.push(m_8969a7f7fe8b1fbc83fe4252322bd640);}});}google.maps.event.addDomListener(window, 'load', initialize);