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.3976,-71.1749)};var g_f8548d450d3c2e5f6c847a3de0748b8d = new google.maps.Geocoder();g_f8548d450d3c2e5f6c847a3de0748b8d.geocode( { 'address': "65 Leonard St, Belmont, MA 02478, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belmont-MA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('belmont-MA-citizens-bank'), mapOptions);}document.getElementById('53363bce').innerHTML += ' | View Map';var $lf8548d450d3c2e5f6c847a3de0748b8d = '

Citizens Bank

Address: 65 Leonard St, Belmont, MA 02478, USA
Phone: (617) 489-7050
';var m_f8548d450d3c2e5f6c847a3de0748b8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_f8548d450d3c2e5f6c847a3de0748b8d['infowindow'] = new google.maps.InfoWindow({content: $lf8548d450d3c2e5f6c847a3de0748b8d});var infowindow = new google.maps.InfoWindow({content: $lf8548d450d3c2e5f6c847a3de0748b8d});google.maps.event.addListener(m_f8548d450d3c2e5f6c847a3de0748b8d, 'click', function() {infowindow.open(map,m_f8548d450d3c2e5f6c847a3de0748b8d);});$marker.push(m_f8548d450d3c2e5f6c847a3de0748b8d);}});}google.maps.event.addDomListener(window, 'load', initialize);