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.8371,-70.4447)};var g_c85465827f1aebc964248167c8020228 = new google.maps.Geocoder();g_c85465827f1aebc964248167c8020228.geocode( { 'address': "30 Landing Rd, Windham, ME 04062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('windham-ME-five-county-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('windham-ME-five-county-credit-union'), mapOptions);}document.getElementById('c12853b9').innerHTML += ' | View Map';var $lc85465827f1aebc964248167c8020228 = '

Five County Credit Union

Address: 30 Landing Rd, Windham, ME 04062, USA
Phone: (800) 750-0959
';var m_c85465827f1aebc964248167c8020228 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Five County Credit Union',});m_c85465827f1aebc964248167c8020228['infowindow'] = new google.maps.InfoWindow({content: $lc85465827f1aebc964248167c8020228});var infowindow = new google.maps.InfoWindow({content: $lc85465827f1aebc964248167c8020228});google.maps.event.addListener(m_c85465827f1aebc964248167c8020228, 'click', function() {infowindow.open(map,m_c85465827f1aebc964248167c8020228);});$marker.push(m_c85465827f1aebc964248167c8020228);}});}google.maps.event.addDomListener(window, 'load', initialize);