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.6062,-80.285)};var g_06d77b5b9334a3747200e0e617cb73d5 = new google.maps.Geocoder();g_06d77b5b9334a3747200e0e617cb73d5.geocode( { 'address': "818 Raccoon St, Aliquippa, PA 15001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aliquippa-PA-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('aliquippa-PA-atm-huntington-national-bank'), mapOptions);}document.getElementById('c0f2b9b3').innerHTML += ' | View Map';var $l06d77b5b9334a3747200e0e617cb73d5 = '

ATM (Huntington National Bank)

Address: 818 Raccoon St, Aliquippa, PA 15001, USA
Phone:
';var m_06d77b5b9334a3747200e0e617cb73d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_06d77b5b9334a3747200e0e617cb73d5['infowindow'] = new google.maps.InfoWindow({content: $l06d77b5b9334a3747200e0e617cb73d5});var infowindow = new google.maps.InfoWindow({content: $l06d77b5b9334a3747200e0e617cb73d5});google.maps.event.addListener(m_06d77b5b9334a3747200e0e617cb73d5, 'click', function() {infowindow.open(map,m_06d77b5b9334a3747200e0e617cb73d5);});$marker.push(m_06d77b5b9334a3747200e0e617cb73d5);}});}google.maps.event.addDomListener(window, 'load', initialize);