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.177,-73.2325)};var g_e12d7354fb9ff3075fe8b08c2c0b6f49 = new google.maps.Geocoder();g_e12d7354fb9ff3075fe8b08c2c0b6f49.geocode( { 'address': "540 Tunxis Hill Rd, Fairfield, CT 06825, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairfield-CT-primary-residential-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('fairfield-CT-primary-residential-mortgage-inc'), mapOptions);}document.getElementById('c11c445d').innerHTML += ' | View Map';var $le12d7354fb9ff3075fe8b08c2c0b6f49 = '

Primary Residential Mortgage, Inc.

Address: 540 Tunxis Hill Rd, Fairfield, CT 06825, USA
Phone: (203) 368-6441
';var m_e12d7354fb9ff3075fe8b08c2c0b6f49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Primary Residential Mortgage, Inc.',});m_e12d7354fb9ff3075fe8b08c2c0b6f49['infowindow'] = new google.maps.InfoWindow({content: $le12d7354fb9ff3075fe8b08c2c0b6f49});var infowindow = new google.maps.InfoWindow({content: $le12d7354fb9ff3075fe8b08c2c0b6f49});google.maps.event.addListener(m_e12d7354fb9ff3075fe8b08c2c0b6f49, 'click', function() {infowindow.open(map,m_e12d7354fb9ff3075fe8b08c2c0b6f49);});$marker.push(m_e12d7354fb9ff3075fe8b08c2c0b6f49);}});}google.maps.event.addDomListener(window, 'load', initialize);