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(38.3059,-92.3561)};var g_e62a7830317bba07993c100b443f0c27 = new google.maps.Geocoder();g_e62a7830317bba07993c100b443f0c27.geocode( { 'address': "278 Hwy H, Eugene, MO 65032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eugene-MO-marys-home-bank').style.display = '';map = new google.maps.Map(document.getElementById('eugene-MO-marys-home-bank'), mapOptions);}document.getElementById('ba2cda67').innerHTML += ' | View Map';var $le62a7830317bba07993c100b443f0c27 = '

Mary's Home Bank

Address: 278 Hwy H, Eugene, MO 65032, USA
Phone: (573) 498-3920
';var m_e62a7830317bba07993c100b443f0c27 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mary's Home Bank',});m_e62a7830317bba07993c100b443f0c27['infowindow'] = new google.maps.InfoWindow({content: $le62a7830317bba07993c100b443f0c27});var infowindow = new google.maps.InfoWindow({content: $le62a7830317bba07993c100b443f0c27});google.maps.event.addListener(m_e62a7830317bba07993c100b443f0c27, 'click', function() {infowindow.open(map,m_e62a7830317bba07993c100b443f0c27);});$marker.push(m_e62a7830317bba07993c100b443f0c27);}});}google.maps.event.addDomListener(window, 'load', initialize);