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.3194,-79.3826)};var g_9889cee2716067774dac1d69cda6f546 = new google.maps.Geocoder();g_9889cee2716067774dac1d69cda6f546.geocode( { 'address': "432 Depot St, Latrobe, PA 15650, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('latrobe-PA-atm-vasco-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('latrobe-PA-atm-vasco-federal-cu'), mapOptions);}document.getElementById('f0584846').innerHTML += ' | View Map';var $l9889cee2716067774dac1d69cda6f546 = '

ATM Vasco Federal Cu

Address: 432 Depot St, Latrobe, PA 15650, USA
Phone: (800) 627-3999
';var m_9889cee2716067774dac1d69cda6f546 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM Vasco Federal Cu',});m_9889cee2716067774dac1d69cda6f546['infowindow'] = new google.maps.InfoWindow({content: $l9889cee2716067774dac1d69cda6f546});var infowindow = new google.maps.InfoWindow({content: $l9889cee2716067774dac1d69cda6f546});google.maps.event.addListener(m_9889cee2716067774dac1d69cda6f546, 'click', function() {infowindow.open(map,m_9889cee2716067774dac1d69cda6f546);});$marker.push(m_9889cee2716067774dac1d69cda6f546);}});}google.maps.event.addDomListener(window, 'load', initialize);