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.2072,-73.7173)};var g_aad122e4a911f5da8a39c268397a7891 = new google.maps.Geocoder();g_aad122e4a911f5da8a39c268397a7891.geocode( { 'address': "204 Terrace Pl, Mount Kisco, NY 10549"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-kisco-NY-jmf-funding').style.display = '';map = new google.maps.Map(document.getElementById('mount-kisco-NY-jmf-funding'), mapOptions);}document.getElementById('695a8912').innerHTML += ' | View Map';var $laad122e4a911f5da8a39c268397a7891 = '

JMF Funding

Address: 204 Terrace Pl, Mount Kisco, NY 10549
Phone: (914) 244-9245
';var m_aad122e4a911f5da8a39c268397a7891 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'JMF Funding',});m_aad122e4a911f5da8a39c268397a7891['infowindow'] = new google.maps.InfoWindow({content: $laad122e4a911f5da8a39c268397a7891});var infowindow = new google.maps.InfoWindow({content: $laad122e4a911f5da8a39c268397a7891});google.maps.event.addListener(m_aad122e4a911f5da8a39c268397a7891, 'click', function() {infowindow.open(map,m_aad122e4a911f5da8a39c268397a7891);});$marker.push(m_aad122e4a911f5da8a39c268397a7891);}});}google.maps.event.addDomListener(window, 'load', initialize);