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.1363,-81.6179)};var g_2be901440a526474c522c5d97392d1be = new google.maps.Geocoder();g_2be901440a526474c522c5d97392d1be.geocode( { 'address': "3009 Smith Rd #100, Akron, OH 44333, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('akron-OH-cfbank').style.display = '';map = new google.maps.Map(document.getElementById('akron-OH-cfbank'), mapOptions);}document.getElementById('e6ca34bb').innerHTML += ' | View Map';var $l2be901440a526474c522c5d97392d1be = '

CFBank

Address: 3009 Smith Rd #100, Akron, OH 44333, USA
Phone: (330) 666-7979
';var m_2be901440a526474c522c5d97392d1be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CFBank',});m_2be901440a526474c522c5d97392d1be['infowindow'] = new google.maps.InfoWindow({content: $l2be901440a526474c522c5d97392d1be});var infowindow = new google.maps.InfoWindow({content: $l2be901440a526474c522c5d97392d1be});google.maps.event.addListener(m_2be901440a526474c522c5d97392d1be, 'click', function() {infowindow.open(map,m_2be901440a526474c522c5d97392d1be);});$marker.push(m_2be901440a526474c522c5d97392d1be);}});}google.maps.event.addDomListener(window, 'load', initialize);