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.3378,-76.8152)};var g_3882d480db7fc75fac7b103fcfd8b112 = new google.maps.Geocoder();g_3882d480db7fc75fac7b103fcfd8b112.geocode( { 'address': "4800 Linglestown Rd Suite 204, Harrisburg, PA 17112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harrisburg-PA-homebridge-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('harrisburg-PA-homebridge-financial-services'), mapOptions);}document.getElementById('ae0c570b').innerHTML += ' | View Map';var $l3882d480db7fc75fac7b103fcfd8b112 = '

HomeBridge Financial Services

Address: 4800 Linglestown Rd Suite 204, Harrisburg, PA 17112, USA
Phone: (717) 525-8425
';var m_3882d480db7fc75fac7b103fcfd8b112 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeBridge Financial Services',});m_3882d480db7fc75fac7b103fcfd8b112['infowindow'] = new google.maps.InfoWindow({content: $l3882d480db7fc75fac7b103fcfd8b112});var infowindow = new google.maps.InfoWindow({content: $l3882d480db7fc75fac7b103fcfd8b112});google.maps.event.addListener(m_3882d480db7fc75fac7b103fcfd8b112, 'click', function() {infowindow.open(map,m_3882d480db7fc75fac7b103fcfd8b112);});$marker.push(m_3882d480db7fc75fac7b103fcfd8b112);}});}google.maps.event.addDomListener(window, 'load', initialize);