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.6334,-80.0648)};var g_a5f33f1822d09635446a5c6b6c9fd2e4 = new google.maps.Geocoder();g_a5f33f1822d09635446a5c6b6c9fd2e4.geocode( { 'address': "6021 Wallace Rd Extension #203, Wexford, PA 15090, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wexford-PA-equity-resources').style.display = '';map = new google.maps.Map(document.getElementById('wexford-PA-equity-resources'), mapOptions);}document.getElementById('3de6e031').innerHTML += ' | View Map';var $la5f33f1822d09635446a5c6b6c9fd2e4 = '

Equity Resources

Address: 6021 Wallace Rd Extension #203, Wexford, PA 15090, USA
Phone: (724) 719-2550
';var m_a5f33f1822d09635446a5c6b6c9fd2e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Equity Resources',});m_a5f33f1822d09635446a5c6b6c9fd2e4['infowindow'] = new google.maps.InfoWindow({content: $la5f33f1822d09635446a5c6b6c9fd2e4});var infowindow = new google.maps.InfoWindow({content: $la5f33f1822d09635446a5c6b6c9fd2e4});google.maps.event.addListener(m_a5f33f1822d09635446a5c6b6c9fd2e4, 'click', function() {infowindow.open(map,m_a5f33f1822d09635446a5c6b6c9fd2e4);});$marker.push(m_a5f33f1822d09635446a5c6b6c9fd2e4);}});}google.maps.event.addDomListener(window, 'load', initialize);