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.1076,-74.0788)};var g_864bb7e50db75e39e6bfd3ac64ebb34a = new google.maps.Geocoder();g_864bb7e50db75e39e6bfd3ac64ebb34a.geocode( { 'address': "8 Roberts Rd, Monsey, NY 10952, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monsey-NY-d--f-credit-consulting').style.display = '';map = new google.maps.Map(document.getElementById('monsey-NY-d--f-credit-consulting'), mapOptions);}document.getElementById('43c9a36e').innerHTML += ' | View Map';var $l864bb7e50db75e39e6bfd3ac64ebb34a = '

D & F Credit Consulting

Address: 8 Roberts Rd, Monsey, NY 10952, USA
Phone: (845) 371-6501
';var m_864bb7e50db75e39e6bfd3ac64ebb34a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'D & F Credit Consulting',});m_864bb7e50db75e39e6bfd3ac64ebb34a['infowindow'] = new google.maps.InfoWindow({content: $l864bb7e50db75e39e6bfd3ac64ebb34a});var infowindow = new google.maps.InfoWindow({content: $l864bb7e50db75e39e6bfd3ac64ebb34a});google.maps.event.addListener(m_864bb7e50db75e39e6bfd3ac64ebb34a, 'click', function() {infowindow.open(map,m_864bb7e50db75e39e6bfd3ac64ebb34a);});$marker.push(m_864bb7e50db75e39e6bfd3ac64ebb34a);}});}google.maps.event.addDomListener(window, 'load', initialize);