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.5785,-83.6932)};var g_1482c94a845fc1b7fdde38e11ac4e6ce = new google.maps.Geocoder();g_1482c94a845fc1b7fdde38e11ac4e6ce.geocode( { 'address': "3425 Briarfield Blvd, Maumee, OH 43537, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('maumee-OH-capitol-bancorp').style.display = '';map = new google.maps.Map(document.getElementById('maumee-OH-capitol-bancorp'), mapOptions);}document.getElementById('5bcba871').innerHTML += ' | View Map';var $l1482c94a845fc1b7fdde38e11ac4e6ce = '

Capitol Bancorp

Address: 3425 Briarfield Blvd, Maumee, OH 43537, USA
Phone: (419) 867-6200
';var m_1482c94a845fc1b7fdde38e11ac4e6ce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capitol Bancorp',});m_1482c94a845fc1b7fdde38e11ac4e6ce['infowindow'] = new google.maps.InfoWindow({content: $l1482c94a845fc1b7fdde38e11ac4e6ce});var infowindow = new google.maps.InfoWindow({content: $l1482c94a845fc1b7fdde38e11ac4e6ce});google.maps.event.addListener(m_1482c94a845fc1b7fdde38e11ac4e6ce, 'click', function() {infowindow.open(map,m_1482c94a845fc1b7fdde38e11ac4e6ce);});$marker.push(m_1482c94a845fc1b7fdde38e11ac4e6ce);}});}google.maps.event.addDomListener(window, 'load', initialize);