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.0827,-70.2514)};var g_8ba57fda99dae27f1df09914dc84eb37 = new google.maps.Geocoder();g_8ba57fda99dae27f1df09914dc84eb37.geocode( { 'address': "615 Minot Ave, Auburn, ME 04210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-ME-farm-credit-east').style.display = '';map = new google.maps.Map(document.getElementById('auburn-ME-farm-credit-east'), mapOptions);}document.getElementById('74a10321').innerHTML += ' | View Map';var $l8ba57fda99dae27f1df09914dc84eb37 = '

Farm Credit East

Address: 615 Minot Ave, Auburn, ME 04210, USA
Phone: (207) 784-0193
';var m_8ba57fda99dae27f1df09914dc84eb37 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit East',});m_8ba57fda99dae27f1df09914dc84eb37['infowindow'] = new google.maps.InfoWindow({content: $l8ba57fda99dae27f1df09914dc84eb37});var infowindow = new google.maps.InfoWindow({content: $l8ba57fda99dae27f1df09914dc84eb37});google.maps.event.addListener(m_8ba57fda99dae27f1df09914dc84eb37, 'click', function() {infowindow.open(map,m_8ba57fda99dae27f1df09914dc84eb37);});$marker.push(m_8ba57fda99dae27f1df09914dc84eb37);}});}google.maps.event.addDomListener(window, 'load', initialize);