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.1735,-71.0506)};var g_125a044ed83fcf1fa42b4618ce0bd3b3 = new google.maps.Geocoder();g_125a044ed83fcf1fa42b4618ce0bd3b3.geocode( { 'address': "173 N Main St, Randolph, MA 02368"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('randolph-MA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('randolph-MA-bank-of-america'), mapOptions);}document.getElementById('91afc0b9').innerHTML += ' | View Map';var $l125a044ed83fcf1fa42b4618ce0bd3b3 = '

Bank of America

Address: 173 N Main St, Randolph, MA 02368
Phone: (781) 963-1398
';var m_125a044ed83fcf1fa42b4618ce0bd3b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_125a044ed83fcf1fa42b4618ce0bd3b3['infowindow'] = new google.maps.InfoWindow({content: $l125a044ed83fcf1fa42b4618ce0bd3b3});var infowindow = new google.maps.InfoWindow({content: $l125a044ed83fcf1fa42b4618ce0bd3b3});google.maps.event.addListener(m_125a044ed83fcf1fa42b4618ce0bd3b3, 'click', function() {infowindow.open(map,m_125a044ed83fcf1fa42b4618ce0bd3b3);});$marker.push(m_125a044ed83fcf1fa42b4618ce0bd3b3);}});}google.maps.event.addDomListener(window, 'load', initialize);