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.239,-81.3508)};var g_1134ac57b5b1d38b7d70c1b6feaa28cf = new google.maps.Geocoder();g_1134ac57b5b1d38b7d70c1b6feaa28cf.geocode( { 'address': "1190 OH-303, Streetsboro, OH 44241, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('streetsboro-OH-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('streetsboro-OH-first-national-bank'), mapOptions);}document.getElementById('ac6b47ce').innerHTML += ' | View Map';var $l1134ac57b5b1d38b7d70c1b6feaa28cf = '

First National Bank

Address: 1190 OH-303, Streetsboro, OH 44241, USA
Phone: (330) 626-9444
';var m_1134ac57b5b1d38b7d70c1b6feaa28cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_1134ac57b5b1d38b7d70c1b6feaa28cf['infowindow'] = new google.maps.InfoWindow({content: $l1134ac57b5b1d38b7d70c1b6feaa28cf});var infowindow = new google.maps.InfoWindow({content: $l1134ac57b5b1d38b7d70c1b6feaa28cf});google.maps.event.addListener(m_1134ac57b5b1d38b7d70c1b6feaa28cf, 'click', function() {infowindow.open(map,m_1134ac57b5b1d38b7d70c1b6feaa28cf);});$marker.push(m_1134ac57b5b1d38b7d70c1b6feaa28cf);}});}google.maps.event.addDomListener(window, 'load', initialize);