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.8839,-70.3463)};var g_f8336142a9e27118931e8a8a8797e0a4 = new google.maps.Geocoder();g_f8336142a9e27118931e8a8a8797e0a4.geocode( { 'address': "15 Main St, Gray, ME 04039"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gray-ME-cumberland-county-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('gray-ME-cumberland-county-federal-credit-union'), mapOptions);}document.getElementById('7f292be1').innerHTML += ' | View Map';var $lf8336142a9e27118931e8a8a8797e0a4 = '

Cumberland County Federal Credit Union

Address: 15 Main St, Gray, ME 04039
Phone: (207) 657-4777
';var m_f8336142a9e27118931e8a8a8797e0a4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cumberland County Federal Credit Union',});m_f8336142a9e27118931e8a8a8797e0a4['infowindow'] = new google.maps.InfoWindow({content: $lf8336142a9e27118931e8a8a8797e0a4});var infowindow = new google.maps.InfoWindow({content: $lf8336142a9e27118931e8a8a8797e0a4});google.maps.event.addListener(m_f8336142a9e27118931e8a8a8797e0a4, 'click', function() {infowindow.open(map,m_f8336142a9e27118931e8a8a8797e0a4);});$marker.push(m_f8336142a9e27118931e8a8a8797e0a4);}});}google.maps.event.addDomListener(window, 'load', initialize);