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.376,-72.5191)};var g_1ccc1a7570fda27be62e51b7e734cbc9 = new google.maps.Geocoder();g_1ccc1a7570fda27be62e51b7e734cbc9.geocode( { 'address': "30 Main St, Amherst, MA 01002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amherst-MA-alden-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('amherst-MA-alden-credit-union'), mapOptions);}document.getElementById('61eee50b').innerHTML += ' | View Map';var $l1ccc1a7570fda27be62e51b7e734cbc9 = '

Alden Credit Union

Address: 30 Main St, Amherst, MA 01002, USA
Phone: (413) 259-2050
';var m_1ccc1a7570fda27be62e51b7e734cbc9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alden Credit Union',});m_1ccc1a7570fda27be62e51b7e734cbc9['infowindow'] = new google.maps.InfoWindow({content: $l1ccc1a7570fda27be62e51b7e734cbc9});var infowindow = new google.maps.InfoWindow({content: $l1ccc1a7570fda27be62e51b7e734cbc9});google.maps.event.addListener(m_1ccc1a7570fda27be62e51b7e734cbc9, 'click', function() {infowindow.open(map,m_1ccc1a7570fda27be62e51b7e734cbc9);});$marker.push(m_1ccc1a7570fda27be62e51b7e734cbc9);}});}google.maps.event.addDomListener(window, 'load', initialize);