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.6613,-70.2657)};var g_6a0a51db8048da88fb9cf05cfa24facf = new google.maps.Geocoder();g_6a0a51db8048da88fb9cf05cfa24facf.geocode( { 'address': "63 Marginal Way, Portland, ME 04101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-ME-guaranteed-rate-of-portland').style.display = '';map = new google.maps.Map(document.getElementById('portland-ME-guaranteed-rate-of-portland'), mapOptions);}document.getElementById('a4fcdf85').innerHTML += ' | View Map';var $l6a0a51db8048da88fb9cf05cfa24facf = '

Guaranteed Rate of Portland

Address: 63 Marginal Way, Portland, ME 04101, USA
Phone: (207) 331-4700
';var m_6a0a51db8048da88fb9cf05cfa24facf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranteed Rate of Portland',});m_6a0a51db8048da88fb9cf05cfa24facf['infowindow'] = new google.maps.InfoWindow({content: $l6a0a51db8048da88fb9cf05cfa24facf});var infowindow = new google.maps.InfoWindow({content: $l6a0a51db8048da88fb9cf05cfa24facf});google.maps.event.addListener(m_6a0a51db8048da88fb9cf05cfa24facf, 'click', function() {infowindow.open(map,m_6a0a51db8048da88fb9cf05cfa24facf);});$marker.push(m_6a0a51db8048da88fb9cf05cfa24facf);}});}google.maps.event.addDomListener(window, 'load', initialize);