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.5982,-83.6894)};var g_157540a866858b6da194b3b6ae0a3a92 = new google.maps.Geocoder();g_157540a866858b6da194b3b6ae0a3a92.geocode( { 'address': "2422 S Holland Sylvania Rd, Maumee, OH 43537, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('maumee-OH-co-op-toledo-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('maumee-OH-co-op-toledo-credit-union'), mapOptions);}document.getElementById('030ac49d').innerHTML += ' | View Map';var $l157540a866858b6da194b3b6ae0a3a92 = '

Co op Toledo Credit Union

Address: 2422 S Holland Sylvania Rd, Maumee, OH 43537, USA
Phone: (419) 865-3600
';var m_157540a866858b6da194b3b6ae0a3a92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Co op Toledo Credit Union',});m_157540a866858b6da194b3b6ae0a3a92['infowindow'] = new google.maps.InfoWindow({content: $l157540a866858b6da194b3b6ae0a3a92});var infowindow = new google.maps.InfoWindow({content: $l157540a866858b6da194b3b6ae0a3a92});google.maps.event.addListener(m_157540a866858b6da194b3b6ae0a3a92, 'click', function() {infowindow.open(map,m_157540a866858b6da194b3b6ae0a3a92);});$marker.push(m_157540a866858b6da194b3b6ae0a3a92);}});}google.maps.event.addDomListener(window, 'load', initialize);