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.152,-73.4963)};var g_d7c5d0f5bdf4f63456cf76558f6b2cfa = new google.maps.Geocoder();g_d7c5d0f5bdf4f63456cf76558f6b2cfa.geocode( { 'address': "86 Elm St, New Canaan, CT 06840"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-canaan-CT-first-county-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-canaan-CT-first-county-bank'), mapOptions);}document.getElementById('b2f6c65a').innerHTML += ' | View Map';var $ld7c5d0f5bdf4f63456cf76558f6b2cfa = '

First County Bank

Address: 86 Elm St, New Canaan, CT 06840
Phone: (203) 966-2711
';var m_d7c5d0f5bdf4f63456cf76558f6b2cfa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First County Bank',});m_d7c5d0f5bdf4f63456cf76558f6b2cfa['infowindow'] = new google.maps.InfoWindow({content: $ld7c5d0f5bdf4f63456cf76558f6b2cfa});var infowindow = new google.maps.InfoWindow({content: $ld7c5d0f5bdf4f63456cf76558f6b2cfa});google.maps.event.addListener(m_d7c5d0f5bdf4f63456cf76558f6b2cfa, 'click', function() {infowindow.open(map,m_d7c5d0f5bdf4f63456cf76558f6b2cfa);});$marker.push(m_d7c5d0f5bdf4f63456cf76558f6b2cfa);}});}google.maps.event.addDomListener(window, 'load', initialize);