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.5912,-72.3085)};var g_bff624c3a469dce7c45ce151902222ba = new google.maps.Geocoder();g_bff624c3a469dce7c45ce151902222ba.geocode( { 'address': "25 E Main St, Orange, MA 01364, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orange-MA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('orange-MA-citizens-bank'), mapOptions);}document.getElementById('1bc7dfe9').innerHTML += ' | View Map';var $lbff624c3a469dce7c45ce151902222ba = '

Citizens Bank

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