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.1348,-73.7848)};var g_ed68e25af40aeb24441a4fd22532e7bc = new google.maps.Geocoder();g_ed68e25af40aeb24441a4fd22532e7bc.geocode( { 'address': "520 Bedford Rd, Pleasantville, NY 10570"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pleasantville-NY-kluge-financial-group-llc').style.display = '';map = new google.maps.Map(document.getElementById('pleasantville-NY-kluge-financial-group-llc'), mapOptions);}document.getElementById('10cd585f').innerHTML += ' | View Map';var $led68e25af40aeb24441a4fd22532e7bc = '

Kluge Financial Group. LLC

Address: 520 Bedford Rd, Pleasantville, NY 10570
Phone: (914) 769-0044
';var m_ed68e25af40aeb24441a4fd22532e7bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kluge Financial Group. LLC',});m_ed68e25af40aeb24441a4fd22532e7bc['infowindow'] = new google.maps.InfoWindow({content: $led68e25af40aeb24441a4fd22532e7bc});var infowindow = new google.maps.InfoWindow({content: $led68e25af40aeb24441a4fd22532e7bc});google.maps.event.addListener(m_ed68e25af40aeb24441a4fd22532e7bc, 'click', function() {infowindow.open(map,m_ed68e25af40aeb24441a4fd22532e7bc);});$marker.push(m_ed68e25af40aeb24441a4fd22532e7bc);}});}google.maps.event.addDomListener(window, 'load', initialize);