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.3843,-79.8215)};var g_9e8cbb599ea6f2c386d9b2985b116641 = new google.maps.Geocoder();g_9e8cbb599ea6f2c386d9b2985b116641.geocode( { 'address': "355 Lincoln Hwy # 2, North Versailles, PA 15137, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-versailles-PA-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('north-versailles-PA-atm-huntington-national-bank'), mapOptions);}document.getElementById('3b955ee2').innerHTML += ' | View Map';var $l9e8cbb599ea6f2c386d9b2985b116641 = '

ATM (Huntington National Bank)

Address: 355 Lincoln Hwy # 2, North Versailles, PA 15137, USA
Phone:
';var m_9e8cbb599ea6f2c386d9b2985b116641 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_9e8cbb599ea6f2c386d9b2985b116641['infowindow'] = new google.maps.InfoWindow({content: $l9e8cbb599ea6f2c386d9b2985b116641});var infowindow = new google.maps.InfoWindow({content: $l9e8cbb599ea6f2c386d9b2985b116641});google.maps.event.addListener(m_9e8cbb599ea6f2c386d9b2985b116641, 'click', function() {infowindow.open(map,m_9e8cbb599ea6f2c386d9b2985b116641);});$marker.push(m_9e8cbb599ea6f2c386d9b2985b116641);}});}google.maps.event.addDomListener(window, 'load', initialize);