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.5679,-83.4148)};var g_a6cff0e496e1991a8bcf0ab04abe9db6 = new google.maps.Geocoder();g_a6cff0e496e1991a8bcf0ab04abe9db6.geocode( { 'address': "24950 OH-51, Millbury, OH 43447, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millbury-OH-genoabank').style.display = '';map = new google.maps.Map(document.getElementById('millbury-OH-genoabank'), mapOptions);}document.getElementById('3cd5338a').innerHTML += ' | View Map';var $la6cff0e496e1991a8bcf0ab04abe9db6 = '

GenoaBank

Address: 24950 OH-51, Millbury, OH 43447, USA
Phone: (419) 836-2351
';var m_a6cff0e496e1991a8bcf0ab04abe9db6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GenoaBank',});m_a6cff0e496e1991a8bcf0ab04abe9db6['infowindow'] = new google.maps.InfoWindow({content: $la6cff0e496e1991a8bcf0ab04abe9db6});var infowindow = new google.maps.InfoWindow({content: $la6cff0e496e1991a8bcf0ab04abe9db6});google.maps.event.addListener(m_a6cff0e496e1991a8bcf0ab04abe9db6, 'click', function() {infowindow.open(map,m_a6cff0e496e1991a8bcf0ab04abe9db6);});$marker.push(m_a6cff0e496e1991a8bcf0ab04abe9db6);}});}google.maps.event.addDomListener(window, 'load', initialize);