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(40.8359,-81.264)};var g_1c83228f8af671cf48aed6194aa8c70c = new google.maps.Geocoder();g_1c83228f8af671cf48aed6194aa8c70c.geocode( { 'address': "315 Sherban Ct, Louisville, OH 44641, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-OH-st-josephs-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('louisville-OH-st-josephs-federal-credit-union'), mapOptions);}document.getElementById('7a2dd2e7').innerHTML += ' | View Map';var $l1c83228f8af671cf48aed6194aa8c70c = '

St Josephs Federal Credit Union

Address: 315 Sherban Ct, Louisville, OH 44641, USA
Phone: (330) 871-8401
';var m_1c83228f8af671cf48aed6194aa8c70c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St Josephs Federal Credit Union',});m_1c83228f8af671cf48aed6194aa8c70c['infowindow'] = new google.maps.InfoWindow({content: $l1c83228f8af671cf48aed6194aa8c70c});var infowindow = new google.maps.InfoWindow({content: $l1c83228f8af671cf48aed6194aa8c70c});google.maps.event.addListener(m_1c83228f8af671cf48aed6194aa8c70c, 'click', function() {infowindow.open(map,m_1c83228f8af671cf48aed6194aa8c70c);});$marker.push(m_1c83228f8af671cf48aed6194aa8c70c);}});}google.maps.event.addDomListener(window, 'load', initialize);