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.1177,-70.2382)};var g_fbaa1f75a10bb599d3d4dad4385658e7 = new google.maps.Geocoder();g_fbaa1f75a10bb599d3d4dad4385658e7.geocode( { 'address': "100 Mt Auburn Ave, Auburn, ME 04210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-ME-five-county-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('auburn-ME-five-county-credit-union'), mapOptions);}document.getElementById('af7840b5').innerHTML += ' | View Map';var $lfbaa1f75a10bb599d3d4dad4385658e7 = '

Five County Credit Union

Address: 100 Mt Auburn Ave, Auburn, ME 04210, USA
Phone: (800) 750-0959
';var m_fbaa1f75a10bb599d3d4dad4385658e7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Five County Credit Union',});m_fbaa1f75a10bb599d3d4dad4385658e7['infowindow'] = new google.maps.InfoWindow({content: $lfbaa1f75a10bb599d3d4dad4385658e7});var infowindow = new google.maps.InfoWindow({content: $lfbaa1f75a10bb599d3d4dad4385658e7});google.maps.event.addListener(m_fbaa1f75a10bb599d3d4dad4385658e7, 'click', function() {infowindow.open(map,m_fbaa1f75a10bb599d3d4dad4385658e7);});$marker.push(m_fbaa1f75a10bb599d3d4dad4385658e7);}});}google.maps.event.addDomListener(window, 'load', initialize);