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.6975,-70.3074)};var g_bcd12c2644206fdf57cc33632a34270b = new google.maps.Geocoder();g_bcd12c2644206fdf57cc33632a34270b.geocode( { 'address': "4 Newton St, Portland, ME 04103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-ME-homestead-mortgage-loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('portland-ME-homestead-mortgage-loans-inc'), mapOptions);}document.getElementById('9f3ed67e').innerHTML += ' | View Map';var $lbcd12c2644206fdf57cc33632a34270b = '

Homestead Mortgage Loans, Inc.

Address: 4 Newton St, Portland, ME 04103, USA
Phone: (207) 773-1600
';var m_bcd12c2644206fdf57cc33632a34270b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Homestead Mortgage Loans, Inc.',});m_bcd12c2644206fdf57cc33632a34270b['infowindow'] = new google.maps.InfoWindow({content: $lbcd12c2644206fdf57cc33632a34270b});var infowindow = new google.maps.InfoWindow({content: $lbcd12c2644206fdf57cc33632a34270b});google.maps.event.addListener(m_bcd12c2644206fdf57cc33632a34270b, 'click', function() {infowindow.open(map,m_bcd12c2644206fdf57cc33632a34270b);});$marker.push(m_bcd12c2644206fdf57cc33632a34270b);}});}google.maps.event.addDomListener(window, 'load', initialize);