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.8969,-70.3281)};var g_55307baf96bcf246e7f855b7c00ab3d7 = new google.maps.Geocoder();g_55307baf96bcf246e7f855b7c00ab3d7.geocode( { 'address': "43 Lewiston Rd, Gray, ME 04039, USA"}, 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('c0c224ab').innerHTML += ' | View Map';var $l55307baf96bcf246e7f855b7c00ab3d7 = '

Cumberland County Federal Credit Union

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