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.8261,-78.8224)};var g_a5096d9795b7f57f3ec78f8ca2ac773e = new google.maps.Geocoder();g_a5096d9795b7f57f3ec78f8ca2ac773e.geocode( { 'address': "790 Ridge Rd, Buffalo, NY 14218, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buffalo-NY-our-lady-of-victory-institution-federal-credit').style.display = '';map = new google.maps.Map(document.getElementById('buffalo-NY-our-lady-of-victory-institution-federal-credit'), mapOptions);}document.getElementById('13bb4908').innerHTML += ' | View Map';var $la5096d9795b7f57f3ec78f8ca2ac773e = '

Our Lady of Victory Institution Federal Credit

Address: 790 Ridge Rd, Buffalo, NY 14218, USA
Phone: (716) 825-5948
';var m_a5096d9795b7f57f3ec78f8ca2ac773e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Our Lady of Victory Institution Federal Credit',});m_a5096d9795b7f57f3ec78f8ca2ac773e['infowindow'] = new google.maps.InfoWindow({content: $la5096d9795b7f57f3ec78f8ca2ac773e});var infowindow = new google.maps.InfoWindow({content: $la5096d9795b7f57f3ec78f8ca2ac773e});google.maps.event.addListener(m_a5096d9795b7f57f3ec78f8ca2ac773e, 'click', function() {infowindow.open(map,m_a5096d9795b7f57f3ec78f8ca2ac773e);});$marker.push(m_a5096d9795b7f57f3ec78f8ca2ac773e);}});}google.maps.event.addDomListener(window, 'load', initialize);