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.1763,-73.1879)};var g_1aa7a8773e6a7fdacbcedf9999009a38 = new google.maps.Geocoder();g_1aa7a8773e6a7fdacbcedf9999009a38.geocode( { 'address': "850 Main St, Bridgeport, CT 06604, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bridgeport-CT-peoples-united-card-services').style.display = '';map = new google.maps.Map(document.getElementById('bridgeport-CT-peoples-united-card-services'), mapOptions);}document.getElementById('29a35198').innerHTML += ' | View Map';var $l1aa7a8773e6a7fdacbcedf9999009a38 = '

People's United Card Services

Address: 850 Main St, Bridgeport, CT 06604, USA
Phone: (203) 338-0400
';var m_1aa7a8773e6a7fdacbcedf9999009a38 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'People's United Card Services',});m_1aa7a8773e6a7fdacbcedf9999009a38['infowindow'] = new google.maps.InfoWindow({content: $l1aa7a8773e6a7fdacbcedf9999009a38});var infowindow = new google.maps.InfoWindow({content: $l1aa7a8773e6a7fdacbcedf9999009a38});google.maps.event.addListener(m_1aa7a8773e6a7fdacbcedf9999009a38, 'click', function() {infowindow.open(map,m_1aa7a8773e6a7fdacbcedf9999009a38);});$marker.push(m_1aa7a8773e6a7fdacbcedf9999009a38);}});}google.maps.event.addDomListener(window, 'load', initialize);