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(37.2916,-80.1112)};var g_f6cc80cc61407ed28b022a11ad1a2bd4 = new google.maps.Geocoder();g_f6cc80cc61407ed28b022a11ad1a2bd4.geocode( { 'address': "2613 Puckett Cir, Salem, VA 24153, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-VA-medical-billing-advocate').style.display = '';map = new google.maps.Map(document.getElementById('salem-VA-medical-billing-advocate'), mapOptions);}document.getElementById('f50e465d').innerHTML += ' | View Map';var $lf6cc80cc61407ed28b022a11ad1a2bd4 = '

Medical Billing Advocate

Address: 2613 Puckett Cir, Salem, VA 24153, USA
Phone: (540) 387-5870
';var m_f6cc80cc61407ed28b022a11ad1a2bd4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Medical Billing Advocate',});m_f6cc80cc61407ed28b022a11ad1a2bd4['infowindow'] = new google.maps.InfoWindow({content: $lf6cc80cc61407ed28b022a11ad1a2bd4});var infowindow = new google.maps.InfoWindow({content: $lf6cc80cc61407ed28b022a11ad1a2bd4});google.maps.event.addListener(m_f6cc80cc61407ed28b022a11ad1a2bd4, 'click', function() {infowindow.open(map,m_f6cc80cc61407ed28b022a11ad1a2bd4);});$marker.push(m_f6cc80cc61407ed28b022a11ad1a2bd4);}});}google.maps.event.addDomListener(window, 'load', initialize);