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.3882,-71.1912)};var g_e7b1d12cd1c20febc28843e08405db23 = new google.maps.Geocoder();g_e7b1d12cd1c20febc28843e08405db23.geocode( { 'address': "535 Trapelo Rd, Belmont, MA 02478, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belmont-MA-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('belmont-MA-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('949c2eb2').innerHTML += ' | View Map';var $le7b1d12cd1c20febc28843e08405db23 = '

Citizens Bank Supermarket Branch

Address: 535 Trapelo Rd, Belmont, MA 02478, USA
Phone: (617) 484-1154
';var m_e7b1d12cd1c20febc28843e08405db23 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_e7b1d12cd1c20febc28843e08405db23['infowindow'] = new google.maps.InfoWindow({content: $le7b1d12cd1c20febc28843e08405db23});var infowindow = new google.maps.InfoWindow({content: $le7b1d12cd1c20febc28843e08405db23});google.maps.event.addListener(m_e7b1d12cd1c20febc28843e08405db23, 'click', function() {infowindow.open(map,m_e7b1d12cd1c20febc28843e08405db23);});$marker.push(m_e7b1d12cd1c20febc28843e08405db23);}});}google.maps.event.addDomListener(window, 'load', initialize);