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(39.9045,-79.7539)};var g_4ff8bc9de542a06d9f6487155b3f23eb = new google.maps.Geocoder();g_4ff8bc9de542a06d9f6487155b3f23eb.geocode( { 'address': "55 Matthew Dr, Uniontown, PA 15401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('uniontown-PA-first-national-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('uniontown-PA-first-national-bank-atm'), mapOptions);}document.getElementById('18e9f4f5').innerHTML += ' | View Map';var $l4ff8bc9de542a06d9f6487155b3f23eb = '

First National Bank ATM

Address: 55 Matthew Dr, Uniontown, PA 15401, USA
Phone: (800) 555-5455
';var m_4ff8bc9de542a06d9f6487155b3f23eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank ATM',});m_4ff8bc9de542a06d9f6487155b3f23eb['infowindow'] = new google.maps.InfoWindow({content: $l4ff8bc9de542a06d9f6487155b3f23eb});var infowindow = new google.maps.InfoWindow({content: $l4ff8bc9de542a06d9f6487155b3f23eb});google.maps.event.addListener(m_4ff8bc9de542a06d9f6487155b3f23eb, 'click', function() {infowindow.open(map,m_4ff8bc9de542a06d9f6487155b3f23eb);});$marker.push(m_4ff8bc9de542a06d9f6487155b3f23eb);}});var g_7545b58413e13e60ee0a3532630d61cf = new google.maps.Geocoder();g_7545b58413e13e60ee0a3532630d61cf.geocode( { 'address': "58 W Main St, Uniontown, PA 15401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('uniontown-PA-first-national-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('uniontown-PA-first-national-bank-atm'), mapOptions);}document.getElementById('c658a52c').innerHTML += ' | View Map';var $l7545b58413e13e60ee0a3532630d61cf = '

First National Bank ATM

Address: 58 W Main St, Uniontown, PA 15401, USA
Phone: (800) 555-5455
';var m_7545b58413e13e60ee0a3532630d61cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank ATM',});m_7545b58413e13e60ee0a3532630d61cf['infowindow'] = new google.maps.InfoWindow({content: $l7545b58413e13e60ee0a3532630d61cf});var infowindow = new google.maps.InfoWindow({content: $l7545b58413e13e60ee0a3532630d61cf});google.maps.event.addListener(m_7545b58413e13e60ee0a3532630d61cf, 'click', function() {infowindow.open(map,m_7545b58413e13e60ee0a3532630d61cf);});$marker.push(m_7545b58413e13e60ee0a3532630d61cf);}});}google.maps.event.addDomListener(window, 'load', initialize);