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.3711,-83.6508)};var g_dfba6121d0dbcf806a79e74a7ba58a7b = new google.maps.Geocoder();g_dfba6121d0dbcf806a79e74a7ba58a7b.geocode( { 'address': "300 S Main St, Bowling Green, OH 43402, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bowling-green-OH-keybank').style.display = '';map = new google.maps.Map(document.getElementById('bowling-green-OH-keybank'), mapOptions);}document.getElementById('37351d62').innerHTML += ' | View Map';var $ldfba6121d0dbcf806a79e74a7ba58a7b = '

KeyBank

Address: 300 S Main St, Bowling Green, OH 43402, USA
Phone: (419) 354-1981
';var m_dfba6121d0dbcf806a79e74a7ba58a7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_dfba6121d0dbcf806a79e74a7ba58a7b['infowindow'] = new google.maps.InfoWindow({content: $ldfba6121d0dbcf806a79e74a7ba58a7b});var infowindow = new google.maps.InfoWindow({content: $ldfba6121d0dbcf806a79e74a7ba58a7b});google.maps.event.addListener(m_dfba6121d0dbcf806a79e74a7ba58a7b, 'click', function() {infowindow.open(map,m_dfba6121d0dbcf806a79e74a7ba58a7b);});$marker.push(m_dfba6121d0dbcf806a79e74a7ba58a7b);}});}google.maps.event.addDomListener(window, 'load', initialize);