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.4579,-82.0214)};var g_63b7cfecf5585795a08cde4e46a2af36 = new google.maps.Geocoder();g_63b7cfecf5585795a08cde4e46a2af36.geocode( { 'address': "2100 Center Rd # A, Avon, OH 44011, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('avon-OH-lorain-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('avon-OH-lorain-national-bank'), mapOptions);}document.getElementById('0b99d8a5').innerHTML += ' | View Map';var $l63b7cfecf5585795a08cde4e46a2af36 = '

Lorain National Bank

Address: 2100 Center Rd # A, Avon, OH 44011, USA
Phone: (440) 934-7922
';var m_63b7cfecf5585795a08cde4e46a2af36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lorain National Bank',});m_63b7cfecf5585795a08cde4e46a2af36['infowindow'] = new google.maps.InfoWindow({content: $l63b7cfecf5585795a08cde4e46a2af36});var infowindow = new google.maps.InfoWindow({content: $l63b7cfecf5585795a08cde4e46a2af36});google.maps.event.addListener(m_63b7cfecf5585795a08cde4e46a2af36, 'click', function() {infowindow.open(map,m_63b7cfecf5585795a08cde4e46a2af36);});$marker.push(m_63b7cfecf5585795a08cde4e46a2af36);}});}google.maps.event.addDomListener(window, 'load', initialize);