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(42.599,-97.6458)};var g_bc019baf8e1a2fa0fea755ec4026d02a = new google.maps.Geocoder();g_bc019baf8e1a2fa0fea755ec4026d02a.geocode( { 'address': "103 N Broadway, Bloomfield, NE 68718, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomfield-NE-farmers--merchants-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('bloomfield-NE-farmers--merchants-state-bank'), mapOptions);}document.getElementById('dc8feff1').innerHTML += ' | View Map';var $lbc019baf8e1a2fa0fea755ec4026d02a = '

Farmers & Merchants State Bank

Address: 103 N Broadway, Bloomfield, NE 68718, USA
Phone: (402) 373-4321
';var m_bc019baf8e1a2fa0fea755ec4026d02a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants State Bank',});m_bc019baf8e1a2fa0fea755ec4026d02a['infowindow'] = new google.maps.InfoWindow({content: $lbc019baf8e1a2fa0fea755ec4026d02a});var infowindow = new google.maps.InfoWindow({content: $lbc019baf8e1a2fa0fea755ec4026d02a});google.maps.event.addListener(m_bc019baf8e1a2fa0fea755ec4026d02a, 'click', function() {infowindow.open(map,m_bc019baf8e1a2fa0fea755ec4026d02a);});$marker.push(m_bc019baf8e1a2fa0fea755ec4026d02a);}});}google.maps.event.addDomListener(window, 'load', initialize);