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.3149,-81.6843)};var g_39cec6d4d21b5dade7544dab6881423e = new google.maps.Geocoder();g_39cec6d4d21b5dade7544dab6881423e.geocode( { 'address': "9243 Broadview Rd, Broadview Heights, OH 44147, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('broadview-heights-OH-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('broadview-heights-OH-citizens-bank'), mapOptions);}document.getElementById('47e8151f').innerHTML += ' | View Map';var $l39cec6d4d21b5dade7544dab6881423e = '

Citizens Bank

Address: 9243 Broadview Rd, Broadview Heights, OH 44147, USA
Phone: (440) 526-2020
';var m_39cec6d4d21b5dade7544dab6881423e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_39cec6d4d21b5dade7544dab6881423e['infowindow'] = new google.maps.InfoWindow({content: $l39cec6d4d21b5dade7544dab6881423e});var infowindow = new google.maps.InfoWindow({content: $l39cec6d4d21b5dade7544dab6881423e});google.maps.event.addListener(m_39cec6d4d21b5dade7544dab6881423e, 'click', function() {infowindow.open(map,m_39cec6d4d21b5dade7544dab6881423e);});$marker.push(m_39cec6d4d21b5dade7544dab6881423e);}});}google.maps.event.addDomListener(window, 'load', initialize);