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(40.2773,-76.8975)};var g_08b9aab58fa62eaa5ece898cdda77912 = new google.maps.Geocoder();g_08b9aab58fa62eaa5ece898cdda77912.geocode( { 'address': "2023 N 2nd St #301, Harrisburg, PA 17102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harrisburg-PA-bvfr--associates').style.display = '';map = new google.maps.Map(document.getElementById('harrisburg-PA-bvfr--associates'), mapOptions);}document.getElementById('cf15000d').innerHTML += ' | View Map';var $l08b9aab58fa62eaa5ece898cdda77912 = '

BVFR & Associates

Address: 2023 N 2nd St #301, Harrisburg, PA 17102, USA
Phone: (717) 972-8300
';var m_08b9aab58fa62eaa5ece898cdda77912 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BVFR & Associates',});m_08b9aab58fa62eaa5ece898cdda77912['infowindow'] = new google.maps.InfoWindow({content: $l08b9aab58fa62eaa5ece898cdda77912});var infowindow = new google.maps.InfoWindow({content: $l08b9aab58fa62eaa5ece898cdda77912});google.maps.event.addListener(m_08b9aab58fa62eaa5ece898cdda77912, 'click', function() {infowindow.open(map,m_08b9aab58fa62eaa5ece898cdda77912);});$marker.push(m_08b9aab58fa62eaa5ece898cdda77912);}});}google.maps.event.addDomListener(window, 'load', initialize);