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.7009,-72.9101)};var g_6b1342116988adce96669d7c9548556b = new google.maps.Geocoder();g_6b1342116988adce96669d7c9548556b.geocode( { 'address': "25 North St, Bristol, CT 06010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bristol-CT-first-bristol-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('bristol-CT-first-bristol-federal-cu'), mapOptions);}document.getElementById('fa259521').innerHTML += ' | View Map';var $l6b1342116988adce96669d7c9548556b = '

First Bristol Federal CU

Address: 25 North St, Bristol, CT 06010, USA
Phone: (860) 584-0956
';var m_6b1342116988adce96669d7c9548556b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bristol Federal CU',});m_6b1342116988adce96669d7c9548556b['infowindow'] = new google.maps.InfoWindow({content: $l6b1342116988adce96669d7c9548556b});var infowindow = new google.maps.InfoWindow({content: $l6b1342116988adce96669d7c9548556b});google.maps.event.addListener(m_6b1342116988adce96669d7c9548556b, 'click', function() {infowindow.open(map,m_6b1342116988adce96669d7c9548556b);});$marker.push(m_6b1342116988adce96669d7c9548556b);}});var g_a290c7b96bb914e661a0c8379077231f = new google.maps.Geocoder();g_a290c7b96bb914e661a0c8379077231f.geocode( { 'address': "902 Stafford Ave, Bristol, CT 06010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bristol-CT-first-bristol-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('bristol-CT-first-bristol-federal-cu'), mapOptions);}document.getElementById('0a4d2671').innerHTML += ' | View Map';var $la290c7b96bb914e661a0c8379077231f = '

First Bristol Federal CU

Address: 902 Stafford Ave, Bristol, CT 06010, USA
Phone: (860) 584-0956
';var m_a290c7b96bb914e661a0c8379077231f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bristol Federal CU',});m_a290c7b96bb914e661a0c8379077231f['infowindow'] = new google.maps.InfoWindow({content: $la290c7b96bb914e661a0c8379077231f});var infowindow = new google.maps.InfoWindow({content: $la290c7b96bb914e661a0c8379077231f});google.maps.event.addListener(m_a290c7b96bb914e661a0c8379077231f, 'click', function() {infowindow.open(map,m_a290c7b96bb914e661a0c8379077231f);});$marker.push(m_a290c7b96bb914e661a0c8379077231f);}});}google.maps.event.addDomListener(window, 'load', initialize);