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.1712,-72.4725)};var g_243a1c2be00ce11b12bfb38a3945c370 = new google.maps.Geocoder();g_243a1c2be00ce11b12bfb38a3945c370.geocode( { 'address': "425 Center St, Ludlow, MA 01056"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ludlow-MA-country-bank-for-savings').style.display = '';map = new google.maps.Map(document.getElementById('ludlow-MA-country-bank-for-savings'), mapOptions);}document.getElementById('dbf273a5').innerHTML += ' | View Map';var $l243a1c2be00ce11b12bfb38a3945c370 = '

Country Bank For Savings

Address: 425 Center St, Ludlow, MA 01056
Phone: (413) 589-7700
';var m_243a1c2be00ce11b12bfb38a3945c370 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Country Bank For Savings',});m_243a1c2be00ce11b12bfb38a3945c370['infowindow'] = new google.maps.InfoWindow({content: $l243a1c2be00ce11b12bfb38a3945c370});var infowindow = new google.maps.InfoWindow({content: $l243a1c2be00ce11b12bfb38a3945c370});google.maps.event.addListener(m_243a1c2be00ce11b12bfb38a3945c370, 'click', function() {infowindow.open(map,m_243a1c2be00ce11b12bfb38a3945c370);});$marker.push(m_243a1c2be00ce11b12bfb38a3945c370);}});}google.maps.event.addDomListener(window, 'load', initialize);