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.7767,-72.6229)};var g_4e849fcdf829fc1201ea4c450d115956 = new google.maps.Geocoder();g_4e849fcdf829fc1201ea4c450d115956.geocode( { 'address': "934 Silver Lane, East Hartford, CT 06118"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-hartford-CT-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-hartford-CT-santander-bank'), mapOptions);}document.getElementById('ad2770a2').innerHTML += ' | View Map';var $l4e849fcdf829fc1201ea4c450d115956 = '

Santander Bank

Address: 934 Silver Lane, East Hartford, CT 06118
Phone: (860) 569-7904
';var m_4e849fcdf829fc1201ea4c450d115956 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_4e849fcdf829fc1201ea4c450d115956['infowindow'] = new google.maps.InfoWindow({content: $l4e849fcdf829fc1201ea4c450d115956});var infowindow = new google.maps.InfoWindow({content: $l4e849fcdf829fc1201ea4c450d115956});google.maps.event.addListener(m_4e849fcdf829fc1201ea4c450d115956, 'click', function() {infowindow.open(map,m_4e849fcdf829fc1201ea4c450d115956);});$marker.push(m_4e849fcdf829fc1201ea4c450d115956);}});}google.maps.event.addDomListener(window, 'load', initialize);