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.9332,-78.7501)};var g_dd6e83b6da55d90f5740e0dd3f3e5a13 = new google.maps.Geocoder();g_dd6e83b6da55d90f5740e0dd3f3e5a13.geocode( { 'address': "1050 Maryvale Dr, Cheektowaga, NY 14225, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cheektowaga-NY-maryvale-schools-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cheektowaga-NY-maryvale-schools-federal-credit-union'), mapOptions);}document.getElementById('137084fc').innerHTML += ' | View Map';var $ldd6e83b6da55d90f5740e0dd3f3e5a13 = '

Maryvale Schools Federal Credit Union

Address: 1050 Maryvale Dr, Cheektowaga, NY 14225, USA
Phone: (716) 633-8750
';var m_dd6e83b6da55d90f5740e0dd3f3e5a13 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Maryvale Schools Federal Credit Union',});m_dd6e83b6da55d90f5740e0dd3f3e5a13['infowindow'] = new google.maps.InfoWindow({content: $ldd6e83b6da55d90f5740e0dd3f3e5a13});var infowindow = new google.maps.InfoWindow({content: $ldd6e83b6da55d90f5740e0dd3f3e5a13});google.maps.event.addListener(m_dd6e83b6da55d90f5740e0dd3f3e5a13, 'click', function() {infowindow.open(map,m_dd6e83b6da55d90f5740e0dd3f3e5a13);});$marker.push(m_dd6e83b6da55d90f5740e0dd3f3e5a13);}});}google.maps.event.addDomListener(window, 'load', initialize);