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.3867,-81.5271)};var g_64365a105fd3e68b11884c6f2f2e41d8 = new google.maps.Geocoder();g_64365a105fd3e68b11884c6f2f2e41d8.geocode( { 'address': "435 Broadway Ave, Bedford, OH 44146"}, 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('9c17accd').innerHTML += ' | View Map';var $l64365a105fd3e68b11884c6f2f2e41d8 = '

Citizens Bank

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