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.2794,-80.0842)};var g_bb35d23a89dc09867e0841ca17ae9bfe = new google.maps.Geocoder();g_bb35d23a89dc09867e0841ca17ae9bfe.geocode( { 'address': "465 Valley Brook Rd, Canonsburg, PA 15317, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canonsburg-PA-atm').style.display = '';map = new google.maps.Map(document.getElementById('canonsburg-PA-atm'), mapOptions);}document.getElementById('21a5b277').innerHTML += ' | View Map';var $lbb35d23a89dc09867e0841ca17ae9bfe = '

ATM

Address: 465 Valley Brook Rd, Canonsburg, PA 15317, USA
Phone: (724) 942-0650
';var m_bb35d23a89dc09867e0841ca17ae9bfe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM',});m_bb35d23a89dc09867e0841ca17ae9bfe['infowindow'] = new google.maps.InfoWindow({content: $lbb35d23a89dc09867e0841ca17ae9bfe});var infowindow = new google.maps.InfoWindow({content: $lbb35d23a89dc09867e0841ca17ae9bfe});google.maps.event.addListener(m_bb35d23a89dc09867e0841ca17ae9bfe, 'click', function() {infowindow.open(map,m_bb35d23a89dc09867e0841ca17ae9bfe);});$marker.push(m_bb35d23a89dc09867e0841ca17ae9bfe);}});}google.maps.event.addDomListener(window, 'load', initialize);