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.6005,-79.5532)};var g_91980b0a3fd0e1b6dab65d5ad3397876 = new google.maps.Geocoder();g_91980b0a3fd0e1b6dab65d5ad3397876.geocode( { 'address': "2113 River Rd, North Apollo, PA 15673, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-apollo-PA-apollo-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('north-apollo-PA-apollo-trust-co'), mapOptions);}document.getElementById('3f2a184b').innerHTML += ' | View Map';var $l91980b0a3fd0e1b6dab65d5ad3397876 = '

Apollo Trust Co

Address: 2113 River Rd, North Apollo, PA 15673, USA
Phone: (724) 478-3151
';var m_91980b0a3fd0e1b6dab65d5ad3397876 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Apollo Trust Co',});m_91980b0a3fd0e1b6dab65d5ad3397876['infowindow'] = new google.maps.InfoWindow({content: $l91980b0a3fd0e1b6dab65d5ad3397876});var infowindow = new google.maps.InfoWindow({content: $l91980b0a3fd0e1b6dab65d5ad3397876});google.maps.event.addListener(m_91980b0a3fd0e1b6dab65d5ad3397876, 'click', function() {infowindow.open(map,m_91980b0a3fd0e1b6dab65d5ad3397876);});$marker.push(m_91980b0a3fd0e1b6dab65d5ad3397876);}});}google.maps.event.addDomListener(window, 'load', initialize);