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.276,-71.2431)};var g_28614d9bc22c8a1ec4b6fafd953ef378 = new google.maps.Geocoder();g_28614d9bc22c8a1ec4b6fafd953ef378.geocode( { 'address': "133 Chapel St, Needham, MA 02492"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('needham-MA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('needham-MA-citizens-bank'), mapOptions);}document.getElementById('d24cd735').innerHTML += ' | View Map';var $l28614d9bc22c8a1ec4b6fafd953ef378 = '

Citizens Bank

Address: 133 Chapel St, Needham, MA 02492
Phone: (781) 449-7770
';var m_28614d9bc22c8a1ec4b6fafd953ef378 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_28614d9bc22c8a1ec4b6fafd953ef378['infowindow'] = new google.maps.InfoWindow({content: $l28614d9bc22c8a1ec4b6fafd953ef378});var infowindow = new google.maps.InfoWindow({content: $l28614d9bc22c8a1ec4b6fafd953ef378});google.maps.event.addListener(m_28614d9bc22c8a1ec4b6fafd953ef378, 'click', function() {infowindow.open(map,m_28614d9bc22c8a1ec4b6fafd953ef378);});$marker.push(m_28614d9bc22c8a1ec4b6fafd953ef378);}});}google.maps.event.addDomListener(window, 'load', initialize);