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.1855,-71.2022)};var g_739ee4d04bd40d69a16f49c77d280cb0 = new google.maps.Geocoder();g_739ee4d04bd40d69a16f49c77d280cb0.geocode( { 'address': "320 Norwood Park S, Norwood, MA 02062"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norwood-MA-hyde-park-bank-operations-center').style.display = '';map = new google.maps.Map(document.getElementById('norwood-MA-hyde-park-bank-operations-center'), mapOptions);}document.getElementById('0e6ae67b').innerHTML += ' | View Map';var $l739ee4d04bd40d69a16f49c77d280cb0 = '

Hyde Park Bank Operations Center

Address: 320 Norwood Park S, Norwood, MA 02062
Phone: (781) 702-5238
';var m_739ee4d04bd40d69a16f49c77d280cb0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hyde Park Bank Operations Center',});m_739ee4d04bd40d69a16f49c77d280cb0['infowindow'] = new google.maps.InfoWindow({content: $l739ee4d04bd40d69a16f49c77d280cb0});var infowindow = new google.maps.InfoWindow({content: $l739ee4d04bd40d69a16f49c77d280cb0});google.maps.event.addListener(m_739ee4d04bd40d69a16f49c77d280cb0, 'click', function() {infowindow.open(map,m_739ee4d04bd40d69a16f49c77d280cb0);});$marker.push(m_739ee4d04bd40d69a16f49c77d280cb0);}});}google.maps.event.addDomListener(window, 'load', initialize);