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.7264,-73.9188)};var g_f7374448951e71ab03864412d00c0a45 = new google.maps.Geocoder();g_f7374448951e71ab03864412d00c0a45.geocode( { 'address': "6 Waldorf Pl, Poughkeepsie, NY 12601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('poughkeepsie-NY-hudson-valley-medical-bill-advocates').style.display = '';map = new google.maps.Map(document.getElementById('poughkeepsie-NY-hudson-valley-medical-bill-advocates'), mapOptions);}document.getElementById('20d8f07a').innerHTML += ' | View Map';var $lf7374448951e71ab03864412d00c0a45 = '

Hudson Valley Medical Bill Advocates

Address: 6 Waldorf Pl, Poughkeepsie, NY 12601, USA
Phone: (845) 926-0134
';var m_f7374448951e71ab03864412d00c0a45 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hudson Valley Medical Bill Advocates',});m_f7374448951e71ab03864412d00c0a45['infowindow'] = new google.maps.InfoWindow({content: $lf7374448951e71ab03864412d00c0a45});var infowindow = new google.maps.InfoWindow({content: $lf7374448951e71ab03864412d00c0a45});google.maps.event.addListener(m_f7374448951e71ab03864412d00c0a45, 'click', function() {infowindow.open(map,m_f7374448951e71ab03864412d00c0a45);});$marker.push(m_f7374448951e71ab03864412d00c0a45);}});}google.maps.event.addDomListener(window, 'load', initialize);