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.6595,-70.3105)};var g_a409878219ffd2f7c8c3b864de610056 = new google.maps.Geocoder();g_a409878219ffd2f7c8c3b864de610056.geocode( { 'address': "1685 Congress St, Portland, ME 04102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-ME-regency-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('portland-ME-regency-mortgage-corporation'), mapOptions);}document.getElementById('a3af16fb').innerHTML += ' | View Map';var $la409878219ffd2f7c8c3b864de610056 = '

Regency Mortgage Corporation

Address: 1685 Congress St, Portland, ME 04102, USA
Phone: (207) 553-4343
';var m_a409878219ffd2f7c8c3b864de610056 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regency Mortgage Corporation',});m_a409878219ffd2f7c8c3b864de610056['infowindow'] = new google.maps.InfoWindow({content: $la409878219ffd2f7c8c3b864de610056});var infowindow = new google.maps.InfoWindow({content: $la409878219ffd2f7c8c3b864de610056});google.maps.event.addListener(m_a409878219ffd2f7c8c3b864de610056, 'click', function() {infowindow.open(map,m_a409878219ffd2f7c8c3b864de610056);});$marker.push(m_a409878219ffd2f7c8c3b864de610056);}});}google.maps.event.addDomListener(window, 'load', initialize);