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.3548,-68.3187)};var g_6929501858ffda01a18bea0ca50bfd0b = new google.maps.Geocoder();g_6929501858ffda01a18bea0ca50bfd0b.geocode( { 'address': "292 E Main St, Madawaska, ME 04756, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madawaska-ME-norstate-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('madawaska-ME-norstate-federal-credit-union'), mapOptions);}document.getElementById('d939ddf7').innerHTML += ' | View Map';var $l6929501858ffda01a18bea0ca50bfd0b = '

NorState Federal Credit Union

Address: 292 E Main St, Madawaska, ME 04756, USA
Phone:
';var m_6929501858ffda01a18bea0ca50bfd0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NorState Federal Credit Union',});m_6929501858ffda01a18bea0ca50bfd0b['infowindow'] = new google.maps.InfoWindow({content: $l6929501858ffda01a18bea0ca50bfd0b});var infowindow = new google.maps.InfoWindow({content: $l6929501858ffda01a18bea0ca50bfd0b});google.maps.event.addListener(m_6929501858ffda01a18bea0ca50bfd0b, 'click', function() {infowindow.open(map,m_6929501858ffda01a18bea0ca50bfd0b);});$marker.push(m_6929501858ffda01a18bea0ca50bfd0b);}});}google.maps.event.addDomListener(window, 'load', initialize);