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.0968,-72.313)};var g_ce4b2688acdc37ba44daea67939d1f92 = new google.maps.Geocoder();g_ce4b2688acdc37ba44daea67939d1f92.geocode( { 'address': "197 Main St, Monson, MA 01057, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monson-MA-monson-savings-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('monson-MA-monson-savings-loan-center'), mapOptions);}document.getElementById('a75bf2d4').innerHTML += ' | View Map';var $lce4b2688acdc37ba44daea67939d1f92 = '

Monson Savings Loan Center

Address: 197 Main St, Monson, MA 01057, USA
Phone: (413) 267-4513
';var m_ce4b2688acdc37ba44daea67939d1f92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Monson Savings Loan Center',});m_ce4b2688acdc37ba44daea67939d1f92['infowindow'] = new google.maps.InfoWindow({content: $lce4b2688acdc37ba44daea67939d1f92});var infowindow = new google.maps.InfoWindow({content: $lce4b2688acdc37ba44daea67939d1f92});google.maps.event.addListener(m_ce4b2688acdc37ba44daea67939d1f92, 'click', function() {infowindow.open(map,m_ce4b2688acdc37ba44daea67939d1f92);});$marker.push(m_ce4b2688acdc37ba44daea67939d1f92);}});}google.maps.event.addDomListener(window, 'load', initialize);