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.2958,-79.9185)};var g_2ec920ceb5914089f635fabf32975c7b = new google.maps.Geocoder();g_2ec920ceb5914089f635fabf32975c7b.geocode( { 'address': "1633 State Route 51 South, Jefferson Hills, PA 15025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jefferson-hills-PA-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('jefferson-hills-PA-huntington-bank'), mapOptions);}document.getElementById('00fead4c').innerHTML += ' | View Map';var $l2ec920ceb5914089f635fabf32975c7b = '

Huntington Bank

Address: 1633 State Route 51 South, Jefferson Hills, PA 15025, USA
Phone: (412) 382-1041
';var m_2ec920ceb5914089f635fabf32975c7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_2ec920ceb5914089f635fabf32975c7b['infowindow'] = new google.maps.InfoWindow({content: $l2ec920ceb5914089f635fabf32975c7b});var infowindow = new google.maps.InfoWindow({content: $l2ec920ceb5914089f635fabf32975c7b});google.maps.event.addListener(m_2ec920ceb5914089f635fabf32975c7b, 'click', function() {infowindow.open(map,m_2ec920ceb5914089f635fabf32975c7b);});$marker.push(m_2ec920ceb5914089f635fabf32975c7b);}});}google.maps.event.addDomListener(window, 'load', initialize);