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.0562,-80.5895)};var g_4b3e7d1585a1bfc527d19d7cf68cfee3 = new google.maps.Geocoder();g_4b3e7d1585a1bfc527d19d7cf68cfee3.geocode( { 'address': "32 State St, Struthers, OH 44471, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('struthers-OH-home-savings-atm').style.display = '';map = new google.maps.Map(document.getElementById('struthers-OH-home-savings-atm'), mapOptions);}document.getElementById('daeae0fc').innerHTML += ' | View Map';var $l4b3e7d1585a1bfc527d19d7cf68cfee3 = '

Home Savings ATM

Address: 32 State St, Struthers, OH 44471, USA
Phone: (330) 755-2141
';var m_4b3e7d1585a1bfc527d19d7cf68cfee3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Savings ATM',});m_4b3e7d1585a1bfc527d19d7cf68cfee3['infowindow'] = new google.maps.InfoWindow({content: $l4b3e7d1585a1bfc527d19d7cf68cfee3});var infowindow = new google.maps.InfoWindow({content: $l4b3e7d1585a1bfc527d19d7cf68cfee3});google.maps.event.addListener(m_4b3e7d1585a1bfc527d19d7cf68cfee3, 'click', function() {infowindow.open(map,m_4b3e7d1585a1bfc527d19d7cf68cfee3);});$marker.push(m_4b3e7d1585a1bfc527d19d7cf68cfee3);}});}google.maps.event.addDomListener(window, 'load', initialize);