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.9301,-72.6169)};var g_a51fac2d47cb205060f1922d2b3f62b0 = new google.maps.Geocoder();g_a51fac2d47cb205060f1922d2b3f62b0.geocode( { 'address': "96 Bridge St, East Windsor, CT 06088, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-windsor-CT-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-windsor-CT-santander-bank'), mapOptions);}document.getElementById('03ee487f').innerHTML += ' | View Map';var $la51fac2d47cb205060f1922d2b3f62b0 = '

Santander Bank

Address: 96 Bridge St, East Windsor, CT 06088, USA
Phone: (860) 623-3332
';var m_a51fac2d47cb205060f1922d2b3f62b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_a51fac2d47cb205060f1922d2b3f62b0['infowindow'] = new google.maps.InfoWindow({content: $la51fac2d47cb205060f1922d2b3f62b0});var infowindow = new google.maps.InfoWindow({content: $la51fac2d47cb205060f1922d2b3f62b0});google.maps.event.addListener(m_a51fac2d47cb205060f1922d2b3f62b0, 'click', function() {infowindow.open(map,m_a51fac2d47cb205060f1922d2b3f62b0);});$marker.push(m_a51fac2d47cb205060f1922d2b3f62b0);}});}google.maps.event.addDomListener(window, 'load', initialize);