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.4363,-78.4093)};var g_9db1ef5e737abffccf8463f52efa2d54 = new google.maps.Geocoder();g_9db1ef5e737abffccf8463f52efa2d54.geocode( { 'address': "101 Zee Plaza, Hollidaysburg, PA 16648, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hollidaysburg-PA-snare--associates-mortgage-services-llc').style.display = '';map = new google.maps.Map(document.getElementById('hollidaysburg-PA-snare--associates-mortgage-services-llc'), mapOptions);}document.getElementById('2a25de18').innerHTML += ' | View Map';var $l9db1ef5e737abffccf8463f52efa2d54 = '

Snare & Associates Mortgage Services LLC

Address: 101 Zee Plaza, Hollidaysburg, PA 16648, USA
Phone: (814) 695-2000
';var m_9db1ef5e737abffccf8463f52efa2d54 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Snare & Associates Mortgage Services LLC',});m_9db1ef5e737abffccf8463f52efa2d54['infowindow'] = new google.maps.InfoWindow({content: $l9db1ef5e737abffccf8463f52efa2d54});var infowindow = new google.maps.InfoWindow({content: $l9db1ef5e737abffccf8463f52efa2d54});google.maps.event.addListener(m_9db1ef5e737abffccf8463f52efa2d54, 'click', function() {infowindow.open(map,m_9db1ef5e737abffccf8463f52efa2d54);});$marker.push(m_9db1ef5e737abffccf8463f52efa2d54);}});}google.maps.event.addDomListener(window, 'load', initialize);