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.0295,-80.7572)};var g_6fc4948bed519cae347a17d2680b2d25 = new google.maps.Geocoder();g_6fc4948bed519cae347a17d2680b2d25.geocode( { 'address': "3801 Boardman Canfield Road, Canfield, OH 44406"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canfield-OH-talmer-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('canfield-OH-talmer-bank-and-trust'), mapOptions);}document.getElementById('c1484bfe').innerHTML += ' | View Map';var $l6fc4948bed519cae347a17d2680b2d25 = '

Talmer Bank and Trust

Address: 3801 Boardman Canfield Road, Canfield, OH 44406
Phone: (330) 533-8530
';var m_6fc4948bed519cae347a17d2680b2d25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Talmer Bank and Trust',});m_6fc4948bed519cae347a17d2680b2d25['infowindow'] = new google.maps.InfoWindow({content: $l6fc4948bed519cae347a17d2680b2d25});var infowindow = new google.maps.InfoWindow({content: $l6fc4948bed519cae347a17d2680b2d25});google.maps.event.addListener(m_6fc4948bed519cae347a17d2680b2d25, 'click', function() {infowindow.open(map,m_6fc4948bed519cae347a17d2680b2d25);});$marker.push(m_6fc4948bed519cae347a17d2680b2d25);}});}google.maps.event.addDomListener(window, 'load', initialize);