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.8468,-82.6011)};var g_4ef88f93ef292fac0b477e6fac64236f = new google.maps.Geocoder();g_4ef88f93ef292fac0b477e6fac64236f.geocode( { 'address': "214 N Main St, Baltimore, OH 45872, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baltimore-OH-millstream-area-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('baltimore-OH-millstream-area-credit-union-atm'), mapOptions);}document.getElementById('8244ff6a').innerHTML += ' | View Map';var $l4ef88f93ef292fac0b477e6fac64236f = '

Millstream Area Credit Union ATM

Address: 214 N Main St, Baltimore, OH 45872, USA
Phone: (419) 422-5626
';var m_4ef88f93ef292fac0b477e6fac64236f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Millstream Area Credit Union ATM',});m_4ef88f93ef292fac0b477e6fac64236f['infowindow'] = new google.maps.InfoWindow({content: $l4ef88f93ef292fac0b477e6fac64236f});var infowindow = new google.maps.InfoWindow({content: $l4ef88f93ef292fac0b477e6fac64236f});google.maps.event.addListener(m_4ef88f93ef292fac0b477e6fac64236f, 'click', function() {infowindow.open(map,m_4ef88f93ef292fac0b477e6fac64236f);});$marker.push(m_4ef88f93ef292fac0b477e6fac64236f);}});}google.maps.event.addDomListener(window, 'load', initialize);