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(44.2112,-70.53)};var g_57fb60bd7737412b1e8f63c3447dfc54 = new google.maps.Geocoder();g_57fb60bd7737412b1e8f63c3447dfc54.geocode( { 'address': "54 Fair St, Norway, ME 04268, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norway-ME-oxford-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('norway-ME-oxford-federal-credit-union'), mapOptions);}document.getElementById('a9e87b55').innerHTML += ' | View Map';var $l57fb60bd7737412b1e8f63c3447dfc54 = '

Oxford Federal Credit Union

Address: 54 Fair St, Norway, ME 04268, USA
Phone: (207) 743-2638
';var m_57fb60bd7737412b1e8f63c3447dfc54 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oxford Federal Credit Union',});m_57fb60bd7737412b1e8f63c3447dfc54['infowindow'] = new google.maps.InfoWindow({content: $l57fb60bd7737412b1e8f63c3447dfc54});var infowindow = new google.maps.InfoWindow({content: $l57fb60bd7737412b1e8f63c3447dfc54});google.maps.event.addListener(m_57fb60bd7737412b1e8f63c3447dfc54, 'click', function() {infowindow.open(map,m_57fb60bd7737412b1e8f63c3447dfc54);});$marker.push(m_57fb60bd7737412b1e8f63c3447dfc54);}});}google.maps.event.addDomListener(window, 'load', initialize);