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.4192,-82.1516)};var g_5a6b6c6b993ef2367fe2f14754c37f17 = new google.maps.Geocoder();g_5a6b6c6b993ef2367fe2f14754c37f17.geocode( { 'address': "105 Sheffield Center, Lorain, OH 44055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lorain-OH-buckeye-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('lorain-OH-buckeye-community-bank'), mapOptions);}document.getElementById('f34588f6').innerHTML += ' | View Map';var $l5a6b6c6b993ef2367fe2f14754c37f17 = '

Buckeye Community Bank

Address: 105 Sheffield Center, Lorain, OH 44055, USA
Phone: (440) 233-8800
';var m_5a6b6c6b993ef2367fe2f14754c37f17 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buckeye Community Bank',});m_5a6b6c6b993ef2367fe2f14754c37f17['infowindow'] = new google.maps.InfoWindow({content: $l5a6b6c6b993ef2367fe2f14754c37f17});var infowindow = new google.maps.InfoWindow({content: $l5a6b6c6b993ef2367fe2f14754c37f17});google.maps.event.addListener(m_5a6b6c6b993ef2367fe2f14754c37f17, 'click', function() {infowindow.open(map,m_5a6b6c6b993ef2367fe2f14754c37f17);});$marker.push(m_5a6b6c6b993ef2367fe2f14754c37f17);}});}google.maps.event.addDomListener(window, 'load', initialize);