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.5928,-98.416)};var g_b96add06337c72c019e188e1af1ec5b9 = new google.maps.Geocoder();g_b96add06337c72c019e188e1af1ec5b9.geocode( { 'address': "1902 W 2nd St, Hastings, NE 68901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hastings-NE-farm-bureau-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('hastings-NE-farm-bureau-financial-services'), mapOptions);}document.getElementById('0fe7fdd8').innerHTML += ' | View Map';var $lb96add06337c72c019e188e1af1ec5b9 = '

Farm Bureau Financial Services

Address: 1902 W 2nd St, Hastings, NE 68901
Phone: (402) 462-2920
';var m_b96add06337c72c019e188e1af1ec5b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Bureau Financial Services',});m_b96add06337c72c019e188e1af1ec5b9['infowindow'] = new google.maps.InfoWindow({content: $lb96add06337c72c019e188e1af1ec5b9});var infowindow = new google.maps.InfoWindow({content: $lb96add06337c72c019e188e1af1ec5b9});google.maps.event.addListener(m_b96add06337c72c019e188e1af1ec5b9, 'click', function() {infowindow.open(map,m_b96add06337c72c019e188e1af1ec5b9);});$marker.push(m_b96add06337c72c019e188e1af1ec5b9);}});}google.maps.event.addDomListener(window, 'load', initialize);