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.4229,-78.4361)};var g_3880b1f156f83333f2a902e1707f3f0c = new google.maps.Geocoder();g_3880b1f156f83333f2a902e1707f3f0c.geocode( { 'address': "1402 3rd Ave, Duncansville, PA 16635, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duncansville-PA-katz-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('duncansville-PA-katz-financial-group'), mapOptions);}document.getElementById('b5b12534').innerHTML += ' | View Map';var $l3880b1f156f83333f2a902e1707f3f0c = '

Katz Financial Group

Address: 1402 3rd Ave, Duncansville, PA 16635, USA
Phone: (814) 696-9401
';var m_3880b1f156f83333f2a902e1707f3f0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Katz Financial Group',});m_3880b1f156f83333f2a902e1707f3f0c['infowindow'] = new google.maps.InfoWindow({content: $l3880b1f156f83333f2a902e1707f3f0c});var infowindow = new google.maps.InfoWindow({content: $l3880b1f156f83333f2a902e1707f3f0c});google.maps.event.addListener(m_3880b1f156f83333f2a902e1707f3f0c, 'click', function() {infowindow.open(map,m_3880b1f156f83333f2a902e1707f3f0c);});$marker.push(m_3880b1f156f83333f2a902e1707f3f0c);}});}google.maps.event.addDomListener(window, 'load', initialize);