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.0803,-73.4651)};var g_28f248e9279ac845995c4e9f8af35c2b = new google.maps.Geocoder();g_28f248e9279ac845995c4e9f8af35c2b.geocode( { 'address': "50 Old Kings Hwy N Suite 204, Darien, CT 06820, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('darien-CT-wiki-loan').style.display = '';map = new google.maps.Map(document.getElementById('darien-CT-wiki-loan'), mapOptions);}document.getElementById('18544558').innerHTML += ' | View Map';var $l28f248e9279ac845995c4e9f8af35c2b = '

Wiki Loan

Address: 50 Old Kings Hwy N Suite 204, Darien, CT 06820, USA
Phone: (203) 202-9930
';var m_28f248e9279ac845995c4e9f8af35c2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wiki Loan',});m_28f248e9279ac845995c4e9f8af35c2b['infowindow'] = new google.maps.InfoWindow({content: $l28f248e9279ac845995c4e9f8af35c2b});var infowindow = new google.maps.InfoWindow({content: $l28f248e9279ac845995c4e9f8af35c2b});google.maps.event.addListener(m_28f248e9279ac845995c4e9f8af35c2b, 'click', function() {infowindow.open(map,m_28f248e9279ac845995c4e9f8af35c2b);});$marker.push(m_28f248e9279ac845995c4e9f8af35c2b);}});}google.maps.event.addDomListener(window, 'load', initialize);