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.0793,-81.5166)};var g_aa568ecc41df858800f7b6777e9a9271 = new google.maps.Geocoder();g_aa568ecc41df858800f7b6777e9a9271.geocode( { 'address': "2923 Smith Rd, Fairlawn, OH 44333"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairlawn-OH-c-f-bank').style.display = '';map = new google.maps.Map(document.getElementById('fairlawn-OH-c-f-bank'), mapOptions);}document.getElementById('8664288b').innerHTML += ' | View Map';var $laa568ecc41df858800f7b6777e9a9271 = '

C F Bank

Address: 2923 Smith Rd, Fairlawn, OH 44333
Phone: (330) 576-1200
';var m_aa568ecc41df858800f7b6777e9a9271 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'C F Bank',});m_aa568ecc41df858800f7b6777e9a9271['infowindow'] = new google.maps.InfoWindow({content: $laa568ecc41df858800f7b6777e9a9271});var infowindow = new google.maps.InfoWindow({content: $laa568ecc41df858800f7b6777e9a9271});google.maps.event.addListener(m_aa568ecc41df858800f7b6777e9a9271, 'click', function() {infowindow.open(map,m_aa568ecc41df858800f7b6777e9a9271);});$marker.push(m_aa568ecc41df858800f7b6777e9a9271);}});}google.maps.event.addDomListener(window, 'load', initialize);