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.6789,-70.3683)};var g_c04c7fff1727c9bbec6f6d7804afbcd0 = new google.maps.Geocoder();g_c04c7fff1727c9bbec6f6d7804afbcd0.geocode( { 'address': "90 Bridge St # 230, Westbrook, ME 04092, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westbrook-ME-atlantic-coast-lending').style.display = '';map = new google.maps.Map(document.getElementById('westbrook-ME-atlantic-coast-lending'), mapOptions);}document.getElementById('4ae9cac9').innerHTML += ' | View Map';var $lc04c7fff1727c9bbec6f6d7804afbcd0 = '

Atlantic Coast Lending

Address: 90 Bridge St # 230, Westbrook, ME 04092, USA
Phone: (207) 854-2007
';var m_c04c7fff1727c9bbec6f6d7804afbcd0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlantic Coast Lending',});m_c04c7fff1727c9bbec6f6d7804afbcd0['infowindow'] = new google.maps.InfoWindow({content: $lc04c7fff1727c9bbec6f6d7804afbcd0});var infowindow = new google.maps.InfoWindow({content: $lc04c7fff1727c9bbec6f6d7804afbcd0});google.maps.event.addListener(m_c04c7fff1727c9bbec6f6d7804afbcd0, 'click', function() {infowindow.open(map,m_c04c7fff1727c9bbec6f6d7804afbcd0);});$marker.push(m_c04c7fff1727c9bbec6f6d7804afbcd0);}});}google.maps.event.addDomListener(window, 'load', initialize);