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_90a968fc0f70ab11c67b304474027f73 = new google.maps.Geocoder();g_90a968fc0f70ab11c67b304474027f73.geocode( { 'address': "200 W Lorain St, Oberlin, OH 44074"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oberlin-OH-lorain-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('oberlin-OH-lorain-national-bank'), mapOptions);}document.getElementById('28396862').innerHTML += ' | View Map';var $l90a968fc0f70ab11c67b304474027f73 = '

Lorain National Bank

Address: 200 W Lorain St, Oberlin, OH 44074
Phone: (440) 774-4186
';var m_90a968fc0f70ab11c67b304474027f73 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lorain National Bank',});m_90a968fc0f70ab11c67b304474027f73['infowindow'] = new google.maps.InfoWindow({content: $l90a968fc0f70ab11c67b304474027f73});var infowindow = new google.maps.InfoWindow({content: $l90a968fc0f70ab11c67b304474027f73});google.maps.event.addListener(m_90a968fc0f70ab11c67b304474027f73, 'click', function() {infowindow.open(map,m_90a968fc0f70ab11c67b304474027f73);});$marker.push(m_90a968fc0f70ab11c67b304474027f73);}});}google.maps.event.addDomListener(window, 'load', initialize);