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.2903,-73.2562)};var g_4fac3e83cefaf275364571830fe53dc2 = new google.maps.Geocoder();g_4fac3e83cefaf275364571830fe53dc2.geocode( { 'address': "11 Red Barn Rd, Trumbull, CT 06611, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trumbull-CT-afc-mortgage-co').style.display = '';map = new google.maps.Map(document.getElementById('trumbull-CT-afc-mortgage-co'), mapOptions);}document.getElementById('88071b60').innerHTML += ' | View Map';var $l4fac3e83cefaf275364571830fe53dc2 = '

AFC Mortgage Co

Address: 11 Red Barn Rd, Trumbull, CT 06611, USA
Phone: (203) 452-9899
';var m_4fac3e83cefaf275364571830fe53dc2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AFC Mortgage Co',});m_4fac3e83cefaf275364571830fe53dc2['infowindow'] = new google.maps.InfoWindow({content: $l4fac3e83cefaf275364571830fe53dc2});var infowindow = new google.maps.InfoWindow({content: $l4fac3e83cefaf275364571830fe53dc2});google.maps.event.addListener(m_4fac3e83cefaf275364571830fe53dc2, 'click', function() {infowindow.open(map,m_4fac3e83cefaf275364571830fe53dc2);});$marker.push(m_4fac3e83cefaf275364571830fe53dc2);}});}google.maps.event.addDomListener(window, 'load', initialize);