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.6811,-70.3456)};var g_e6b73239f1c528d79233c34ffe4ccf8b = new google.maps.Geocoder();g_e6b73239f1c528d79233c34ffe4ccf8b.geocode( { 'address': "367 Main St, Westbrook, ME 04092, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westbrook-ME-stone-coast-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('westbrook-ME-stone-coast-mortgage'), mapOptions);}document.getElementById('5f797ce7').innerHTML += ' | View Map';var $le6b73239f1c528d79233c34ffe4ccf8b = '

Stone Coast Mortgage

Address: 367 Main St, Westbrook, ME 04092, USA
Phone: (207) 854-0740
';var m_e6b73239f1c528d79233c34ffe4ccf8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stone Coast Mortgage',});m_e6b73239f1c528d79233c34ffe4ccf8b['infowindow'] = new google.maps.InfoWindow({content: $le6b73239f1c528d79233c34ffe4ccf8b});var infowindow = new google.maps.InfoWindow({content: $le6b73239f1c528d79233c34ffe4ccf8b});google.maps.event.addListener(m_e6b73239f1c528d79233c34ffe4ccf8b, 'click', function() {infowindow.open(map,m_e6b73239f1c528d79233c34ffe4ccf8b);});$marker.push(m_e6b73239f1c528d79233c34ffe4ccf8b);}});}google.maps.event.addDomListener(window, 'load', initialize);