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.1104,-74.0666)};var g_84321a6b15302beba6d5be970f39d86e = new google.maps.Geocoder();g_84321a6b15302beba6d5be970f39d86e.geocode( { 'address': "21 Robert Pitt Dr #214, Monsey, NY 10952, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monsey-NY-funding-source-corporation').style.display = '';map = new google.maps.Map(document.getElementById('monsey-NY-funding-source-corporation'), mapOptions);}document.getElementById('13e02b16').innerHTML += ' | View Map';var $l84321a6b15302beba6d5be970f39d86e = '

Funding Source Corporation

Address: 21 Robert Pitt Dr #214, Monsey, NY 10952, USA
Phone: (845) 425-5363
';var m_84321a6b15302beba6d5be970f39d86e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Funding Source Corporation',});m_84321a6b15302beba6d5be970f39d86e['infowindow'] = new google.maps.InfoWindow({content: $l84321a6b15302beba6d5be970f39d86e});var infowindow = new google.maps.InfoWindow({content: $l84321a6b15302beba6d5be970f39d86e});google.maps.event.addListener(m_84321a6b15302beba6d5be970f39d86e, 'click', function() {infowindow.open(map,m_84321a6b15302beba6d5be970f39d86e);});$marker.push(m_84321a6b15302beba6d5be970f39d86e);}});}google.maps.event.addDomListener(window, 'load', initialize);