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.7096,-83.709)};var g_31d754e8615621112f3956fae2707df8 = new google.maps.Geocoder();g_31d754e8615621112f3956fae2707df8.geocode( { 'address': "5121 Whiteford Rd, Sylvania, OH 43560-2987"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sylvania-OH-directions-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sylvania-OH-directions-credit-union'), mapOptions);}document.getElementById('2092c60b').innerHTML += ' | View Map';var $l31d754e8615621112f3956fae2707df8 = '

Directions Credit Union

Address: 5121 Whiteford Rd, Sylvania, OH 43560-2987
Phone: (419) 841-9838
';var m_31d754e8615621112f3956fae2707df8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Directions Credit Union',});m_31d754e8615621112f3956fae2707df8['infowindow'] = new google.maps.InfoWindow({content: $l31d754e8615621112f3956fae2707df8});var infowindow = new google.maps.InfoWindow({content: $l31d754e8615621112f3956fae2707df8});google.maps.event.addListener(m_31d754e8615621112f3956fae2707df8, 'click', function() {infowindow.open(map,m_31d754e8615621112f3956fae2707df8);});$marker.push(m_31d754e8615621112f3956fae2707df8);}});}google.maps.event.addDomListener(window, 'load', initialize);