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.3695,-81.8033)};var g_7481205f0932ed79507f4385f7bb8882 = new google.maps.Geocoder();g_7481205f0932ed79507f4385f7bb8882.geocode( { 'address': "15050 Bagley Rd, Middleburg Heights, OH 44130, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('middleburg-heights-OH-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('middleburg-heights-OH-citizens-bank'), mapOptions);}document.getElementById('608f0754').innerHTML += ' | View Map';var $l7481205f0932ed79507f4385f7bb8882 = '

Citizens Bank

Address: 15050 Bagley Rd, Middleburg Heights, OH 44130, USA
Phone: (440) 884-4402
';var m_7481205f0932ed79507f4385f7bb8882 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_7481205f0932ed79507f4385f7bb8882['infowindow'] = new google.maps.InfoWindow({content: $l7481205f0932ed79507f4385f7bb8882});var infowindow = new google.maps.InfoWindow({content: $l7481205f0932ed79507f4385f7bb8882});google.maps.event.addListener(m_7481205f0932ed79507f4385f7bb8882, 'click', function() {infowindow.open(map,m_7481205f0932ed79507f4385f7bb8882);});$marker.push(m_7481205f0932ed79507f4385f7bb8882);}});}google.maps.event.addDomListener(window, 'load', initialize);