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.4003,-79.8357)};var g_94a13aa74fe2663cde3a76bf8015c6b5 = new google.maps.Geocoder();g_94a13aa74fe2663cde3a76bf8015c6b5.geocode( { 'address': "201 Beech St, East Pittsburgh, PA 15112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-pittsburgh-PA-ure-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('east-pittsburgh-PA-ure-federal-credit-union'), mapOptions);}document.getElementById('f3d33eb0').innerHTML += ' | View Map';var $l94a13aa74fe2663cde3a76bf8015c6b5 = '

URE Federal Credit Union

Address: 201 Beech St, East Pittsburgh, PA 15112, USA
Phone: (412) 824-1166
';var m_94a13aa74fe2663cde3a76bf8015c6b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'URE Federal Credit Union',});m_94a13aa74fe2663cde3a76bf8015c6b5['infowindow'] = new google.maps.InfoWindow({content: $l94a13aa74fe2663cde3a76bf8015c6b5});var infowindow = new google.maps.InfoWindow({content: $l94a13aa74fe2663cde3a76bf8015c6b5});google.maps.event.addListener(m_94a13aa74fe2663cde3a76bf8015c6b5, 'click', function() {infowindow.open(map,m_94a13aa74fe2663cde3a76bf8015c6b5);});$marker.push(m_94a13aa74fe2663cde3a76bf8015c6b5);}});}google.maps.event.addDomListener(window, 'load', initialize);