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(47.2496,-68.5901)};var g_82dbf0e1f43223ffc175e63f2b2c3aa2 = new google.maps.Geocoder();g_82dbf0e1f43223ffc175e63f2b2c3aa2.geocode( { 'address': "25 Pleasant St, Fort Kent, ME 04743, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-kent-ME-university-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fort-kent-ME-university-credit-union'), mapOptions);}document.getElementById('9935419a').innerHTML += ' | View Map';var $l82dbf0e1f43223ffc175e63f2b2c3aa2 = '

University Credit Union

Address: 25 Pleasant St, Fort Kent, ME 04743, USA
Phone: (800) 472-3272
';var m_82dbf0e1f43223ffc175e63f2b2c3aa2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'University Credit Union',});m_82dbf0e1f43223ffc175e63f2b2c3aa2['infowindow'] = new google.maps.InfoWindow({content: $l82dbf0e1f43223ffc175e63f2b2c3aa2});var infowindow = new google.maps.InfoWindow({content: $l82dbf0e1f43223ffc175e63f2b2c3aa2});google.maps.event.addListener(m_82dbf0e1f43223ffc175e63f2b2c3aa2, 'click', function() {infowindow.open(map,m_82dbf0e1f43223ffc175e63f2b2c3aa2);});$marker.push(m_82dbf0e1f43223ffc175e63f2b2c3aa2);}});}google.maps.event.addDomListener(window, 'load', initialize);