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.0993,-80.7757)};var g_5596ce87a9056445cdc1c19a4f5657db = new google.maps.Geocoder();g_5596ce87a9056445cdc1c19a4f5657db.geocode( { 'address': "6071 Mahoning Ave, Austintown, OH 44515, USA"}, 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('ddb4cef5').innerHTML += ' | View Map';var $l5596ce87a9056445cdc1c19a4f5657db = '

Citizens Bank

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