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.3888,-82.5618)};var g_71ecf3a12729ba438d057df53c82a1ca = new google.maps.Geocoder();g_71ecf3a12729ba438d057df53c82a1ca.geocode( { 'address': "410 Cleveland Rd E, Huron, OH 44839"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huron-OH-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('huron-OH-citizens-bank'), mapOptions);}document.getElementById('2745db8a').innerHTML += ' | View Map';var $l71ecf3a12729ba438d057df53c82a1ca = '

Citizens Bank

Address: 410 Cleveland Rd E, Huron, OH 44839
Phone: (419) 433-0328
';var m_71ecf3a12729ba438d057df53c82a1ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_71ecf3a12729ba438d057df53c82a1ca['infowindow'] = new google.maps.InfoWindow({content: $l71ecf3a12729ba438d057df53c82a1ca});var infowindow = new google.maps.InfoWindow({content: $l71ecf3a12729ba438d057df53c82a1ca});google.maps.event.addListener(m_71ecf3a12729ba438d057df53c82a1ca, 'click', function() {infowindow.open(map,m_71ecf3a12729ba438d057df53c82a1ca);});$marker.push(m_71ecf3a12729ba438d057df53c82a1ca);}});}google.maps.event.addDomListener(window, 'load', initialize);