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.3409,-73.2344)};var g_04e79b0835e1955579658fd53e935d25 = new google.maps.Geocoder();g_04e79b0835e1955579658fd53e935d25.geocode( { 'address': "535 Monroe Tpke, Monroe, CT 06468"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monroe-CT-newtown-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('monroe-CT-newtown-savings-bank'), mapOptions);}document.getElementById('72ffa7cc').innerHTML += ' | View Map';var $l04e79b0835e1955579658fd53e935d25 = '

Newtown Savings Bank

Address: 535 Monroe Tpke, Monroe, CT 06468
Phone: (203) 459-9985
';var m_04e79b0835e1955579658fd53e935d25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Newtown Savings Bank',});m_04e79b0835e1955579658fd53e935d25['infowindow'] = new google.maps.InfoWindow({content: $l04e79b0835e1955579658fd53e935d25});var infowindow = new google.maps.InfoWindow({content: $l04e79b0835e1955579658fd53e935d25});google.maps.event.addListener(m_04e79b0835e1955579658fd53e935d25, 'click', function() {infowindow.open(map,m_04e79b0835e1955579658fd53e935d25);});$marker.push(m_04e79b0835e1955579658fd53e935d25);}});}google.maps.event.addDomListener(window, 'load', initialize);