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.46,-71.0589)};var g_e249208a15291189fcbf4434d0bd3cdd = new google.maps.Geocoder();g_e249208a15291189fcbf4434d0bd3cdd.geocode( { 'address': "846 Main St, Melrose, MA 02176"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('melrose-MA-central-bank').style.display = '';map = new google.maps.Map(document.getElementById('melrose-MA-central-bank'), mapOptions);}document.getElementById('4c8271e7').innerHTML += ' | View Map';var $le249208a15291189fcbf4434d0bd3cdd = '

Central Bank

Address: 846 Main St, Melrose, MA 02176
Phone: (781) 665-3300
';var m_e249208a15291189fcbf4434d0bd3cdd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Bank',});m_e249208a15291189fcbf4434d0bd3cdd['infowindow'] = new google.maps.InfoWindow({content: $le249208a15291189fcbf4434d0bd3cdd});var infowindow = new google.maps.InfoWindow({content: $le249208a15291189fcbf4434d0bd3cdd});google.maps.event.addListener(m_e249208a15291189fcbf4434d0bd3cdd, 'click', function() {infowindow.open(map,m_e249208a15291189fcbf4434d0bd3cdd);});$marker.push(m_e249208a15291189fcbf4434d0bd3cdd);}});}google.maps.event.addDomListener(window, 'load', initialize);