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.5328,-79.5961)};var g_68b7007a76d2190b9caaadc01b20b157 = new google.maps.Geocoder();g_68b7007a76d2190b9caaadc01b20b157.geocode( { 'address': "4222 PA-66, Apollo, PA 15613, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('apollo-PA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('apollo-PA-first-national-bank'), mapOptions);}document.getElementById('4ab7d4ea').innerHTML += ' | View Map';var $l68b7007a76d2190b9caaadc01b20b157 = '

First National Bank

Address: 4222 PA-66, Apollo, PA 15613, USA
Phone: (724) 727-2626
';var m_68b7007a76d2190b9caaadc01b20b157 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_68b7007a76d2190b9caaadc01b20b157['infowindow'] = new google.maps.InfoWindow({content: $l68b7007a76d2190b9caaadc01b20b157});var infowindow = new google.maps.InfoWindow({content: $l68b7007a76d2190b9caaadc01b20b157});google.maps.event.addListener(m_68b7007a76d2190b9caaadc01b20b157, 'click', function() {infowindow.open(map,m_68b7007a76d2190b9caaadc01b20b157);});$marker.push(m_68b7007a76d2190b9caaadc01b20b157);}});}google.maps.event.addDomListener(window, 'load', initialize);