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.1131,-74.1225)};var g_f32196295a6f0c13d5bedc880d3d66a2 = new google.maps.Geocoder();g_f32196295a6f0c13d5bedc880d3d66a2.geocode( { 'address': "134 NY-59, Suffern, NY 10901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('suffern-NY-the-law-offices-of-allen-a-kolber-esq').style.display = '';map = new google.maps.Map(document.getElementById('suffern-NY-the-law-offices-of-allen-a-kolber-esq'), mapOptions);}document.getElementById('5dc47989').innerHTML += ' | View Map';var $lf32196295a6f0c13d5bedc880d3d66a2 = '

The Law Offices of Allen A. Kolber, Esq.

Address: 134 NY-59, Suffern, NY 10901, USA
Phone: (845) 918-1277
';var m_f32196295a6f0c13d5bedc880d3d66a2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Law Offices of Allen A. Kolber, Esq.',});m_f32196295a6f0c13d5bedc880d3d66a2['infowindow'] = new google.maps.InfoWindow({content: $lf32196295a6f0c13d5bedc880d3d66a2});var infowindow = new google.maps.InfoWindow({content: $lf32196295a6f0c13d5bedc880d3d66a2});google.maps.event.addListener(m_f32196295a6f0c13d5bedc880d3d66a2, 'click', function() {infowindow.open(map,m_f32196295a6f0c13d5bedc880d3d66a2);});$marker.push(m_f32196295a6f0c13d5bedc880d3d66a2);}});}google.maps.event.addDomListener(window, 'load', initialize);