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.1098,-83.2161)};var g_77c90a5eb8ed87a233fc2c365234b76a = new google.maps.Geocoder();g_77c90a5eb8ed87a233fc2c365234b76a.geocode( { 'address': "25 Shaffer Park Dr, Tiffin, OH 44883, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tiffin-OH-tiffin-st-joseph-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('tiffin-OH-tiffin-st-joseph-federal-cu'), mapOptions);}document.getElementById('4a5aded0').innerHTML += ' | View Map';var $l77c90a5eb8ed87a233fc2c365234b76a = '

Tiffin St Joseph Federal Cu

Address: 25 Shaffer Park Dr, Tiffin, OH 44883, USA
Phone: (419) 448-0191
';var m_77c90a5eb8ed87a233fc2c365234b76a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tiffin St Joseph Federal Cu',});m_77c90a5eb8ed87a233fc2c365234b76a['infowindow'] = new google.maps.InfoWindow({content: $l77c90a5eb8ed87a233fc2c365234b76a});var infowindow = new google.maps.InfoWindow({content: $l77c90a5eb8ed87a233fc2c365234b76a});google.maps.event.addListener(m_77c90a5eb8ed87a233fc2c365234b76a, 'click', function() {infowindow.open(map,m_77c90a5eb8ed87a233fc2c365234b76a);});$marker.push(m_77c90a5eb8ed87a233fc2c365234b76a);}});}google.maps.event.addDomListener(window, 'load', initialize);