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.2492,-70.2596)};var g_13761b79f92d2ed1d7e89b60b109c259 = new google.maps.Geocoder();g_13761b79f92d2ed1d7e89b60b109c259.geocode( { 'address': "1025 Auburn Rd, Turner, ME 04282, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('turner-ME-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('turner-ME-community-credit-union'), mapOptions);}document.getElementById('9d3a1e9a').innerHTML += ' | View Map';var $l13761b79f92d2ed1d7e89b60b109c259 = '

Community Credit Union

Address: 1025 Auburn Rd, Turner, ME 04282, USA
Phone: (207) 225-2508
';var m_13761b79f92d2ed1d7e89b60b109c259 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Credit Union',});m_13761b79f92d2ed1d7e89b60b109c259['infowindow'] = new google.maps.InfoWindow({content: $l13761b79f92d2ed1d7e89b60b109c259});var infowindow = new google.maps.InfoWindow({content: $l13761b79f92d2ed1d7e89b60b109c259});google.maps.event.addListener(m_13761b79f92d2ed1d7e89b60b109c259, 'click', function() {infowindow.open(map,m_13761b79f92d2ed1d7e89b60b109c259);});$marker.push(m_13761b79f92d2ed1d7e89b60b109c259);}});}google.maps.event.addDomListener(window, 'load', initialize);