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.6309,-68.4122)};var g_5597b1d4f4ed144368bdb0cd493ba133 = new google.maps.Geocoder();g_5597b1d4f4ed144368bdb0cd493ba133.geocode( { 'address': "23 Station St, Ashland, ME 04732, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-ME-nor-state-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ashland-ME-nor-state-federal-credit-union'), mapOptions);}document.getElementById('1e105fec').innerHTML += ' | View Map';var $l5597b1d4f4ed144368bdb0cd493ba133 = '

Nor State Federal Credit Union

Address: 23 Station St, Ashland, ME 04732, USA
Phone: (207) 435-2176
';var m_5597b1d4f4ed144368bdb0cd493ba133 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nor State Federal Credit Union',});m_5597b1d4f4ed144368bdb0cd493ba133['infowindow'] = new google.maps.InfoWindow({content: $l5597b1d4f4ed144368bdb0cd493ba133});var infowindow = new google.maps.InfoWindow({content: $l5597b1d4f4ed144368bdb0cd493ba133});google.maps.event.addListener(m_5597b1d4f4ed144368bdb0cd493ba133, 'click', function() {infowindow.open(map,m_5597b1d4f4ed144368bdb0cd493ba133);});$marker.push(m_5597b1d4f4ed144368bdb0cd493ba133);}});}google.maps.event.addDomListener(window, 'load', initialize);