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.5579,-71.9898)};var g_85775f36640ea49970c050d3b5d4716f = new google.maps.Geocoder();g_85775f36640ea49970c050d3b5d4716f.geocode( { 'address': "384 Timpany Blvd, Gardner, MA 01440, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gardner-MA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('gardner-MA-citizens-bank'), mapOptions);}document.getElementById('59188635').innerHTML += ' | View Map';var $l85775f36640ea49970c050d3b5d4716f = '

Citizens Bank

Address: 384 Timpany Blvd, Gardner, MA 01440, USA
Phone: (978) 632-0933
';var m_85775f36640ea49970c050d3b5d4716f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_85775f36640ea49970c050d3b5d4716f['infowindow'] = new google.maps.InfoWindow({content: $l85775f36640ea49970c050d3b5d4716f});var infowindow = new google.maps.InfoWindow({content: $l85775f36640ea49970c050d3b5d4716f});google.maps.event.addListener(m_85775f36640ea49970c050d3b5d4716f, 'click', function() {infowindow.open(map,m_85775f36640ea49970c050d3b5d4716f);});$marker.push(m_85775f36640ea49970c050d3b5d4716f);}});var g_53e9568258b03e6f98ce8e842ba7d39b = new google.maps.Geocoder();g_53e9568258b03e6f98ce8e842ba7d39b.geocode( { 'address': "130 Main St, Gardner, MA 01440, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gardner-MA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('gardner-MA-citizens-bank'), mapOptions);}document.getElementById('2626470f').innerHTML += ' | View Map';var $l53e9568258b03e6f98ce8e842ba7d39b = '

Citizens Bank

Address: 130 Main St, Gardner, MA 01440, USA
Phone:
';var m_53e9568258b03e6f98ce8e842ba7d39b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_53e9568258b03e6f98ce8e842ba7d39b['infowindow'] = new google.maps.InfoWindow({content: $l53e9568258b03e6f98ce8e842ba7d39b});var infowindow = new google.maps.InfoWindow({content: $l53e9568258b03e6f98ce8e842ba7d39b});google.maps.event.addListener(m_53e9568258b03e6f98ce8e842ba7d39b, 'click', function() {infowindow.open(map,m_53e9568258b03e6f98ce8e842ba7d39b);});$marker.push(m_53e9568258b03e6f98ce8e842ba7d39b);}});}google.maps.event.addDomListener(window, 'load', initialize);