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.4806,-78.7346)};var g_03fa53a658469b896ddb745d2706d470 = new google.maps.Geocoder();g_03fa53a658469b896ddb745d2706d470.geocode( { 'address': "171 Lovell Ave #202, Ebensburg, PA 15931, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ebensburg-PA-snare-and-associates').style.display = '';map = new google.maps.Map(document.getElementById('ebensburg-PA-snare-and-associates'), mapOptions);}document.getElementById('2f57567f').innerHTML += ' | View Map';var $l03fa53a658469b896ddb745d2706d470 = '

Snare and Associates

Address: 171 Lovell Ave #202, Ebensburg, PA 15931, USA
Phone: (814) 419-8035
';var m_03fa53a658469b896ddb745d2706d470 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Snare and Associates',});m_03fa53a658469b896ddb745d2706d470['infowindow'] = new google.maps.InfoWindow({content: $l03fa53a658469b896ddb745d2706d470});var infowindow = new google.maps.InfoWindow({content: $l03fa53a658469b896ddb745d2706d470});google.maps.event.addListener(m_03fa53a658469b896ddb745d2706d470, 'click', function() {infowindow.open(map,m_03fa53a658469b896ddb745d2706d470);});$marker.push(m_03fa53a658469b896ddb745d2706d470);}});}google.maps.event.addDomListener(window, 'load', initialize);