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.2863,-82.2342)};var g_41be696537187bb3b209c20dafeb2a81 = new google.maps.Geocoder();g_41be696537187bb3b209c20dafeb2a81.geocode( { 'address': "49 S Main St, Oberlin, OH 44074"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oberlin-OH-lorain-county-savings-trust').style.display = '';map = new google.maps.Map(document.getElementById('oberlin-OH-lorain-county-savings-trust'), mapOptions);}document.getElementById('bc1271b4').innerHTML += ' | View Map';var $l41be696537187bb3b209c20dafeb2a81 = '

Lorain County Savings & Trust

Address: 49 S Main St, Oberlin, OH 44074
Phone: (440) 774-1292
';var m_41be696537187bb3b209c20dafeb2a81 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lorain County Savings & Trust',});m_41be696537187bb3b209c20dafeb2a81['infowindow'] = new google.maps.InfoWindow({content: $l41be696537187bb3b209c20dafeb2a81});var infowindow = new google.maps.InfoWindow({content: $l41be696537187bb3b209c20dafeb2a81});google.maps.event.addListener(m_41be696537187bb3b209c20dafeb2a81, 'click', function() {infowindow.open(map,m_41be696537187bb3b209c20dafeb2a81);});$marker.push(m_41be696537187bb3b209c20dafeb2a81);}});}google.maps.event.addDomListener(window, 'load', initialize);