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.9015,-81.1129)};var g_49c0389b4fd341f9b7901673c0ea1d08 = new google.maps.Geocoder();g_49c0389b4fd341f9b7901673c0ea1d08.geocode( { 'address': "610 W State St, Alliance, OH 44601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alliance-OH-consumers-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('alliance-OH-consumers-national-bank'), mapOptions);}document.getElementById('03d4c69c').innerHTML += ' | View Map';var $l49c0389b4fd341f9b7901673c0ea1d08 = '

Consumers National Bank

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