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.4369,-78.4136)};var g_656ced2ccf723c3621426ca21f927122 = new google.maps.Geocoder();g_656ced2ccf723c3621426ca21f927122.geocode( { 'address': "1381 Plank Rd #107, Duncansville, PA 16635, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duncansville-PA-circuit-mortgage-llc').style.display = '';map = new google.maps.Map(document.getElementById('duncansville-PA-circuit-mortgage-llc'), mapOptions);}document.getElementById('1ce7acae').innerHTML += ' | View Map';var $l656ced2ccf723c3621426ca21f927122 = '

Circuit Mortgage, LLC

Address: 1381 Plank Rd #107, Duncansville, PA 16635, USA
Phone: (814) 693-5337
';var m_656ced2ccf723c3621426ca21f927122 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Circuit Mortgage, LLC',});m_656ced2ccf723c3621426ca21f927122['infowindow'] = new google.maps.InfoWindow({content: $l656ced2ccf723c3621426ca21f927122});var infowindow = new google.maps.InfoWindow({content: $l656ced2ccf723c3621426ca21f927122});google.maps.event.addListener(m_656ced2ccf723c3621426ca21f927122, 'click', function() {infowindow.open(map,m_656ced2ccf723c3621426ca21f927122);});$marker.push(m_656ced2ccf723c3621426ca21f927122);}});}google.maps.event.addDomListener(window, 'load', initialize);