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(40.9311,-100.162)};var g_352f06bdc085e08c87bba94892b8bcdc = new google.maps.Geocoder();g_352f06bdc085e08c87bba94892b8bcdc.geocode( { 'address': "408 10th St, Gothenburg, NE 69138"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gothenburg-NE-farm-bureau-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('gothenburg-NE-farm-bureau-financial-services'), mapOptions);}document.getElementById('e85058d1').innerHTML += ' | View Map';var $l352f06bdc085e08c87bba94892b8bcdc = '

Farm Bureau Financial Services

Address: 408 10th St, Gothenburg, NE 69138
Phone: (308) 537-2257
';var m_352f06bdc085e08c87bba94892b8bcdc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Bureau Financial Services',});m_352f06bdc085e08c87bba94892b8bcdc['infowindow'] = new google.maps.InfoWindow({content: $l352f06bdc085e08c87bba94892b8bcdc});var infowindow = new google.maps.InfoWindow({content: $l352f06bdc085e08c87bba94892b8bcdc});google.maps.event.addListener(m_352f06bdc085e08c87bba94892b8bcdc, 'click', function() {infowindow.open(map,m_352f06bdc085e08c87bba94892b8bcdc);});$marker.push(m_352f06bdc085e08c87bba94892b8bcdc);}});}google.maps.event.addDomListener(window, 'load', initialize);