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.4956,-71.1288)};var g_536d6592d578400da87b419ee1ca4a87 = new google.maps.Geocoder();g_536d6592d578400da87b419ee1ca4a87.geocode( { 'address': "500 W Cummings Park, Woburn, MA 01801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woburn-MA-masonic-hospital-equipment-loan-program').style.display = '';map = new google.maps.Map(document.getElementById('woburn-MA-masonic-hospital-equipment-loan-program'), mapOptions);}document.getElementById('e3611213').innerHTML += ' | View Map';var $l536d6592d578400da87b419ee1ca4a87 = '

Masonic Hospital Equipment Loan Program

Address: 500 W Cummings Park, Woburn, MA 01801, USA
Phone: (781) 322-1052
';var m_536d6592d578400da87b419ee1ca4a87 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Masonic Hospital Equipment Loan Program',});m_536d6592d578400da87b419ee1ca4a87['infowindow'] = new google.maps.InfoWindow({content: $l536d6592d578400da87b419ee1ca4a87});var infowindow = new google.maps.InfoWindow({content: $l536d6592d578400da87b419ee1ca4a87});google.maps.event.addListener(m_536d6592d578400da87b419ee1ca4a87, 'click', function() {infowindow.open(map,m_536d6592d578400da87b419ee1ca4a87);});$marker.push(m_536d6592d578400da87b419ee1ca4a87);}});}google.maps.event.addDomListener(window, 'load', initialize);