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.3511,-72.1082)};var g_9d34a094ecde83bfbaddf8090a6f57fd = new google.maps.Geocoder();g_9d34a094ecde83bfbaddf8090a6f57fd.geocode( { 'address': "351 N Frontage Rd, New London, CT 06320"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-london-CT-dime-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-london-CT-dime-bank'), mapOptions);}document.getElementById('63f3f74e').innerHTML += ' | View Map';var $l9d34a094ecde83bfbaddf8090a6f57fd = '

Dime Bank

Address: 351 N Frontage Rd, New London, CT 06320
Phone: (860) 437-6222
';var m_9d34a094ecde83bfbaddf8090a6f57fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dime Bank',});m_9d34a094ecde83bfbaddf8090a6f57fd['infowindow'] = new google.maps.InfoWindow({content: $l9d34a094ecde83bfbaddf8090a6f57fd});var infowindow = new google.maps.InfoWindow({content: $l9d34a094ecde83bfbaddf8090a6f57fd});google.maps.event.addListener(m_9d34a094ecde83bfbaddf8090a6f57fd, 'click', function() {infowindow.open(map,m_9d34a094ecde83bfbaddf8090a6f57fd);});$marker.push(m_9d34a094ecde83bfbaddf8090a6f57fd);}});}google.maps.event.addDomListener(window, 'load', initialize);