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.5455,-69.6232)};var g_5121cd9eadd9a61e7259397b95e24a40 = new google.maps.Geocoder();g_5121cd9eadd9a61e7259397b95e24a40.geocode( { 'address': "12 Monument St, Winslow, ME 04901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winslow-ME-winslow-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('winslow-ME-winslow-community-federal-credit-union'), mapOptions);}document.getElementById('79577fd6').innerHTML += ' | View Map';var $l5121cd9eadd9a61e7259397b95e24a40 = '

Winslow Community Federal Credit Union

Address: 12 Monument St, Winslow, ME 04901, USA
Phone: (207) 872-2636
';var m_5121cd9eadd9a61e7259397b95e24a40 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Winslow Community Federal Credit Union',});m_5121cd9eadd9a61e7259397b95e24a40['infowindow'] = new google.maps.InfoWindow({content: $l5121cd9eadd9a61e7259397b95e24a40});var infowindow = new google.maps.InfoWindow({content: $l5121cd9eadd9a61e7259397b95e24a40});google.maps.event.addListener(m_5121cd9eadd9a61e7259397b95e24a40, 'click', function() {infowindow.open(map,m_5121cd9eadd9a61e7259397b95e24a40);});$marker.push(m_5121cd9eadd9a61e7259397b95e24a40);}});}google.maps.event.addDomListener(window, 'load', initialize);