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.4659,-71.1787)};var g_f27900bdac7a82614a4931f309704d69 = new google.maps.Geocoder();g_f27900bdac7a82614a4931f309704d69.geocode( { 'address': "237 Lexington St # 101, Woburn, MA 01801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woburn-MA-patriot-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('woburn-MA-patriot-community-bank'), mapOptions);}document.getElementById('1f71aa4c').innerHTML += ' | View Map';var $lf27900bdac7a82614a4931f309704d69 = '

Patriot Community Bank

Address: 237 Lexington St # 101, Woburn, MA 01801, USA
Phone: (781) 935-3318
';var m_f27900bdac7a82614a4931f309704d69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Patriot Community Bank',});m_f27900bdac7a82614a4931f309704d69['infowindow'] = new google.maps.InfoWindow({content: $lf27900bdac7a82614a4931f309704d69});var infowindow = new google.maps.InfoWindow({content: $lf27900bdac7a82614a4931f309704d69});google.maps.event.addListener(m_f27900bdac7a82614a4931f309704d69, 'click', function() {infowindow.open(map,m_f27900bdac7a82614a4931f309704d69);});$marker.push(m_f27900bdac7a82614a4931f309704d69);}});}google.maps.event.addDomListener(window, 'load', initialize);