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.5912,-72.3056)};var g_83b7afcfe4ad452c54ea6427b18960f8 = new google.maps.Geocoder();g_83b7afcfe4ad452c54ea6427b18960f8.geocode( { 'address': "85 E Main St, Orange, MA 01364, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orange-MA-athol-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('orange-MA-athol-credit-union'), mapOptions);}document.getElementById('defdb102').innerHTML += ' | View Map';var $l83b7afcfe4ad452c54ea6427b18960f8 = '

Athol Credit Union

Address: 85 E Main St, Orange, MA 01364, USA
Phone:
';var m_83b7afcfe4ad452c54ea6427b18960f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Athol Credit Union',});m_83b7afcfe4ad452c54ea6427b18960f8['infowindow'] = new google.maps.InfoWindow({content: $l83b7afcfe4ad452c54ea6427b18960f8});var infowindow = new google.maps.InfoWindow({content: $l83b7afcfe4ad452c54ea6427b18960f8});google.maps.event.addListener(m_83b7afcfe4ad452c54ea6427b18960f8, 'click', function() {infowindow.open(map,m_83b7afcfe4ad452c54ea6427b18960f8);});$marker.push(m_83b7afcfe4ad452c54ea6427b18960f8);}});}google.maps.event.addDomListener(window, 'load', initialize);