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(40.9012,-81.1155)};var g_eeda516778aee8b34289e88cae1bc9d1 = new google.maps.Geocoder();g_eeda516778aee8b34289e88cae1bc9d1.geocode( { 'address': "780 W State St, Alliance, OH 44601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alliance-OH-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('alliance-OH-citizens-bank'), mapOptions);}document.getElementById('78afec9e').innerHTML += ' | View Map';var $leeda516778aee8b34289e88cae1bc9d1 = '

Citizens Bank

Address: 780 W State St, Alliance, OH 44601, USA
Phone: (330) 823-7470
';var m_eeda516778aee8b34289e88cae1bc9d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_eeda516778aee8b34289e88cae1bc9d1['infowindow'] = new google.maps.InfoWindow({content: $leeda516778aee8b34289e88cae1bc9d1});var infowindow = new google.maps.InfoWindow({content: $leeda516778aee8b34289e88cae1bc9d1});google.maps.event.addListener(m_eeda516778aee8b34289e88cae1bc9d1, 'click', function() {infowindow.open(map,m_eeda516778aee8b34289e88cae1bc9d1);});$marker.push(m_eeda516778aee8b34289e88cae1bc9d1);}});}google.maps.event.addDomListener(window, 'load', initialize);