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.6903,-80.1036)};var g_09a3a4828b26921e90ab70ccece06d20 = new google.maps.Geocoder();g_09a3a4828b26921e90ab70ccece06d20.geocode( { 'address': "20291 US-19, Cranberry Twp, PA 16066, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cranberry-township-PA-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('cranberry-township-PA-atm-huntington-national-bank'), mapOptions);}document.getElementById('966fef64').innerHTML += ' | View Map';var $l09a3a4828b26921e90ab70ccece06d20 = '

ATM (Huntington National Bank)

Address: 20291 US-19, Cranberry Twp, PA 16066, USA
Phone:
';var m_09a3a4828b26921e90ab70ccece06d20 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_09a3a4828b26921e90ab70ccece06d20['infowindow'] = new google.maps.InfoWindow({content: $l09a3a4828b26921e90ab70ccece06d20});var infowindow = new google.maps.InfoWindow({content: $l09a3a4828b26921e90ab70ccece06d20});google.maps.event.addListener(m_09a3a4828b26921e90ab70ccece06d20, 'click', function() {infowindow.open(map,m_09a3a4828b26921e90ab70ccece06d20);});$marker.push(m_09a3a4828b26921e90ab70ccece06d20);}});}google.maps.event.addDomListener(window, 'load', initialize);