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.8587,-80.2908)};var g_d65405cb49d8660e80cecca08ed66f83 = new google.maps.Geocoder();g_d65405cb49d8660e80cecca08ed66f83.geocode( { 'address': "700 Lawrence Ave, Ellwood City, PA 16117, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ellwood-city-PA-huntington-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('ellwood-city-PA-huntington-mortgage-group'), mapOptions);}document.getElementById('f5803d17').innerHTML += ' | View Map';var $ld65405cb49d8660e80cecca08ed66f83 = '

Huntington Mortgage Group

Address: 700 Lawrence Ave, Ellwood City, PA 16117, USA
Phone: (724) 758-5171
';var m_d65405cb49d8660e80cecca08ed66f83 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Mortgage Group',});m_d65405cb49d8660e80cecca08ed66f83['infowindow'] = new google.maps.InfoWindow({content: $ld65405cb49d8660e80cecca08ed66f83});var infowindow = new google.maps.InfoWindow({content: $ld65405cb49d8660e80cecca08ed66f83});google.maps.event.addListener(m_d65405cb49d8660e80cecca08ed66f83, 'click', function() {infowindow.open(map,m_d65405cb49d8660e80cecca08ed66f83);});$marker.push(m_d65405cb49d8660e80cecca08ed66f83);}});}google.maps.event.addDomListener(window, 'load', initialize);