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.1093,-72.6249)};var g_48ac6d339c0ff46db212f818cb0f36ea = new google.maps.Geocoder();g_48ac6d339c0ff46db212f818cb0f36ea.geocode( { 'address': "333 Elm St, West Springfield, MA 01089, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-springfield-MA-holyoke-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('west-springfield-MA-holyoke-credit-union'), mapOptions);}document.getElementById('9551a11b').innerHTML += ' | View Map';var $l48ac6d339c0ff46db212f818cb0f36ea = '

Holyoke Credit Union

Address: 333 Elm St, West Springfield, MA 01089, USA
Phone: (413) 732-2798
';var m_48ac6d339c0ff46db212f818cb0f36ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Holyoke Credit Union',});m_48ac6d339c0ff46db212f818cb0f36ea['infowindow'] = new google.maps.InfoWindow({content: $l48ac6d339c0ff46db212f818cb0f36ea});var infowindow = new google.maps.InfoWindow({content: $l48ac6d339c0ff46db212f818cb0f36ea});google.maps.event.addListener(m_48ac6d339c0ff46db212f818cb0f36ea, 'click', function() {infowindow.open(map,m_48ac6d339c0ff46db212f818cb0f36ea);});$marker.push(m_48ac6d339c0ff46db212f818cb0f36ea);}});}google.maps.event.addDomListener(window, 'load', initialize);