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.1912,-71.2006)};var g_fb29a8d44c020c765bbc8e49335cb083 = new google.maps.Geocoder();g_fb29a8d44c020c765bbc8e49335cb083.geocode( { 'address': "11 Central St, Norwood, MA 02062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norwood-MA-norwood-cooperative-bank').style.display = '';map = new google.maps.Map(document.getElementById('norwood-MA-norwood-cooperative-bank'), mapOptions);}document.getElementById('74ca28ab').innerHTML += ' | View Map';var $lfb29a8d44c020c765bbc8e49335cb083 = '

Norwood Cooperative Bank

Address: 11 Central St, Norwood, MA 02062, USA
Phone: (781) 762-1800
';var m_fb29a8d44c020c765bbc8e49335cb083 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Norwood Cooperative Bank',});m_fb29a8d44c020c765bbc8e49335cb083['infowindow'] = new google.maps.InfoWindow({content: $lfb29a8d44c020c765bbc8e49335cb083});var infowindow = new google.maps.InfoWindow({content: $lfb29a8d44c020c765bbc8e49335cb083});google.maps.event.addListener(m_fb29a8d44c020c765bbc8e49335cb083, 'click', function() {infowindow.open(map,m_fb29a8d44c020c765bbc8e49335cb083);});$marker.push(m_fb29a8d44c020c765bbc8e49335cb083);}});}google.maps.event.addDomListener(window, 'load', initialize);