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.0285,-73.6238)};var g_0b5b89bb5a82fe20ede905f4b86a606d = new google.maps.Geocoder();g_0b5b89bb5a82fe20ede905f4b86a606d.geocode( { 'address': "115 Mason St, Greenwich, CT 06830, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwich-CT-r-van-loan-custom-framing-llc').style.display = '';map = new google.maps.Map(document.getElementById('greenwich-CT-r-van-loan-custom-framing-llc'), mapOptions);}document.getElementById('186688f7').innerHTML += ' | View Map';var $l0b5b89bb5a82fe20ede905f4b86a606d = '

R Van Loan Custom Framing LLC

Address: 115 Mason St, Greenwich, CT 06830, USA
Phone: (203) 422-2881
';var m_0b5b89bb5a82fe20ede905f4b86a606d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'R Van Loan Custom Framing LLC',});m_0b5b89bb5a82fe20ede905f4b86a606d['infowindow'] = new google.maps.InfoWindow({content: $l0b5b89bb5a82fe20ede905f4b86a606d});var infowindow = new google.maps.InfoWindow({content: $l0b5b89bb5a82fe20ede905f4b86a606d});google.maps.event.addListener(m_0b5b89bb5a82fe20ede905f4b86a606d, 'click', function() {infowindow.open(map,m_0b5b89bb5a82fe20ede905f4b86a606d);});$marker.push(m_0b5b89bb5a82fe20ede905f4b86a606d);}});}google.maps.event.addDomListener(window, 'load', initialize);