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.7702,-72.5202)};var g_7c3fc7b36ca0b50e93de38d73329b7cf = new google.maps.Geocoder();g_7c3fc7b36ca0b50e93de38d73329b7cf.geocode( { 'address': "873 Main St, Manchester, CT 06040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-CT-primary-residential-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('manchester-CT-primary-residential-mortgage-inc'), mapOptions);}document.getElementById('b13f06fe').innerHTML += ' | View Map';var $l7c3fc7b36ca0b50e93de38d73329b7cf = '

Primary Residential Mortgage, Inc.

Address: 873 Main St, Manchester, CT 06040, USA
Phone: (860) 783-5345
';var m_7c3fc7b36ca0b50e93de38d73329b7cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Primary Residential Mortgage, Inc.',});m_7c3fc7b36ca0b50e93de38d73329b7cf['infowindow'] = new google.maps.InfoWindow({content: $l7c3fc7b36ca0b50e93de38d73329b7cf});var infowindow = new google.maps.InfoWindow({content: $l7c3fc7b36ca0b50e93de38d73329b7cf});google.maps.event.addListener(m_7c3fc7b36ca0b50e93de38d73329b7cf, 'click', function() {infowindow.open(map,m_7c3fc7b36ca0b50e93de38d73329b7cf);});$marker.push(m_7c3fc7b36ca0b50e93de38d73329b7cf);}});}google.maps.event.addDomListener(window, 'load', initialize);