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.6303,-70.3301)};var g_372947b7bd051e92b51e3592fc437d78 = new google.maps.Geocoder();g_372947b7bd051e92b51e3592fc437d78.geocode( { 'address': "75 John Roberts Rd, South Portland, ME 04106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-portland-ME-maine-homes-and-loans').style.display = '';map = new google.maps.Map(document.getElementById('south-portland-ME-maine-homes-and-loans'), mapOptions);}document.getElementById('090e282b').innerHTML += ' | View Map';var $l372947b7bd051e92b51e3592fc437d78 = '

Maine Homes and Loans

Address: 75 John Roberts Rd, South Portland, ME 04106, USA
Phone: (207) 221-5450
';var m_372947b7bd051e92b51e3592fc437d78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Maine Homes and Loans',});m_372947b7bd051e92b51e3592fc437d78['infowindow'] = new google.maps.InfoWindow({content: $l372947b7bd051e92b51e3592fc437d78});var infowindow = new google.maps.InfoWindow({content: $l372947b7bd051e92b51e3592fc437d78});google.maps.event.addListener(m_372947b7bd051e92b51e3592fc437d78, 'click', function() {infowindow.open(map,m_372947b7bd051e92b51e3592fc437d78);});$marker.push(m_372947b7bd051e92b51e3592fc437d78);}});}google.maps.event.addDomListener(window, 'load', initialize);