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.3603,-72.5419)};var g_ceb562bcfacd4d51afff5a9f2a99fbad = new google.maps.Geocoder();g_ceb562bcfacd4d51afff5a9f2a99fbad.geocode( { 'address': "200 Westgate Center Dr, Hadley, MA 01035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hadley-MA-umassfive-college-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hadley-MA-umassfive-college-federal-credit-union'), mapOptions);}document.getElementById('05f49143').innerHTML += ' | View Map';var $lceb562bcfacd4d51afff5a9f2a99fbad = '

UMassFive College Federal Credit Union

Address: 200 Westgate Center Dr, Hadley, MA 01035, USA
Phone: (413) 256-5500
';var m_ceb562bcfacd4d51afff5a9f2a99fbad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'UMassFive College Federal Credit Union',});m_ceb562bcfacd4d51afff5a9f2a99fbad['infowindow'] = new google.maps.InfoWindow({content: $lceb562bcfacd4d51afff5a9f2a99fbad});var infowindow = new google.maps.InfoWindow({content: $lceb562bcfacd4d51afff5a9f2a99fbad});google.maps.event.addListener(m_ceb562bcfacd4d51afff5a9f2a99fbad, 'click', function() {infowindow.open(map,m_ceb562bcfacd4d51afff5a9f2a99fbad);});$marker.push(m_ceb562bcfacd4d51afff5a9f2a99fbad);}});}google.maps.event.addDomListener(window, 'load', initialize);