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()};var g_94fee470b43270a912c27d56c27b3211 = new google.maps.Geocoder();g_94fee470b43270a912c27d56c27b3211.geocode( { 'address': "6071 Mahoning Ave, Austintown, OH 44515"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('austintown-OH-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('austintown-OH-citizens-bank'), mapOptions);}document.getElementById('79284c53').innerHTML += ' | View Map';var $l94fee470b43270a912c27d56c27b3211 = '

Citizens Bank

Address: 6071 Mahoning Ave, Austintown, OH 44515
Phone: (330) 792-9550
';var m_94fee470b43270a912c27d56c27b3211 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_94fee470b43270a912c27d56c27b3211['infowindow'] = new google.maps.InfoWindow({content: $l94fee470b43270a912c27d56c27b3211});var infowindow = new google.maps.InfoWindow({content: $l94fee470b43270a912c27d56c27b3211});google.maps.event.addListener(m_94fee470b43270a912c27d56c27b3211, 'click', function() {infowindow.open(map,m_94fee470b43270a912c27d56c27b3211);});$marker.push(m_94fee470b43270a912c27d56c27b3211);}});}google.maps.event.addDomListener(window, 'load', initialize);