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.5497,-69.7195)};var g_33445dd1d32c0a1c8ccb2f8f0523d4f7 = new google.maps.Geocoder();g_33445dd1d32c0a1c8ccb2f8f0523d4f7.geocode( { 'address': "35 Oak St, Oakland, ME 04963, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oakland-ME-k-v-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('oakland-ME-k-v-federal-credit-union'), mapOptions);}document.getElementById('eba386ce').innerHTML += ' | View Map';var $l33445dd1d32c0a1c8ccb2f8f0523d4f7 = '

K V Federal Credit Union

Address: 35 Oak St, Oakland, ME 04963, USA
Phone: (207) 465-4423
';var m_33445dd1d32c0a1c8ccb2f8f0523d4f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'K V Federal Credit Union',});m_33445dd1d32c0a1c8ccb2f8f0523d4f7['infowindow'] = new google.maps.InfoWindow({content: $l33445dd1d32c0a1c8ccb2f8f0523d4f7});var infowindow = new google.maps.InfoWindow({content: $l33445dd1d32c0a1c8ccb2f8f0523d4f7});google.maps.event.addListener(m_33445dd1d32c0a1c8ccb2f8f0523d4f7, 'click', function() {infowindow.open(map,m_33445dd1d32c0a1c8ccb2f8f0523d4f7);});$marker.push(m_33445dd1d32c0a1c8ccb2f8f0523d4f7);}});}google.maps.event.addDomListener(window, 'load', initialize);