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(41.1385,-73.3355)};var g_853bb47a93581ead37b1bcd749d34787 = new google.maps.Geocoder();g_853bb47a93581ead37b1bcd749d34787.geocode( { 'address': "877 Post Rd E # 12, Westport, CT 06880, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westport-CT-westport-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('westport-CT-westport-mortgage'), mapOptions);}document.getElementById('494cceac').innerHTML += ' | View Map';var $l853bb47a93581ead37b1bcd749d34787 = '

Westport Mortgage

Address: 877 Post Rd E # 12, Westport, CT 06880, USA
Phone: (203) 221-8242
';var m_853bb47a93581ead37b1bcd749d34787 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Westport Mortgage',});m_853bb47a93581ead37b1bcd749d34787['infowindow'] = new google.maps.InfoWindow({content: $l853bb47a93581ead37b1bcd749d34787});var infowindow = new google.maps.InfoWindow({content: $l853bb47a93581ead37b1bcd749d34787});google.maps.event.addListener(m_853bb47a93581ead37b1bcd749d34787, 'click', function() {infowindow.open(map,m_853bb47a93581ead37b1bcd749d34787);});$marker.push(m_853bb47a93581ead37b1bcd749d34787);}});}google.maps.event.addDomListener(window, 'load', initialize);