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.657,-70.2566)};var g_84fb1b4bdbebc79986046961d697aedc = new google.maps.Geocoder();g_84fb1b4bdbebc79986046961d697aedc.geocode( { 'address': "4th Floor, 4 City Center, Portland, ME 04101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-ME-approved-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('portland-ME-approved-home-mortgage'), mapOptions);}document.getElementById('6621fbbc').innerHTML += ' | View Map';var $l84fb1b4bdbebc79986046961d697aedc = '

Approved Home Mortgage

Address: 4th Floor, 4 City Center, Portland, ME 04101, USA
Phone: (207) 781-4959
';var m_84fb1b4bdbebc79986046961d697aedc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Home Mortgage',});m_84fb1b4bdbebc79986046961d697aedc['infowindow'] = new google.maps.InfoWindow({content: $l84fb1b4bdbebc79986046961d697aedc});var infowindow = new google.maps.InfoWindow({content: $l84fb1b4bdbebc79986046961d697aedc});google.maps.event.addListener(m_84fb1b4bdbebc79986046961d697aedc, 'click', function() {infowindow.open(map,m_84fb1b4bdbebc79986046961d697aedc);});$marker.push(m_84fb1b4bdbebc79986046961d697aedc);}});}google.maps.event.addDomListener(window, 'load', initialize);