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.6299,-70.3303)};var g_fc42bad715bcb9767ddd95a239552434 = new google.maps.Geocoder();g_fc42bad715bcb9767ddd95a239552434.geocode( { 'address': "75 John Roberts Rd #3, South Portland, ME 04106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-portland-ME-cumberland-county-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('south-portland-ME-cumberland-county-mortgage'), mapOptions);}document.getElementById('83e5cff6').innerHTML += ' | View Map';var $lfc42bad715bcb9767ddd95a239552434 = '

Cumberland County Mortgage

Address: 75 John Roberts Rd #3, South Portland, ME 04106, USA
Phone: (207) 878-8882
';var m_fc42bad715bcb9767ddd95a239552434 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cumberland County Mortgage',});m_fc42bad715bcb9767ddd95a239552434['infowindow'] = new google.maps.InfoWindow({content: $lfc42bad715bcb9767ddd95a239552434});var infowindow = new google.maps.InfoWindow({content: $lfc42bad715bcb9767ddd95a239552434});google.maps.event.addListener(m_fc42bad715bcb9767ddd95a239552434, 'click', function() {infowindow.open(map,m_fc42bad715bcb9767ddd95a239552434);});$marker.push(m_fc42bad715bcb9767ddd95a239552434);}});}google.maps.event.addDomListener(window, 'load', initialize);