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.1039,-70.212)};var g_a50f9004d4e5697c729cdea84ca7c2ff = new google.maps.Geocoder();g_a50f9004d4e5697c729cdea84ca7c2ff.geocode( { 'address': "391 Main St, Lewiston, ME 04240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewiston-ME-rainbow-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lewiston-ME-rainbow-federal-credit-union'), mapOptions);}document.getElementById('246cc51c').innerHTML += ' | View Map';var $la50f9004d4e5697c729cdea84ca7c2ff = '

Rainbow Federal Credit Union

Address: 391 Main St, Lewiston, ME 04240, USA
Phone: (207) 784-5435
';var m_a50f9004d4e5697c729cdea84ca7c2ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rainbow Federal Credit Union',});m_a50f9004d4e5697c729cdea84ca7c2ff['infowindow'] = new google.maps.InfoWindow({content: $la50f9004d4e5697c729cdea84ca7c2ff});var infowindow = new google.maps.InfoWindow({content: $la50f9004d4e5697c729cdea84ca7c2ff});google.maps.event.addListener(m_a50f9004d4e5697c729cdea84ca7c2ff, 'click', function() {infowindow.open(map,m_a50f9004d4e5697c729cdea84ca7c2ff);});$marker.push(m_a50f9004d4e5697c729cdea84ca7c2ff);}});}google.maps.event.addDomListener(window, 'load', initialize);