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.3976,-81.5423)};var g_43c5d47d16cab08fafcd7b0026887d2b = new google.maps.Geocoder();g_43c5d47d16cab08fafcd7b0026887d2b.geocode( { 'address': "435 Broadway Ave, Bedford, OH 44146, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bedford-OH-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('bedford-OH-citizens-bank'), mapOptions);}document.getElementById('a91d163e').innerHTML += ' | View Map';var $l43c5d47d16cab08fafcd7b0026887d2b = '

Citizens Bank

Address: 435 Broadway Ave, Bedford, OH 44146, USA
Phone: (440) 786-2615
';var m_43c5d47d16cab08fafcd7b0026887d2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_43c5d47d16cab08fafcd7b0026887d2b['infowindow'] = new google.maps.InfoWindow({content: $l43c5d47d16cab08fafcd7b0026887d2b});var infowindow = new google.maps.InfoWindow({content: $l43c5d47d16cab08fafcd7b0026887d2b});google.maps.event.addListener(m_43c5d47d16cab08fafcd7b0026887d2b, 'click', function() {infowindow.open(map,m_43c5d47d16cab08fafcd7b0026887d2b);});$marker.push(m_43c5d47d16cab08fafcd7b0026887d2b);}});}google.maps.event.addDomListener(window, 'load', initialize);