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(46.8661,-68.0053)};var g_332490cd64cc6873290c5029ec6a508f = new google.maps.Geocoder();g_332490cd64cc6873290c5029ec6a508f.geocode( { 'address': "82 Bennett Dr, Caribou, ME 04736, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('caribou-ME-county-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('caribou-ME-county-federal-credit-union'), mapOptions);}document.getElementById('49a9dff3').innerHTML += ' | View Map';var $l332490cd64cc6873290c5029ec6a508f = '

County Federal Credit Union

Address: 82 Bennett Dr, Caribou, ME 04736, USA
Phone: (207) 498-8756
';var m_332490cd64cc6873290c5029ec6a508f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'County Federal Credit Union',});m_332490cd64cc6873290c5029ec6a508f['infowindow'] = new google.maps.InfoWindow({content: $l332490cd64cc6873290c5029ec6a508f});var infowindow = new google.maps.InfoWindow({content: $l332490cd64cc6873290c5029ec6a508f});google.maps.event.addListener(m_332490cd64cc6873290c5029ec6a508f, 'click', function() {infowindow.open(map,m_332490cd64cc6873290c5029ec6a508f);});$marker.push(m_332490cd64cc6873290c5029ec6a508f);}});}google.maps.event.addDomListener(window, 'load', initialize);