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.3886,-73.4978)};var g_fad25417c504fafc81316cc7c16188c8 = new google.maps.Geocoder();g_fad25417c504fafc81316cc7c16188c8.geocode( { 'address': "36 Mill Plain Rd #401, Danbury, CT 06811, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danbury-CT-american-merchant-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('danbury-CT-american-merchant-financial-services'), mapOptions);}document.getElementById('e5d3948e').innerHTML += ' | View Map';var $lfad25417c504fafc81316cc7c16188c8 = '

American Merchant Financial Services

Address: 36 Mill Plain Rd #401, Danbury, CT 06811, USA
Phone: (855) 385-8936
';var m_fad25417c504fafc81316cc7c16188c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Merchant Financial Services',});m_fad25417c504fafc81316cc7c16188c8['infowindow'] = new google.maps.InfoWindow({content: $lfad25417c504fafc81316cc7c16188c8});var infowindow = new google.maps.InfoWindow({content: $lfad25417c504fafc81316cc7c16188c8});google.maps.event.addListener(m_fad25417c504fafc81316cc7c16188c8, 'click', function() {infowindow.open(map,m_fad25417c504fafc81316cc7c16188c8);});$marker.push(m_fad25417c504fafc81316cc7c16188c8);}});}google.maps.event.addDomListener(window, 'load', initialize);