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(41.0433,-81.5212)};var g_ebc2aa04e75e3caabda543a1317160c0 = new google.maps.Geocoder();g_ebc2aa04e75e3caabda543a1317160c0.geocode( { 'address': "3501 Embassy Pkwy, Akron, OH 44333"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('akron-OH-st-bank-loan-product-office').style.display = '';map = new google.maps.Map(document.getElementById('akron-OH-st-bank-loan-product-office'), mapOptions);}document.getElementById('4b342127').innerHTML += ' | View Map';var $lebc2aa04e75e3caabda543a1317160c0 = '

S&T Bank Loan Product Office

Address: 3501 Embassy Pkwy, Akron, OH 44333
Phone: (330) 664-1575
';var m_ebc2aa04e75e3caabda543a1317160c0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'S&T Bank Loan Product Office',});m_ebc2aa04e75e3caabda543a1317160c0['infowindow'] = new google.maps.InfoWindow({content: $lebc2aa04e75e3caabda543a1317160c0});var infowindow = new google.maps.InfoWindow({content: $lebc2aa04e75e3caabda543a1317160c0});google.maps.event.addListener(m_ebc2aa04e75e3caabda543a1317160c0, 'click', function() {infowindow.open(map,m_ebc2aa04e75e3caabda543a1317160c0);});$marker.push(m_ebc2aa04e75e3caabda543a1317160c0);}});}google.maps.event.addDomListener(window, 'load', initialize);