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.2831,-80.1211)};var g_a15b9167b7a36f931b8263c94a0d551f = new google.maps.Geocoder();g_a15b9167b7a36f931b8263c94a0d551f.geocode( { 'address': "3539 Washington Rd, Canonsburg, PA 15317, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canonsburg-PA-first-national-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('canonsburg-PA-first-national-bank-atm'), mapOptions);}document.getElementById('ad785463').innerHTML += ' | View Map';var $la15b9167b7a36f931b8263c94a0d551f = '

First National Bank ATM

Address: 3539 Washington Rd, Canonsburg, PA 15317, USA
Phone: (800) 555-5455
';var m_a15b9167b7a36f931b8263c94a0d551f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank ATM',});m_a15b9167b7a36f931b8263c94a0d551f['infowindow'] = new google.maps.InfoWindow({content: $la15b9167b7a36f931b8263c94a0d551f});var infowindow = new google.maps.InfoWindow({content: $la15b9167b7a36f931b8263c94a0d551f});google.maps.event.addListener(m_a15b9167b7a36f931b8263c94a0d551f, 'click', function() {infowindow.open(map,m_a15b9167b7a36f931b8263c94a0d551f);});$marker.push(m_a15b9167b7a36f931b8263c94a0d551f);}});}google.maps.event.addDomListener(window, 'load', initialize);