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.9021,-80.855)};var g_d76269361034933c810dcb0f0f214930 = new google.maps.Geocoder();g_d76269361034933c810dcb0f0f214930.geocode( { 'address': "315 E 2nd St, Salem, OH 44460, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-OH-keybank').style.display = '';map = new google.maps.Map(document.getElementById('salem-OH-keybank'), mapOptions);}document.getElementById('807a0fa4').innerHTML += ' | View Map';var $ld76269361034933c810dcb0f0f214930 = '

KeyBank

Address: 315 E 2nd St, Salem, OH 44460, USA
Phone: (234) 564-4720
';var m_d76269361034933c810dcb0f0f214930 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_d76269361034933c810dcb0f0f214930['infowindow'] = new google.maps.InfoWindow({content: $ld76269361034933c810dcb0f0f214930});var infowindow = new google.maps.InfoWindow({content: $ld76269361034933c810dcb0f0f214930});google.maps.event.addListener(m_d76269361034933c810dcb0f0f214930, 'click', function() {infowindow.open(map,m_d76269361034933c810dcb0f0f214930);});$marker.push(m_d76269361034933c810dcb0f0f214930);}});}google.maps.event.addDomListener(window, 'load', initialize);