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.1041,-72.6195)};var g_ef58769c4024615df142c61e9187d94a = new google.maps.Geocoder();g_ef58769c4024615df142c61e9187d94a.geocode( { 'address': "58 Union St, West Springfield, MA 01089, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-springfield-MA-west-springfield-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('west-springfield-MA-west-springfield-federal-credit-union'), mapOptions);}document.getElementById('1045e022').innerHTML += ' | View Map';var $lef58769c4024615df142c61e9187d94a = '

West Springfield Federal Credit Union

Address: 58 Union St, West Springfield, MA 01089, USA
Phone: (413) 733-6108
';var m_ef58769c4024615df142c61e9187d94a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West Springfield Federal Credit Union',});m_ef58769c4024615df142c61e9187d94a['infowindow'] = new google.maps.InfoWindow({content: $lef58769c4024615df142c61e9187d94a});var infowindow = new google.maps.InfoWindow({content: $lef58769c4024615df142c61e9187d94a});google.maps.event.addListener(m_ef58769c4024615df142c61e9187d94a, 'click', function() {infowindow.open(map,m_ef58769c4024615df142c61e9187d94a);});$marker.push(m_ef58769c4024615df142c61e9187d94a);}});}google.maps.event.addDomListener(window, 'load', initialize);