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.7088,-83.691)};var g_9912d5b9fc4790b971d19b6820bdc96f = new google.maps.Geocoder();g_9912d5b9fc4790b971d19b6820bdc96f.geocode( { 'address': "5200 Harroun Rd, Sylvania, OH 43560, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sylvania-OH-promedica-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sylvania-OH-promedica-federal-credit-union'), mapOptions);}document.getElementById('e1855279').innerHTML += ' | View Map';var $l9912d5b9fc4790b971d19b6820bdc96f = '

Promedica Federal Credit Union

Address: 5200 Harroun Rd, Sylvania, OH 43560, USA
Phone: (419) 824-1165
';var m_9912d5b9fc4790b971d19b6820bdc96f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Promedica Federal Credit Union',});m_9912d5b9fc4790b971d19b6820bdc96f['infowindow'] = new google.maps.InfoWindow({content: $l9912d5b9fc4790b971d19b6820bdc96f});var infowindow = new google.maps.InfoWindow({content: $l9912d5b9fc4790b971d19b6820bdc96f});google.maps.event.addListener(m_9912d5b9fc4790b971d19b6820bdc96f, 'click', function() {infowindow.open(map,m_9912d5b9fc4790b971d19b6820bdc96f);});$marker.push(m_9912d5b9fc4790b971d19b6820bdc96f);}});}google.maps.event.addDomListener(window, 'load', initialize);