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.7031,-80.2976)};var g_c1cffa8f291a1bd973e2b6d1b0163973 = new google.maps.Geocoder();g_c1cffa8f291a1bd973e2b6d1b0163973.geocode( { 'address': "303 Leopard Ln, Beaver, PA 15009, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaver-PA-union-building--loan-savings').style.display = '';map = new google.maps.Map(document.getElementById('beaver-PA-union-building--loan-savings'), mapOptions);}document.getElementById('6111ed31').innerHTML += ' | View Map';var $lc1cffa8f291a1bd973e2b6d1b0163973 = '

Union Building & Loan Savings

Address: 303 Leopard Ln, Beaver, PA 15009, USA
Phone: (724) 775-1609
';var m_c1cffa8f291a1bd973e2b6d1b0163973 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Building & Loan Savings',});m_c1cffa8f291a1bd973e2b6d1b0163973['infowindow'] = new google.maps.InfoWindow({content: $lc1cffa8f291a1bd973e2b6d1b0163973});var infowindow = new google.maps.InfoWindow({content: $lc1cffa8f291a1bd973e2b6d1b0163973});google.maps.event.addListener(m_c1cffa8f291a1bd973e2b6d1b0163973, 'click', function() {infowindow.open(map,m_c1cffa8f291a1bd973e2b6d1b0163973);});$marker.push(m_c1cffa8f291a1bd973e2b6d1b0163973);}});}google.maps.event.addDomListener(window, 'load', initialize);