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.1202,-72.7427)};var g_3a2a03bc937e81a40d7f9933874cbfda = new google.maps.Geocoder();g_3a2a03bc937e81a40d7f9933874cbfda.geocode( { 'address': "1 Parkside Ave, Westfield, MA 01085, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westfield-MA-polish-national-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('westfield-MA-polish-national-credit-union'), mapOptions);}document.getElementById('7d443966').innerHTML += ' | View Map';var $l3a2a03bc937e81a40d7f9933874cbfda = '

Polish National Credit Union

Address: 1 Parkside Ave, Westfield, MA 01085, USA
Phone: (413) 568-9973
';var m_3a2a03bc937e81a40d7f9933874cbfda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Polish National Credit Union',});m_3a2a03bc937e81a40d7f9933874cbfda['infowindow'] = new google.maps.InfoWindow({content: $l3a2a03bc937e81a40d7f9933874cbfda});var infowindow = new google.maps.InfoWindow({content: $l3a2a03bc937e81a40d7f9933874cbfda});google.maps.event.addListener(m_3a2a03bc937e81a40d7f9933874cbfda, 'click', function() {infowindow.open(map,m_3a2a03bc937e81a40d7f9933874cbfda);});$marker.push(m_3a2a03bc937e81a40d7f9933874cbfda);}});}google.maps.event.addDomListener(window, 'load', initialize);