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.4812,-71.1507)};var g_1496bb62d4f27e3fa31414458e42415b = new google.maps.Geocoder();g_1496bb62d4f27e3fa31414458e42415b.geocode( { 'address': "445 Main St Suite 1, Woburn, MA 01801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woburn-MA-salem-five-bank---insurance').style.display = '';map = new google.maps.Map(document.getElementById('woburn-MA-salem-five-bank---insurance'), mapOptions);}document.getElementById('66213b5c').innerHTML += ' | View Map';var $l1496bb62d4f27e3fa31414458e42415b = '

Salem Five Bank - Insurance

Address: 445 Main St Suite 1, Woburn, MA 01801, USA
Phone: (781) 933-3100
';var m_1496bb62d4f27e3fa31414458e42415b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Salem Five Bank - Insurance',});m_1496bb62d4f27e3fa31414458e42415b['infowindow'] = new google.maps.InfoWindow({content: $l1496bb62d4f27e3fa31414458e42415b});var infowindow = new google.maps.InfoWindow({content: $l1496bb62d4f27e3fa31414458e42415b});google.maps.event.addListener(m_1496bb62d4f27e3fa31414458e42415b, 'click', function() {infowindow.open(map,m_1496bb62d4f27e3fa31414458e42415b);});$marker.push(m_1496bb62d4f27e3fa31414458e42415b);}});}google.maps.event.addDomListener(window, 'load', initialize);