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.1995,-73.1323)};var g_3ad374d5aa83f74d6fb999fc39e37edd = new google.maps.Geocoder();g_3ad374d5aa83f74d6fb999fc39e37edd.geocode( { 'address': "2855 Main St, Stratford, CT 06614, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stratford-CT-chase-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('stratford-CT-chase-mortgage'), mapOptions);}document.getElementById('44f9e647').innerHTML += ' | View Map';var $l3ad374d5aa83f74d6fb999fc39e37edd = '

Chase Mortgage

Address: 2855 Main St, Stratford, CT 06614, USA
Phone: (203) 378-4644
';var m_3ad374d5aa83f74d6fb999fc39e37edd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Mortgage',});m_3ad374d5aa83f74d6fb999fc39e37edd['infowindow'] = new google.maps.InfoWindow({content: $l3ad374d5aa83f74d6fb999fc39e37edd});var infowindow = new google.maps.InfoWindow({content: $l3ad374d5aa83f74d6fb999fc39e37edd});google.maps.event.addListener(m_3ad374d5aa83f74d6fb999fc39e37edd, 'click', function() {infowindow.open(map,m_3ad374d5aa83f74d6fb999fc39e37edd);});$marker.push(m_3ad374d5aa83f74d6fb999fc39e37edd);}});}google.maps.event.addDomListener(window, 'load', initialize);