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.6504,-70.335)};var g_d0cb585eaef137198df8cb5519828d2a = new google.maps.Geocoder();g_d0cb585eaef137198df8cb5519828d2a.geocode( { 'address': "2320 Congress St Suite C, Portland, ME 04102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-ME-first-financial-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('portland-ME-first-financial-mortgage'), mapOptions);}document.getElementById('aa6b4c37').innerHTML += ' | View Map';var $ld0cb585eaef137198df8cb5519828d2a = '

First Financial Mortgage

Address: 2320 Congress St Suite C, Portland, ME 04102, USA
Phone: (207) 321-5307
';var m_d0cb585eaef137198df8cb5519828d2a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Mortgage',});m_d0cb585eaef137198df8cb5519828d2a['infowindow'] = new google.maps.InfoWindow({content: $ld0cb585eaef137198df8cb5519828d2a});var infowindow = new google.maps.InfoWindow({content: $ld0cb585eaef137198df8cb5519828d2a});google.maps.event.addListener(m_d0cb585eaef137198df8cb5519828d2a, 'click', function() {infowindow.open(map,m_d0cb585eaef137198df8cb5519828d2a);});$marker.push(m_d0cb585eaef137198df8cb5519828d2a);}});}google.maps.event.addDomListener(window, 'load', initialize);