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.1623,-72.6045)};var g_3468a00e220f2593a304408248a93060 = new google.maps.Geocoder();g_3468a00e220f2593a304408248a93060.geocode( { 'address': "46 Main St, Chicopee, MA 01020"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicopee-MA-polish-national-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('chicopee-MA-polish-national-credit-union'), mapOptions);}document.getElementById('2267630f').innerHTML += ' | View Map';var $l3468a00e220f2593a304408248a93060 = '

Polish National Credit Union

Address: 46 Main St, Chicopee, MA 01020
Phone: (413) 592-9495
';var m_3468a00e220f2593a304408248a93060 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Polish National Credit Union',});m_3468a00e220f2593a304408248a93060['infowindow'] = new google.maps.InfoWindow({content: $l3468a00e220f2593a304408248a93060});var infowindow = new google.maps.InfoWindow({content: $l3468a00e220f2593a304408248a93060});google.maps.event.addListener(m_3468a00e220f2593a304408248a93060, 'click', function() {infowindow.open(map,m_3468a00e220f2593a304408248a93060);});$marker.push(m_3468a00e220f2593a304408248a93060);}});}google.maps.event.addDomListener(window, 'load', initialize);