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.1608,-71.7386)};var g_834b3e05452298b48e3b7618e35138ce = new google.maps.Geocoder();g_834b3e05452298b48e3b7618e35138ce.geocode( { 'address': "156 Worcester-Providence Turnpike, Sutton, MA 01590, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sutton-MA-unibank-sutton-south-branch').style.display = '';map = new google.maps.Map(document.getElementById('sutton-MA-unibank-sutton-south-branch'), mapOptions);}document.getElementById('afbb855e').innerHTML += ' | View Map';var $l834b3e05452298b48e3b7618e35138ce = '

UniBank Sutton South Branch

Address: 156 Worcester-Providence Turnpike, Sutton, MA 01590, USA
Phone: (508) 865-4463
';var m_834b3e05452298b48e3b7618e35138ce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'UniBank Sutton South Branch',});m_834b3e05452298b48e3b7618e35138ce['infowindow'] = new google.maps.InfoWindow({content: $l834b3e05452298b48e3b7618e35138ce});var infowindow = new google.maps.InfoWindow({content: $l834b3e05452298b48e3b7618e35138ce});google.maps.event.addListener(m_834b3e05452298b48e3b7618e35138ce, 'click', function() {infowindow.open(map,m_834b3e05452298b48e3b7618e35138ce);});$marker.push(m_834b3e05452298b48e3b7618e35138ce);}});}google.maps.event.addDomListener(window, 'load', initialize);