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(43.8397,-70.4437)};var g_a3cf6b51ac04a41f0875755cca6fdc5e = new google.maps.Geocoder();g_a3cf6b51ac04a41f0875755cca6fdc5e.geocode( { 'address': "808 Roosevelt Trail, Windham, ME 04062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('windham-ME-cumberland-county-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('windham-ME-cumberland-county-federal-credit-union'), mapOptions);}document.getElementById('a947f6b4').innerHTML += ' | View Map';var $la3cf6b51ac04a41f0875755cca6fdc5e = '

Cumberland County Federal Credit Union

Address: 808 Roosevelt Trail, Windham, ME 04062, USA
Phone: (207) 892-3359
';var m_a3cf6b51ac04a41f0875755cca6fdc5e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cumberland County Federal Credit Union',});m_a3cf6b51ac04a41f0875755cca6fdc5e['infowindow'] = new google.maps.InfoWindow({content: $la3cf6b51ac04a41f0875755cca6fdc5e});var infowindow = new google.maps.InfoWindow({content: $la3cf6b51ac04a41f0875755cca6fdc5e});google.maps.event.addListener(m_a3cf6b51ac04a41f0875755cca6fdc5e, 'click', function() {infowindow.open(map,m_a3cf6b51ac04a41f0875755cca6fdc5e);});$marker.push(m_a3cf6b51ac04a41f0875755cca6fdc5e);}});}google.maps.event.addDomListener(window, 'load', initialize);