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.8967,-78.2232)};var g_0ca01311285633950e0bd72d2c81ed87 = new google.maps.Geocoder();g_0ca01311285633950e0bd72d2c81ed87.geocode( { 'address': "144 N Front St, Philipsburg, PA 16866, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philipsburg-PA-matt-foster-and-associates-llc').style.display = '';map = new google.maps.Map(document.getElementById('philipsburg-PA-matt-foster-and-associates-llc'), mapOptions);}document.getElementById('c369b830').innerHTML += ' | View Map';var $l0ca01311285633950e0bd72d2c81ed87 = '

Matt Foster and Associates, LLC

Address: 144 N Front St, Philipsburg, PA 16866, USA
Phone: (814) 343-6736
';var m_0ca01311285633950e0bd72d2c81ed87 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Matt Foster and Associates, LLC',});m_0ca01311285633950e0bd72d2c81ed87['infowindow'] = new google.maps.InfoWindow({content: $l0ca01311285633950e0bd72d2c81ed87});var infowindow = new google.maps.InfoWindow({content: $l0ca01311285633950e0bd72d2c81ed87});google.maps.event.addListener(m_0ca01311285633950e0bd72d2c81ed87, 'click', function() {infowindow.open(map,m_0ca01311285633950e0bd72d2c81ed87);});$marker.push(m_0ca01311285633950e0bd72d2c81ed87);}});}google.maps.event.addDomListener(window, 'load', initialize);