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.4658,-71.0601)};var g_998a61d9c82707c18e66f662066f9b80 = new google.maps.Geocoder();g_998a61d9c82707c18e66f662066f9b80.geocode( { 'address': "174 Green St, Melrose, MA 02176, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('melrose-MA-priority-leasing').style.display = '';map = new google.maps.Map(document.getElementById('melrose-MA-priority-leasing'), mapOptions);}document.getElementById('e5d26c08').innerHTML += ' | View Map';var $l998a61d9c82707c18e66f662066f9b80 = '

Priority Leasing

Address: 174 Green St, Melrose, MA 02176, USA
Phone: (781) 321-8778
';var m_998a61d9c82707c18e66f662066f9b80 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Priority Leasing',});m_998a61d9c82707c18e66f662066f9b80['infowindow'] = new google.maps.InfoWindow({content: $l998a61d9c82707c18e66f662066f9b80});var infowindow = new google.maps.InfoWindow({content: $l998a61d9c82707c18e66f662066f9b80});google.maps.event.addListener(m_998a61d9c82707c18e66f662066f9b80, 'click', function() {infowindow.open(map,m_998a61d9c82707c18e66f662066f9b80);});$marker.push(m_998a61d9c82707c18e66f662066f9b80);}});}google.maps.event.addDomListener(window, 'load', initialize);