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.3324,-73.1381)};var g_178305089237506f16bcb5fa4464b138 = new google.maps.Geocoder();g_178305089237506f16bcb5fa4464b138.geocode( { 'address': "194 Leavenworth Rd, Shelton, CT 06484, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shelton-CT-newtown-savings-bank---shelton-white-hills').style.display = '';map = new google.maps.Map(document.getElementById('shelton-CT-newtown-savings-bank---shelton-white-hills'), mapOptions);}document.getElementById('b5ede4e1').innerHTML += ' | View Map';var $l178305089237506f16bcb5fa4464b138 = '

Newtown Savings Bank - Shelton: White Hills

Address: 194 Leavenworth Rd, Shelton, CT 06484, USA
Phone: (203) 944-9655
';var m_178305089237506f16bcb5fa4464b138 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Newtown Savings Bank - Shelton: White Hills',});m_178305089237506f16bcb5fa4464b138['infowindow'] = new google.maps.InfoWindow({content: $l178305089237506f16bcb5fa4464b138});var infowindow = new google.maps.InfoWindow({content: $l178305089237506f16bcb5fa4464b138});google.maps.event.addListener(m_178305089237506f16bcb5fa4464b138, 'click', function() {infowindow.open(map,m_178305089237506f16bcb5fa4464b138);});$marker.push(m_178305089237506f16bcb5fa4464b138);}});}google.maps.event.addDomListener(window, 'load', initialize);