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.8416,-96.7097)};var g_fe9e9fb39106c162aa27251d737eedd2 = new google.maps.Geocoder();g_fe9e9fb39106c162aa27251d737eedd2.geocode( { 'address': "409 S Lincoln St, West Point, NE 68788"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-point-NE-farmers-merchants-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-point-NE-farmers-merchants-national-bank'), mapOptions);}document.getElementById('0d9ffc2d').innerHTML += ' | View Map';var $lfe9e9fb39106c162aa27251d737eedd2 = '

Farmers & Merchants National Bank

Address: 409 S Lincoln St, West Point, NE 68788
Phone: (402) 372-5900
';var m_fe9e9fb39106c162aa27251d737eedd2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants National Bank',});m_fe9e9fb39106c162aa27251d737eedd2['infowindow'] = new google.maps.InfoWindow({content: $lfe9e9fb39106c162aa27251d737eedd2});var infowindow = new google.maps.InfoWindow({content: $lfe9e9fb39106c162aa27251d737eedd2});google.maps.event.addListener(m_fe9e9fb39106c162aa27251d737eedd2, 'click', function() {infowindow.open(map,m_fe9e9fb39106c162aa27251d737eedd2);});$marker.push(m_fe9e9fb39106c162aa27251d737eedd2);}});}google.maps.event.addDomListener(window, 'load', initialize);