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.097,-70.1868)};var g_6a9b088868d1c76efa40e775bda265ad = new google.maps.Geocoder();g_6a9b088868d1c76efa40e775bda265ad.geocode( { 'address': "1000 Lisbon St, Lewiston, ME 04240"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewiston-ME-ste-croix-regional-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lewiston-ME-ste-croix-regional-federal-credit-union'), mapOptions);}document.getElementById('a7ae58cc').innerHTML += ' | View Map';var $l6a9b088868d1c76efa40e775bda265ad = '

Ste Croix Regional Federal Credit Union

Address: 1000 Lisbon St, Lewiston, ME 04240
Phone: (207) 783-1475
';var m_6a9b088868d1c76efa40e775bda265ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ste Croix Regional Federal Credit Union',});m_6a9b088868d1c76efa40e775bda265ad['infowindow'] = new google.maps.InfoWindow({content: $l6a9b088868d1c76efa40e775bda265ad});var infowindow = new google.maps.InfoWindow({content: $l6a9b088868d1c76efa40e775bda265ad});google.maps.event.addListener(m_6a9b088868d1c76efa40e775bda265ad, 'click', function() {infowindow.open(map,m_6a9b088868d1c76efa40e775bda265ad);});$marker.push(m_6a9b088868d1c76efa40e775bda265ad);}});}google.maps.event.addDomListener(window, 'load', initialize);