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.1295,-75.0609)};var g_a697ab0dcf803186970e7bb5ed0909fb = new google.maps.Geocoder();g_a697ab0dcf803186970e7bb5ed0909fb.geocode( { 'address': "639 Red Lion Rd, Huntingdon Valley, PA 19006"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntingdon-valley-PA-summit-financial-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('huntingdon-valley-PA-summit-financial-group-inc'), mapOptions);}document.getElementById('2e60a412').innerHTML += ' | View Map';var $la697ab0dcf803186970e7bb5ed0909fb = '

Summit Financial Group, Inc.

Address: 639 Red Lion Rd, Huntingdon Valley, PA 19006
Phone: (215) 947-8007
';var m_a697ab0dcf803186970e7bb5ed0909fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Financial Group, Inc.',});m_a697ab0dcf803186970e7bb5ed0909fb['infowindow'] = new google.maps.InfoWindow({content: $la697ab0dcf803186970e7bb5ed0909fb});var infowindow = new google.maps.InfoWindow({content: $la697ab0dcf803186970e7bb5ed0909fb});google.maps.event.addListener(m_a697ab0dcf803186970e7bb5ed0909fb, 'click', function() {infowindow.open(map,m_a697ab0dcf803186970e7bb5ed0909fb);});$marker.push(m_a697ab0dcf803186970e7bb5ed0909fb);}});}google.maps.event.addDomListener(window, 'load', initialize);