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.0593,-73.5346)};var g_42ba3b648c12a37604e688ddfaf65d32 = new google.maps.Geocoder();g_42ba3b648c12a37604e688ddfaf65d32.geocode( { 'address': "117 Prospect St, Stamford, CT 06901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stamford-CT-first-county-bank').style.display = '';map = new google.maps.Map(document.getElementById('stamford-CT-first-county-bank'), mapOptions);}document.getElementById('b4fc9681').innerHTML += ' | View Map';var $l42ba3b648c12a37604e688ddfaf65d32 = '

First County Bank

Address: 117 Prospect St, Stamford, CT 06901, USA
Phone: (203) 462-4400
';var m_42ba3b648c12a37604e688ddfaf65d32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First County Bank',});m_42ba3b648c12a37604e688ddfaf65d32['infowindow'] = new google.maps.InfoWindow({content: $l42ba3b648c12a37604e688ddfaf65d32});var infowindow = new google.maps.InfoWindow({content: $l42ba3b648c12a37604e688ddfaf65d32});google.maps.event.addListener(m_42ba3b648c12a37604e688ddfaf65d32, 'click', function() {infowindow.open(map,m_42ba3b648c12a37604e688ddfaf65d32);});$marker.push(m_42ba3b648c12a37604e688ddfaf65d32);}});}google.maps.event.addDomListener(window, 'load', initialize);