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(39.7469,-81.5166)};var g_cf4e6901a385fde1165b69c16085ab4a = new google.maps.Geocoder();g_cf4e6901a385fde1165b69c16085ab4a.geocode( { 'address': "425 Main St, Caldwell, OH 43724, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('caldwell-OH-community-savings').style.display = '';map = new google.maps.Map(document.getElementById('caldwell-OH-community-savings'), mapOptions);}document.getElementById('a1963f26').innerHTML += ' | View Map';var $lcf4e6901a385fde1165b69c16085ab4a = '

Community Savings

Address: 425 Main St, Caldwell, OH 43724, USA
Phone: (740) 732-5678
';var m_cf4e6901a385fde1165b69c16085ab4a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Savings',});m_cf4e6901a385fde1165b69c16085ab4a['infowindow'] = new google.maps.InfoWindow({content: $lcf4e6901a385fde1165b69c16085ab4a});var infowindow = new google.maps.InfoWindow({content: $lcf4e6901a385fde1165b69c16085ab4a});google.maps.event.addListener(m_cf4e6901a385fde1165b69c16085ab4a, 'click', function() {infowindow.open(map,m_cf4e6901a385fde1165b69c16085ab4a);});$marker.push(m_cf4e6901a385fde1165b69c16085ab4a);}});}google.maps.event.addDomListener(window, 'load', initialize);