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(43.6581,-70.2543)};var g_3a76455c8187f315c4c09659f1c84b1b = new google.maps.Geocoder();g_3a76455c8187f315c4c09659f1c84b1b.geocode( { 'address': "75 Market St #201, Portland, ME 04101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-ME-northern-new-england-housing').style.display = '';map = new google.maps.Map(document.getElementById('portland-ME-northern-new-england-housing'), mapOptions);}document.getElementById('20b00a95').innerHTML += ' | View Map';var $l3a76455c8187f315c4c09659f1c84b1b = '

Northern New England Housing

Address: 75 Market St #201, Portland, ME 04101, USA
Phone: (207) 772-8255
';var m_3a76455c8187f315c4c09659f1c84b1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northern New England Housing',});m_3a76455c8187f315c4c09659f1c84b1b['infowindow'] = new google.maps.InfoWindow({content: $l3a76455c8187f315c4c09659f1c84b1b});var infowindow = new google.maps.InfoWindow({content: $l3a76455c8187f315c4c09659f1c84b1b});google.maps.event.addListener(m_3a76455c8187f315c4c09659f1c84b1b, 'click', function() {infowindow.open(map,m_3a76455c8187f315c4c09659f1c84b1b);});$marker.push(m_3a76455c8187f315c4c09659f1c84b1b);}});}google.maps.event.addDomListener(window, 'load', initialize);