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.4311,-72.7932)};var g_723e54f241827a60c1dcd34136a574d4 = new google.maps.Geocoder();g_723e54f241827a60c1dcd34136a574d4.geocode( { 'address': "37 & 39 Main St, Williamsburg, MA 01096, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsburg-MA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('williamsburg-MA-citizens-bank'), mapOptions);}document.getElementById('b2eaf714').innerHTML += ' | View Map';var $l723e54f241827a60c1dcd34136a574d4 = '

Citizens Bank

Address: 37 & 39 Main St, Williamsburg, MA 01096, USA
Phone: (800) 922-9999
';var m_723e54f241827a60c1dcd34136a574d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_723e54f241827a60c1dcd34136a574d4['infowindow'] = new google.maps.InfoWindow({content: $l723e54f241827a60c1dcd34136a574d4});var infowindow = new google.maps.InfoWindow({content: $l723e54f241827a60c1dcd34136a574d4});google.maps.event.addListener(m_723e54f241827a60c1dcd34136a574d4, 'click', function() {infowindow.open(map,m_723e54f241827a60c1dcd34136a574d4);});$marker.push(m_723e54f241827a60c1dcd34136a574d4);}});}google.maps.event.addDomListener(window, 'load', initialize);