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.1171,-72.6394)};var g_42a6845a557bef704ad8ac9cb4461d43 = new google.maps.Geocoder();g_42a6845a557bef704ad8ac9cb4461d43.geocode( { 'address': "50 Elm St, West Springfield, MA 01089"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-springfield-MA-webster-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-springfield-MA-webster-bank'), mapOptions);}document.getElementById('ec1dcd42').innerHTML += ' | View Map';var $l42a6845a557bef704ad8ac9cb4461d43 = '

Webster Bank

Address: 50 Elm St, West Springfield, MA 01089
Phone: (413) 858-2730
';var m_42a6845a557bef704ad8ac9cb4461d43 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Webster Bank',});m_42a6845a557bef704ad8ac9cb4461d43['infowindow'] = new google.maps.InfoWindow({content: $l42a6845a557bef704ad8ac9cb4461d43});var infowindow = new google.maps.InfoWindow({content: $l42a6845a557bef704ad8ac9cb4461d43});google.maps.event.addListener(m_42a6845a557bef704ad8ac9cb4461d43, 'click', function() {infowindow.open(map,m_42a6845a557bef704ad8ac9cb4461d43);});$marker.push(m_42a6845a557bef704ad8ac9cb4461d43);}});}google.maps.event.addDomListener(window, 'load', initialize);