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.3959,-81.6466)};var g_ccea163536ff22f5706464b2d5cff933 = new google.maps.Geocoder();g_ccea163536ff22f5706464b2d5cff933.geocode( { 'address': "6200 Rockside Woods Blvd N, Independence, OH 44131, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('independence-OH-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('independence-OH-citizens-bank'), mapOptions);}document.getElementById('97e4a56f').innerHTML += ' | View Map';var $lccea163536ff22f5706464b2d5cff933 = '

Citizens Bank

Address: 6200 Rockside Woods Blvd N, Independence, OH 44131, USA
Phone: (216) 524-0236
';var m_ccea163536ff22f5706464b2d5cff933 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_ccea163536ff22f5706464b2d5cff933['infowindow'] = new google.maps.InfoWindow({content: $lccea163536ff22f5706464b2d5cff933});var infowindow = new google.maps.InfoWindow({content: $lccea163536ff22f5706464b2d5cff933});google.maps.event.addListener(m_ccea163536ff22f5706464b2d5cff933, 'click', function() {infowindow.open(map,m_ccea163536ff22f5706464b2d5cff933);});$marker.push(m_ccea163536ff22f5706464b2d5cff933);}});}google.maps.event.addDomListener(window, 'load', initialize);