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.3238,-79.6996)};var g_05e55abb6f6b40a2692ff70a3389565a = new google.maps.Geocoder();g_05e55abb6f6b40a2692ff70a3389565a.geocode( { 'address': "9489 Lincoln Hwy, Irwin, PA 15642, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irwin-PA-equity-resources-inc').style.display = '';map = new google.maps.Map(document.getElementById('irwin-PA-equity-resources-inc'), mapOptions);}document.getElementById('ea83ed8f').innerHTML += ' | View Map';var $l05e55abb6f6b40a2692ff70a3389565a = '

Equity Resources Inc

Address: 9489 Lincoln Hwy, Irwin, PA 15642, USA
Phone: (724) 382-5067
';var m_05e55abb6f6b40a2692ff70a3389565a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Equity Resources Inc',});m_05e55abb6f6b40a2692ff70a3389565a['infowindow'] = new google.maps.InfoWindow({content: $l05e55abb6f6b40a2692ff70a3389565a});var infowindow = new google.maps.InfoWindow({content: $l05e55abb6f6b40a2692ff70a3389565a});google.maps.event.addListener(m_05e55abb6f6b40a2692ff70a3389565a, 'click', function() {infowindow.open(map,m_05e55abb6f6b40a2692ff70a3389565a);});$marker.push(m_05e55abb6f6b40a2692ff70a3389565a);}});}google.maps.event.addDomListener(window, 'load', initialize);