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.4851,-73.4875)};var g_ce729b75e82a7ed56ce97976a83fddba = new google.maps.Geocoder();g_ce729b75e82a7ed56ce97976a83fddba.geocode( { 'address': "10 Brush Hill Rd, New Fairfield, CT 06812"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-fairfield-CT-american-banking').style.display = '';map = new google.maps.Map(document.getElementById('new-fairfield-CT-american-banking'), mapOptions);}document.getElementById('75c88a6c').innerHTML += ' | View Map';var $lce729b75e82a7ed56ce97976a83fddba = '

American Banking

Address: 10 Brush Hill Rd, New Fairfield, CT 06812
Phone: (203) 312-0291
';var m_ce729b75e82a7ed56ce97976a83fddba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Banking',});m_ce729b75e82a7ed56ce97976a83fddba['infowindow'] = new google.maps.InfoWindow({content: $lce729b75e82a7ed56ce97976a83fddba});var infowindow = new google.maps.InfoWindow({content: $lce729b75e82a7ed56ce97976a83fddba});google.maps.event.addListener(m_ce729b75e82a7ed56ce97976a83fddba, 'click', function() {infowindow.open(map,m_ce729b75e82a7ed56ce97976a83fddba);});$marker.push(m_ce729b75e82a7ed56ce97976a83fddba);}});}google.maps.event.addDomListener(window, 'load', initialize);