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.0864,-81.5159)};var g_bb1db228c8c9eae903a0fd04f97929fd = new google.maps.Geocoder();g_bb1db228c8c9eae903a0fd04f97929fd.geocode( { 'address': "47 N Main St #407, Akron, OH 44308, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('akron-OH-development-finance-authority-of-summit-county').style.display = '';map = new google.maps.Map(document.getElementById('akron-OH-development-finance-authority-of-summit-county'), mapOptions);}document.getElementById('1718551f').innerHTML += ' | View Map';var $lbb1db228c8c9eae903a0fd04f97929fd = '

Development Finance Authority of Summit County

Address: 47 N Main St #407, Akron, OH 44308, USA
Phone: (330) 762-4776
';var m_bb1db228c8c9eae903a0fd04f97929fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Development Finance Authority of Summit County',});m_bb1db228c8c9eae903a0fd04f97929fd['infowindow'] = new google.maps.InfoWindow({content: $lbb1db228c8c9eae903a0fd04f97929fd});var infowindow = new google.maps.InfoWindow({content: $lbb1db228c8c9eae903a0fd04f97929fd});google.maps.event.addListener(m_bb1db228c8c9eae903a0fd04f97929fd, 'click', function() {infowindow.open(map,m_bb1db228c8c9eae903a0fd04f97929fd);});$marker.push(m_bb1db228c8c9eae903a0fd04f97929fd);}});}google.maps.event.addDomListener(window, 'load', initialize);