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.8991,-68.6833)};var g_d5a4eb6752402a76b54dc91c36852ca8 = new google.maps.Geocoder();g_d5a4eb6752402a76b54dc91c36852ca8.geocode( { 'address': "20 Godfrey Dr, Orono, ME 04473, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orono-ME-four-directions-development-corporation').style.display = '';map = new google.maps.Map(document.getElementById('orono-ME-four-directions-development-corporation'), mapOptions);}document.getElementById('7d8ece86').innerHTML += ' | View Map';var $ld5a4eb6752402a76b54dc91c36852ca8 = '

Four Directions Development Corporation

Address: 20 Godfrey Dr, Orono, ME 04473, USA
Phone: (207) 866-6545
';var m_d5a4eb6752402a76b54dc91c36852ca8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Four Directions Development Corporation',});m_d5a4eb6752402a76b54dc91c36852ca8['infowindow'] = new google.maps.InfoWindow({content: $ld5a4eb6752402a76b54dc91c36852ca8});var infowindow = new google.maps.InfoWindow({content: $ld5a4eb6752402a76b54dc91c36852ca8});google.maps.event.addListener(m_d5a4eb6752402a76b54dc91c36852ca8, 'click', function() {infowindow.open(map,m_d5a4eb6752402a76b54dc91c36852ca8);});$marker.push(m_d5a4eb6752402a76b54dc91c36852ca8);}});}google.maps.event.addDomListener(window, 'load', initialize);