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.5053,-80.2223)};var g_b137a689f3a026e5c16d726ab0c736f2 = new google.maps.Geocoder();g_b137a689f3a026e5c16d726ab0c736f2.geocode( { 'address': "8805 University Blvd, Coraopolis, PA 15108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coraopolis-PA-clearview-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('coraopolis-PA-clearview-federal-credit-union'), mapOptions);}document.getElementById('b8595c85').innerHTML += ' | View Map';var $lb137a689f3a026e5c16d726ab0c736f2 = '

Clearview Federal Credit Union

Address: 8805 University Blvd, Coraopolis, PA 15108, USA
Phone: (412) 269-3011
';var m_b137a689f3a026e5c16d726ab0c736f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clearview Federal Credit Union',});m_b137a689f3a026e5c16d726ab0c736f2['infowindow'] = new google.maps.InfoWindow({content: $lb137a689f3a026e5c16d726ab0c736f2});var infowindow = new google.maps.InfoWindow({content: $lb137a689f3a026e5c16d726ab0c736f2});google.maps.event.addListener(m_b137a689f3a026e5c16d726ab0c736f2, 'click', function() {infowindow.open(map,m_b137a689f3a026e5c16d726ab0c736f2);});$marker.push(m_b137a689f3a026e5c16d726ab0c736f2);}});}google.maps.event.addDomListener(window, 'load', initialize);