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.3288,-72.3094)};var g_b2edc81d693b1dff6b2be80a70294a43 = new google.maps.Geocoder();g_b2edc81d693b1dff6b2be80a70294a43.geocode( { 'address': "7 Halls Rd, Old Lyme, CT 06371"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('old-lyme-CT-coastal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('old-lyme-CT-coastal-savings-bank'), mapOptions);}document.getElementById('d014a128').innerHTML += ' | View Map';var $lb2edc81d693b1dff6b2be80a70294a43 = '

Coastal Savings Bank

Address: 7 Halls Rd, Old Lyme, CT 06371
Phone: (203) 434-3719
';var m_b2edc81d693b1dff6b2be80a70294a43 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coastal Savings Bank',});m_b2edc81d693b1dff6b2be80a70294a43['infowindow'] = new google.maps.InfoWindow({content: $lb2edc81d693b1dff6b2be80a70294a43});var infowindow = new google.maps.InfoWindow({content: $lb2edc81d693b1dff6b2be80a70294a43});google.maps.event.addListener(m_b2edc81d693b1dff6b2be80a70294a43, 'click', function() {infowindow.open(map,m_b2edc81d693b1dff6b2be80a70294a43);});$marker.push(m_b2edc81d693b1dff6b2be80a70294a43);}});}google.maps.event.addDomListener(window, 'load', initialize);