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.6079,-80.2821)};var g_d59e806eada601ad17d640e09cd8c33f = new google.maps.Geocoder();g_d59e806eada601ad17d640e09cd8c33f.geocode( { 'address': "2706 Brodhead Rd, Aliquippa, PA 15001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aliquippa-PA-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('aliquippa-PA-huntington-bank'), mapOptions);}document.getElementById('48cc93ca').innerHTML += ' | View Map';var $ld59e806eada601ad17d640e09cd8c33f = '

Huntington Bank

Address: 2706 Brodhead Rd, Aliquippa, PA 15001, USA
Phone: (724) 375-0979
';var m_d59e806eada601ad17d640e09cd8c33f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_d59e806eada601ad17d640e09cd8c33f['infowindow'] = new google.maps.InfoWindow({content: $ld59e806eada601ad17d640e09cd8c33f});var infowindow = new google.maps.InfoWindow({content: $ld59e806eada601ad17d640e09cd8c33f});google.maps.event.addListener(m_d59e806eada601ad17d640e09cd8c33f, 'click', function() {infowindow.open(map,m_d59e806eada601ad17d640e09cd8c33f);});$marker.push(m_d59e806eada601ad17d640e09cd8c33f);}});}google.maps.event.addDomListener(window, 'load', initialize);