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.67,-72.8648)};var g_baf225f88fcb2a54ae062564163bf90b = new google.maps.Geocoder();g_baf225f88fcb2a54ae062564163bf90b.geocode( { 'address': "85 East Main Street, Plainville, CT 06062"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plainville-CT-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('plainville-CT-santander-bank'), mapOptions);}document.getElementById('eb727f55').innerHTML += ' | View Map';var $lbaf225f88fcb2a54ae062564163bf90b = '

Santander Bank

Address: 85 East Main Street, Plainville, CT 06062
Phone: (860) 517-2525
';var m_baf225f88fcb2a54ae062564163bf90b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_baf225f88fcb2a54ae062564163bf90b['infowindow'] = new google.maps.InfoWindow({content: $lbaf225f88fcb2a54ae062564163bf90b});var infowindow = new google.maps.InfoWindow({content: $lbaf225f88fcb2a54ae062564163bf90b});google.maps.event.addListener(m_baf225f88fcb2a54ae062564163bf90b, 'click', function() {infowindow.open(map,m_baf225f88fcb2a54ae062564163bf90b);});$marker.push(m_baf225f88fcb2a54ae062564163bf90b);}});}google.maps.event.addDomListener(window, 'load', initialize);