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.0319,-84.0411)};var g_35144c4199d94f452a36141177f13b51 = new google.maps.Geocoder();g_35144c4199d94f452a36141177f13b51.geocode( { 'address': "Ottawa, OH 45875, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ottawa-OH-superior-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ottawa-OH-superior-federal-credit-union'), mapOptions);}document.getElementById('fff7046f').innerHTML += ' | View Map';var $l35144c4199d94f452a36141177f13b51 = '

Superior Federal Credit Union

Address: Ottawa, OH 45875, USA
Phone: (419) 523-3116
';var m_35144c4199d94f452a36141177f13b51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior Federal Credit Union',});m_35144c4199d94f452a36141177f13b51['infowindow'] = new google.maps.InfoWindow({content: $l35144c4199d94f452a36141177f13b51});var infowindow = new google.maps.InfoWindow({content: $l35144c4199d94f452a36141177f13b51});google.maps.event.addListener(m_35144c4199d94f452a36141177f13b51, 'click', function() {infowindow.open(map,m_35144c4199d94f452a36141177f13b51);});$marker.push(m_35144c4199d94f452a36141177f13b51);}});}google.maps.event.addDomListener(window, 'load', initialize);