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(46.6947,-68.0094)};var g_b83a52c035258ed43d787106b1765e35 = new google.maps.Geocoder();g_b83a52c035258ed43d787106b1765e35.geocode( { 'address': "26 Rice St, Presque Isle, ME 04769, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('presque-isle-ME-farm-credit-east').style.display = '';map = new google.maps.Map(document.getElementById('presque-isle-ME-farm-credit-east'), mapOptions);}document.getElementById('bd25a48c').innerHTML += ' | View Map';var $lb83a52c035258ed43d787106b1765e35 = '

Farm Credit East

Address: 26 Rice St, Presque Isle, ME 04769, USA
Phone: (207) 764-6431
';var m_b83a52c035258ed43d787106b1765e35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit East',});m_b83a52c035258ed43d787106b1765e35['infowindow'] = new google.maps.InfoWindow({content: $lb83a52c035258ed43d787106b1765e35});var infowindow = new google.maps.InfoWindow({content: $lb83a52c035258ed43d787106b1765e35});google.maps.event.addListener(m_b83a52c035258ed43d787106b1765e35, 'click', function() {infowindow.open(map,m_b83a52c035258ed43d787106b1765e35);});$marker.push(m_b83a52c035258ed43d787106b1765e35);}});}google.maps.event.addDomListener(window, 'load', initialize);