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.7803,-80.8543)};var g_552e20dae6a7bbe555c17cdf529f221a = new google.maps.Geocoder();g_552e20dae6a7bbe555c17cdf529f221a.geocode( { 'address': "2046 OH-45, Austinburg, OH 44010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('austinburg-OH-conneaut-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('austinburg-OH-conneaut-savings-bank'), mapOptions);}document.getElementById('9aa1b34e').innerHTML += ' | View Map';var $l552e20dae6a7bbe555c17cdf529f221a = '

Conneaut Savings Bank

Address: 2046 OH-45, Austinburg, OH 44010, USA
Phone: (440) 275-3554
';var m_552e20dae6a7bbe555c17cdf529f221a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Conneaut Savings Bank',});m_552e20dae6a7bbe555c17cdf529f221a['infowindow'] = new google.maps.InfoWindow({content: $l552e20dae6a7bbe555c17cdf529f221a});var infowindow = new google.maps.InfoWindow({content: $l552e20dae6a7bbe555c17cdf529f221a});google.maps.event.addListener(m_552e20dae6a7bbe555c17cdf529f221a, 'click', function() {infowindow.open(map,m_552e20dae6a7bbe555c17cdf529f221a);});$marker.push(m_552e20dae6a7bbe555c17cdf529f221a);}});}google.maps.event.addDomListener(window, 'load', initialize);