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.0971,-81.2166)};var g_c229416dc6791f0338f5675a6fca830f = new google.maps.Geocoder();g_c229416dc6791f0338f5675a6fca830f.geocode( { 'address': "4183 Tallmadge Road, Rootstown, OH 44272"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rootstown-OH-talmer-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('rootstown-OH-talmer-bank-and-trust'), mapOptions);}document.getElementById('c714da41').innerHTML += ' | View Map';var $lc229416dc6791f0338f5675a6fca830f = '

Talmer Bank and Trust

Address: 4183 Tallmadge Road, Rootstown, OH 44272
Phone: (330) 298-2030
';var m_c229416dc6791f0338f5675a6fca830f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Talmer Bank and Trust',});m_c229416dc6791f0338f5675a6fca830f['infowindow'] = new google.maps.InfoWindow({content: $lc229416dc6791f0338f5675a6fca830f});var infowindow = new google.maps.InfoWindow({content: $lc229416dc6791f0338f5675a6fca830f});google.maps.event.addListener(m_c229416dc6791f0338f5675a6fca830f, 'click', function() {infowindow.open(map,m_c229416dc6791f0338f5675a6fca830f);});$marker.push(m_c229416dc6791f0338f5675a6fca830f);}});}google.maps.event.addDomListener(window, 'load', initialize);