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.6307,-80.0567)};var g_7211ea6469a0d5e37acd96c424064c6f = new google.maps.Geocoder();g_7211ea6469a0d5e37acd96c424064c6f.geocode( { 'address': "11940 Perry Hwy, Wexford, PA 15090, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wexford-PA-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('wexford-PA-huntington-bank'), mapOptions);}document.getElementById('1de4d2c5').innerHTML += ' | View Map';var $l7211ea6469a0d5e37acd96c424064c6f = '

Huntington Bank

Address: 11940 Perry Hwy, Wexford, PA 15090, USA
Phone: (724) 933-7888
';var m_7211ea6469a0d5e37acd96c424064c6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_7211ea6469a0d5e37acd96c424064c6f['infowindow'] = new google.maps.InfoWindow({content: $l7211ea6469a0d5e37acd96c424064c6f});var infowindow = new google.maps.InfoWindow({content: $l7211ea6469a0d5e37acd96c424064c6f});google.maps.event.addListener(m_7211ea6469a0d5e37acd96c424064c6f, 'click', function() {infowindow.open(map,m_7211ea6469a0d5e37acd96c424064c6f);});$marker.push(m_7211ea6469a0d5e37acd96c424064c6f);}});}google.maps.event.addDomListener(window, 'load', initialize);