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(41.2821,-73.0258)};var g_4ca1097f8f6b3fab8f0ab9111af027da = new google.maps.Geocoder();g_4ca1097f8f6b3fab8f0ab9111af027da.geocode( { 'address': "222 Boston Post Rd, Orange, CT 06477"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orange-CT-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('orange-CT-citizens-bank'), mapOptions);}document.getElementById('753afc70').innerHTML += ' | View Map';var $l4ca1097f8f6b3fab8f0ab9111af027da = '

Citizens Bank

Address: 222 Boston Post Rd, Orange, CT 06477
Phone: (203) 891-2000
';var m_4ca1097f8f6b3fab8f0ab9111af027da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_4ca1097f8f6b3fab8f0ab9111af027da['infowindow'] = new google.maps.InfoWindow({content: $l4ca1097f8f6b3fab8f0ab9111af027da});var infowindow = new google.maps.InfoWindow({content: $l4ca1097f8f6b3fab8f0ab9111af027da});google.maps.event.addListener(m_4ca1097f8f6b3fab8f0ab9111af027da, 'click', function() {infowindow.open(map,m_4ca1097f8f6b3fab8f0ab9111af027da);});$marker.push(m_4ca1097f8f6b3fab8f0ab9111af027da);}});}google.maps.event.addDomListener(window, 'load', initialize);