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.3292,-72.6341)};var g_c757db153bb444294ae503de6a9f192d = new google.maps.Geocoder();g_c757db153bb444294ae503de6a9f192d.geocode( { 'address': "226 King St, Northampton, MA 01060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northampton-MA-freedom-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('northampton-MA-freedom-credit-union'), mapOptions);}document.getElementById('947cf679').innerHTML += ' | View Map';var $lc757db153bb444294ae503de6a9f192d = '

Freedom Credit Union

Address: 226 King St, Northampton, MA 01060, USA
Phone: (413) 586-3590
';var m_c757db153bb444294ae503de6a9f192d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Freedom Credit Union',});m_c757db153bb444294ae503de6a9f192d['infowindow'] = new google.maps.InfoWindow({content: $lc757db153bb444294ae503de6a9f192d});var infowindow = new google.maps.InfoWindow({content: $lc757db153bb444294ae503de6a9f192d});google.maps.event.addListener(m_c757db153bb444294ae503de6a9f192d, 'click', function() {infowindow.open(map,m_c757db153bb444294ae503de6a9f192d);});$marker.push(m_c757db153bb444294ae503de6a9f192d);}});}google.maps.event.addDomListener(window, 'load', initialize);